@elevenlabs/elevenlabs-js 2.0.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/.mock/asyncapi.yml +856 -0
- package/.mock/definition/__package__.yml +7758 -0
- package/.mock/definition/api.yml +24 -0
- package/.mock/definition/audioIsolation.yml +83 -0
- package/.mock/definition/audioNative.yml +198 -0
- package/.mock/definition/conversationalAi/agents/link.yml +39 -0
- package/.mock/definition/conversationalAi/agents/widget/avatar.yml +44 -0
- package/.mock/definition/conversationalAi/agents/widget.yml +77 -0
- package/.mock/definition/conversationalAi/agents.yml +651 -0
- package/.mock/definition/conversationalAi/batchCalls.yml +139 -0
- package/.mock/definition/conversationalAi/conversations/audio.yml +28 -0
- package/.mock/definition/conversationalAi/conversations/feedback.yml +47 -0
- package/.mock/definition/conversationalAi/conversations.yml +165 -0
- package/.mock/definition/conversationalAi/dashboard/settings.yml +73 -0
- package/.mock/definition/conversationalAi/knowledgeBase/document.yml +48 -0
- package/.mock/definition/conversationalAi/knowledgeBase/documents/chunk.yml +42 -0
- package/.mock/definition/conversationalAi/knowledgeBase/documents.yml +346 -0
- package/.mock/definition/conversationalAi/knowledgeBase.yml +87 -0
- package/.mock/definition/conversationalAi/phoneNumbers.yml +206 -0
- package/.mock/definition/conversationalAi/secrets.yml +100 -0
- package/.mock/definition/conversationalAi/settings.yml +81 -0
- package/.mock/definition/conversationalAi/sipTrunk.yml +45 -0
- package/.mock/definition/conversationalAi/twilio.yml +45 -0
- package/.mock/definition/conversationalAi.yml +94 -0
- package/.mock/definition/dubbing/audio.yml +35 -0
- package/.mock/definition/dubbing/resource/language.yml +43 -0
- package/.mock/definition/dubbing/resource/segment.yml +83 -0
- package/.mock/definition/dubbing/resource/speaker/segment.yml +54 -0
- package/.mock/definition/dubbing/resource/speaker.yml +91 -0
- package/.mock/definition/dubbing/resource.yml +271 -0
- package/.mock/definition/dubbing/transcript.yml +48 -0
- package/.mock/definition/dubbing.yml +170 -0
- package/.mock/definition/forcedAlignment.yml +60 -0
- package/.mock/definition/history.yml +262 -0
- package/.mock/definition/models.yml +49 -0
- package/.mock/definition/pronunciationDictionaries/rules.yml +99 -0
- package/.mock/definition/pronunciationDictionaries.yml +262 -0
- package/.mock/definition/samples.yml +46 -0
- package/.mock/definition/speechToSpeech.yml +324 -0
- package/.mock/definition/speechToText.yml +177 -0
- package/.mock/definition/studio/projects/chapters/snapshots.yml +141 -0
- package/.mock/definition/studio/projects/chapters.yml +289 -0
- package/.mock/definition/studio/projects/content.yml +94 -0
- package/.mock/definition/studio/projects/pronunciationDictionaries.yml +70 -0
- package/.mock/definition/studio/projects/snapshots.yml +140 -0
- package/.mock/definition/studio/projects.yml +579 -0
- package/.mock/definition/studio.yml +216 -0
- package/.mock/definition/textToSoundEffects.yml +92 -0
- package/.mock/definition/textToSpeech.yml +959 -0
- package/.mock/definition/textToVoice.yml +355 -0
- package/.mock/definition/usage.yml +73 -0
- package/.mock/definition/user/subscription.yml +50 -0
- package/.mock/definition/user.yml +86 -0
- package/.mock/definition/v1TextToSpeechVoiceIdMultiStreamInput.yml +250 -0
- package/.mock/definition/v1TextToSpeechVoiceIdStreamInput.yml +207 -0
- package/.mock/definition/voices/ivc.yml +57 -0
- package/.mock/definition/voices/pvc/samples/audio.yml +44 -0
- package/.mock/definition/voices/pvc/samples/speakers/audio.yml +48 -0
- package/.mock/definition/voices/pvc/samples/speakers.yml +81 -0
- package/.mock/definition/voices/pvc/samples/waveform.yml +44 -0
- package/.mock/definition/voices/pvc/samples.yml +159 -0
- package/.mock/definition/voices/pvc/verification/captcha.yml +62 -0
- package/.mock/definition/voices/pvc/verification.yml +47 -0
- package/.mock/definition/voices/pvc.yml +137 -0
- package/.mock/definition/voices/samples/audio.yml +35 -0
- package/.mock/definition/voices/settings.yml +105 -0
- package/.mock/definition/voices.yml +904 -0
- package/.mock/definition/workspace/groups/members.yml +82 -0
- package/.mock/definition/workspace/groups.yml +41 -0
- package/.mock/definition/workspace/invites.yml +141 -0
- package/.mock/definition/workspace/members.yml +83 -0
- package/.mock/definition/workspace/resources.yml +184 -0
- package/.mock/fern.config.json +4 -0
- package/.mock/openapi.json +36253 -0
- package/Client.d.ts +87 -0
- package/Client.js +107 -0
- package/LICENSE +21 -0
- package/README.md +174 -0
- package/api/errors/BadRequestError.d.ts +8 -0
- package/api/errors/BadRequestError.js +52 -0
- package/api/errors/ForbiddenError.d.ts +8 -0
- package/api/errors/ForbiddenError.js +52 -0
- package/api/errors/NotFoundError.d.ts +8 -0
- package/api/errors/NotFoundError.js +52 -0
- package/api/errors/TooEarlyError.d.ts +8 -0
- package/api/errors/TooEarlyError.js +52 -0
- package/api/errors/UnprocessableEntityError.d.ts +9 -0
- package/api/errors/UnprocessableEntityError.js +52 -0
- package/api/errors/index.d.ts +5 -0
- package/api/errors/index.js +21 -0
- package/api/index.d.ts +3 -0
- package/api/index.js +19 -0
- package/api/resources/audioIsolation/client/Client.d.ts +44 -0
- package/api/resources/audioIsolation/client/Client.js +186 -0
- package/api/resources/audioIsolation/client/index.d.ts +1 -0
- package/api/resources/audioIsolation/client/index.js +17 -0
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +10 -0
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.js +5 -0
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +10 -0
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.js +5 -0
- package/api/resources/audioIsolation/client/requests/index.d.ts +2 -0
- package/api/resources/audioIsolation/client/requests/index.js +2 -0
- package/api/resources/audioIsolation/index.d.ts +2 -0
- package/api/resources/audioIsolation/index.js +18 -0
- package/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +8 -0
- package/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.js +10 -0
- package/api/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +8 -0
- package/api/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.js +10 -0
- package/api/resources/audioIsolation/types/index.d.ts +2 -0
- package/api/resources/audioIsolation/types/index.js +18 -0
- package/api/resources/audioNative/client/Client.d.ts +73 -0
- package/api/resources/audioNative/client/Client.js +306 -0
- package/api/resources/audioNative/client/index.d.ts +1 -0
- package/api/resources/audioNative/client/index.js +17 -0
- package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +35 -0
- package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.js +5 -0
- package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +15 -0
- package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.js +5 -0
- package/api/resources/audioNative/client/requests/index.d.ts +2 -0
- package/api/resources/audioNative/client/requests/index.js +2 -0
- package/api/resources/audioNative/index.d.ts +1 -0
- package/api/resources/audioNative/index.js +17 -0
- package/api/resources/conversationalAi/client/Client.d.ts +91 -0
- package/api/resources/conversationalAi/client/Client.js +257 -0
- package/api/resources/conversationalAi/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/client/index.js +17 -0
- package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +15 -0
- package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.js +5 -0
- package/api/resources/conversationalAi/client/requests/PatchWorkspaceSecretRequest.d.ts +14 -0
- package/api/resources/conversationalAi/client/requests/PatchWorkspaceSecretRequest.js +5 -0
- package/api/resources/conversationalAi/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/index.d.ts +2 -0
- package/api/resources/conversationalAi/index.js +18 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +147 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +540 -0
- package/api/resources/conversationalAi/resources/agents/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +21 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.js +5 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +20 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +5 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +21 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.js +5 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +21 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.js +5 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +15 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +5 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +5 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/index.js +18 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.js +42 -0
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +44 -0
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +123 -0
- package/api/resources/conversationalAi/resources/agents/resources/link/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/link/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/link/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/link/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +48 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +138 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.js +5 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/index.js +18 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +47 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +133 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.js +5 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/index.js +41 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +77 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +265 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +11 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.js +5 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +22 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +5 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/batchCalls/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/batchCalls/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +91 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +352 -0
- package/api/resources/conversationalAi/resources/conversations/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +15 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.js +5 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +34 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.js +5 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/index.js +18 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +37 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +117 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +47 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +127 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts +14 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js +5 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +42 -0
- package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +21 -0
- package/api/resources/conversationalAi/resources/dashboard/client/Client.js +17 -0
- package/api/resources/conversationalAi/resources/dashboard/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/dashboard/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/dashboard/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/dashboard/index.js +18 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/index.js +42 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +56 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +190 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +11 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.js +5 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +18 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +16 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.js +5 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/index.d.ts +20 -0
- package/api/resources/conversationalAi/resources/index.js +59 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +50 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +162 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +34 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/index.js +18 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +47 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +127 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +13 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +148 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +602 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +15 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +15 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +15 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +13 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +19 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +45 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +127 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +37 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +16 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +16 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/index.js +18 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +5 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +44 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +102 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +387 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +5 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/index.js +18 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +16 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +5 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +13 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +5 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +13 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +5 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +13 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +5 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +4 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +20 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +72 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +254 -0
- package/api/resources/conversationalAi/resources/secrets/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/secrets/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +14 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.js +5 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/secrets/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/secrets/index.js +17 -0
- package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +56 -0
- package/api/resources/conversationalAi/resources/settings/client/Client.js +190 -0
- package/api/resources/conversationalAi/resources/settings/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/settings/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +15 -0
- package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +5 -0
- package/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/settings/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/settings/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/settings/index.js +17 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +48 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +131 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +18 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +5 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/sipTrunk/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/sipTrunk/index.js +17 -0
- package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +48 -0
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +131 -0
- package/api/resources/conversationalAi/resources/twilio/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/twilio/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +18 -0
- package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +5 -0
- package/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/twilio/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/twilio/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/twilio/index.js +17 -0
- package/api/resources/dubbing/client/Client.d.ts +79 -0
- package/api/resources/dubbing/client/Client.js +320 -0
- package/api/resources/dubbing/client/index.d.ts +1 -0
- package/api/resources/dubbing/client/index.js +17 -0
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +42 -0
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.js +5 -0
- package/api/resources/dubbing/client/requests/index.d.ts +1 -0
- package/api/resources/dubbing/client/requests/index.js +2 -0
- package/api/resources/dubbing/index.d.ts +2 -0
- package/api/resources/dubbing/index.js +18 -0
- package/api/resources/dubbing/resources/audio/client/Client.d.ts +40 -0
- package/api/resources/dubbing/resources/audio/client/Client.js +126 -0
- package/api/resources/dubbing/resources/audio/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/audio/client/index.js +2 -0
- package/api/resources/dubbing/resources/audio/index.d.ts +1 -0
- package/api/resources/dubbing/resources/audio/index.js +17 -0
- package/api/resources/dubbing/resources/index.d.ts +6 -0
- package/api/resources/dubbing/resources/index.js +45 -0
- package/api/resources/dubbing/resources/resource/client/Client.d.ts +118 -0
- package/api/resources/dubbing/resources/resource/client/Client.js +408 -0
- package/api/resources/dubbing/resources/resource/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/client/index.js +17 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +15 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.js +5 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +14 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +5 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +13 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.js +5 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +15 -0
- package/api/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.js +5 -0
- package/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -0
- package/api/resources/dubbing/resources/resource/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/resource/index.d.ts +2 -0
- package/api/resources/dubbing/resources/resource/index.js +18 -0
- package/api/resources/dubbing/resources/resource/resources/index.d.ts +6 -0
- package/api/resources/dubbing/resources/resource/resources/index.js +45 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +45 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +125 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/index.js +17 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +11 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.js +5 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/resource/resources/language/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/language/index.js +17 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +61 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +189 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/index.js +17 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +12 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.js +5 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/resource/resources/segment/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/segment/index.js +17 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +63 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +196 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/index.js +17 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +13 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.js +5 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/index.d.ts +2 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/index.js +18 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/index.d.ts +2 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/index.js +41 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +49 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +129 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.js +17 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +16 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +5 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/index.js +17 -0
- package/api/resources/dubbing/resources/transcript/client/Client.d.ts +49 -0
- package/api/resources/dubbing/resources/transcript/client/Client.js +141 -0
- package/api/resources/dubbing/resources/transcript/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/transcript/client/index.js +17 -0
- package/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +14 -0
- package/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.js +5 -0
- package/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -0
- package/api/resources/dubbing/resources/transcript/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/transcript/index.d.ts +2 -0
- package/api/resources/dubbing/resources/transcript/index.js +18 -0
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +11 -0
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +10 -0
- package/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/api/resources/dubbing/resources/transcript/types/index.js +17 -0
- package/api/resources/forcedAlignment/client/Client.d.ts +47 -0
- package/api/resources/forcedAlignment/client/Client.js +137 -0
- package/api/resources/forcedAlignment/client/index.d.ts +1 -0
- package/api/resources/forcedAlignment/client/index.js +17 -0
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +18 -0
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.js +5 -0
- package/api/resources/forcedAlignment/client/requests/index.d.ts +1 -0
- package/api/resources/forcedAlignment/client/requests/index.js +2 -0
- package/api/resources/forcedAlignment/index.d.ts +1 -0
- package/api/resources/forcedAlignment/index.js +17 -0
- package/api/resources/history/client/Client.d.ts +84 -0
- package/api/resources/history/client/Client.js +377 -0
- package/api/resources/history/client/index.d.ts +1 -0
- package/api/resources/history/client/index.js +17 -0
- package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +9 -0
- package/api/resources/history/client/requests/DownloadHistoryRequest.js +5 -0
- package/api/resources/history/client/requests/HistoryListRequest.d.ts +30 -0
- package/api/resources/history/client/requests/HistoryListRequest.js +5 -0
- package/api/resources/history/client/requests/index.d.ts +2 -0
- package/api/resources/history/client/requests/index.js +2 -0
- package/api/resources/history/index.d.ts +2 -0
- package/api/resources/history/index.js +18 -0
- package/api/resources/history/types/HistoryListRequestSource.d.ts +8 -0
- package/api/resources/history/types/HistoryListRequestSource.js +10 -0
- package/api/resources/history/types/index.d.ts +1 -0
- package/api/resources/history/types/index.js +17 -0
- package/api/resources/index.d.ts +48 -0
- package/api/resources/index.js +87 -0
- package/api/resources/models/client/Client.d.ts +46 -0
- package/api/resources/models/client/Client.js +125 -0
- package/api/resources/models/client/index.d.ts +1 -0
- package/api/resources/models/client/index.js +2 -0
- package/api/resources/models/index.d.ts +1 -0
- package/api/resources/models/index.js +17 -0
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +102 -0
- package/api/resources/pronunciationDictionaries/client/Client.js +416 -0
- package/api/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/client/index.js +17 -0
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +20 -0
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.js +5 -0
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +29 -0
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.js +5 -0
- package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +26 -0
- package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.js +5 -0
- package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +3 -0
- package/api/resources/pronunciationDictionaries/client/requests/index.js +2 -0
- package/api/resources/pronunciationDictionaries/index.d.ts +3 -0
- package/api/resources/pronunciationDictionaries/index.js +19 -0
- package/api/resources/pronunciationDictionaries/resources/index.d.ts +3 -0
- package/api/resources/pronunciationDictionaries/resources/index.js +42 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +67 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +202 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/index.js +17 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +22 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.js +5 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +13 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.js +5 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +2 -0
- package/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +2 -0
- package/api/resources/pronunciationDictionaries/resources/rules/index.js +18 -0
- package/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +13 -0
- package/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.js +5 -0
- package/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/types/index.js +17 -0
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +13 -0
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.js +5 -0
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +9 -0
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +11 -0
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +9 -0
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +11 -0
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +8 -0
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.js +10 -0
- package/api/resources/pronunciationDictionaries/types/index.d.ts +4 -0
- package/api/resources/pronunciationDictionaries/types/index.js +20 -0
- package/api/resources/samples/client/Client.d.ts +48 -0
- package/api/resources/samples/client/Client.js +127 -0
- package/api/resources/samples/client/index.d.ts +1 -0
- package/api/resources/samples/client/index.js +2 -0
- package/api/resources/samples/index.d.ts +1 -0
- package/api/resources/samples/index.js +17 -0
- package/api/resources/speechToSpeech/client/Client.d.ts +44 -0
- package/api/resources/speechToSpeech/client/Client.js +232 -0
- package/api/resources/speechToSpeech/client/index.d.ts +1 -0
- package/api/resources/speechToSpeech/client/index.js +17 -0
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +45 -0
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.js +5 -0
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +45 -0
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.js +5 -0
- package/api/resources/speechToSpeech/client/requests/index.d.ts +2 -0
- package/api/resources/speechToSpeech/client/requests/index.js +2 -0
- package/api/resources/speechToSpeech/index.d.ts +2 -0
- package/api/resources/speechToSpeech/index.js +18 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +8 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.js +10 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +28 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +27 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +8 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.js +10 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +28 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +27 -0
- package/api/resources/speechToSpeech/types/index.d.ts +4 -0
- package/api/resources/speechToSpeech/types/index.js +20 -0
- package/api/resources/speechToText/client/Client.d.ts +46 -0
- package/api/resources/speechToText/client/Client.js +149 -0
- package/api/resources/speechToText/client/index.d.ts +1 -0
- package/api/resources/speechToText/client/index.js +17 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +36 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.js +5 -0
- package/api/resources/speechToText/client/requests/index.d.ts +1 -0
- package/api/resources/speechToText/client/requests/index.js +2 -0
- package/api/resources/speechToText/index.d.ts +2 -0
- package/api/resources/speechToText/index.js +18 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +11 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.js +10 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +12 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.js +11 -0
- package/api/resources/speechToText/types/index.d.ts +2 -0
- package/api/resources/speechToText/types/index.js +18 -0
- package/api/resources/studio/client/Client.d.ts +59 -0
- package/api/resources/studio/client/Client.js +144 -0
- package/api/resources/studio/client/index.d.ts +1 -0
- package/api/resources/studio/client/index.js +17 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +49 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +5 -0
- package/api/resources/studio/client/requests/index.d.ts +1 -0
- package/api/resources/studio/client/requests/index.js +2 -0
- package/api/resources/studio/index.d.ts +3 -0
- package/api/resources/studio/index.js +19 -0
- package/api/resources/studio/resources/index.d.ts +3 -0
- package/api/resources/studio/resources/index.js +42 -0
- package/api/resources/studio/resources/projects/client/Client.d.ts +130 -0
- package/api/resources/studio/resources/projects/client/Client.js +541 -0
- package/api/resources/studio/resources/projects/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/client/index.js +17 -0
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +79 -0
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.js +5 -0
- package/api/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +27 -0
- package/api/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.js +5 -0
- package/api/resources/studio/resources/projects/client/requests/index.d.ts +2 -0
- package/api/resources/studio/resources/projects/client/requests/index.js +2 -0
- package/api/resources/studio/resources/projects/index.d.ts +3 -0
- package/api/resources/studio/resources/projects/index.js +19 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +120 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +452 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +15 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.js +5 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +14 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.js +5 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/index.js +2 -0
- package/api/resources/studio/resources/projects/resources/chapters/index.d.ts +2 -0
- package/api/resources/studio/resources/projects/resources/chapters/index.js +18 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/index.d.ts +2 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/index.js +41 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +67 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +246 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +7 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js +5 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.js +2 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +45 -0
- package/api/resources/studio/resources/projects/resources/content/client/Client.js +136 -0
- package/api/resources/studio/resources/projects/resources/content/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/content/client/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +15 -0
- package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.js +5 -0
- package/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/content/client/requests/index.js +2 -0
- package/api/resources/studio/resources/projects/resources/content/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/content/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/index.d.ts +8 -0
- package/api/resources/studio/resources/projects/resources/index.js +47 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +49 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +132 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +18 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.js +5 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.js +2 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +71 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +299 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/index.js +17 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +7 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js +5 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.js +2 -0
- package/api/resources/studio/resources/projects/resources/snapshots/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/snapshots/index.js +17 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +10 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.js +12 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +8 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.js +10 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +10 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +12 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +10 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.js +12 -0
- package/api/resources/studio/resources/projects/types/index.d.ts +4 -0
- package/api/resources/studio/resources/projects/types/index.js +20 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +15 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.js +11 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +16 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +5 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +18 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +13 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +8 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.js +5 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +13 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.js +5 -0
- package/api/resources/studio/types/index.d.ts +5 -0
- package/api/resources/studio/types/index.js +21 -0
- package/api/resources/textToSoundEffects/client/Client.d.ts +38 -0
- package/api/resources/textToSoundEffects/client/Client.js +135 -0
- package/api/resources/textToSoundEffects/client/index.d.ts +1 -0
- package/api/resources/textToSoundEffects/client/index.js +17 -0
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +22 -0
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.js +5 -0
- package/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -0
- package/api/resources/textToSoundEffects/client/requests/index.js +2 -0
- package/api/resources/textToSoundEffects/index.d.ts +2 -0
- package/api/resources/textToSoundEffects/index.js +18 -0
- package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +28 -0
- package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +27 -0
- package/api/resources/textToSoundEffects/types/index.d.ts +1 -0
- package/api/resources/textToSoundEffects/types/index.js +17 -0
- package/api/resources/textToSpeech/client/Client.d.ts +65 -0
- package/api/resources/textToSpeech/client/Client.js +367 -0
- package/api/resources/textToSpeech/client/index.d.ts +1 -0
- package/api/resources/textToSpeech/client/index.js +17 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +59 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +5 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +59 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +5 -0
- package/api/resources/textToSpeech/client/requests/TextToSpeechRequest.d.ts +59 -0
- package/api/resources/textToSpeech/client/requests/TextToSpeechRequest.js +5 -0
- package/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts +57 -0
- package/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js +5 -0
- package/api/resources/textToSpeech/client/requests/index.d.ts +4 -0
- package/api/resources/textToSpeech/client/requests/index.js +2 -0
- package/api/resources/textToSpeech/index.d.ts +2 -0
- package/api/resources/textToSpeech/index.js +18 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js +11 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +11 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js +11 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +11 -0
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +28 -0
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +27 -0
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +28 -0
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +27 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +28 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +27 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +28 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +27 -0
- package/api/resources/textToSpeech/types/index.d.ts +8 -0
- package/api/resources/textToSpeech/types/index.js +24 -0
- package/api/resources/textToVoice/client/Client.d.ts +63 -0
- package/api/resources/textToVoice/client/Client.js +212 -0
- package/api/resources/textToVoice/client/index.d.ts +1 -0
- package/api/resources/textToVoice/client/index.js +17 -0
- package/api/resources/textToVoice/client/requests/SaveVoicePreviewRequest.d.ts +23 -0
- package/api/resources/textToVoice/client/requests/SaveVoicePreviewRequest.js +5 -0
- package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +30 -0
- package/api/resources/textToVoice/client/requests/VoiceDesignRequest.js +5 -0
- package/api/resources/textToVoice/client/requests/index.d.ts +2 -0
- package/api/resources/textToVoice/client/requests/index.js +2 -0
- package/api/resources/textToVoice/index.d.ts +2 -0
- package/api/resources/textToVoice/index.js +18 -0
- package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +28 -0
- package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +27 -0
- package/api/resources/textToVoice/types/index.d.ts +1 -0
- package/api/resources/textToVoice/types/index.js +17 -0
- package/api/resources/usage/client/Client.d.ts +47 -0
- package/api/resources/usage/client/Client.js +146 -0
- package/api/resources/usage/client/index.d.ts +1 -0
- package/api/resources/usage/client/index.js +17 -0
- package/api/resources/usage/client/requests/UsageGetRequest.d.ts +37 -0
- package/api/resources/usage/client/requests/UsageGetRequest.js +5 -0
- package/api/resources/usage/client/requests/index.d.ts +1 -0
- package/api/resources/usage/client/requests/index.js +2 -0
- package/api/resources/usage/index.d.ts +1 -0
- package/api/resources/usage/index.js +17 -0
- package/api/resources/user/client/Client.d.ts +46 -0
- package/api/resources/user/client/Client.js +127 -0
- package/api/resources/user/client/index.d.ts +1 -0
- package/api/resources/user/client/index.js +2 -0
- package/api/resources/user/index.d.ts +2 -0
- package/api/resources/user/index.js +18 -0
- package/api/resources/user/resources/index.d.ts +1 -0
- package/api/resources/user/resources/index.js +37 -0
- package/api/resources/user/resources/subscription/client/Client.d.ts +43 -0
- package/api/resources/user/resources/subscription/client/Client.js +122 -0
- package/api/resources/user/resources/subscription/client/index.d.ts +1 -0
- package/api/resources/user/resources/subscription/client/index.js +2 -0
- package/api/resources/user/resources/subscription/index.d.ts +1 -0
- package/api/resources/user/resources/subscription/index.js +17 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +1 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +17 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +8 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +5 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +8 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +5 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +2 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +18 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +1 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/index.js +17 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +8 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +5 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +8 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +5 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +2 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +18 -0
- package/api/resources/voices/client/Client.d.ts +163 -0
- package/api/resources/voices/client/Client.js +726 -0
- package/api/resources/voices/client/index.d.ts +1 -0
- package/api/resources/voices/client/index.js +17 -0
- package/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +13 -0
- package/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.js +5 -0
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +21 -0
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.js +5 -0
- package/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +15 -0
- package/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.js +5 -0
- package/api/resources/voices/client/requests/VoicesGetAllRequest.d.ts +13 -0
- package/api/resources/voices/client/requests/VoicesGetAllRequest.js +5 -0
- package/api/resources/voices/client/requests/VoicesGetRequest.d.ts +13 -0
- package/api/resources/voices/client/requests/VoicesGetRequest.js +5 -0
- package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +78 -0
- package/api/resources/voices/client/requests/VoicesGetSharedRequest.js +5 -0
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +51 -0
- package/api/resources/voices/client/requests/VoicesSearchRequest.js +5 -0
- package/api/resources/voices/client/requests/index.d.ts +7 -0
- package/api/resources/voices/client/requests/index.js +2 -0
- package/api/resources/voices/index.d.ts +3 -0
- package/api/resources/voices/index.js +19 -0
- package/api/resources/voices/resources/index.d.ts +6 -0
- package/api/resources/voices/resources/index.js +45 -0
- package/api/resources/voices/resources/ivc/client/Client.d.ts +47 -0
- package/api/resources/voices/resources/ivc/client/Client.js +142 -0
- package/api/resources/voices/resources/ivc/client/index.d.ts +1 -0
- package/api/resources/voices/resources/ivc/client/index.js +17 -0
- package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +22 -0
- package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.js +5 -0
- package/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -0
- package/api/resources/voices/resources/ivc/client/requests/index.js +2 -0
- package/api/resources/voices/resources/ivc/index.d.ts +1 -0
- package/api/resources/voices/resources/ivc/index.js +17 -0
- package/api/resources/voices/resources/pvc/client/Client.d.ts +81 -0
- package/api/resources/voices/resources/pvc/client/Client.js +266 -0
- package/api/resources/voices/resources/pvc/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/client/index.js +17 -0
- package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +17 -0
- package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +5 -0
- package/api/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +11 -0
- package/api/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.js +5 -0
- package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +20 -0
- package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +5 -0
- package/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -0
- package/api/resources/voices/resources/pvc/client/requests/index.js +2 -0
- package/api/resources/voices/resources/pvc/index.d.ts +2 -0
- package/api/resources/voices/resources/pvc/index.js +18 -0
- package/api/resources/voices/resources/pvc/resources/index.d.ts +4 -0
- package/api/resources/voices/resources/pvc/resources/index.js +43 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +85 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +279 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/index.js +17 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +15 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.js +5 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +17 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.js +5 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/index.js +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/index.d.ts +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/index.js +18 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +45 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +127 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.js +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/index.js +17 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +3 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/index.js +39 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +62 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +197 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/index.js +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/index.d.ts +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/index.js +18 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +46 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +125 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/index.js +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/index.js +17 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/index.js +37 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +45 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +127 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/index.js +2 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/index.js +17 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +50 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +143 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/index.js +17 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +15 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.js +5 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/index.js +2 -0
- package/api/resources/voices/resources/pvc/resources/verification/index.d.ts +2 -0
- package/api/resources/voices/resources/pvc/resources/verification/index.js +18 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +60 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +194 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.js +17 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +13 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.js +5 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.js +2 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/index.js +17 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/index.d.ts +2 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/index.js +41 -0
- package/api/resources/voices/resources/samples/client/Client.d.ts +21 -0
- package/api/resources/voices/resources/samples/client/Client.js +17 -0
- package/api/resources/voices/resources/samples/client/index.d.ts +1 -0
- package/api/resources/voices/resources/samples/client/index.js +2 -0
- package/api/resources/voices/resources/samples/index.d.ts +2 -0
- package/api/resources/voices/resources/samples/index.js +18 -0
- package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +37 -0
- package/api/resources/voices/resources/samples/resources/audio/client/Client.js +117 -0
- package/api/resources/voices/resources/samples/resources/audio/client/index.d.ts +1 -0
- package/api/resources/voices/resources/samples/resources/audio/client/index.js +2 -0
- package/api/resources/voices/resources/samples/resources/audio/index.d.ts +1 -0
- package/api/resources/voices/resources/samples/resources/audio/index.js +17 -0
- package/api/resources/voices/resources/samples/resources/index.d.ts +1 -0
- package/api/resources/voices/resources/samples/resources/index.js +37 -0
- package/api/resources/voices/resources/settings/client/Client.d.ts +74 -0
- package/api/resources/voices/resources/settings/client/Client.js +248 -0
- package/api/resources/voices/resources/settings/client/index.d.ts +1 -0
- package/api/resources/voices/resources/settings/client/index.js +2 -0
- package/api/resources/voices/resources/settings/index.d.ts +1 -0
- package/api/resources/voices/resources/settings/index.js +17 -0
- package/api/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +12 -0
- package/api/resources/voices/types/VoicesGetSharedRequestCategory.js +11 -0
- package/api/resources/voices/types/index.d.ts +1 -0
- package/api/resources/voices/types/index.js +17 -0
- package/api/resources/workspace/client/Client.d.ts +30 -0
- package/api/resources/workspace/client/Client.js +32 -0
- package/api/resources/workspace/client/index.d.ts +1 -0
- package/api/resources/workspace/client/index.js +2 -0
- package/api/resources/workspace/index.d.ts +2 -0
- package/api/resources/workspace/index.js +18 -0
- package/api/resources/workspace/resources/groups/client/Client.d.ts +49 -0
- package/api/resources/workspace/resources/groups/client/Client.js +137 -0
- package/api/resources/workspace/resources/groups/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/groups/client/index.js +17 -0
- package/api/resources/workspace/resources/groups/client/requests/GroupsSearchRequest.d.ts +15 -0
- package/api/resources/workspace/resources/groups/client/requests/GroupsSearchRequest.js +5 -0
- package/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/resources/groups/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/groups/index.d.ts +2 -0
- package/api/resources/workspace/resources/groups/index.js +18 -0
- package/api/resources/workspace/resources/groups/resources/index.d.ts +2 -0
- package/api/resources/workspace/resources/groups/resources/index.js +41 -0
- package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +63 -0
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +198 -0
- package/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/groups/resources/members/client/index.js +17 -0
- package/api/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +13 -0
- package/api/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.js +5 -0
- package/api/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +13 -0
- package/api/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.js +5 -0
- package/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -0
- package/api/resources/workspace/resources/groups/resources/members/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/groups/resources/members/index.d.ts +1 -0
- package/api/resources/workspace/resources/groups/resources/members/index.js +17 -0
- package/api/resources/workspace/resources/index.d.ts +11 -0
- package/api/resources/workspace/resources/index.js +50 -0
- package/api/resources/workspace/resources/invites/client/Client.d.ts +76 -0
- package/api/resources/workspace/resources/invites/client/Client.js +263 -0
- package/api/resources/workspace/resources/invites/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/invites/client/index.js +17 -0
- package/api/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +13 -0
- package/api/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.js +5 -0
- package/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +15 -0
- package/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +5 -0
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +18 -0
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +5 -0
- package/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -0
- package/api/resources/workspace/resources/invites/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/invites/index.d.ts +2 -0
- package/api/resources/workspace/resources/invites/index.js +18 -0
- package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +22 -0
- package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +24 -0
- package/api/resources/workspace/resources/invites/types/index.d.ts +1 -0
- package/api/resources/workspace/resources/invites/types/index.js +17 -0
- package/api/resources/workspace/resources/members/client/Client.d.ts +61 -0
- package/api/resources/workspace/resources/members/client/Client.js +196 -0
- package/api/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/members/client/index.js +17 -0
- package/api/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.d.ts +13 -0
- package/api/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.js +5 -0
- package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +18 -0
- package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +5 -0
- package/api/resources/workspace/resources/members/client/requests/index.d.ts +2 -0
- package/api/resources/workspace/resources/members/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/members/index.d.ts +2 -0
- package/api/resources/workspace/resources/members/index.js +18 -0
- package/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +8 -0
- package/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js +10 -0
- package/api/resources/workspace/resources/members/types/index.d.ts +1 -0
- package/api/resources/workspace/resources/members/types/index.js +17 -0
- package/api/resources/workspace/resources/resources/client/Client.d.ts +80 -0
- package/api/resources/workspace/resources/resources/client/Client.js +264 -0
- package/api/resources/workspace/resources/resources/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/resources/client/index.js +17 -0
- package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +23 -0
- package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +5 -0
- package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +20 -0
- package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.js +5 -0
- package/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +16 -0
- package/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.js +5 -0
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -0
- package/api/resources/workspace/resources/resources/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/resources/index.d.ts +2 -0
- package/api/resources/workspace/resources/resources/index.js +18 -0
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +12 -0
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +11 -0
- package/api/resources/workspace/resources/resources/types/index.d.ts +1 -0
- package/api/resources/workspace/resources/resources/types/index.js +17 -0
- package/api/types/AddChapterResponseModel.d.ts +7 -0
- package/api/types/AddChapterResponseModel.js +5 -0
- package/api/types/AddKnowledgeBaseResponseModel.d.ts +8 -0
- package/api/types/AddKnowledgeBaseResponseModel.js +5 -0
- package/api/types/AddProjectRequest.d.ts +70 -0
- package/api/types/AddProjectRequest.js +5 -0
- package/api/types/AddProjectResponseModel.d.ts +7 -0
- package/api/types/AddProjectResponseModel.js +5 -0
- package/api/types/AddPronunciationDictionaryResponseModel.d.ts +22 -0
- package/api/types/AddPronunciationDictionaryResponseModel.js +5 -0
- package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +9 -0
- package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +11 -0
- package/api/types/AddSharingVoiceRequest.d.ts +4 -0
- package/api/types/AddSharingVoiceRequest.js +5 -0
- package/api/types/AddVoiceIvcResponseModel.d.ts +9 -0
- package/api/types/AddVoiceIvcResponseModel.js +5 -0
- package/api/types/AddVoiceResponseModel.d.ts +7 -0
- package/api/types/AddVoiceResponseModel.js +5 -0
- package/api/types/AddWorkspaceGroupMemberResponseModel.d.ts +7 -0
- package/api/types/AddWorkspaceGroupMemberResponseModel.js +5 -0
- package/api/types/AddWorkspaceInviteResponseModel.d.ts +7 -0
- package/api/types/AddWorkspaceInviteResponseModel.js +5 -0
- package/api/types/AdditionalFormatResponseModel.d.ts +15 -0
- package/api/types/AdditionalFormatResponseModel.js +5 -0
- package/api/types/AdditionalFormats.d.ts +5 -0
- package/api/types/AdditionalFormats.js +5 -0
- package/api/types/Age.d.ts +4 -0
- package/api/types/Age.js +5 -0
- package/api/types/AgentBan.d.ts +9 -0
- package/api/types/AgentBan.js +5 -0
- package/api/types/AgentCallLimits.d.ts +9 -0
- package/api/types/AgentCallLimits.js +5 -0
- package/api/types/AgentConfig.d.ts +14 -0
- package/api/types/AgentConfig.js +5 -0
- package/api/types/AgentConfigDbModel.d.ts +13 -0
- package/api/types/AgentConfigDbModel.js +5 -0
- package/api/types/AgentConfigOverride.d.ts +12 -0
- package/api/types/AgentConfigOverride.js +5 -0
- package/api/types/AgentConfigOverrideConfig.d.ts +12 -0
- package/api/types/AgentConfigOverrideConfig.js +5 -0
- package/api/types/AgentMetadataResponseModel.d.ts +7 -0
- package/api/types/AgentMetadataResponseModel.js +5 -0
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +22 -0
- package/api/types/AgentPlatformSettingsRequestModel.js +5 -0
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +23 -0
- package/api/types/AgentPlatformSettingsResponseModel.js +5 -0
- package/api/types/AgentSimulatedChatTestResponseModel.d.ts +8 -0
- package/api/types/AgentSimulatedChatTestResponseModel.js +5 -0
- package/api/types/AgentSummaryResponseModel.d.ts +16 -0
- package/api/types/AgentSummaryResponseModel.js +5 -0
- package/api/types/AgentTransfer.d.ts +7 -0
- package/api/types/AgentTransfer.js +5 -0
- package/api/types/AgentWorkspaceOverridesInput.d.ts +9 -0
- package/api/types/AgentWorkspaceOverridesInput.js +5 -0
- package/api/types/AgentWorkspaceOverridesOutput.d.ts +9 -0
- package/api/types/AgentWorkspaceOverridesOutput.js +5 -0
- package/api/types/Alignment.d.ts +28 -0
- package/api/types/Alignment.js +5 -0
- package/api/types/AllowlistItem.d.ts +7 -0
- package/api/types/AllowlistItem.js +5 -0
- package/api/types/ArrayJsonSchemaPropertyInput.d.ts +9 -0
- package/api/types/ArrayJsonSchemaPropertyInput.js +5 -0
- package/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +5 -0
- package/api/types/ArrayJsonSchemaPropertyInputItems.js +5 -0
- package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +9 -0
- package/api/types/ArrayJsonSchemaPropertyOutput.js +5 -0
- package/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +5 -0
- package/api/types/ArrayJsonSchemaPropertyOutputItems.js +5 -0
- package/api/types/AsrConversationalConfig.d.ts +14 -0
- package/api/types/AsrConversationalConfig.js +5 -0
- package/api/types/AsrInputFormat.d.ts +13 -0
- package/api/types/AsrInputFormat.js +15 -0
- package/api/types/AsrProvider.d.ts +4 -0
- package/api/types/AsrProvider.js +5 -0
- package/api/types/AsrQuality.d.ts +4 -0
- package/api/types/AsrQuality.js +5 -0
- package/api/types/AudioNativeCreateProjectResponseModel.d.ts +11 -0
- package/api/types/AudioNativeCreateProjectResponseModel.js +5 -0
- package/api/types/AudioNativeEditContentResponseModel.d.ts +13 -0
- package/api/types/AudioNativeEditContentResponseModel.js +5 -0
- package/api/types/AudioNativeProjectSettingsResponseModel.d.ts +26 -0
- package/api/types/AudioNativeProjectSettingsResponseModel.js +5 -0
- package/api/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +11 -0
- package/api/types/AudioNativeProjectSettingsResponseModelStatus.js +10 -0
- package/api/types/AudioOutput.d.ts +13 -0
- package/api/types/AudioOutput.js +5 -0
- package/api/types/AudioOutputMulti.d.ts +15 -0
- package/api/types/AudioOutputMulti.js +5 -0
- package/api/types/AudioWithTimestampsResponse.d.ts +12 -0
- package/api/types/AudioWithTimestampsResponse.js +5 -0
- package/api/types/AuthSettings.d.ts +12 -0
- package/api/types/AuthSettings.js +5 -0
- package/api/types/AuthorizationMethod.d.ts +13 -0
- package/api/types/AuthorizationMethod.js +15 -0
- package/api/types/BanReasonType.d.ts +8 -0
- package/api/types/BanReasonType.js +10 -0
- package/api/types/BatchCallDetailedResponse.d.ts +22 -0
- package/api/types/BatchCallDetailedResponse.js +5 -0
- package/api/types/BatchCallRecipientStatus.d.ts +12 -0
- package/api/types/BatchCallRecipientStatus.js +14 -0
- package/api/types/BatchCallResponse.d.ts +18 -0
- package/api/types/BatchCallResponse.js +5 -0
- package/api/types/BatchCallStatus.d.ts +11 -0
- package/api/types/BatchCallStatus.js +13 -0
- package/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +9 -0
- package/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.js +5 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.d.ts +10 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.js +12 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostFiction.d.ts +8 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostFiction.js +10 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +10 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostSourceType.js +12 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.d.ts +10 -0
- package/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.js +12 -0
- package/api/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.d.ts +11 -0
- package/api/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.js +5 -0
- package/api/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.d.ts +11 -0
- package/api/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.js +5 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +33 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.js +5 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +15 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.js +11 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.d.ts +16 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.js +5 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.d.ts +18 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.js +13 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.d.ts +8 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.js +5 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.d.ts +13 -0
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.js +5 -0
- package/api/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.d.ts +19 -0
- package/api/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.js +5 -0
- package/api/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.d.ts +10 -0
- package/api/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.js +5 -0
- package/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +11 -0
- package/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.js +5 -0
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +12 -0
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +11 -0
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +11 -0
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +10 -0
- package/api/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.d.ts +7 -0
- package/api/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.js +5 -0
- package/api/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +7 -0
- package/api/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js +5 -0
- package/api/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +7 -0
- package/api/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js +5 -0
- package/api/types/BreakdownTypes.d.ts +20 -0
- package/api/types/BreakdownTypes.js +19 -0
- package/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +8 -0
- package/api/types/ChapterContentBlockExtendableNodeResponseModel.js +5 -0
- package/api/types/ChapterContentBlockInputModel.d.ts +8 -0
- package/api/types/ChapterContentBlockInputModel.js +5 -0
- package/api/types/ChapterContentBlockResponseModel.d.ts +8 -0
- package/api/types/ChapterContentBlockResponseModel.js +5 -0
- package/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +13 -0
- package/api/types/ChapterContentBlockResponseModelNodesItem.js +5 -0
- package/api/types/ChapterContentBlockTtsNodeResponseModel.d.ts +7 -0
- package/api/types/ChapterContentBlockTtsNodeResponseModel.js +5 -0
- package/api/types/ChapterContentInputModel.d.ts +7 -0
- package/api/types/ChapterContentInputModel.js +5 -0
- package/api/types/ChapterContentParagraphTtsNodeInputModel.d.ts +8 -0
- package/api/types/ChapterContentParagraphTtsNodeInputModel.js +5 -0
- package/api/types/ChapterContentResponseModel.d.ts +7 -0
- package/api/types/ChapterContentResponseModel.js +5 -0
- package/api/types/ChapterResponse.d.ts +22 -0
- package/api/types/ChapterResponse.js +5 -0
- package/api/types/ChapterSnapshotExtendedResponseModel.d.ts +17 -0
- package/api/types/ChapterSnapshotExtendedResponseModel.js +5 -0
- package/api/types/ChapterSnapshotResponse.d.ts +15 -0
- package/api/types/ChapterSnapshotResponse.js +5 -0
- package/api/types/ChapterSnapshotsResponse.d.ts +8 -0
- package/api/types/ChapterSnapshotsResponse.js +5 -0
- package/api/types/ChapterState.d.ts +11 -0
- package/api/types/ChapterState.js +10 -0
- package/api/types/ChapterStatisticsResponse.d.ts +13 -0
- package/api/types/ChapterStatisticsResponse.js +5 -0
- package/api/types/ChapterWithContentResponseModel.d.ts +23 -0
- package/api/types/ChapterWithContentResponseModel.js +5 -0
- package/api/types/ChapterWithContentResponseModelState.d.ts +11 -0
- package/api/types/ChapterWithContentResponseModelState.js +10 -0
- package/api/types/CharacterAlignmentModel.d.ts +8 -0
- package/api/types/CharacterAlignmentModel.js +5 -0
- package/api/types/CharacterAlignmentResponseModel.d.ts +8 -0
- package/api/types/CharacterAlignmentResponseModel.js +5 -0
- package/api/types/CharacterUsageResponse.d.ts +4 -0
- package/api/types/CharacterUsageResponse.js +5 -0
- package/api/types/ClientEvent.d.ts +18 -0
- package/api/types/ClientEvent.js +20 -0
- package/api/types/ClientToolConfigInput.d.ts +20 -0
- package/api/types/ClientToolConfigInput.js +5 -0
- package/api/types/ClientToolConfigOutput.d.ts +20 -0
- package/api/types/ClientToolConfigOutput.js +5 -0
- package/api/types/CloseConnection.d.ts +7 -0
- package/api/types/CloseConnection.js +5 -0
- package/api/types/CloseContext.d.ts +12 -0
- package/api/types/CloseContext.js +5 -0
- package/api/types/CloseSocket.d.ts +10 -0
- package/api/types/CloseSocket.js +5 -0
- package/api/types/ConvAiDynamicVariable.d.ts +9 -0
- package/api/types/ConvAiDynamicVariable.js +5 -0
- package/api/types/ConvAiSecretLocator.d.ts +9 -0
- package/api/types/ConvAiSecretLocator.js +5 -0
- package/api/types/ConvAiStoredSecretDependencies.d.ts +10 -0
- package/api/types/ConvAiStoredSecretDependencies.js +5 -0
- package/api/types/ConvAiStoredSecretDependenciesAgentToolsItem.d.ts +13 -0
- package/api/types/ConvAiStoredSecretDependenciesAgentToolsItem.js +5 -0
- package/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +13 -0
- package/api/types/ConvAiStoredSecretDependenciesToolsItem.js +5 -0
- package/api/types/ConvAiWebhooks.d.ts +6 -0
- package/api/types/ConvAiWebhooks.js +5 -0
- package/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +10 -0
- package/api/types/ConvAiWorkspaceStoredSecretConfig.js +5 -0
- package/api/types/ConversationChargingCommonModel.d.ts +10 -0
- package/api/types/ConversationChargingCommonModel.js +5 -0
- package/api/types/ConversationConfig.d.ts +12 -0
- package/api/types/ConversationConfig.js +5 -0
- package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +12 -0
- package/api/types/ConversationConfigClientOverrideConfigInput.js +5 -0
- package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +12 -0
- package/api/types/ConversationConfigClientOverrideConfigOutput.js +5 -0
- package/api/types/ConversationConfigClientOverrideInput.d.ts +12 -0
- package/api/types/ConversationConfigClientOverrideInput.js +5 -0
- package/api/types/ConversationConfigClientOverrideOutput.d.ts +12 -0
- package/api/types/ConversationConfigClientOverrideOutput.js +5 -0
- package/api/types/ConversationConfigOverride.d.ts +6 -0
- package/api/types/ConversationConfigOverride.js +5 -0
- package/api/types/ConversationConfigOverrideConfig.d.ts +7 -0
- package/api/types/ConversationConfigOverrideConfig.js +5 -0
- package/api/types/ConversationDeletionSettings.d.ts +11 -0
- package/api/types/ConversationDeletionSettings.js +5 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +10 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.js +5 -0
- package/api/types/ConversationHistoryBatchCallModel.d.ts +7 -0
- package/api/types/ConversationHistoryBatchCallModel.js +5 -0
- package/api/types/ConversationHistoryErrorCommonModel.d.ts +7 -0
- package/api/types/ConversationHistoryErrorCommonModel.js +5 -0
- package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +9 -0
- package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.js +5 -0
- package/api/types/ConversationHistoryFeedbackCommonModel.d.ts +9 -0
- package/api/types/ConversationHistoryFeedbackCommonModel.js +5 -0
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +20 -0
- package/api/types/ConversationHistoryMetadataCommonModel.js +5 -0
- package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +13 -0
- package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.js +5 -0
- package/api/types/ConversationHistoryRagUsageCommonModel.d.ts +7 -0
- package/api/types/ConversationHistoryRagUsageCommonModel.js +5 -0
- package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +11 -0
- package/api/types/ConversationHistorySipTrunkingPhoneCallModel.js +5 -0
- package/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +8 -0
- package/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.js +10 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +19 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.js +5 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +8 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInputRole.js +10 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +8 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.js +10 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +19 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +8 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutputRole.js +10 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +8 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +10 -0
- package/api/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +6 -0
- package/api/types/ConversationHistoryTranscriptToolCallClientDetails.js +5 -0
- package/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +12 -0
- package/api/types/ConversationHistoryTranscriptToolCallCommonModel.js +5 -0
- package/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +13 -0
- package/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.js +5 -0
- package/api/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +11 -0
- package/api/types/ConversationHistoryTranscriptToolCallWebhookDetails.js +5 -0
- package/api/types/ConversationHistoryTranscriptToolResultCommonModel.d.ts +12 -0
- package/api/types/ConversationHistoryTranscriptToolResultCommonModel.js +5 -0
- package/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +12 -0
- package/api/types/ConversationHistoryTwilioPhoneCallModel.js +5 -0
- package/api/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +8 -0
- package/api/types/ConversationHistoryTwilioPhoneCallModelDirection.js +10 -0
- package/api/types/ConversationInitiationClientDataConfigInput.d.ts +12 -0
- package/api/types/ConversationInitiationClientDataConfigInput.js +5 -0
- package/api/types/ConversationInitiationClientDataConfigOutput.d.ts +12 -0
- package/api/types/ConversationInitiationClientDataConfigOutput.js +5 -0
- package/api/types/ConversationInitiationClientDataInternal.d.ts +9 -0
- package/api/types/ConversationInitiationClientDataInternal.js +5 -0
- package/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +4 -0
- package/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js +5 -0
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +9 -0
- package/api/types/ConversationInitiationClientDataRequestInput.js +5 -0
- package/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +4 -0
- package/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +5 -0
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +9 -0
- package/api/types/ConversationInitiationClientDataRequestOutput.js +5 -0
- package/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +4 -0
- package/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +5 -0
- package/api/types/ConversationInitiationClientDataWebhook.d.ts +10 -0
- package/api/types/ConversationInitiationClientDataWebhook.js +5 -0
- package/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +5 -0
- package/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.js +5 -0
- package/api/types/ConversationSignedUrlResponseModel.d.ts +6 -0
- package/api/types/ConversationSignedUrlResponseModel.js +5 -0
- package/api/types/ConversationSimulationSpecification.d.ts +13 -0
- package/api/types/ConversationSimulationSpecification.js +5 -0
- package/api/types/ConversationSummaryResponseModel.d.ts +14 -0
- package/api/types/ConversationSummaryResponseModel.js +5 -0
- package/api/types/ConversationSummaryResponseModelStatus.d.ts +11 -0
- package/api/types/ConversationSummaryResponseModelStatus.js +13 -0
- package/api/types/ConversationTokenDbModel.d.ts +14 -0
- package/api/types/ConversationTokenDbModel.js +5 -0
- package/api/types/ConversationTokenPurpose.d.ts +8 -0
- package/api/types/ConversationTokenPurpose.js +10 -0
- package/api/types/ConversationTurnMetrics.d.ts +7 -0
- package/api/types/ConversationTurnMetrics.js +5 -0
- package/api/types/ConversationalConfig.d.ts +18 -0
- package/api/types/ConversationalConfig.js +5 -0
- package/api/types/ConvertChapterResponseModel.d.ts +7 -0
- package/api/types/ConvertChapterResponseModel.js +5 -0
- package/api/types/ConvertProjectResponseModel.d.ts +7 -0
- package/api/types/ConvertProjectResponseModel.js +5 -0
- package/api/types/CreateAgentResponseModel.d.ts +7 -0
- package/api/types/CreateAgentResponseModel.js +5 -0
- package/api/types/CreateAudioNativeProjectRequest.d.ts +4 -0
- package/api/types/CreateAudioNativeProjectRequest.js +5 -0
- package/api/types/CreatePhoneNumberResponseModel.d.ts +7 -0
- package/api/types/CreatePhoneNumberResponseModel.js +5 -0
- package/api/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +15 -0
- package/api/types/CreatePreviouslyGeneratedVoiceRequest.js +5 -0
- package/api/types/CreatePronunciationDictionaryResponseModel.d.ts +7 -0
- package/api/types/CreatePronunciationDictionaryResponseModel.js +5 -0
- package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +29 -0
- package/api/types/CreateSipTrunkPhoneNumberRequest.js +5 -0
- package/api/types/CreateTranscriptRequest.d.ts +4 -0
- package/api/types/CreateTranscriptRequest.js +5 -0
- package/api/types/CreateTwilioPhoneNumberRequest.d.ts +13 -0
- package/api/types/CreateTwilioPhoneNumberRequest.js +5 -0
- package/api/types/CustomLlm.d.ts +12 -0
- package/api/types/CustomLlm.js +5 -0
- package/api/types/DashboardCallSuccessChartModel.d.ts +6 -0
- package/api/types/DashboardCallSuccessChartModel.js +5 -0
- package/api/types/DashboardCriteriaChartModel.d.ts +7 -0
- package/api/types/DashboardCriteriaChartModel.js +5 -0
- package/api/types/DashboardDataCollectionChartModel.d.ts +7 -0
- package/api/types/DashboardDataCollectionChartModel.js +5 -0
- package/api/types/DataCollectionResultCommonModel.d.ts +10 -0
- package/api/types/DataCollectionResultCommonModel.js +5 -0
- package/api/types/DeleteChapterRequest.d.ts +4 -0
- package/api/types/DeleteChapterRequest.js +5 -0
- package/api/types/DeleteChapterResponseModel.d.ts +7 -0
- package/api/types/DeleteChapterResponseModel.js +5 -0
- package/api/types/DeleteDubbingResponseModel.d.ts +7 -0
- package/api/types/DeleteDubbingResponseModel.js +5 -0
- package/api/types/DeleteHistoryItemResponse.d.ts +7 -0
- package/api/types/DeleteHistoryItemResponse.js +5 -0
- package/api/types/DeleteProjectRequest.d.ts +4 -0
- package/api/types/DeleteProjectRequest.js +5 -0
- package/api/types/DeleteProjectResponseModel.d.ts +7 -0
- package/api/types/DeleteProjectResponseModel.js +5 -0
- package/api/types/DeleteSampleResponse.d.ts +7 -0
- package/api/types/DeleteSampleResponse.js +5 -0
- package/api/types/DeleteVoiceResponseModel.d.ts +7 -0
- package/api/types/DeleteVoiceResponseModel.js +5 -0
- package/api/types/DeleteVoiceSampleResponseModel.d.ts +7 -0
- package/api/types/DeleteVoiceSampleResponseModel.js +5 -0
- package/api/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +7 -0
- package/api/types/DeleteWorkspaceGroupMemberResponseModel.js +5 -0
- package/api/types/DeleteWorkspaceInviteResponseModel.d.ts +7 -0
- package/api/types/DeleteWorkspaceInviteResponseModel.js +5 -0
- package/api/types/DeleteWorkspaceMemberResponseModel.d.ts +7 -0
- package/api/types/DeleteWorkspaceMemberResponseModel.js +5 -0
- package/api/types/DependentAvailableAgentIdentifier.d.ts +10 -0
- package/api/types/DependentAvailableAgentIdentifier.js +5 -0
- package/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +9 -0
- package/api/types/DependentAvailableAgentIdentifierAccessLevel.js +11 -0
- package/api/types/DependentAvailableAgentToolIdentifier.d.ts +11 -0
- package/api/types/DependentAvailableAgentToolIdentifier.js +5 -0
- package/api/types/DependentAvailableAgentToolIdentifierAccessLevel.d.ts +9 -0
- package/api/types/DependentAvailableAgentToolIdentifierAccessLevel.js +11 -0
- package/api/types/DependentAvailableToolIdentifier.d.ts +10 -0
- package/api/types/DependentAvailableToolIdentifier.js +5 -0
- package/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +9 -0
- package/api/types/DependentAvailableToolIdentifierAccessLevel.js +11 -0
- package/api/types/DependentPhoneNumberIdentifier.d.ts +10 -0
- package/api/types/DependentPhoneNumberIdentifier.js +5 -0
- package/api/types/DependentUnknownAgentIdentifier.d.ts +9 -0
- package/api/types/DependentUnknownAgentIdentifier.js +5 -0
- package/api/types/DependentUnknownAgentToolIdentifier.d.ts +9 -0
- package/api/types/DependentUnknownAgentToolIdentifier.js +5 -0
- package/api/types/DependentUnknownToolIdentifier.d.ts +9 -0
- package/api/types/DependentUnknownToolIdentifier.js +5 -0
- package/api/types/DoDubbingResponse.d.ts +9 -0
- package/api/types/DoDubbingResponse.js +5 -0
- package/api/types/DocumentUsageModeEnum.d.ts +8 -0
- package/api/types/DocumentUsageModeEnum.js +10 -0
- package/api/types/DocxExportOptions.d.ts +10 -0
- package/api/types/DocxExportOptions.js +5 -0
- package/api/types/DubbedSegment.d.ts +11 -0
- package/api/types/DubbedSegment.js +5 -0
- package/api/types/DubbingMediaMetadata.d.ts +9 -0
- package/api/types/DubbingMediaMetadata.js +5 -0
- package/api/types/DubbingMediaReference.d.ts +12 -0
- package/api/types/DubbingMediaReference.js +5 -0
- package/api/types/DubbingMetadataResponse.d.ts +18 -0
- package/api/types/DubbingMetadataResponse.js +5 -0
- package/api/types/DubbingRenderResponseModel.d.ts +7 -0
- package/api/types/DubbingRenderResponseModel.js +5 -0
- package/api/types/DubbingResource.d.ts +16 -0
- package/api/types/DubbingResource.js +5 -0
- package/api/types/DynamicVariablesConfig.d.ts +8 -0
- package/api/types/DynamicVariablesConfig.js +5 -0
- package/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +4 -0
- package/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js +5 -0
- package/api/types/EditChapterResponseModel.d.ts +7 -0
- package/api/types/EditChapterResponseModel.js +5 -0
- package/api/types/EditProjectResponseModel.d.ts +7 -0
- package/api/types/EditProjectResponseModel.js +5 -0
- package/api/types/EditVoiceResponseModel.d.ts +7 -0
- package/api/types/EditVoiceResponseModel.js +5 -0
- package/api/types/EditVoiceSettingsRequest.d.ts +4 -0
- package/api/types/EditVoiceSettingsRequest.js +5 -0
- package/api/types/EditVoiceSettingsResponseModel.d.ts +7 -0
- package/api/types/EditVoiceSettingsResponseModel.js +5 -0
- package/api/types/EmbedVariant.d.ts +9 -0
- package/api/types/EmbedVariant.js +11 -0
- package/api/types/EmbeddingModelEnum.d.ts +8 -0
- package/api/types/EmbeddingModelEnum.js +10 -0
- package/api/types/EndCallToolConfig.d.ts +5 -0
- package/api/types/EndCallToolConfig.js +5 -0
- package/api/types/EvaluationSettings.d.ts +12 -0
- package/api/types/EvaluationSettings.js +5 -0
- package/api/types/EvaluationSuccessResult.d.ts +9 -0
- package/api/types/EvaluationSuccessResult.js +11 -0
- package/api/types/ExportOptions.d.ts +25 -0
- package/api/types/ExportOptions.js +5 -0
- package/api/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +8 -0
- package/api/types/ExtendedSubscriptionResponseModelBillingPeriod.js +10 -0
- package/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +8 -0
- package/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +10 -0
- package/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +8 -0
- package/api/types/ExtendedSubscriptionResponseModelCurrency.js +10 -0
- package/api/types/ExtendedSubscriptionResponseModelStatus.d.ts +17 -0
- package/api/types/ExtendedSubscriptionResponseModelStatus.js +16 -0
- package/api/types/FeedbackItem.d.ts +21 -0
- package/api/types/FeedbackItem.js +5 -0
- package/api/types/FinalOutput.d.ts +7 -0
- package/api/types/FinalOutput.js +5 -0
- package/api/types/FinalOutputMulti.d.ts +12 -0
- package/api/types/FinalOutputMulti.js +5 -0
- package/api/types/FineTuningResponse.d.ts +35 -0
- package/api/types/FineTuningResponse.js +5 -0
- package/api/types/FineTuningResponseModelStateValue.d.ts +12 -0
- package/api/types/FineTuningResponseModelStateValue.js +14 -0
- package/api/types/FlushContext.d.ts +14 -0
- package/api/types/FlushContext.js +5 -0
- package/api/types/ForcedAlignmentCharacterResponseModel.d.ts +14 -0
- package/api/types/ForcedAlignmentCharacterResponseModel.js +5 -0
- package/api/types/ForcedAlignmentResponseModel.d.ts +13 -0
- package/api/types/ForcedAlignmentResponseModel.js +5 -0
- package/api/types/ForcedAlignmentWordResponseModel.d.ts +14 -0
- package/api/types/ForcedAlignmentWordResponseModel.js +5 -0
- package/api/types/Gender.d.ts +4 -0
- package/api/types/Gender.js +5 -0
- package/api/types/GenerateVoiceRequest.d.ts +16 -0
- package/api/types/GenerateVoiceRequest.js +5 -0
- package/api/types/GenerationConfig.d.ts +33 -0
- package/api/types/GenerationConfig.js +5 -0
- package/api/types/GetAgentEmbedResponseModel.d.ts +8 -0
- package/api/types/GetAgentEmbedResponseModel.js +5 -0
- package/api/types/GetAgentLinkResponseModel.d.ts +10 -0
- package/api/types/GetAgentLinkResponseModel.js +5 -0
- package/api/types/GetAgentResponseModel.d.ts +22 -0
- package/api/types/GetAgentResponseModel.js +5 -0
- package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +13 -0
- package/api/types/GetAgentResponseModelPhoneNumbersItem.js +5 -0
- package/api/types/GetAgentsPageResponseModel.d.ts +12 -0
- package/api/types/GetAgentsPageResponseModel.js +5 -0
- package/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +12 -0
- package/api/types/GetAudioNativeProjectSettingsResponseModel.js +5 -0
- package/api/types/GetChapterRequest.d.ts +4 -0
- package/api/types/GetChapterRequest.js +5 -0
- package/api/types/GetChapterSnapshotsRequest.d.ts +4 -0
- package/api/types/GetChapterSnapshotsRequest.js +5 -0
- package/api/types/GetChaptersRequest.d.ts +4 -0
- package/api/types/GetChaptersRequest.js +5 -0
- package/api/types/GetChaptersResponse.d.ts +7 -0
- package/api/types/GetChaptersResponse.js +5 -0
- package/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +7 -0
- package/api/types/GetConvAiDashboardSettingsResponseModel.js +5 -0
- package/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +16 -0
- package/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.js +5 -0
- package/api/types/GetConvAiSettingsResponseModel.d.ts +11 -0
- package/api/types/GetConvAiSettingsResponseModel.js +5 -0
- package/api/types/GetConversationResponseModel.d.ts +16 -0
- package/api/types/GetConversationResponseModel.js +5 -0
- package/api/types/GetConversationResponseModelStatus.d.ts +11 -0
- package/api/types/GetConversationResponseModelStatus.js +13 -0
- package/api/types/GetConversationsPageResponseModel.d.ts +9 -0
- package/api/types/GetConversationsPageResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +9 -0
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +13 -0
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.js +5 -0
- package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +12 -0
- package/api/types/GetKnowledgeBaseFileResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseListResponseModel.d.ts +9 -0
- package/api/types/GetKnowledgeBaseListResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +16 -0
- package/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.js +5 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +12 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +13 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.js +5 -0
- package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +12 -0
- package/api/types/GetKnowledgeBaseSummaryTextResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +13 -0
- package/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.js +5 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +13 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +13 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.js +5 -0
- package/api/types/GetKnowledgeBaseTextResponseModel.d.ts +12 -0
- package/api/types/GetKnowledgeBaseTextResponseModel.js +5 -0
- package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +13 -0
- package/api/types/GetKnowledgeBaseUrlResponseModel.js +5 -0
- package/api/types/GetLibraryVoicesResponse.d.ts +11 -0
- package/api/types/GetLibraryVoicesResponse.js +5 -0
- package/api/types/GetPhoneNumberResponse.d.ts +4 -0
- package/api/types/GetPhoneNumberResponse.js +5 -0
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +15 -0
- package/api/types/GetPhoneNumberSipTrunkResponseModel.js +5 -0
- package/api/types/GetPhoneNumberTwilioResponseModel.d.ts +14 -0
- package/api/types/GetPhoneNumberTwilioResponseModel.js +5 -0
- package/api/types/GetProjectRequest.d.ts +4 -0
- package/api/types/GetProjectRequest.js +5 -0
- package/api/types/GetProjectsRequest.d.ts +4 -0
- package/api/types/GetProjectsRequest.js +5 -0
- package/api/types/GetProjectsResponse.d.ts +8 -0
- package/api/types/GetProjectsResponse.js +5 -0
- package/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +12 -0
- package/api/types/GetPronunciationDictionariesMetadataResponseModel.js +5 -0
- package/api/types/GetPronunciationDictionariesResponse.d.ts +4 -0
- package/api/types/GetPronunciationDictionariesResponse.js +5 -0
- package/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +24 -0
- package/api/types/GetPronunciationDictionaryMetadataResponse.js +5 -0
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +9 -0
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +11 -0
- package/api/types/GetPronunciationDictionaryResponse.d.ts +4 -0
- package/api/types/GetPronunciationDictionaryResponse.js +5 -0
- package/api/types/GetSpeechHistoryResponse.d.ts +12 -0
- package/api/types/GetSpeechHistoryResponse.js +5 -0
- package/api/types/GetVoicesResponse.d.ts +8 -0
- package/api/types/GetVoicesResponse.js +5 -0
- package/api/types/GetVoicesV2Response.d.ts +10 -0
- package/api/types/GetVoicesV2Response.js +5 -0
- package/api/types/GetWorkspaceSecretsResponseModel.d.ts +7 -0
- package/api/types/GetWorkspaceSecretsResponseModel.js +5 -0
- package/api/types/HistoryAlignmentResponseModel.d.ts +11 -0
- package/api/types/HistoryAlignmentResponseModel.js +5 -0
- package/api/types/HistoryAlignmentsResponseModel.d.ts +10 -0
- package/api/types/HistoryAlignmentsResponseModel.js +5 -0
- package/api/types/HistoryItemResponse.d.ts +7 -0
- package/api/types/HistoryItemResponse.js +5 -0
- package/api/types/HtmlExportOptions.d.ts +10 -0
- package/api/types/HtmlExportOptions.js +5 -0
- package/api/types/HttpValidationError.d.ts +7 -0
- package/api/types/HttpValidationError.js +5 -0
- package/api/types/ImageAvatar.d.ts +7 -0
- package/api/types/ImageAvatar.js +5 -0
- package/api/types/InitialiseContext.d.ts +21 -0
- package/api/types/InitialiseContext.js +5 -0
- package/api/types/InitializeConnection.d.ts +21 -0
- package/api/types/InitializeConnection.js +5 -0
- package/api/types/InitializeConnectionMulti.d.ts +21 -0
- package/api/types/InitializeConnectionMulti.js +5 -0
- package/api/types/InvoiceResponse.d.ts +11 -0
- package/api/types/InvoiceResponse.js +5 -0
- package/api/types/KeepContextAlive.d.ts +12 -0
- package/api/types/KeepContextAlive.js +5 -0
- package/api/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +8 -0
- package/api/types/KnowledgeBaseDocumentChunkResponseModel.js +5 -0
- package/api/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +8 -0
- package/api/types/KnowledgeBaseDocumentMetadataResponseModel.js +5 -0
- package/api/types/KnowledgeBaseDocumentType.d.ts +9 -0
- package/api/types/KnowledgeBaseDocumentType.js +11 -0
- package/api/types/KnowledgeBaseLocator.d.ts +14 -0
- package/api/types/KnowledgeBaseLocator.js +5 -0
- package/api/types/LanguageAddedResponse.d.ts +6 -0
- package/api/types/LanguageAddedResponse.js +5 -0
- package/api/types/LanguageDetectionToolConfig.d.ts +5 -0
- package/api/types/LanguageDetectionToolConfig.js +5 -0
- package/api/types/LanguagePresetInput.d.ts +10 -0
- package/api/types/LanguagePresetInput.js +5 -0
- package/api/types/LanguagePresetOutput.d.ts +10 -0
- package/api/types/LanguagePresetOutput.js +5 -0
- package/api/types/LanguagePresetTranslation.d.ts +7 -0
- package/api/types/LanguagePresetTranslation.js +5 -0
- package/api/types/LanguageResponse.d.ts +9 -0
- package/api/types/LanguageResponse.js +5 -0
- package/api/types/LibraryVoiceResponse.d.ts +68 -0
- package/api/types/LibraryVoiceResponse.js +5 -0
- package/api/types/LibraryVoiceResponseModelCategory.d.ts +15 -0
- package/api/types/LibraryVoiceResponseModelCategory.js +14 -0
- package/api/types/LiteralJsonSchemaProperty.d.ts +13 -0
- package/api/types/LiteralJsonSchemaProperty.js +5 -0
- package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +7 -0
- package/api/types/LiteralJsonSchemaPropertyConstantValue.js +5 -0
- package/api/types/LiteralJsonSchemaPropertyType.d.ts +10 -0
- package/api/types/LiteralJsonSchemaPropertyType.js +12 -0
- package/api/types/Llm.d.ts +26 -0
- package/api/types/Llm.js +28 -0
- package/api/types/LlmCategoryUsage.d.ts +8 -0
- package/api/types/LlmCategoryUsage.js +5 -0
- package/api/types/LlmInputOutputTokensUsage.d.ts +10 -0
- package/api/types/LlmInputOutputTokensUsage.js +5 -0
- package/api/types/LlmTokensCategoryUsage.d.ts +7 -0
- package/api/types/LlmTokensCategoryUsage.js +5 -0
- package/api/types/LlmUsageInput.d.ts +7 -0
- package/api/types/LlmUsageInput.js +5 -0
- package/api/types/LlmUsageOutput.d.ts +7 -0
- package/api/types/LlmUsageOutput.js +5 -0
- package/api/types/ManualVerificationFileResponse.d.ts +15 -0
- package/api/types/ManualVerificationFileResponse.js +5 -0
- package/api/types/ManualVerificationResponse.d.ts +12 -0
- package/api/types/ManualVerificationResponse.js +5 -0
- package/api/types/McpToolConfigInput.d.ts +20 -0
- package/api/types/McpToolConfigInput.js +5 -0
- package/api/types/McpToolConfigOutput.d.ts +20 -0
- package/api/types/McpToolConfigOutput.js +5 -0
- package/api/types/MetricRecord.d.ts +6 -0
- package/api/types/MetricRecord.js +5 -0
- package/api/types/MetricType.d.ts +12 -0
- package/api/types/MetricType.js +14 -0
- package/api/types/Model.d.ts +40 -0
- package/api/types/Model.js +5 -0
- package/api/types/ModelRatesResponseModel.d.ts +7 -0
- package/api/types/ModelRatesResponseModel.js +5 -0
- package/api/types/ModelResponseModelConcurrencyGroup.d.ts +11 -0
- package/api/types/ModelResponseModelConcurrencyGroup.js +10 -0
- package/api/types/ModerationStatusResponseModel.d.ts +24 -0
- package/api/types/ModerationStatusResponseModel.js +5 -0
- package/api/types/ModerationStatusResponseModelSafetyStatus.d.ts +9 -0
- package/api/types/ModerationStatusResponseModelSafetyStatus.js +11 -0
- package/api/types/ModerationStatusResponseModelWarningStatus.d.ts +8 -0
- package/api/types/ModerationStatusResponseModelWarningStatus.js +10 -0
- package/api/types/NormalizedAlignment.d.ts +28 -0
- package/api/types/NormalizedAlignment.js +5 -0
- package/api/types/ObjectJsonSchemaPropertyInput.d.ts +10 -0
- package/api/types/ObjectJsonSchemaPropertyInput.js +5 -0
- package/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +5 -0
- package/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +5 -0
- package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +10 -0
- package/api/types/ObjectJsonSchemaPropertyOutput.js +5 -0
- package/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +5 -0
- package/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +5 -0
- package/api/types/OrbAvatar.d.ts +9 -0
- package/api/types/OrbAvatar.js +5 -0
- package/api/types/OutboundCallRecipient.d.ts +9 -0
- package/api/types/OutboundCallRecipient.js +5 -0
- package/api/types/OutboundCallRecipientResponseModel.d.ts +13 -0
- package/api/types/OutboundCallRecipientResponseModel.js +5 -0
- package/api/types/OutputFormat.d.ts +50 -0
- package/api/types/OutputFormat.js +19 -0
- package/api/types/PdfExportOptions.d.ts +10 -0
- package/api/types/PdfExportOptions.js +5 -0
- package/api/types/PhoneNumberAgentInfo.d.ts +9 -0
- package/api/types/PhoneNumberAgentInfo.js +5 -0
- package/api/types/PhoneNumberTransfer.d.ts +7 -0
- package/api/types/PhoneNumberTransfer.js +5 -0
- package/api/types/PodcastBulletinMode.d.ts +8 -0
- package/api/types/PodcastBulletinMode.js +5 -0
- package/api/types/PodcastBulletinModeData.d.ts +7 -0
- package/api/types/PodcastBulletinModeData.js +5 -0
- package/api/types/PodcastConversationMode.d.ts +8 -0
- package/api/types/PodcastConversationMode.js +5 -0
- package/api/types/PodcastConversationModeData.d.ts +9 -0
- package/api/types/PodcastConversationModeData.js +5 -0
- package/api/types/PodcastProjectResponseModel.d.ts +8 -0
- package/api/types/PodcastProjectResponseModel.js +5 -0
- package/api/types/PodcastTextSource.d.ts +7 -0
- package/api/types/PodcastTextSource.js +5 -0
- package/api/types/PodcastUrlSource.d.ts +7 -0
- package/api/types/PodcastUrlSource.js +5 -0
- package/api/types/PostAgentAvatarResponseModel.d.ts +7 -0
- package/api/types/PostAgentAvatarResponseModel.js +5 -0
- package/api/types/PostWorkspaceSecretResponseModel.d.ts +8 -0
- package/api/types/PostWorkspaceSecretResponseModel.js +5 -0
- package/api/types/PrivacyConfig.d.ts +17 -0
- package/api/types/PrivacyConfig.js +5 -0
- package/api/types/ProjectCreationMetaResponseModel.d.ts +12 -0
- package/api/types/ProjectCreationMetaResponseModel.js +5 -0
- package/api/types/ProjectCreationMetaResponseModelStatus.d.ts +13 -0
- package/api/types/ProjectCreationMetaResponseModelStatus.js +12 -0
- package/api/types/ProjectCreationMetaResponseModelType.d.ts +12 -0
- package/api/types/ProjectCreationMetaResponseModelType.js +11 -0
- package/api/types/ProjectExtendedResponse.d.ts +74 -0
- package/api/types/ProjectExtendedResponse.js +5 -0
- package/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +12 -0
- package/api/types/ProjectExtendedResponseModelAccessLevel.js +11 -0
- package/api/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +13 -0
- package/api/types/ProjectExtendedResponseModelApplyTextNormalization.js +12 -0
- package/api/types/ProjectExtendedResponseModelFiction.d.ts +8 -0
- package/api/types/ProjectExtendedResponseModelFiction.js +10 -0
- package/api/types/ProjectExtendedResponseModelQualityPreset.d.ts +14 -0
- package/api/types/ProjectExtendedResponseModelQualityPreset.js +13 -0
- package/api/types/ProjectExtendedResponseModelSourceType.d.ts +10 -0
- package/api/types/ProjectExtendedResponseModelSourceType.js +12 -0
- package/api/types/ProjectExtendedResponseModelTargetAudience.d.ts +10 -0
- package/api/types/ProjectExtendedResponseModelTargetAudience.js +12 -0
- package/api/types/ProjectResponse.d.ts +62 -0
- package/api/types/ProjectResponse.js +5 -0
- package/api/types/ProjectResponseModelAccessLevel.d.ts +12 -0
- package/api/types/ProjectResponseModelAccessLevel.js +11 -0
- package/api/types/ProjectResponseModelFiction.d.ts +8 -0
- package/api/types/ProjectResponseModelFiction.js +10 -0
- package/api/types/ProjectResponseModelSourceType.d.ts +10 -0
- package/api/types/ProjectResponseModelSourceType.js +12 -0
- package/api/types/ProjectResponseModelTargetAudience.d.ts +10 -0
- package/api/types/ProjectResponseModelTargetAudience.js +12 -0
- package/api/types/ProjectSnapshotExtendedResponseModel.d.ts +19 -0
- package/api/types/ProjectSnapshotExtendedResponseModel.js +5 -0
- package/api/types/ProjectSnapshotResponse.d.ts +17 -0
- package/api/types/ProjectSnapshotResponse.js +5 -0
- package/api/types/ProjectSnapshotsResponse.d.ts +8 -0
- package/api/types/ProjectSnapshotsResponse.js +5 -0
- package/api/types/ProjectState.d.ts +13 -0
- package/api/types/ProjectState.js +12 -0
- package/api/types/PromptAgent.d.ts +28 -0
- package/api/types/PromptAgent.js +5 -0
- package/api/types/PromptAgentDbModel.d.ts +29 -0
- package/api/types/PromptAgentDbModel.js +5 -0
- package/api/types/PromptAgentDbModelToolsItem.d.ts +22 -0
- package/api/types/PromptAgentDbModelToolsItem.js +5 -0
- package/api/types/PromptAgentInputToolsItem.d.ts +22 -0
- package/api/types/PromptAgentInputToolsItem.js +5 -0
- package/api/types/PromptAgentOutputToolsItem.d.ts +22 -0
- package/api/types/PromptAgentOutputToolsItem.js +5 -0
- package/api/types/PromptAgentOverride.d.ts +7 -0
- package/api/types/PromptAgentOverride.js +5 -0
- package/api/types/PromptAgentOverrideConfig.d.ts +7 -0
- package/api/types/PromptAgentOverrideConfig.js +5 -0
- package/api/types/PromptEvaluationCriteria.d.ts +17 -0
- package/api/types/PromptEvaluationCriteria.js +5 -0
- package/api/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +9 -0
- package/api/types/PronunciationDictionaryAliasRuleRequestModel.js +5 -0
- package/api/types/PronunciationDictionaryLocator.d.ts +12 -0
- package/api/types/PronunciationDictionaryLocator.js +5 -0
- package/api/types/PronunciationDictionaryLocatorResponseModel.d.ts +7 -0
- package/api/types/PronunciationDictionaryLocatorResponseModel.js +5 -0
- package/api/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +11 -0
- package/api/types/PronunciationDictionaryPhonemeRuleRequestModel.js +5 -0
- package/api/types/PronunciationDictionaryRulesResponseModel.d.ts +11 -0
- package/api/types/PronunciationDictionaryRulesResponseModel.js +5 -0
- package/api/types/PronunciationDictionaryVersionLocator.d.ts +9 -0
- package/api/types/PronunciationDictionaryVersionLocator.js +5 -0
- package/api/types/PronunciationDictionaryVersionResponseModel.d.ts +15 -0
- package/api/types/PronunciationDictionaryVersionResponseModel.js +5 -0
- package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +9 -0
- package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +11 -0
- package/api/types/PydanticPronunciationDictionaryVersionLocator.d.ts +14 -0
- package/api/types/PydanticPronunciationDictionaryVersionLocator.js +5 -0
- package/api/types/QueryParamsJsonSchema.d.ts +8 -0
- package/api/types/QueryParamsJsonSchema.js +5 -0
- package/api/types/RagChunkMetadata.d.ts +8 -0
- package/api/types/RagChunkMetadata.js +5 -0
- package/api/types/RagConfig.d.ts +12 -0
- package/api/types/RagConfig.js +5 -0
- package/api/types/RagIndexResponseModel.d.ts +8 -0
- package/api/types/RagIndexResponseModel.js +5 -0
- package/api/types/RagIndexStatus.d.ts +10 -0
- package/api/types/RagIndexStatus.js +12 -0
- package/api/types/RagRetrievalInfo.d.ts +10 -0
- package/api/types/RagRetrievalInfo.js +5 -0
- package/api/types/ReaderResourceResponseModel.d.ts +10 -0
- package/api/types/ReaderResourceResponseModel.js +5 -0
- package/api/types/ReaderResourceResponseModelResourceType.d.ts +11 -0
- package/api/types/ReaderResourceResponseModelResourceType.js +10 -0
- package/api/types/RealtimeVoiceSettings.d.ts +15 -0
- package/api/types/RealtimeVoiceSettings.js +5 -0
- package/api/types/RecordingResponse.d.ts +15 -0
- package/api/types/RecordingResponse.js +5 -0
- package/api/types/RemoveMemberFromGroupRequest.d.ts +4 -0
- package/api/types/RemoveMemberFromGroupRequest.js +5 -0
- package/api/types/Render.d.ts +12 -0
- package/api/types/Render.js +5 -0
- package/api/types/RenderStatus.d.ts +9 -0
- package/api/types/RenderStatus.js +11 -0
- package/api/types/RenderType.d.ts +13 -0
- package/api/types/RenderType.js +15 -0
- package/api/types/RequestPvcManualVerificationResponseModel.d.ts +7 -0
- package/api/types/RequestPvcManualVerificationResponseModel.js +5 -0
- package/api/types/ResourceAccessInfo.d.ts +14 -0
- package/api/types/ResourceAccessInfo.js +5 -0
- package/api/types/ResourceAccessInfoRole.d.ts +12 -0
- package/api/types/ResourceAccessInfoRole.js +11 -0
- package/api/types/ResourceMetadataResponseModel.d.ts +16 -0
- package/api/types/ResourceMetadataResponseModel.js +5 -0
- package/api/types/ReviewStatus.d.ts +14 -0
- package/api/types/ReviewStatus.js +13 -0
- package/api/types/SafetyCommonModel.d.ts +11 -0
- package/api/types/SafetyCommonModel.js +5 -0
- package/api/types/SafetyEvaluation.d.ts +14 -0
- package/api/types/SafetyEvaluation.js +5 -0
- package/api/types/SafetyResponseModel.d.ts +8 -0
- package/api/types/SafetyResponseModel.js +5 -0
- package/api/types/SafetyRule.d.ts +15 -0
- package/api/types/SafetyRule.js +17 -0
- package/api/types/SecretDependencyType.d.ts +4 -0
- package/api/types/SecretDependencyType.js +5 -0
- package/api/types/SegmentCreateResponse.d.ts +7 -0
- package/api/types/SegmentCreateResponse.js +5 -0
- package/api/types/SegmentDeleteResponse.d.ts +6 -0
- package/api/types/SegmentDeleteResponse.js +5 -0
- package/api/types/SegmentDubResponse.d.ts +6 -0
- package/api/types/SegmentDubResponse.js +5 -0
- package/api/types/SegmentTranscriptionResponse.d.ts +6 -0
- package/api/types/SegmentTranscriptionResponse.js +5 -0
- package/api/types/SegmentTranslationResponse.d.ts +6 -0
- package/api/types/SegmentTranslationResponse.js +5 -0
- package/api/types/SegmentUpdateResponse.d.ts +6 -0
- package/api/types/SegmentUpdateResponse.js +5 -0
- package/api/types/SegmentedJsonExportOptions.d.ts +10 -0
- package/api/types/SegmentedJsonExportOptions.js +5 -0
- package/api/types/SendText.d.ts +32 -0
- package/api/types/SendText.js +5 -0
- package/api/types/SendTextMulti.d.ts +14 -0
- package/api/types/SendTextMulti.js +5 -0
- package/api/types/ShareOptionResponseModel.d.ts +12 -0
- package/api/types/ShareOptionResponseModel.js +5 -0
- package/api/types/ShareOptionResponseModelType.d.ts +12 -0
- package/api/types/ShareOptionResponseModelType.js +11 -0
- package/api/types/SimilarVoice.d.ts +11 -0
- package/api/types/SimilarVoice.js +5 -0
- package/api/types/SimilarVoiceCategory.d.ts +11 -0
- package/api/types/SimilarVoiceCategory.js +13 -0
- package/api/types/SimilarVoicesForSpeakerResponse.d.ts +7 -0
- package/api/types/SimilarVoicesForSpeakerResponse.js +5 -0
- package/api/types/SipMediaEncryptionEnum.d.ts +9 -0
- package/api/types/SipMediaEncryptionEnum.js +11 -0
- package/api/types/SipTrunkConfigResponseModel.d.ts +23 -0
- package/api/types/SipTrunkConfigResponseModel.js +5 -0
- package/api/types/SipTrunkCredentials.d.ts +9 -0
- package/api/types/SipTrunkCredentials.js +5 -0
- package/api/types/SipTrunkOutboundCallResponse.d.ts +9 -0
- package/api/types/SipTrunkOutboundCallResponse.js +5 -0
- package/api/types/SipTrunkTransportEnum.d.ts +10 -0
- package/api/types/SipTrunkTransportEnum.js +12 -0
- package/api/types/SpeakerAudioResponseModel.d.ts +11 -0
- package/api/types/SpeakerAudioResponseModel.js +5 -0
- package/api/types/SpeakerResponseModel.d.ts +12 -0
- package/api/types/SpeakerResponseModel.js +5 -0
- package/api/types/SpeakerSegment.d.ts +11 -0
- package/api/types/SpeakerSegment.js +5 -0
- package/api/types/SpeakerSeparationResponseModel.d.ts +16 -0
- package/api/types/SpeakerSeparationResponseModel.js +5 -0
- package/api/types/SpeakerSeparationResponseModelStatus.d.ts +13 -0
- package/api/types/SpeakerSeparationResponseModelStatus.js +12 -0
- package/api/types/SpeakerTrack.d.ts +11 -0
- package/api/types/SpeakerTrack.js +5 -0
- package/api/types/SpeakerUpdatedResponse.d.ts +6 -0
- package/api/types/SpeakerUpdatedResponse.js +5 -0
- package/api/types/SpeechHistoryItemResponse.d.ts +39 -0
- package/api/types/SpeechHistoryItemResponse.js +5 -0
- package/api/types/SpeechHistoryItemResponseModelSource.d.ts +14 -0
- package/api/types/SpeechHistoryItemResponseModelSource.js +16 -0
- package/api/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +10 -0
- package/api/types/SpeechHistoryItemResponseModelVoiceCategory.js +12 -0
- package/api/types/SpeechToTextCharacterResponseModel.d.ts +11 -0
- package/api/types/SpeechToTextCharacterResponseModel.js +5 -0
- package/api/types/SpeechToTextChunkResponseModel.d.ts +19 -0
- package/api/types/SpeechToTextChunkResponseModel.js +5 -0
- package/api/types/SpeechToTextWordResponseModel.d.ts +23 -0
- package/api/types/SpeechToTextWordResponseModel.js +5 -0
- package/api/types/SpeechToTextWordResponseModelType.d.ts +12 -0
- package/api/types/SpeechToTextWordResponseModelType.js +11 -0
- package/api/types/SrtExportOptions.d.ts +11 -0
- package/api/types/SrtExportOptions.js +5 -0
- package/api/types/StartPvcVoiceTrainingResponseModel.d.ts +7 -0
- package/api/types/StartPvcVoiceTrainingResponseModel.js +5 -0
- package/api/types/StartSpeakerSeparationResponseModel.d.ts +7 -0
- package/api/types/StartSpeakerSeparationResponseModel.js +5 -0
- package/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +12 -0
- package/api/types/StreamingAudioChunkWithTimestampsResponse.js +5 -0
- package/api/types/Subscription.d.ts +50 -0
- package/api/types/Subscription.js +5 -0
- package/api/types/SubscriptionExtrasResponseModel.d.ts +28 -0
- package/api/types/SubscriptionExtrasResponseModel.js +5 -0
- package/api/types/SubscriptionResponse.d.ts +46 -0
- package/api/types/SubscriptionResponse.js +5 -0
- package/api/types/SubscriptionResponseModelBillingPeriod.d.ts +8 -0
- package/api/types/SubscriptionResponseModelBillingPeriod.js +10 -0
- package/api/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +8 -0
- package/api/types/SubscriptionResponseModelCharacterRefreshPeriod.js +10 -0
- package/api/types/SubscriptionResponseModelCurrency.d.ts +8 -0
- package/api/types/SubscriptionResponseModelCurrency.js +10 -0
- package/api/types/SubscriptionStatus.d.ts +17 -0
- package/api/types/SubscriptionStatus.js +16 -0
- package/api/types/SubscriptionUsageResponseModel.d.ts +21 -0
- package/api/types/SubscriptionUsageResponseModel.js +5 -0
- package/api/types/SystemToolConfigInput.d.ts +15 -0
- package/api/types/SystemToolConfigInput.js +5 -0
- package/api/types/SystemToolConfigInputParams.d.ts +19 -0
- package/api/types/SystemToolConfigInputParams.js +5 -0
- package/api/types/SystemToolConfigOutput.d.ts +15 -0
- package/api/types/SystemToolConfigOutput.js +5 -0
- package/api/types/SystemToolConfigOutputParams.d.ts +19 -0
- package/api/types/SystemToolConfigOutputParams.js +5 -0
- package/api/types/TelephonyProvider.d.ts +8 -0
- package/api/types/TelephonyProvider.js +10 -0
- package/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +12 -0
- package/api/types/TextToSpeechApplyTextNormalizationEnum.js +11 -0
- package/api/types/TextToSpeechOutputFormatEnum.d.ts +27 -0
- package/api/types/TextToSpeechOutputFormatEnum.js +26 -0
- package/api/types/TextToSpeechStreamRequest.d.ts +4 -0
- package/api/types/TextToSpeechStreamRequest.js +5 -0
- package/api/types/ToolMockConfig.d.ts +7 -0
- package/api/types/ToolMockConfig.js +5 -0
- package/api/types/TransferToAgentToolConfig.d.ts +7 -0
- package/api/types/TransferToAgentToolConfig.js +5 -0
- package/api/types/TransferToNumberToolConfig.d.ts +7 -0
- package/api/types/TransferToNumberToolConfig.js +5 -0
- package/api/types/TtsConversationalConfig.d.ts +22 -0
- package/api/types/TtsConversationalConfig.js +5 -0
- package/api/types/TtsConversationalConfigOverride.d.ts +6 -0
- package/api/types/TtsConversationalConfigOverride.js +5 -0
- package/api/types/TtsConversationalConfigOverrideConfig.d.ts +7 -0
- package/api/types/TtsConversationalConfigOverrideConfig.js +5 -0
- package/api/types/TtsConversationalModel.d.ts +10 -0
- package/api/types/TtsConversationalModel.js +12 -0
- package/api/types/TtsOptimizeStreamingLatency.d.ts +4 -0
- package/api/types/TtsOptimizeStreamingLatency.js +5 -0
- package/api/types/TtsOutputFormat.d.ts +13 -0
- package/api/types/TtsOutputFormat.js +15 -0
- package/api/types/TurnConfig.d.ts +12 -0
- package/api/types/TurnConfig.js +5 -0
- package/api/types/TurnMode.d.ts +8 -0
- package/api/types/TurnMode.js +10 -0
- package/api/types/TwilioOutboundCallResponse.d.ts +9 -0
- package/api/types/TwilioOutboundCallResponse.js +5 -0
- package/api/types/TxtExportOptions.d.ts +11 -0
- package/api/types/TxtExportOptions.js +5 -0
- package/api/types/UpdateAudioNativeProjectRequest.d.ts +4 -0
- package/api/types/UpdateAudioNativeProjectRequest.js +5 -0
- package/api/types/UpdateChapterRequest.d.ts +4 -0
- package/api/types/UpdateChapterRequest.js +5 -0
- package/api/types/UpdateProjectRequest.d.ts +4 -0
- package/api/types/UpdateProjectRequest.js +5 -0
- package/api/types/UpdatePronunciationDictionariesRequest.d.ts +10 -0
- package/api/types/UpdatePronunciationDictionariesRequest.js +5 -0
- package/api/types/UpdateWorkspaceMemberResponseModel.d.ts +7 -0
- package/api/types/UpdateWorkspaceMemberResponseModel.js +5 -0
- package/api/types/UrlAvatar.d.ts +7 -0
- package/api/types/UrlAvatar.js +5 -0
- package/api/types/UsageAggregationInterval.d.ts +14 -0
- package/api/types/UsageAggregationInterval.js +13 -0
- package/api/types/UsageCharactersResponseModel.d.ts +9 -0
- package/api/types/UsageCharactersResponseModel.js +5 -0
- package/api/types/User.d.ts +32 -0
- package/api/types/User.js +5 -0
- package/api/types/UserFeedback.d.ts +8 -0
- package/api/types/UserFeedback.js +5 -0
- package/api/types/UserFeedbackScore.d.ts +8 -0
- package/api/types/UserFeedbackScore.js +10 -0
- package/api/types/UtteranceResponseModel.d.ts +9 -0
- package/api/types/UtteranceResponseModel.js +5 -0
- package/api/types/ValidationError.d.ts +9 -0
- package/api/types/ValidationError.js +5 -0
- package/api/types/ValidationErrorLocItem.d.ts +4 -0
- package/api/types/ValidationErrorLocItem.js +5 -0
- package/api/types/VerificationAttemptResponse.d.ts +18 -0
- package/api/types/VerificationAttemptResponse.js +5 -0
- package/api/types/VerifiedVoiceLanguageResponseModel.d.ts +15 -0
- package/api/types/VerifiedVoiceLanguageResponseModel.js +5 -0
- package/api/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +7 -0
- package/api/types/VerifyPvcVoiceCaptchaResponseModel.js +5 -0
- package/api/types/Voice.d.ts +46 -0
- package/api/types/Voice.js +5 -0
- package/api/types/VoiceDesignPreviewResponse.d.ts +8 -0
- package/api/types/VoiceDesignPreviewResponse.js +5 -0
- package/api/types/VoiceGenerationParameterOptionResponse.d.ts +7 -0
- package/api/types/VoiceGenerationParameterOptionResponse.js +5 -0
- package/api/types/VoiceGenerationParameterResponse.d.ts +13 -0
- package/api/types/VoiceGenerationParameterResponse.js +5 -0
- package/api/types/VoicePreviewResponseModel.d.ts +9 -0
- package/api/types/VoicePreviewResponseModel.js +5 -0
- package/api/types/VoiceResponseModelCategory.d.ts +15 -0
- package/api/types/VoiceResponseModelCategory.js +14 -0
- package/api/types/VoiceResponseModelSafetyControl.d.ts +12 -0
- package/api/types/VoiceResponseModelSafetyControl.js +14 -0
- package/api/types/VoiceSample.d.ts +23 -0
- package/api/types/VoiceSample.js +5 -0
- package/api/types/VoiceSamplePreviewResponseModel.d.ts +15 -0
- package/api/types/VoiceSamplePreviewResponseModel.js +5 -0
- package/api/types/VoiceSampleVisualWaveformResponseModel.d.ts +9 -0
- package/api/types/VoiceSampleVisualWaveformResponseModel.js +5 -0
- package/api/types/VoiceSettings.d.ts +15 -0
- package/api/types/VoiceSettings.js +5 -0
- package/api/types/VoiceSharingModerationCheckResponseModel.d.ts +23 -0
- package/api/types/VoiceSharingModerationCheckResponseModel.js +5 -0
- package/api/types/VoiceSharingResponse.d.ts +72 -0
- package/api/types/VoiceSharingResponse.js +5 -0
- package/api/types/VoiceSharingResponseModelCategory.d.ts +15 -0
- package/api/types/VoiceSharingResponseModelCategory.js +14 -0
- package/api/types/VoiceSharingState.d.ts +13 -0
- package/api/types/VoiceSharingState.js +12 -0
- package/api/types/VoiceVerificationResponse.d.ts +18 -0
- package/api/types/VoiceVerificationResponse.js +5 -0
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +21 -0
- package/api/types/WebhookToolApiSchemaConfigInput.js +5 -0
- package/api/types/WebhookToolApiSchemaConfigInputMethod.d.ts +14 -0
- package/api/types/WebhookToolApiSchemaConfigInputMethod.js +13 -0
- package/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +5 -0
- package/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +5 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +21 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.js +5 -0
- package/api/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +14 -0
- package/api/types/WebhookToolApiSchemaConfigOutputMethod.js +13 -0
- package/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +5 -0
- package/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +5 -0
- package/api/types/WebhookToolConfigInput.d.ts +18 -0
- package/api/types/WebhookToolConfigInput.js +5 -0
- package/api/types/WebhookToolConfigOutput.d.ts +18 -0
- package/api/types/WebhookToolConfigOutput.js +5 -0
- package/api/types/WebsocketTtsClientMessageMulti.d.ts +34 -0
- package/api/types/WebsocketTtsClientMessageMulti.js +5 -0
- package/api/types/WebsocketTtsServerMessageMulti.d.ts +17 -0
- package/api/types/WebsocketTtsServerMessageMulti.js +5 -0
- package/api/types/WidgetConfig.d.ts +64 -0
- package/api/types/WidgetConfig.js +5 -0
- package/api/types/WidgetConfigAvatar.d.ts +19 -0
- package/api/types/WidgetConfigAvatar.js +5 -0
- package/api/types/WidgetConfigResponseModel.d.ts +62 -0
- package/api/types/WidgetConfigResponseModel.js +5 -0
- package/api/types/WidgetConfigResponseModelAvatar.d.ts +19 -0
- package/api/types/WidgetConfigResponseModelAvatar.js +5 -0
- package/api/types/WidgetExpandable.d.ts +10 -0
- package/api/types/WidgetExpandable.js +12 -0
- package/api/types/WidgetFeedbackMode.d.ts +9 -0
- package/api/types/WidgetFeedbackMode.js +11 -0
- package/api/types/WorkspaceBatchCallsResponse.d.ts +11 -0
- package/api/types/WorkspaceBatchCallsResponse.js +5 -0
- package/api/types/WorkspaceGroupByNameResponseModel.d.ts +11 -0
- package/api/types/WorkspaceGroupByNameResponseModel.js +5 -0
- package/api/types/WorkspaceResourceType.d.ts +23 -0
- package/api/types/WorkspaceResourceType.js +22 -0
- package/api/types/index.d.ts +520 -0
- package/api/types/index.js +536 -0
- package/assets/languages.png +0 -0
- package/assets/namespace.png +0 -0
- package/core/fetcher/APIResponse.d.ts +20 -0
- package/core/fetcher/APIResponse.js +2 -0
- package/core/fetcher/Fetcher.d.ts +39 -0
- package/core/fetcher/Fetcher.js +107 -0
- package/core/fetcher/Headers.d.ts +2 -0
- package/core/fetcher/Headers.js +84 -0
- package/core/fetcher/HttpResponsePromise.d.ts +58 -0
- package/core/fetcher/HttpResponsePromise.js +103 -0
- package/core/fetcher/RawResponse.d.ts +29 -0
- package/core/fetcher/RawResponse.js +44 -0
- package/core/fetcher/Supplier.d.ts +4 -0
- package/core/fetcher/Supplier.js +22 -0
- package/core/fetcher/createRequestUrl.d.ts +1 -0
- package/core/fetcher/createRequestUrl.js +12 -0
- package/core/fetcher/getFetchFn.d.ts +4 -0
- package/core/fetcher/getFetchFn.js +68 -0
- package/core/fetcher/getHeader.d.ts +1 -0
- package/core/fetcher/getHeader.js +11 -0
- package/core/fetcher/getRequestBody.d.ts +7 -0
- package/core/fetcher/getRequestBody.js +23 -0
- package/core/fetcher/getResponseBody.d.ts +1 -0
- package/core/fetcher/getResponseBody.js +53 -0
- package/core/fetcher/index.d.ts +8 -0
- package/core/fetcher/index.js +15 -0
- package/core/fetcher/makeRequest.d.ts +1 -0
- package/core/fetcher/makeRequest.js +42 -0
- package/core/fetcher/requestWithRetries.d.ts +1 -0
- package/core/fetcher/requestWithRetries.js +40 -0
- package/core/fetcher/signals.d.ts +11 -0
- package/core/fetcher/signals.js +36 -0
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/core/form-data-utils/FormDataWrapper.d.ts +63 -0
- package/core/form-data-utils/FormDataWrapper.js +227 -0
- package/core/form-data-utils/encodeAsFormParameter.d.ts +4 -0
- package/core/form-data-utils/encodeAsFormParameter.js +18 -0
- package/core/form-data-utils/index.d.ts +2 -0
- package/core/form-data-utils/index.js +20 -0
- package/core/index.d.ts +4 -0
- package/core/index.js +20 -0
- package/core/json.d.ts +15 -0
- package/core/json.js +24 -0
- package/core/runtime/index.d.ts +1 -0
- package/core/runtime/index.js +5 -0
- package/core/runtime/runtime.d.ts +9 -0
- package/core/runtime/runtime.js +103 -0
- package/core/streaming-fetcher/Stream.d.ts +47 -0
- package/core/streaming-fetcher/Stream.js +169 -0
- package/core/streaming-fetcher/index.d.ts +1 -0
- package/core/streaming-fetcher/index.js +5 -0
- package/dist/Client.d.ts +87 -0
- package/dist/Client.js +107 -0
- package/dist/api/errors/BadRequestError.d.ts +8 -0
- package/dist/api/errors/BadRequestError.js +52 -0
- package/dist/api/errors/ForbiddenError.d.ts +8 -0
- package/dist/api/errors/ForbiddenError.js +52 -0
- package/dist/api/errors/NotFoundError.d.ts +8 -0
- package/dist/api/errors/NotFoundError.js +52 -0
- package/dist/api/errors/TooEarlyError.d.ts +8 -0
- package/dist/api/errors/TooEarlyError.js +52 -0
- package/dist/api/errors/UnprocessableEntityError.d.ts +9 -0
- package/dist/api/errors/UnprocessableEntityError.js +52 -0
- package/dist/api/errors/index.d.ts +5 -0
- package/dist/api/errors/index.js +21 -0
- package/dist/api/index.d.ts +3 -0
- package/dist/api/index.js +19 -0
- package/dist/api/resources/audioIsolation/client/Client.d.ts +44 -0
- package/dist/api/resources/audioIsolation/client/Client.js +186 -0
- package/dist/api/resources/audioIsolation/client/index.d.ts +1 -0
- package/dist/api/resources/audioIsolation/client/index.js +17 -0
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +10 -0
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.js +5 -0
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +10 -0
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.js +5 -0
- package/dist/api/resources/audioIsolation/client/requests/index.d.ts +2 -0
- package/dist/api/resources/audioIsolation/client/requests/index.js +2 -0
- package/dist/api/resources/audioIsolation/index.d.ts +2 -0
- package/dist/api/resources/audioIsolation/index.js +18 -0
- package/dist/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +8 -0
- package/dist/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.js +10 -0
- package/dist/api/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +8 -0
- package/dist/api/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.js +10 -0
- package/dist/api/resources/audioIsolation/types/index.d.ts +2 -0
- package/dist/api/resources/audioIsolation/types/index.js +18 -0
- package/dist/api/resources/audioNative/client/Client.d.ts +73 -0
- package/dist/api/resources/audioNative/client/Client.js +306 -0
- package/dist/api/resources/audioNative/client/index.d.ts +1 -0
- package/dist/api/resources/audioNative/client/index.js +17 -0
- package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +35 -0
- package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.js +5 -0
- package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +15 -0
- package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.js +5 -0
- package/dist/api/resources/audioNative/client/requests/index.d.ts +2 -0
- package/dist/api/resources/audioNative/client/requests/index.js +2 -0
- package/dist/api/resources/audioNative/index.d.ts +1 -0
- package/dist/api/resources/audioNative/index.js +17 -0
- package/dist/api/resources/conversationalAi/client/Client.d.ts +91 -0
- package/dist/api/resources/conversationalAi/client/Client.js +257 -0
- package/dist/api/resources/conversationalAi/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +15 -0
- package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.js +5 -0
- package/dist/api/resources/conversationalAi/client/requests/PatchWorkspaceSecretRequest.d.ts +14 -0
- package/dist/api/resources/conversationalAi/client/requests/PatchWorkspaceSecretRequest.js +5 -0
- package/dist/api/resources/conversationalAi/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +147 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +540 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +21 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +20 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +21 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +21 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +15 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +42 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +44 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +123 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +48 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +138 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +47 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +133 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/index.js +41 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +77 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +265 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +22 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +91 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +352 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +15 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +34 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +37 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +117 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +47 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +127 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +42 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +21 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.js +17 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.js +42 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +56 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +190 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.js +5 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +20 -0
- package/dist/api/resources/conversationalAi/resources/index.js +59 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +50 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +162 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +34 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +47 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +127 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +148 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +602 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +15 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +15 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +15 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +19 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +45 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +127 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +37 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +44 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +102 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +387 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +5 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +5 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +5 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +5 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +20 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +72 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +254 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/secrets/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/secrets/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +56 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +190 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +15 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/settings/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/settings/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +48 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +131 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +18 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +48 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +131 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +18 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +5 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/twilio/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/twilio/index.js +17 -0
- package/dist/api/resources/dubbing/client/Client.d.ts +79 -0
- package/dist/api/resources/dubbing/client/Client.js +320 -0
- package/dist/api/resources/dubbing/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/client/index.js +17 -0
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +42 -0
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.js +5 -0
- package/dist/api/resources/dubbing/client/requests/index.d.ts +1 -0
- package/dist/api/resources/dubbing/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/index.d.ts +2 -0
- package/dist/api/resources/dubbing/index.js +18 -0
- package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +40 -0
- package/dist/api/resources/dubbing/resources/audio/client/Client.js +126 -0
- package/dist/api/resources/dubbing/resources/audio/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/audio/client/index.js +2 -0
- package/dist/api/resources/dubbing/resources/audio/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/audio/index.js +17 -0
- package/dist/api/resources/dubbing/resources/index.d.ts +6 -0
- package/dist/api/resources/dubbing/resources/index.js +45 -0
- package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +118 -0
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +408 -0
- package/dist/api/resources/dubbing/resources/resource/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +15 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +14 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +13 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +15 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -0
- package/dist/api/resources/dubbing/resources/resource/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/resource/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/resource/index.js +18 -0
- package/dist/api/resources/dubbing/resources/resource/resources/index.d.ts +6 -0
- package/dist/api/resources/dubbing/resources/resource/resources/index.js +45 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +45 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +125 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +11 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +61 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +189 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +12 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +63 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +196 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +13 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/index.js +18 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/index.js +41 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +49 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +129 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +16 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +5 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/index.js +17 -0
- package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +49 -0
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +141 -0
- package/dist/api/resources/dubbing/resources/transcript/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/transcript/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +14 -0
- package/dist/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.js +5 -0
- package/dist/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/transcript/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/transcript/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/transcript/index.js +18 -0
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +11 -0
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +10 -0
- package/dist/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/transcript/types/index.js +17 -0
- package/dist/api/resources/forcedAlignment/client/Client.d.ts +47 -0
- package/dist/api/resources/forcedAlignment/client/Client.js +137 -0
- package/dist/api/resources/forcedAlignment/client/index.d.ts +1 -0
- package/dist/api/resources/forcedAlignment/client/index.js +17 -0
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +18 -0
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.js +5 -0
- package/dist/api/resources/forcedAlignment/client/requests/index.d.ts +1 -0
- package/dist/api/resources/forcedAlignment/client/requests/index.js +2 -0
- package/dist/api/resources/forcedAlignment/index.d.ts +1 -0
- package/dist/api/resources/forcedAlignment/index.js +17 -0
- package/dist/api/resources/history/client/Client.d.ts +84 -0
- package/dist/api/resources/history/client/Client.js +377 -0
- package/dist/api/resources/history/client/index.d.ts +1 -0
- package/dist/api/resources/history/client/index.js +17 -0
- package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +9 -0
- package/dist/api/resources/history/client/requests/DownloadHistoryRequest.js +5 -0
- package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +30 -0
- package/dist/api/resources/history/client/requests/HistoryListRequest.js +5 -0
- package/dist/api/resources/history/client/requests/index.d.ts +2 -0
- package/dist/api/resources/history/client/requests/index.js +2 -0
- package/dist/api/resources/history/index.d.ts +2 -0
- package/dist/api/resources/history/index.js +18 -0
- package/dist/api/resources/history/types/HistoryListRequestSource.d.ts +8 -0
- package/dist/api/resources/history/types/HistoryListRequestSource.js +10 -0
- package/dist/api/resources/history/types/index.d.ts +1 -0
- package/dist/api/resources/history/types/index.js +17 -0
- package/dist/api/resources/index.d.ts +48 -0
- package/dist/api/resources/index.js +87 -0
- package/dist/api/resources/models/client/Client.d.ts +46 -0
- package/dist/api/resources/models/client/Client.js +125 -0
- package/dist/api/resources/models/client/index.d.ts +1 -0
- package/dist/api/resources/models/client/index.js +2 -0
- package/dist/api/resources/models/index.d.ts +1 -0
- package/dist/api/resources/models/index.js +17 -0
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +102 -0
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +416 -0
- package/dist/api/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/client/index.js +17 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +20 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +29 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +26 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +3 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/index.js +2 -0
- package/dist/api/resources/pronunciationDictionaries/index.d.ts +3 -0
- package/dist/api/resources/pronunciationDictionaries/index.js +19 -0
- package/dist/api/resources/pronunciationDictionaries/resources/index.d.ts +3 -0
- package/dist/api/resources/pronunciationDictionaries/resources/index.js +42 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +67 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +202 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.js +17 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +22 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +13 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +2 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +2 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/index.js +18 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +13 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.js +17 -0
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +13 -0
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +9 -0
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +11 -0
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +9 -0
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +11 -0
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +8 -0
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.js +10 -0
- package/dist/api/resources/pronunciationDictionaries/types/index.d.ts +4 -0
- package/dist/api/resources/pronunciationDictionaries/types/index.js +20 -0
- package/dist/api/resources/samples/client/Client.d.ts +48 -0
- package/dist/api/resources/samples/client/Client.js +127 -0
- package/dist/api/resources/samples/client/index.d.ts +1 -0
- package/dist/api/resources/samples/client/index.js +2 -0
- package/dist/api/resources/samples/index.d.ts +1 -0
- package/dist/api/resources/samples/index.js +17 -0
- package/dist/api/resources/speechToSpeech/client/Client.d.ts +44 -0
- package/dist/api/resources/speechToSpeech/client/Client.js +232 -0
- package/dist/api/resources/speechToSpeech/client/index.d.ts +1 -0
- package/dist/api/resources/speechToSpeech/client/index.js +17 -0
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +45 -0
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.js +5 -0
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +45 -0
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.js +5 -0
- package/dist/api/resources/speechToSpeech/client/requests/index.d.ts +2 -0
- package/dist/api/resources/speechToSpeech/client/requests/index.js +2 -0
- package/dist/api/resources/speechToSpeech/index.d.ts +2 -0
- package/dist/api/resources/speechToSpeech/index.js +18 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +8 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.js +10 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +27 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +8 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.js +10 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +27 -0
- package/dist/api/resources/speechToSpeech/types/index.d.ts +4 -0
- package/dist/api/resources/speechToSpeech/types/index.js +20 -0
- package/dist/api/resources/speechToText/client/Client.d.ts +46 -0
- package/dist/api/resources/speechToText/client/Client.js +149 -0
- package/dist/api/resources/speechToText/client/index.d.ts +1 -0
- package/dist/api/resources/speechToText/client/index.js +17 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +36 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.js +5 -0
- package/dist/api/resources/speechToText/client/requests/index.d.ts +1 -0
- package/dist/api/resources/speechToText/client/requests/index.js +2 -0
- package/dist/api/resources/speechToText/index.d.ts +2 -0
- package/dist/api/resources/speechToText/index.js +18 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +11 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.js +10 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +12 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.js +11 -0
- package/dist/api/resources/speechToText/types/index.d.ts +2 -0
- package/dist/api/resources/speechToText/types/index.js +18 -0
- package/dist/api/resources/studio/client/Client.d.ts +59 -0
- package/dist/api/resources/studio/client/Client.js +144 -0
- package/dist/api/resources/studio/client/index.d.ts +1 -0
- package/dist/api/resources/studio/client/index.js +17 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +49 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +5 -0
- package/dist/api/resources/studio/client/requests/index.d.ts +1 -0
- package/dist/api/resources/studio/client/requests/index.js +2 -0
- package/dist/api/resources/studio/index.d.ts +3 -0
- package/dist/api/resources/studio/index.js +19 -0
- package/dist/api/resources/studio/resources/index.d.ts +3 -0
- package/dist/api/resources/studio/resources/index.js +42 -0
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +130 -0
- package/dist/api/resources/studio/resources/projects/client/Client.js +541 -0
- package/dist/api/resources/studio/resources/projects/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/client/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +79 -0
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +27 -0
- package/dist/api/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/client/requests/index.d.ts +2 -0
- package/dist/api/resources/studio/resources/projects/client/requests/index.js +2 -0
- package/dist/api/resources/studio/resources/projects/index.d.ts +3 -0
- package/dist/api/resources/studio/resources/projects/index.js +19 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +120 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +452 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +15 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +14 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/index.js +2 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/index.d.ts +2 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/index.js +18 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/index.d.ts +2 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/index.js +41 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +67 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +246 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +7 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.js +2 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +45 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +136 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +15 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/index.js +2 -0
- package/dist/api/resources/studio/resources/projects/resources/content/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/content/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/index.d.ts +8 -0
- package/dist/api/resources/studio/resources/projects/resources/index.js +47 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +49 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +132 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +18 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.js +2 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +71 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +299 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +7 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js +5 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.js +2 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +10 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.js +12 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +8 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.js +10 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +10 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +12 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +10 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.js +12 -0
- package/dist/api/resources/studio/resources/projects/types/index.d.ts +4 -0
- package/dist/api/resources/studio/resources/projects/types/index.js +20 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +15 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.js +11 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +16 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +5 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +18 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +13 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +8 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.js +5 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +13 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.js +5 -0
- package/dist/api/resources/studio/types/index.d.ts +5 -0
- package/dist/api/resources/studio/types/index.js +21 -0
- package/dist/api/resources/textToSoundEffects/client/Client.d.ts +38 -0
- package/dist/api/resources/textToSoundEffects/client/Client.js +135 -0
- package/dist/api/resources/textToSoundEffects/client/index.d.ts +1 -0
- package/dist/api/resources/textToSoundEffects/client/index.js +17 -0
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +22 -0
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.js +5 -0
- package/dist/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -0
- package/dist/api/resources/textToSoundEffects/client/requests/index.js +2 -0
- package/dist/api/resources/textToSoundEffects/index.d.ts +2 -0
- package/dist/api/resources/textToSoundEffects/index.js +18 -0
- package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +27 -0
- package/dist/api/resources/textToSoundEffects/types/index.d.ts +1 -0
- package/dist/api/resources/textToSoundEffects/types/index.js +17 -0
- package/dist/api/resources/textToSpeech/client/Client.d.ts +65 -0
- package/dist/api/resources/textToSpeech/client/Client.js +367 -0
- package/dist/api/resources/textToSpeech/client/index.d.ts +1 -0
- package/dist/api/resources/textToSpeech/client/index.js +17 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +59 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +5 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +59 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +5 -0
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechRequest.d.ts +59 -0
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechRequest.js +5 -0
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts +57 -0
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js +5 -0
- package/dist/api/resources/textToSpeech/client/requests/index.d.ts +4 -0
- package/dist/api/resources/textToSpeech/client/requests/index.js +2 -0
- package/dist/api/resources/textToSpeech/index.d.ts +2 -0
- package/dist/api/resources/textToSpeech/index.js +18 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +27 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +27 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +27 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +27 -0
- package/dist/api/resources/textToSpeech/types/index.d.ts +8 -0
- package/dist/api/resources/textToSpeech/types/index.js +24 -0
- package/dist/api/resources/textToVoice/client/Client.d.ts +63 -0
- package/dist/api/resources/textToVoice/client/Client.js +212 -0
- package/dist/api/resources/textToVoice/client/index.d.ts +1 -0
- package/dist/api/resources/textToVoice/client/index.js +17 -0
- package/dist/api/resources/textToVoice/client/requests/SaveVoicePreviewRequest.d.ts +23 -0
- package/dist/api/resources/textToVoice/client/requests/SaveVoicePreviewRequest.js +5 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +30 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.js +5 -0
- package/dist/api/resources/textToVoice/client/requests/index.d.ts +2 -0
- package/dist/api/resources/textToVoice/client/requests/index.js +2 -0
- package/dist/api/resources/textToVoice/index.d.ts +2 -0
- package/dist/api/resources/textToVoice/index.js +18 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +27 -0
- package/dist/api/resources/textToVoice/types/index.d.ts +1 -0
- package/dist/api/resources/textToVoice/types/index.js +17 -0
- package/dist/api/resources/usage/client/Client.d.ts +47 -0
- package/dist/api/resources/usage/client/Client.js +146 -0
- package/dist/api/resources/usage/client/index.d.ts +1 -0
- package/dist/api/resources/usage/client/index.js +17 -0
- package/dist/api/resources/usage/client/requests/UsageGetRequest.d.ts +37 -0
- package/dist/api/resources/usage/client/requests/UsageGetRequest.js +5 -0
- package/dist/api/resources/usage/client/requests/index.d.ts +1 -0
- package/dist/api/resources/usage/client/requests/index.js +2 -0
- package/dist/api/resources/usage/index.d.ts +1 -0
- package/dist/api/resources/usage/index.js +17 -0
- package/dist/api/resources/user/client/Client.d.ts +46 -0
- package/dist/api/resources/user/client/Client.js +127 -0
- package/dist/api/resources/user/client/index.d.ts +1 -0
- package/dist/api/resources/user/client/index.js +2 -0
- package/dist/api/resources/user/index.d.ts +2 -0
- package/dist/api/resources/user/index.js +18 -0
- package/dist/api/resources/user/resources/index.d.ts +1 -0
- package/dist/api/resources/user/resources/index.js +37 -0
- package/dist/api/resources/user/resources/subscription/client/Client.d.ts +43 -0
- package/dist/api/resources/user/resources/subscription/client/Client.js +122 -0
- package/dist/api/resources/user/resources/subscription/client/index.d.ts +1 -0
- package/dist/api/resources/user/resources/subscription/client/index.js +2 -0
- package/dist/api/resources/user/resources/subscription/index.d.ts +1 -0
- package/dist/api/resources/user/resources/subscription/index.js +17 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +1 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +17 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +8 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +8 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +2 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +18 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +1 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/index.js +17 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +8 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +8 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +2 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +18 -0
- package/dist/api/resources/voices/client/Client.d.ts +163 -0
- package/dist/api/resources/voices/client/Client.js +726 -0
- package/dist/api/resources/voices/client/index.d.ts +1 -0
- package/dist/api/resources/voices/client/index.js +17 -0
- package/dist/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +13 -0
- package/dist/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.js +5 -0
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +21 -0
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.js +5 -0
- package/dist/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +15 -0
- package/dist/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.js +5 -0
- package/dist/api/resources/voices/client/requests/VoicesGetAllRequest.d.ts +13 -0
- package/dist/api/resources/voices/client/requests/VoicesGetAllRequest.js +5 -0
- package/dist/api/resources/voices/client/requests/VoicesGetRequest.d.ts +13 -0
- package/dist/api/resources/voices/client/requests/VoicesGetRequest.js +5 -0
- package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +78 -0
- package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.js +5 -0
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +51 -0
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.js +5 -0
- package/dist/api/resources/voices/client/requests/index.d.ts +7 -0
- package/dist/api/resources/voices/client/requests/index.js +2 -0
- package/dist/api/resources/voices/index.d.ts +3 -0
- package/dist/api/resources/voices/index.js +19 -0
- package/dist/api/resources/voices/resources/index.d.ts +6 -0
- package/dist/api/resources/voices/resources/index.js +45 -0
- package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +47 -0
- package/dist/api/resources/voices/resources/ivc/client/Client.js +142 -0
- package/dist/api/resources/voices/resources/ivc/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/ivc/client/index.js +17 -0
- package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +22 -0
- package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.js +5 -0
- package/dist/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/ivc/client/requests/index.js +2 -0
- package/dist/api/resources/voices/resources/ivc/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/ivc/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +81 -0
- package/dist/api/resources/voices/resources/pvc/client/Client.js +266 -0
- package/dist/api/resources/voices/resources/pvc/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/client/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +17 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +5 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +11 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.js +5 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +20 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +5 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/index.d.ts +2 -0
- package/dist/api/resources/voices/resources/pvc/index.js +18 -0
- package/dist/api/resources/voices/resources/pvc/resources/index.d.ts +4 -0
- package/dist/api/resources/voices/resources/pvc/resources/index.js +43 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +85 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +279 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +15 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.js +5 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.js +5 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/index.d.ts +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/index.js +18 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +45 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +127 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +3 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.js +39 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +62 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +197 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/index.d.ts +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/index.js +18 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +46 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +125 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/index.js +37 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +45 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +127 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +50 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +143 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +15 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.js +5 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/index.d.ts +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/index.js +18 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +60 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +194 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +13 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.js +5 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.js +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/index.d.ts +2 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/index.js +41 -0
- package/dist/api/resources/voices/resources/samples/client/Client.d.ts +21 -0
- package/dist/api/resources/voices/resources/samples/client/Client.js +17 -0
- package/dist/api/resources/voices/resources/samples/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/samples/client/index.js +2 -0
- package/dist/api/resources/voices/resources/samples/index.d.ts +2 -0
- package/dist/api/resources/voices/resources/samples/index.js +18 -0
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +37 -0
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +117 -0
- package/dist/api/resources/voices/resources/samples/resources/audio/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/samples/resources/audio/client/index.js +2 -0
- package/dist/api/resources/voices/resources/samples/resources/audio/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/samples/resources/audio/index.js +17 -0
- package/dist/api/resources/voices/resources/samples/resources/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/samples/resources/index.js +37 -0
- package/dist/api/resources/voices/resources/settings/client/Client.d.ts +74 -0
- package/dist/api/resources/voices/resources/settings/client/Client.js +248 -0
- package/dist/api/resources/voices/resources/settings/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/settings/client/index.js +2 -0
- package/dist/api/resources/voices/resources/settings/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/settings/index.js +17 -0
- package/dist/api/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +12 -0
- package/dist/api/resources/voices/types/VoicesGetSharedRequestCategory.js +11 -0
- package/dist/api/resources/voices/types/index.d.ts +1 -0
- package/dist/api/resources/voices/types/index.js +17 -0
- package/dist/api/resources/workspace/client/Client.d.ts +30 -0
- package/dist/api/resources/workspace/client/Client.js +32 -0
- package/dist/api/resources/workspace/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/client/index.js +2 -0
- package/dist/api/resources/workspace/index.d.ts +2 -0
- package/dist/api/resources/workspace/index.js +18 -0
- package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +49 -0
- package/dist/api/resources/workspace/resources/groups/client/Client.js +137 -0
- package/dist/api/resources/workspace/resources/groups/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/groups/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/groups/client/requests/GroupsSearchRequest.d.ts +15 -0
- package/dist/api/resources/workspace/resources/groups/client/requests/GroupsSearchRequest.js +5 -0
- package/dist/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/groups/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/groups/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/groups/index.js +18 -0
- package/dist/api/resources/workspace/resources/groups/resources/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/groups/resources/index.js +41 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +63 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +198 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +13 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.js +5 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +13 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.js +5 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/index.js +17 -0
- package/dist/api/resources/workspace/resources/index.d.ts +11 -0
- package/dist/api/resources/workspace/resources/index.js +50 -0
- package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +76 -0
- package/dist/api/resources/workspace/resources/invites/client/Client.js +263 -0
- package/dist/api/resources/workspace/resources/invites/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/invites/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +13 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.js +5 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +15 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +5 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +18 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +5 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/invites/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/invites/index.js +18 -0
- package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +22 -0
- package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +24 -0
- package/dist/api/resources/workspace/resources/invites/types/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/invites/types/index.js +17 -0
- package/dist/api/resources/workspace/resources/members/client/Client.d.ts +61 -0
- package/dist/api/resources/workspace/resources/members/client/Client.js +196 -0
- package/dist/api/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/members/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.d.ts +13 -0
- package/dist/api/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.js +5 -0
- package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +18 -0
- package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +5 -0
- package/dist/api/resources/workspace/resources/members/client/requests/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/members/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/members/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/members/index.js +18 -0
- package/dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +8 -0
- package/dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js +10 -0
- package/dist/api/resources/workspace/resources/members/types/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/members/types/index.js +17 -0
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +80 -0
- package/dist/api/resources/workspace/resources/resources/client/Client.js +264 -0
- package/dist/api/resources/workspace/resources/resources/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/resources/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +23 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +5 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +20 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.js +5 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +16 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.js +5 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/resources/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/resources/index.js +18 -0
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +12 -0
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +11 -0
- package/dist/api/resources/workspace/resources/resources/types/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/resources/types/index.js +17 -0
- package/dist/api/types/AddChapterResponseModel.d.ts +7 -0
- package/dist/api/types/AddChapterResponseModel.js +5 -0
- package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +8 -0
- package/dist/api/types/AddKnowledgeBaseResponseModel.js +5 -0
- package/dist/api/types/AddProjectRequest.d.ts +70 -0
- package/dist/api/types/AddProjectRequest.js +5 -0
- package/dist/api/types/AddProjectResponseModel.d.ts +7 -0
- package/dist/api/types/AddProjectResponseModel.js +5 -0
- package/dist/api/types/AddPronunciationDictionaryResponseModel.d.ts +22 -0
- package/dist/api/types/AddPronunciationDictionaryResponseModel.js +5 -0
- package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +9 -0
- package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +11 -0
- package/dist/api/types/AddSharingVoiceRequest.d.ts +4 -0
- package/dist/api/types/AddSharingVoiceRequest.js +5 -0
- package/dist/api/types/AddVoiceIvcResponseModel.d.ts +9 -0
- package/dist/api/types/AddVoiceIvcResponseModel.js +5 -0
- package/dist/api/types/AddVoiceResponseModel.d.ts +7 -0
- package/dist/api/types/AddVoiceResponseModel.js +5 -0
- package/dist/api/types/AddWorkspaceGroupMemberResponseModel.d.ts +7 -0
- package/dist/api/types/AddWorkspaceGroupMemberResponseModel.js +5 -0
- package/dist/api/types/AddWorkspaceInviteResponseModel.d.ts +7 -0
- package/dist/api/types/AddWorkspaceInviteResponseModel.js +5 -0
- package/dist/api/types/AdditionalFormatResponseModel.d.ts +15 -0
- package/dist/api/types/AdditionalFormatResponseModel.js +5 -0
- package/dist/api/types/AdditionalFormats.d.ts +5 -0
- package/dist/api/types/AdditionalFormats.js +5 -0
- package/dist/api/types/Age.d.ts +4 -0
- package/dist/api/types/Age.js +5 -0
- package/dist/api/types/AgentBan.d.ts +9 -0
- package/dist/api/types/AgentBan.js +5 -0
- package/dist/api/types/AgentCallLimits.d.ts +9 -0
- package/dist/api/types/AgentCallLimits.js +5 -0
- package/dist/api/types/AgentConfig.d.ts +14 -0
- package/dist/api/types/AgentConfig.js +5 -0
- package/dist/api/types/AgentConfigDbModel.d.ts +13 -0
- package/dist/api/types/AgentConfigDbModel.js +5 -0
- package/dist/api/types/AgentConfigOverride.d.ts +12 -0
- package/dist/api/types/AgentConfigOverride.js +5 -0
- package/dist/api/types/AgentConfigOverrideConfig.d.ts +12 -0
- package/dist/api/types/AgentConfigOverrideConfig.js +5 -0
- package/dist/api/types/AgentMetadataResponseModel.d.ts +7 -0
- package/dist/api/types/AgentMetadataResponseModel.js +5 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +22 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.js +5 -0
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +23 -0
- package/dist/api/types/AgentPlatformSettingsResponseModel.js +5 -0
- package/dist/api/types/AgentSimulatedChatTestResponseModel.d.ts +8 -0
- package/dist/api/types/AgentSimulatedChatTestResponseModel.js +5 -0
- package/dist/api/types/AgentSummaryResponseModel.d.ts +16 -0
- package/dist/api/types/AgentSummaryResponseModel.js +5 -0
- package/dist/api/types/AgentTransfer.d.ts +7 -0
- package/dist/api/types/AgentTransfer.js +5 -0
- package/dist/api/types/AgentWorkspaceOverridesInput.d.ts +9 -0
- package/dist/api/types/AgentWorkspaceOverridesInput.js +5 -0
- package/dist/api/types/AgentWorkspaceOverridesOutput.d.ts +9 -0
- package/dist/api/types/AgentWorkspaceOverridesOutput.js +5 -0
- package/dist/api/types/Alignment.d.ts +28 -0
- package/dist/api/types/Alignment.js +5 -0
- package/dist/api/types/AllowlistItem.d.ts +7 -0
- package/dist/api/types/AllowlistItem.js +5 -0
- package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +9 -0
- package/dist/api/types/ArrayJsonSchemaPropertyInput.js +5 -0
- package/dist/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +5 -0
- package/dist/api/types/ArrayJsonSchemaPropertyInputItems.js +5 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +9 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutput.js +5 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +5 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.js +5 -0
- package/dist/api/types/AsrConversationalConfig.d.ts +14 -0
- package/dist/api/types/AsrConversationalConfig.js +5 -0
- package/dist/api/types/AsrInputFormat.d.ts +13 -0
- package/dist/api/types/AsrInputFormat.js +15 -0
- package/dist/api/types/AsrProvider.d.ts +4 -0
- package/dist/api/types/AsrProvider.js +5 -0
- package/dist/api/types/AsrQuality.d.ts +4 -0
- package/dist/api/types/AsrQuality.js +5 -0
- package/dist/api/types/AudioNativeCreateProjectResponseModel.d.ts +11 -0
- package/dist/api/types/AudioNativeCreateProjectResponseModel.js +5 -0
- package/dist/api/types/AudioNativeEditContentResponseModel.d.ts +13 -0
- package/dist/api/types/AudioNativeEditContentResponseModel.js +5 -0
- package/dist/api/types/AudioNativeProjectSettingsResponseModel.d.ts +26 -0
- package/dist/api/types/AudioNativeProjectSettingsResponseModel.js +5 -0
- package/dist/api/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +11 -0
- package/dist/api/types/AudioNativeProjectSettingsResponseModelStatus.js +10 -0
- package/dist/api/types/AudioOutput.d.ts +13 -0
- package/dist/api/types/AudioOutput.js +5 -0
- package/dist/api/types/AudioOutputMulti.d.ts +15 -0
- package/dist/api/types/AudioOutputMulti.js +5 -0
- package/dist/api/types/AudioWithTimestampsResponse.d.ts +12 -0
- package/dist/api/types/AudioWithTimestampsResponse.js +5 -0
- package/dist/api/types/AuthSettings.d.ts +12 -0
- package/dist/api/types/AuthSettings.js +5 -0
- package/dist/api/types/AuthorizationMethod.d.ts +13 -0
- package/dist/api/types/AuthorizationMethod.js +15 -0
- package/dist/api/types/BanReasonType.d.ts +8 -0
- package/dist/api/types/BanReasonType.js +10 -0
- package/dist/api/types/BatchCallDetailedResponse.d.ts +22 -0
- package/dist/api/types/BatchCallDetailedResponse.js +5 -0
- package/dist/api/types/BatchCallRecipientStatus.d.ts +12 -0
- package/dist/api/types/BatchCallRecipientStatus.js +14 -0
- package/dist/api/types/BatchCallResponse.d.ts +18 -0
- package/dist/api/types/BatchCallResponse.js +5 -0
- package/dist/api/types/BatchCallStatus.d.ts +11 -0
- package/dist/api/types/BatchCallStatus.js +13 -0
- package/dist/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +9 -0
- package/dist/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.js +5 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.d.ts +10 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.js +12 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostFiction.d.ts +8 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostFiction.js +10 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +10 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostSourceType.js +12 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.d.ts +10 -0
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.js +12 -0
- package/dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.d.ts +11 -0
- package/dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.js +5 -0
- package/dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.d.ts +11 -0
- package/dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.js +5 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +33 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.js +5 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +15 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.js +11 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.d.ts +16 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.js +5 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.d.ts +18 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.js +13 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.d.ts +8 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.js +5 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.d.ts +13 -0
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.js +5 -0
- package/dist/api/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.d.ts +19 -0
- package/dist/api/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.js +5 -0
- package/dist/api/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.d.ts +10 -0
- package/dist/api/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.js +5 -0
- package/dist/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +11 -0
- package/dist/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.js +5 -0
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +12 -0
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +11 -0
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +11 -0
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +10 -0
- package/dist/api/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.d.ts +7 -0
- package/dist/api/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.js +5 -0
- package/dist/api/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +7 -0
- package/dist/api/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js +5 -0
- package/dist/api/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +7 -0
- package/dist/api/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js +5 -0
- package/dist/api/types/BreakdownTypes.d.ts +20 -0
- package/dist/api/types/BreakdownTypes.js +19 -0
- package/dist/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +8 -0
- package/dist/api/types/ChapterContentBlockExtendableNodeResponseModel.js +5 -0
- package/dist/api/types/ChapterContentBlockInputModel.d.ts +8 -0
- package/dist/api/types/ChapterContentBlockInputModel.js +5 -0
- package/dist/api/types/ChapterContentBlockResponseModel.d.ts +8 -0
- package/dist/api/types/ChapterContentBlockResponseModel.js +5 -0
- package/dist/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +13 -0
- package/dist/api/types/ChapterContentBlockResponseModelNodesItem.js +5 -0
- package/dist/api/types/ChapterContentBlockTtsNodeResponseModel.d.ts +7 -0
- package/dist/api/types/ChapterContentBlockTtsNodeResponseModel.js +5 -0
- package/dist/api/types/ChapterContentInputModel.d.ts +7 -0
- package/dist/api/types/ChapterContentInputModel.js +5 -0
- package/dist/api/types/ChapterContentParagraphTtsNodeInputModel.d.ts +8 -0
- package/dist/api/types/ChapterContentParagraphTtsNodeInputModel.js +5 -0
- package/dist/api/types/ChapterContentResponseModel.d.ts +7 -0
- package/dist/api/types/ChapterContentResponseModel.js +5 -0
- package/dist/api/types/ChapterResponse.d.ts +22 -0
- package/dist/api/types/ChapterResponse.js +5 -0
- package/dist/api/types/ChapterSnapshotExtendedResponseModel.d.ts +17 -0
- package/dist/api/types/ChapterSnapshotExtendedResponseModel.js +5 -0
- package/dist/api/types/ChapterSnapshotResponse.d.ts +15 -0
- package/dist/api/types/ChapterSnapshotResponse.js +5 -0
- package/dist/api/types/ChapterSnapshotsResponse.d.ts +8 -0
- package/dist/api/types/ChapterSnapshotsResponse.js +5 -0
- package/dist/api/types/ChapterState.d.ts +11 -0
- package/dist/api/types/ChapterState.js +10 -0
- package/dist/api/types/ChapterStatisticsResponse.d.ts +13 -0
- package/dist/api/types/ChapterStatisticsResponse.js +5 -0
- package/dist/api/types/ChapterWithContentResponseModel.d.ts +23 -0
- package/dist/api/types/ChapterWithContentResponseModel.js +5 -0
- package/dist/api/types/ChapterWithContentResponseModelState.d.ts +11 -0
- package/dist/api/types/ChapterWithContentResponseModelState.js +10 -0
- package/dist/api/types/CharacterAlignmentModel.d.ts +8 -0
- package/dist/api/types/CharacterAlignmentModel.js +5 -0
- package/dist/api/types/CharacterAlignmentResponseModel.d.ts +8 -0
- package/dist/api/types/CharacterAlignmentResponseModel.js +5 -0
- package/dist/api/types/CharacterUsageResponse.d.ts +4 -0
- package/dist/api/types/CharacterUsageResponse.js +5 -0
- package/dist/api/types/ClientEvent.d.ts +18 -0
- package/dist/api/types/ClientEvent.js +20 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +20 -0
- package/dist/api/types/ClientToolConfigInput.js +5 -0
- package/dist/api/types/ClientToolConfigOutput.d.ts +20 -0
- package/dist/api/types/ClientToolConfigOutput.js +5 -0
- package/dist/api/types/CloseConnection.d.ts +7 -0
- package/dist/api/types/CloseConnection.js +5 -0
- package/dist/api/types/CloseContext.d.ts +12 -0
- package/dist/api/types/CloseContext.js +5 -0
- package/dist/api/types/CloseSocket.d.ts +10 -0
- package/dist/api/types/CloseSocket.js +5 -0
- package/dist/api/types/ConvAiDynamicVariable.d.ts +9 -0
- package/dist/api/types/ConvAiDynamicVariable.js +5 -0
- package/dist/api/types/ConvAiSecretLocator.d.ts +9 -0
- package/dist/api/types/ConvAiSecretLocator.js +5 -0
- package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +10 -0
- package/dist/api/types/ConvAiStoredSecretDependencies.js +5 -0
- package/dist/api/types/ConvAiStoredSecretDependenciesAgentToolsItem.d.ts +13 -0
- package/dist/api/types/ConvAiStoredSecretDependenciesAgentToolsItem.js +5 -0
- package/dist/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +13 -0
- package/dist/api/types/ConvAiStoredSecretDependenciesToolsItem.js +5 -0
- package/dist/api/types/ConvAiWebhooks.d.ts +6 -0
- package/dist/api/types/ConvAiWebhooks.js +5 -0
- package/dist/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +10 -0
- package/dist/api/types/ConvAiWorkspaceStoredSecretConfig.js +5 -0
- package/dist/api/types/ConversationChargingCommonModel.d.ts +10 -0
- package/dist/api/types/ConversationChargingCommonModel.js +5 -0
- package/dist/api/types/ConversationConfig.d.ts +12 -0
- package/dist/api/types/ConversationConfig.js +5 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +12 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigInput.js +5 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +12 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigOutput.js +5 -0
- package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +12 -0
- package/dist/api/types/ConversationConfigClientOverrideInput.js +5 -0
- package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +12 -0
- package/dist/api/types/ConversationConfigClientOverrideOutput.js +5 -0
- package/dist/api/types/ConversationConfigOverride.d.ts +6 -0
- package/dist/api/types/ConversationConfigOverride.js +5 -0
- package/dist/api/types/ConversationConfigOverrideConfig.d.ts +7 -0
- package/dist/api/types/ConversationConfigOverrideConfig.js +5 -0
- package/dist/api/types/ConversationDeletionSettings.d.ts +11 -0
- package/dist/api/types/ConversationDeletionSettings.js +5 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +10 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryBatchCallModel.d.ts +7 -0
- package/dist/api/types/ConversationHistoryBatchCallModel.js +5 -0
- package/dist/api/types/ConversationHistoryErrorCommonModel.d.ts +7 -0
- package/dist/api/types/ConversationHistoryErrorCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +9 -0
- package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryFeedbackCommonModel.d.ts +9 -0
- package/dist/api/types/ConversationHistoryFeedbackCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +20 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +13 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.js +5 -0
- package/dist/api/types/ConversationHistoryRagUsageCommonModel.d.ts +7 -0
- package/dist/api/types/ConversationHistoryRagUsageCommonModel.js +5 -0
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +11 -0
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.js +5 -0
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +8 -0
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.js +10 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +19 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +8 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputRole.js +10 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +8 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.js +10 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +19 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +8 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputRole.js +10 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +8 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +10 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +6 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallClientDetails.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +12 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +13 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +11 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallWebhookDetails.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptToolResultCommonModel.d.ts +12 -0
- package/dist/api/types/ConversationHistoryTranscriptToolResultCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +12 -0
- package/dist/api/types/ConversationHistoryTwilioPhoneCallModel.js +5 -0
- package/dist/api/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +8 -0
- package/dist/api/types/ConversationHistoryTwilioPhoneCallModelDirection.js +10 -0
- package/dist/api/types/ConversationInitiationClientDataConfigInput.d.ts +12 -0
- package/dist/api/types/ConversationInitiationClientDataConfigInput.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataConfigOutput.d.ts +12 -0
- package/dist/api/types/ConversationInitiationClientDataConfigOutput.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +9 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +4 -0
- package/dist/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +9 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInput.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +4 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +9 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +4 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataWebhook.d.ts +10 -0
- package/dist/api/types/ConversationInitiationClientDataWebhook.js +5 -0
- package/dist/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +5 -0
- package/dist/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.js +5 -0
- package/dist/api/types/ConversationSignedUrlResponseModel.d.ts +6 -0
- package/dist/api/types/ConversationSignedUrlResponseModel.js +5 -0
- package/dist/api/types/ConversationSimulationSpecification.d.ts +13 -0
- package/dist/api/types/ConversationSimulationSpecification.js +5 -0
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +14 -0
- package/dist/api/types/ConversationSummaryResponseModel.js +5 -0
- package/dist/api/types/ConversationSummaryResponseModelStatus.d.ts +11 -0
- package/dist/api/types/ConversationSummaryResponseModelStatus.js +13 -0
- package/dist/api/types/ConversationTokenDbModel.d.ts +14 -0
- package/dist/api/types/ConversationTokenDbModel.js +5 -0
- package/dist/api/types/ConversationTokenPurpose.d.ts +8 -0
- package/dist/api/types/ConversationTokenPurpose.js +10 -0
- package/dist/api/types/ConversationTurnMetrics.d.ts +7 -0
- package/dist/api/types/ConversationTurnMetrics.js +5 -0
- package/dist/api/types/ConversationalConfig.d.ts +18 -0
- package/dist/api/types/ConversationalConfig.js +5 -0
- package/dist/api/types/ConvertChapterResponseModel.d.ts +7 -0
- package/dist/api/types/ConvertChapterResponseModel.js +5 -0
- package/dist/api/types/ConvertProjectResponseModel.d.ts +7 -0
- package/dist/api/types/ConvertProjectResponseModel.js +5 -0
- package/dist/api/types/CreateAgentResponseModel.d.ts +7 -0
- package/dist/api/types/CreateAgentResponseModel.js +5 -0
- package/dist/api/types/CreateAudioNativeProjectRequest.d.ts +4 -0
- package/dist/api/types/CreateAudioNativeProjectRequest.js +5 -0
- package/dist/api/types/CreatePhoneNumberResponseModel.d.ts +7 -0
- package/dist/api/types/CreatePhoneNumberResponseModel.js +5 -0
- package/dist/api/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +15 -0
- package/dist/api/types/CreatePreviouslyGeneratedVoiceRequest.js +5 -0
- package/dist/api/types/CreatePronunciationDictionaryResponseModel.d.ts +7 -0
- package/dist/api/types/CreatePronunciationDictionaryResponseModel.js +5 -0
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +29 -0
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.js +5 -0
- package/dist/api/types/CreateTranscriptRequest.d.ts +4 -0
- package/dist/api/types/CreateTranscriptRequest.js +5 -0
- package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +13 -0
- package/dist/api/types/CreateTwilioPhoneNumberRequest.js +5 -0
- package/dist/api/types/CustomLlm.d.ts +12 -0
- package/dist/api/types/CustomLlm.js +5 -0
- package/dist/api/types/DashboardCallSuccessChartModel.d.ts +6 -0
- package/dist/api/types/DashboardCallSuccessChartModel.js +5 -0
- package/dist/api/types/DashboardCriteriaChartModel.d.ts +7 -0
- package/dist/api/types/DashboardCriteriaChartModel.js +5 -0
- package/dist/api/types/DashboardDataCollectionChartModel.d.ts +7 -0
- package/dist/api/types/DashboardDataCollectionChartModel.js +5 -0
- package/dist/api/types/DataCollectionResultCommonModel.d.ts +10 -0
- package/dist/api/types/DataCollectionResultCommonModel.js +5 -0
- package/dist/api/types/DeleteChapterRequest.d.ts +4 -0
- package/dist/api/types/DeleteChapterRequest.js +5 -0
- package/dist/api/types/DeleteChapterResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteChapterResponseModel.js +5 -0
- package/dist/api/types/DeleteDubbingResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteDubbingResponseModel.js +5 -0
- package/dist/api/types/DeleteHistoryItemResponse.d.ts +7 -0
- package/dist/api/types/DeleteHistoryItemResponse.js +5 -0
- package/dist/api/types/DeleteProjectRequest.d.ts +4 -0
- package/dist/api/types/DeleteProjectRequest.js +5 -0
- package/dist/api/types/DeleteProjectResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteProjectResponseModel.js +5 -0
- package/dist/api/types/DeleteSampleResponse.d.ts +7 -0
- package/dist/api/types/DeleteSampleResponse.js +5 -0
- package/dist/api/types/DeleteVoiceResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteVoiceResponseModel.js +5 -0
- package/dist/api/types/DeleteVoiceSampleResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteVoiceSampleResponseModel.js +5 -0
- package/dist/api/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteWorkspaceGroupMemberResponseModel.js +5 -0
- package/dist/api/types/DeleteWorkspaceInviteResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteWorkspaceInviteResponseModel.js +5 -0
- package/dist/api/types/DeleteWorkspaceMemberResponseModel.d.ts +7 -0
- package/dist/api/types/DeleteWorkspaceMemberResponseModel.js +5 -0
- package/dist/api/types/DependentAvailableAgentIdentifier.d.ts +10 -0
- package/dist/api/types/DependentAvailableAgentIdentifier.js +5 -0
- package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +9 -0
- package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.js +11 -0
- package/dist/api/types/DependentAvailableAgentToolIdentifier.d.ts +11 -0
- package/dist/api/types/DependentAvailableAgentToolIdentifier.js +5 -0
- package/dist/api/types/DependentAvailableAgentToolIdentifierAccessLevel.d.ts +9 -0
- package/dist/api/types/DependentAvailableAgentToolIdentifierAccessLevel.js +11 -0
- package/dist/api/types/DependentAvailableToolIdentifier.d.ts +10 -0
- package/dist/api/types/DependentAvailableToolIdentifier.js +5 -0
- package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +9 -0
- package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.js +11 -0
- package/dist/api/types/DependentPhoneNumberIdentifier.d.ts +10 -0
- package/dist/api/types/DependentPhoneNumberIdentifier.js +5 -0
- package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +9 -0
- package/dist/api/types/DependentUnknownAgentIdentifier.js +5 -0
- package/dist/api/types/DependentUnknownAgentToolIdentifier.d.ts +9 -0
- package/dist/api/types/DependentUnknownAgentToolIdentifier.js +5 -0
- package/dist/api/types/DependentUnknownToolIdentifier.d.ts +9 -0
- package/dist/api/types/DependentUnknownToolIdentifier.js +5 -0
- package/dist/api/types/DoDubbingResponse.d.ts +9 -0
- package/dist/api/types/DoDubbingResponse.js +5 -0
- package/dist/api/types/DocumentUsageModeEnum.d.ts +8 -0
- package/dist/api/types/DocumentUsageModeEnum.js +10 -0
- package/dist/api/types/DocxExportOptions.d.ts +10 -0
- package/dist/api/types/DocxExportOptions.js +5 -0
- package/dist/api/types/DubbedSegment.d.ts +11 -0
- package/dist/api/types/DubbedSegment.js +5 -0
- package/dist/api/types/DubbingMediaMetadata.d.ts +9 -0
- package/dist/api/types/DubbingMediaMetadata.js +5 -0
- package/dist/api/types/DubbingMediaReference.d.ts +12 -0
- package/dist/api/types/DubbingMediaReference.js +5 -0
- package/dist/api/types/DubbingMetadataResponse.d.ts +18 -0
- package/dist/api/types/DubbingMetadataResponse.js +5 -0
- package/dist/api/types/DubbingRenderResponseModel.d.ts +7 -0
- package/dist/api/types/DubbingRenderResponseModel.js +5 -0
- package/dist/api/types/DubbingResource.d.ts +16 -0
- package/dist/api/types/DubbingResource.js +5 -0
- package/dist/api/types/DynamicVariablesConfig.d.ts +8 -0
- package/dist/api/types/DynamicVariablesConfig.js +5 -0
- package/dist/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +4 -0
- package/dist/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js +5 -0
- package/dist/api/types/EditChapterResponseModel.d.ts +7 -0
- package/dist/api/types/EditChapterResponseModel.js +5 -0
- package/dist/api/types/EditProjectResponseModel.d.ts +7 -0
- package/dist/api/types/EditProjectResponseModel.js +5 -0
- package/dist/api/types/EditVoiceResponseModel.d.ts +7 -0
- package/dist/api/types/EditVoiceResponseModel.js +5 -0
- package/dist/api/types/EditVoiceSettingsRequest.d.ts +4 -0
- package/dist/api/types/EditVoiceSettingsRequest.js +5 -0
- package/dist/api/types/EditVoiceSettingsResponseModel.d.ts +7 -0
- package/dist/api/types/EditVoiceSettingsResponseModel.js +5 -0
- package/dist/api/types/EmbedVariant.d.ts +9 -0
- package/dist/api/types/EmbedVariant.js +11 -0
- package/dist/api/types/EmbeddingModelEnum.d.ts +8 -0
- package/dist/api/types/EmbeddingModelEnum.js +10 -0
- package/dist/api/types/EndCallToolConfig.d.ts +5 -0
- package/dist/api/types/EndCallToolConfig.js +5 -0
- package/dist/api/types/EvaluationSettings.d.ts +12 -0
- package/dist/api/types/EvaluationSettings.js +5 -0
- package/dist/api/types/EvaluationSuccessResult.d.ts +9 -0
- package/dist/api/types/EvaluationSuccessResult.js +11 -0
- package/dist/api/types/ExportOptions.d.ts +25 -0
- package/dist/api/types/ExportOptions.js +5 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +8 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelBillingPeriod.js +10 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +8 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +10 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +8 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.js +10 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelStatus.d.ts +17 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelStatus.js +16 -0
- package/dist/api/types/FeedbackItem.d.ts +21 -0
- package/dist/api/types/FeedbackItem.js +5 -0
- package/dist/api/types/FinalOutput.d.ts +7 -0
- package/dist/api/types/FinalOutput.js +5 -0
- package/dist/api/types/FinalOutputMulti.d.ts +12 -0
- package/dist/api/types/FinalOutputMulti.js +5 -0
- package/dist/api/types/FineTuningResponse.d.ts +35 -0
- package/dist/api/types/FineTuningResponse.js +5 -0
- package/dist/api/types/FineTuningResponseModelStateValue.d.ts +12 -0
- package/dist/api/types/FineTuningResponseModelStateValue.js +14 -0
- package/dist/api/types/FlushContext.d.ts +14 -0
- package/dist/api/types/FlushContext.js +5 -0
- package/dist/api/types/ForcedAlignmentCharacterResponseModel.d.ts +14 -0
- package/dist/api/types/ForcedAlignmentCharacterResponseModel.js +5 -0
- package/dist/api/types/ForcedAlignmentResponseModel.d.ts +13 -0
- package/dist/api/types/ForcedAlignmentResponseModel.js +5 -0
- package/dist/api/types/ForcedAlignmentWordResponseModel.d.ts +14 -0
- package/dist/api/types/ForcedAlignmentWordResponseModel.js +5 -0
- package/dist/api/types/Gender.d.ts +4 -0
- package/dist/api/types/Gender.js +5 -0
- package/dist/api/types/GenerateVoiceRequest.d.ts +16 -0
- package/dist/api/types/GenerateVoiceRequest.js +5 -0
- package/dist/api/types/GenerationConfig.d.ts +33 -0
- package/dist/api/types/GenerationConfig.js +5 -0
- package/dist/api/types/GetAgentEmbedResponseModel.d.ts +8 -0
- package/dist/api/types/GetAgentEmbedResponseModel.js +5 -0
- package/dist/api/types/GetAgentLinkResponseModel.d.ts +10 -0
- package/dist/api/types/GetAgentLinkResponseModel.js +5 -0
- package/dist/api/types/GetAgentResponseModel.d.ts +22 -0
- package/dist/api/types/GetAgentResponseModel.js +5 -0
- package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +13 -0
- package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.js +5 -0
- package/dist/api/types/GetAgentsPageResponseModel.d.ts +12 -0
- package/dist/api/types/GetAgentsPageResponseModel.js +5 -0
- package/dist/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +12 -0
- package/dist/api/types/GetAudioNativeProjectSettingsResponseModel.js +5 -0
- package/dist/api/types/GetChapterRequest.d.ts +4 -0
- package/dist/api/types/GetChapterRequest.js +5 -0
- package/dist/api/types/GetChapterSnapshotsRequest.d.ts +4 -0
- package/dist/api/types/GetChapterSnapshotsRequest.js +5 -0
- package/dist/api/types/GetChaptersRequest.d.ts +4 -0
- package/dist/api/types/GetChaptersRequest.js +5 -0
- package/dist/api/types/GetChaptersResponse.d.ts +7 -0
- package/dist/api/types/GetChaptersResponse.js +5 -0
- package/dist/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +7 -0
- package/dist/api/types/GetConvAiDashboardSettingsResponseModel.js +5 -0
- package/dist/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +16 -0
- package/dist/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.js +5 -0
- package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +11 -0
- package/dist/api/types/GetConvAiSettingsResponseModel.js +5 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +16 -0
- package/dist/api/types/GetConversationResponseModel.js +5 -0
- package/dist/api/types/GetConversationResponseModelStatus.d.ts +11 -0
- package/dist/api/types/GetConversationResponseModelStatus.js +13 -0
- package/dist/api/types/GetConversationsPageResponseModel.d.ts +9 -0
- package/dist/api/types/GetConversationsPageResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +9 -0
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +13 -0
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.js +5 -0
- package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +12 -0
- package/dist/api/types/GetKnowledgeBaseFileResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseListResponseModel.d.ts +9 -0
- package/dist/api/types/GetKnowledgeBaseListResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +16 -0
- package/dist/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.js +5 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +12 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +13 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.js +5 -0
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +12 -0
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +13 -0
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.js +5 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +13 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +13 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.js +5 -0
- package/dist/api/types/GetKnowledgeBaseTextResponseModel.d.ts +12 -0
- package/dist/api/types/GetKnowledgeBaseTextResponseModel.js +5 -0
- package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +13 -0
- package/dist/api/types/GetKnowledgeBaseUrlResponseModel.js +5 -0
- package/dist/api/types/GetLibraryVoicesResponse.d.ts +11 -0
- package/dist/api/types/GetLibraryVoicesResponse.js +5 -0
- package/dist/api/types/GetPhoneNumberResponse.d.ts +4 -0
- package/dist/api/types/GetPhoneNumberResponse.js +5 -0
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +15 -0
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.js +5 -0
- package/dist/api/types/GetPhoneNumberTwilioResponseModel.d.ts +14 -0
- package/dist/api/types/GetPhoneNumberTwilioResponseModel.js +5 -0
- package/dist/api/types/GetProjectRequest.d.ts +4 -0
- package/dist/api/types/GetProjectRequest.js +5 -0
- package/dist/api/types/GetProjectsRequest.d.ts +4 -0
- package/dist/api/types/GetProjectsRequest.js +5 -0
- package/dist/api/types/GetProjectsResponse.d.ts +8 -0
- package/dist/api/types/GetProjectsResponse.js +5 -0
- package/dist/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +12 -0
- package/dist/api/types/GetPronunciationDictionariesMetadataResponseModel.js +5 -0
- package/dist/api/types/GetPronunciationDictionariesResponse.d.ts +4 -0
- package/dist/api/types/GetPronunciationDictionariesResponse.js +5 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +24 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponse.js +5 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +9 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +11 -0
- package/dist/api/types/GetPronunciationDictionaryResponse.d.ts +4 -0
- package/dist/api/types/GetPronunciationDictionaryResponse.js +5 -0
- package/dist/api/types/GetSpeechHistoryResponse.d.ts +12 -0
- package/dist/api/types/GetSpeechHistoryResponse.js +5 -0
- package/dist/api/types/GetVoicesResponse.d.ts +8 -0
- package/dist/api/types/GetVoicesResponse.js +5 -0
- package/dist/api/types/GetVoicesV2Response.d.ts +10 -0
- package/dist/api/types/GetVoicesV2Response.js +5 -0
- package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +7 -0
- package/dist/api/types/GetWorkspaceSecretsResponseModel.js +5 -0
- package/dist/api/types/HistoryAlignmentResponseModel.d.ts +11 -0
- package/dist/api/types/HistoryAlignmentResponseModel.js +5 -0
- package/dist/api/types/HistoryAlignmentsResponseModel.d.ts +10 -0
- package/dist/api/types/HistoryAlignmentsResponseModel.js +5 -0
- package/dist/api/types/HistoryItemResponse.d.ts +7 -0
- package/dist/api/types/HistoryItemResponse.js +5 -0
- package/dist/api/types/HtmlExportOptions.d.ts +10 -0
- package/dist/api/types/HtmlExportOptions.js +5 -0
- package/dist/api/types/HttpValidationError.d.ts +7 -0
- package/dist/api/types/HttpValidationError.js +5 -0
- package/dist/api/types/ImageAvatar.d.ts +7 -0
- package/dist/api/types/ImageAvatar.js +5 -0
- package/dist/api/types/InitialiseContext.d.ts +21 -0
- package/dist/api/types/InitialiseContext.js +5 -0
- package/dist/api/types/InitializeConnection.d.ts +21 -0
- package/dist/api/types/InitializeConnection.js +5 -0
- package/dist/api/types/InitializeConnectionMulti.d.ts +21 -0
- package/dist/api/types/InitializeConnectionMulti.js +5 -0
- package/dist/api/types/InvoiceResponse.d.ts +11 -0
- package/dist/api/types/InvoiceResponse.js +5 -0
- package/dist/api/types/KeepContextAlive.d.ts +12 -0
- package/dist/api/types/KeepContextAlive.js +5 -0
- package/dist/api/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +8 -0
- package/dist/api/types/KnowledgeBaseDocumentChunkResponseModel.js +5 -0
- package/dist/api/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +8 -0
- package/dist/api/types/KnowledgeBaseDocumentMetadataResponseModel.js +5 -0
- package/dist/api/types/KnowledgeBaseDocumentType.d.ts +9 -0
- package/dist/api/types/KnowledgeBaseDocumentType.js +11 -0
- package/dist/api/types/KnowledgeBaseLocator.d.ts +14 -0
- package/dist/api/types/KnowledgeBaseLocator.js +5 -0
- package/dist/api/types/LanguageAddedResponse.d.ts +6 -0
- package/dist/api/types/LanguageAddedResponse.js +5 -0
- package/dist/api/types/LanguageDetectionToolConfig.d.ts +5 -0
- package/dist/api/types/LanguageDetectionToolConfig.js +5 -0
- package/dist/api/types/LanguagePresetInput.d.ts +10 -0
- package/dist/api/types/LanguagePresetInput.js +5 -0
- package/dist/api/types/LanguagePresetOutput.d.ts +10 -0
- package/dist/api/types/LanguagePresetOutput.js +5 -0
- package/dist/api/types/LanguagePresetTranslation.d.ts +7 -0
- package/dist/api/types/LanguagePresetTranslation.js +5 -0
- package/dist/api/types/LanguageResponse.d.ts +9 -0
- package/dist/api/types/LanguageResponse.js +5 -0
- package/dist/api/types/LibraryVoiceResponse.d.ts +68 -0
- package/dist/api/types/LibraryVoiceResponse.js +5 -0
- package/dist/api/types/LibraryVoiceResponseModelCategory.d.ts +15 -0
- package/dist/api/types/LibraryVoiceResponseModelCategory.js +14 -0
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +13 -0
- package/dist/api/types/LiteralJsonSchemaProperty.js +5 -0
- package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +7 -0
- package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.js +5 -0
- package/dist/api/types/LiteralJsonSchemaPropertyType.d.ts +10 -0
- package/dist/api/types/LiteralJsonSchemaPropertyType.js +12 -0
- package/dist/api/types/Llm.d.ts +26 -0
- package/dist/api/types/Llm.js +28 -0
- package/dist/api/types/LlmCategoryUsage.d.ts +8 -0
- package/dist/api/types/LlmCategoryUsage.js +5 -0
- package/dist/api/types/LlmInputOutputTokensUsage.d.ts +10 -0
- package/dist/api/types/LlmInputOutputTokensUsage.js +5 -0
- package/dist/api/types/LlmTokensCategoryUsage.d.ts +7 -0
- package/dist/api/types/LlmTokensCategoryUsage.js +5 -0
- package/dist/api/types/LlmUsageInput.d.ts +7 -0
- package/dist/api/types/LlmUsageInput.js +5 -0
- package/dist/api/types/LlmUsageOutput.d.ts +7 -0
- package/dist/api/types/LlmUsageOutput.js +5 -0
- package/dist/api/types/ManualVerificationFileResponse.d.ts +15 -0
- package/dist/api/types/ManualVerificationFileResponse.js +5 -0
- package/dist/api/types/ManualVerificationResponse.d.ts +12 -0
- package/dist/api/types/ManualVerificationResponse.js +5 -0
- package/dist/api/types/McpToolConfigInput.d.ts +20 -0
- package/dist/api/types/McpToolConfigInput.js +5 -0
- package/dist/api/types/McpToolConfigOutput.d.ts +20 -0
- package/dist/api/types/McpToolConfigOutput.js +5 -0
- package/dist/api/types/MetricRecord.d.ts +6 -0
- package/dist/api/types/MetricRecord.js +5 -0
- package/dist/api/types/MetricType.d.ts +12 -0
- package/dist/api/types/MetricType.js +14 -0
- package/dist/api/types/Model.d.ts +40 -0
- package/dist/api/types/Model.js +5 -0
- package/dist/api/types/ModelRatesResponseModel.d.ts +7 -0
- package/dist/api/types/ModelRatesResponseModel.js +5 -0
- package/dist/api/types/ModelResponseModelConcurrencyGroup.d.ts +11 -0
- package/dist/api/types/ModelResponseModelConcurrencyGroup.js +10 -0
- package/dist/api/types/ModerationStatusResponseModel.d.ts +24 -0
- package/dist/api/types/ModerationStatusResponseModel.js +5 -0
- package/dist/api/types/ModerationStatusResponseModelSafetyStatus.d.ts +9 -0
- package/dist/api/types/ModerationStatusResponseModelSafetyStatus.js +11 -0
- package/dist/api/types/ModerationStatusResponseModelWarningStatus.d.ts +8 -0
- package/dist/api/types/ModerationStatusResponseModelWarningStatus.js +10 -0
- package/dist/api/types/NormalizedAlignment.d.ts +28 -0
- package/dist/api/types/NormalizedAlignment.js +5 -0
- package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +10 -0
- package/dist/api/types/ObjectJsonSchemaPropertyInput.js +5 -0
- package/dist/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +5 -0
- package/dist/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +5 -0
- package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +10 -0
- package/dist/api/types/ObjectJsonSchemaPropertyOutput.js +5 -0
- package/dist/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +5 -0
- package/dist/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +5 -0
- package/dist/api/types/OrbAvatar.d.ts +9 -0
- package/dist/api/types/OrbAvatar.js +5 -0
- package/dist/api/types/OutboundCallRecipient.d.ts +9 -0
- package/dist/api/types/OutboundCallRecipient.js +5 -0
- package/dist/api/types/OutboundCallRecipientResponseModel.d.ts +13 -0
- package/dist/api/types/OutboundCallRecipientResponseModel.js +5 -0
- package/dist/api/types/OutputFormat.d.ts +50 -0
- package/dist/api/types/OutputFormat.js +19 -0
- package/dist/api/types/PdfExportOptions.d.ts +10 -0
- package/dist/api/types/PdfExportOptions.js +5 -0
- package/dist/api/types/PhoneNumberAgentInfo.d.ts +9 -0
- package/dist/api/types/PhoneNumberAgentInfo.js +5 -0
- package/dist/api/types/PhoneNumberTransfer.d.ts +7 -0
- package/dist/api/types/PhoneNumberTransfer.js +5 -0
- package/dist/api/types/PodcastBulletinMode.d.ts +8 -0
- package/dist/api/types/PodcastBulletinMode.js +5 -0
- package/dist/api/types/PodcastBulletinModeData.d.ts +7 -0
- package/dist/api/types/PodcastBulletinModeData.js +5 -0
- package/dist/api/types/PodcastConversationMode.d.ts +8 -0
- package/dist/api/types/PodcastConversationMode.js +5 -0
- package/dist/api/types/PodcastConversationModeData.d.ts +9 -0
- package/dist/api/types/PodcastConversationModeData.js +5 -0
- package/dist/api/types/PodcastProjectResponseModel.d.ts +8 -0
- package/dist/api/types/PodcastProjectResponseModel.js +5 -0
- package/dist/api/types/PodcastTextSource.d.ts +7 -0
- package/dist/api/types/PodcastTextSource.js +5 -0
- package/dist/api/types/PodcastUrlSource.d.ts +7 -0
- package/dist/api/types/PodcastUrlSource.js +5 -0
- package/dist/api/types/PostAgentAvatarResponseModel.d.ts +7 -0
- package/dist/api/types/PostAgentAvatarResponseModel.js +5 -0
- package/dist/api/types/PostWorkspaceSecretResponseModel.d.ts +8 -0
- package/dist/api/types/PostWorkspaceSecretResponseModel.js +5 -0
- package/dist/api/types/PrivacyConfig.d.ts +17 -0
- package/dist/api/types/PrivacyConfig.js +5 -0
- package/dist/api/types/ProjectCreationMetaResponseModel.d.ts +12 -0
- package/dist/api/types/ProjectCreationMetaResponseModel.js +5 -0
- package/dist/api/types/ProjectCreationMetaResponseModelStatus.d.ts +13 -0
- package/dist/api/types/ProjectCreationMetaResponseModelStatus.js +12 -0
- package/dist/api/types/ProjectCreationMetaResponseModelType.d.ts +12 -0
- package/dist/api/types/ProjectCreationMetaResponseModelType.js +11 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +74 -0
- package/dist/api/types/ProjectExtendedResponse.js +5 -0
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +12 -0
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.js +11 -0
- package/dist/api/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +13 -0
- package/dist/api/types/ProjectExtendedResponseModelApplyTextNormalization.js +12 -0
- package/dist/api/types/ProjectExtendedResponseModelFiction.d.ts +8 -0
- package/dist/api/types/ProjectExtendedResponseModelFiction.js +10 -0
- package/dist/api/types/ProjectExtendedResponseModelQualityPreset.d.ts +14 -0
- package/dist/api/types/ProjectExtendedResponseModelQualityPreset.js +13 -0
- package/dist/api/types/ProjectExtendedResponseModelSourceType.d.ts +10 -0
- package/dist/api/types/ProjectExtendedResponseModelSourceType.js +12 -0
- package/dist/api/types/ProjectExtendedResponseModelTargetAudience.d.ts +10 -0
- package/dist/api/types/ProjectExtendedResponseModelTargetAudience.js +12 -0
- package/dist/api/types/ProjectResponse.d.ts +62 -0
- package/dist/api/types/ProjectResponse.js +5 -0
- package/dist/api/types/ProjectResponseModelAccessLevel.d.ts +12 -0
- package/dist/api/types/ProjectResponseModelAccessLevel.js +11 -0
- package/dist/api/types/ProjectResponseModelFiction.d.ts +8 -0
- package/dist/api/types/ProjectResponseModelFiction.js +10 -0
- package/dist/api/types/ProjectResponseModelSourceType.d.ts +10 -0
- package/dist/api/types/ProjectResponseModelSourceType.js +12 -0
- package/dist/api/types/ProjectResponseModelTargetAudience.d.ts +10 -0
- package/dist/api/types/ProjectResponseModelTargetAudience.js +12 -0
- package/dist/api/types/ProjectSnapshotExtendedResponseModel.d.ts +19 -0
- package/dist/api/types/ProjectSnapshotExtendedResponseModel.js +5 -0
- package/dist/api/types/ProjectSnapshotResponse.d.ts +17 -0
- package/dist/api/types/ProjectSnapshotResponse.js +5 -0
- package/dist/api/types/ProjectSnapshotsResponse.d.ts +8 -0
- package/dist/api/types/ProjectSnapshotsResponse.js +5 -0
- package/dist/api/types/ProjectState.d.ts +13 -0
- package/dist/api/types/ProjectState.js +12 -0
- package/dist/api/types/PromptAgent.d.ts +28 -0
- package/dist/api/types/PromptAgent.js +5 -0
- package/dist/api/types/PromptAgentDbModel.d.ts +29 -0
- package/dist/api/types/PromptAgentDbModel.js +5 -0
- package/dist/api/types/PromptAgentDbModelToolsItem.d.ts +22 -0
- package/dist/api/types/PromptAgentDbModelToolsItem.js +5 -0
- package/dist/api/types/PromptAgentInputToolsItem.d.ts +22 -0
- package/dist/api/types/PromptAgentInputToolsItem.js +5 -0
- package/dist/api/types/PromptAgentOutputToolsItem.d.ts +22 -0
- package/dist/api/types/PromptAgentOutputToolsItem.js +5 -0
- package/dist/api/types/PromptAgentOverride.d.ts +7 -0
- package/dist/api/types/PromptAgentOverride.js +5 -0
- package/dist/api/types/PromptAgentOverrideConfig.d.ts +7 -0
- package/dist/api/types/PromptAgentOverrideConfig.js +5 -0
- package/dist/api/types/PromptEvaluationCriteria.d.ts +17 -0
- package/dist/api/types/PromptEvaluationCriteria.js +5 -0
- package/dist/api/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +9 -0
- package/dist/api/types/PronunciationDictionaryAliasRuleRequestModel.js +5 -0
- package/dist/api/types/PronunciationDictionaryLocator.d.ts +12 -0
- package/dist/api/types/PronunciationDictionaryLocator.js +5 -0
- package/dist/api/types/PronunciationDictionaryLocatorResponseModel.d.ts +7 -0
- package/dist/api/types/PronunciationDictionaryLocatorResponseModel.js +5 -0
- package/dist/api/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +11 -0
- package/dist/api/types/PronunciationDictionaryPhonemeRuleRequestModel.js +5 -0
- package/dist/api/types/PronunciationDictionaryRulesResponseModel.d.ts +11 -0
- package/dist/api/types/PronunciationDictionaryRulesResponseModel.js +5 -0
- package/dist/api/types/PronunciationDictionaryVersionLocator.d.ts +9 -0
- package/dist/api/types/PronunciationDictionaryVersionLocator.js +5 -0
- package/dist/api/types/PronunciationDictionaryVersionResponseModel.d.ts +15 -0
- package/dist/api/types/PronunciationDictionaryVersionResponseModel.js +5 -0
- package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +9 -0
- package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +11 -0
- package/dist/api/types/PydanticPronunciationDictionaryVersionLocator.d.ts +14 -0
- package/dist/api/types/PydanticPronunciationDictionaryVersionLocator.js +5 -0
- package/dist/api/types/QueryParamsJsonSchema.d.ts +8 -0
- package/dist/api/types/QueryParamsJsonSchema.js +5 -0
- package/dist/api/types/RagChunkMetadata.d.ts +8 -0
- package/dist/api/types/RagChunkMetadata.js +5 -0
- package/dist/api/types/RagConfig.d.ts +12 -0
- package/dist/api/types/RagConfig.js +5 -0
- package/dist/api/types/RagIndexResponseModel.d.ts +8 -0
- package/dist/api/types/RagIndexResponseModel.js +5 -0
- package/dist/api/types/RagIndexStatus.d.ts +10 -0
- package/dist/api/types/RagIndexStatus.js +12 -0
- package/dist/api/types/RagRetrievalInfo.d.ts +10 -0
- package/dist/api/types/RagRetrievalInfo.js +5 -0
- package/dist/api/types/ReaderResourceResponseModel.d.ts +10 -0
- package/dist/api/types/ReaderResourceResponseModel.js +5 -0
- package/dist/api/types/ReaderResourceResponseModelResourceType.d.ts +11 -0
- package/dist/api/types/ReaderResourceResponseModelResourceType.js +10 -0
- package/dist/api/types/RealtimeVoiceSettings.d.ts +15 -0
- package/dist/api/types/RealtimeVoiceSettings.js +5 -0
- package/dist/api/types/RecordingResponse.d.ts +15 -0
- package/dist/api/types/RecordingResponse.js +5 -0
- package/dist/api/types/RemoveMemberFromGroupRequest.d.ts +4 -0
- package/dist/api/types/RemoveMemberFromGroupRequest.js +5 -0
- package/dist/api/types/Render.d.ts +12 -0
- package/dist/api/types/Render.js +5 -0
- package/dist/api/types/RenderStatus.d.ts +9 -0
- package/dist/api/types/RenderStatus.js +11 -0
- package/dist/api/types/RenderType.d.ts +13 -0
- package/dist/api/types/RenderType.js +15 -0
- package/dist/api/types/RequestPvcManualVerificationResponseModel.d.ts +7 -0
- package/dist/api/types/RequestPvcManualVerificationResponseModel.js +5 -0
- package/dist/api/types/ResourceAccessInfo.d.ts +14 -0
- package/dist/api/types/ResourceAccessInfo.js +5 -0
- package/dist/api/types/ResourceAccessInfoRole.d.ts +12 -0
- package/dist/api/types/ResourceAccessInfoRole.js +11 -0
- package/dist/api/types/ResourceMetadataResponseModel.d.ts +16 -0
- package/dist/api/types/ResourceMetadataResponseModel.js +5 -0
- package/dist/api/types/ReviewStatus.d.ts +14 -0
- package/dist/api/types/ReviewStatus.js +13 -0
- package/dist/api/types/SafetyCommonModel.d.ts +11 -0
- package/dist/api/types/SafetyCommonModel.js +5 -0
- package/dist/api/types/SafetyEvaluation.d.ts +14 -0
- package/dist/api/types/SafetyEvaluation.js +5 -0
- package/dist/api/types/SafetyResponseModel.d.ts +8 -0
- package/dist/api/types/SafetyResponseModel.js +5 -0
- package/dist/api/types/SafetyRule.d.ts +15 -0
- package/dist/api/types/SafetyRule.js +17 -0
- package/dist/api/types/SecretDependencyType.d.ts +4 -0
- package/dist/api/types/SecretDependencyType.js +5 -0
- package/dist/api/types/SegmentCreateResponse.d.ts +7 -0
- package/dist/api/types/SegmentCreateResponse.js +5 -0
- package/dist/api/types/SegmentDeleteResponse.d.ts +6 -0
- package/dist/api/types/SegmentDeleteResponse.js +5 -0
- package/dist/api/types/SegmentDubResponse.d.ts +6 -0
- package/dist/api/types/SegmentDubResponse.js +5 -0
- package/dist/api/types/SegmentTranscriptionResponse.d.ts +6 -0
- package/dist/api/types/SegmentTranscriptionResponse.js +5 -0
- package/dist/api/types/SegmentTranslationResponse.d.ts +6 -0
- package/dist/api/types/SegmentTranslationResponse.js +5 -0
- package/dist/api/types/SegmentUpdateResponse.d.ts +6 -0
- package/dist/api/types/SegmentUpdateResponse.js +5 -0
- package/dist/api/types/SegmentedJsonExportOptions.d.ts +10 -0
- package/dist/api/types/SegmentedJsonExportOptions.js +5 -0
- package/dist/api/types/SendText.d.ts +32 -0
- package/dist/api/types/SendText.js +5 -0
- package/dist/api/types/SendTextMulti.d.ts +14 -0
- package/dist/api/types/SendTextMulti.js +5 -0
- package/dist/api/types/ShareOptionResponseModel.d.ts +12 -0
- package/dist/api/types/ShareOptionResponseModel.js +5 -0
- package/dist/api/types/ShareOptionResponseModelType.d.ts +12 -0
- package/dist/api/types/ShareOptionResponseModelType.js +11 -0
- package/dist/api/types/SimilarVoice.d.ts +11 -0
- package/dist/api/types/SimilarVoice.js +5 -0
- package/dist/api/types/SimilarVoiceCategory.d.ts +11 -0
- package/dist/api/types/SimilarVoiceCategory.js +13 -0
- package/dist/api/types/SimilarVoicesForSpeakerResponse.d.ts +7 -0
- package/dist/api/types/SimilarVoicesForSpeakerResponse.js +5 -0
- package/dist/api/types/SipMediaEncryptionEnum.d.ts +9 -0
- package/dist/api/types/SipMediaEncryptionEnum.js +11 -0
- package/dist/api/types/SipTrunkConfigResponseModel.d.ts +23 -0
- package/dist/api/types/SipTrunkConfigResponseModel.js +5 -0
- package/dist/api/types/SipTrunkCredentials.d.ts +9 -0
- package/dist/api/types/SipTrunkCredentials.js +5 -0
- package/dist/api/types/SipTrunkOutboundCallResponse.d.ts +9 -0
- package/dist/api/types/SipTrunkOutboundCallResponse.js +5 -0
- package/dist/api/types/SipTrunkTransportEnum.d.ts +10 -0
- package/dist/api/types/SipTrunkTransportEnum.js +12 -0
- package/dist/api/types/SpeakerAudioResponseModel.d.ts +11 -0
- package/dist/api/types/SpeakerAudioResponseModel.js +5 -0
- package/dist/api/types/SpeakerResponseModel.d.ts +12 -0
- package/dist/api/types/SpeakerResponseModel.js +5 -0
- package/dist/api/types/SpeakerSegment.d.ts +11 -0
- package/dist/api/types/SpeakerSegment.js +5 -0
- package/dist/api/types/SpeakerSeparationResponseModel.d.ts +16 -0
- package/dist/api/types/SpeakerSeparationResponseModel.js +5 -0
- package/dist/api/types/SpeakerSeparationResponseModelStatus.d.ts +13 -0
- package/dist/api/types/SpeakerSeparationResponseModelStatus.js +12 -0
- package/dist/api/types/SpeakerTrack.d.ts +11 -0
- package/dist/api/types/SpeakerTrack.js +5 -0
- package/dist/api/types/SpeakerUpdatedResponse.d.ts +6 -0
- package/dist/api/types/SpeakerUpdatedResponse.js +5 -0
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +39 -0
- package/dist/api/types/SpeechHistoryItemResponse.js +5 -0
- package/dist/api/types/SpeechHistoryItemResponseModelSource.d.ts +14 -0
- package/dist/api/types/SpeechHistoryItemResponseModelSource.js +16 -0
- package/dist/api/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +10 -0
- package/dist/api/types/SpeechHistoryItemResponseModelVoiceCategory.js +12 -0
- package/dist/api/types/SpeechToTextCharacterResponseModel.d.ts +11 -0
- package/dist/api/types/SpeechToTextCharacterResponseModel.js +5 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +19 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.js +5 -0
- package/dist/api/types/SpeechToTextWordResponseModel.d.ts +23 -0
- package/dist/api/types/SpeechToTextWordResponseModel.js +5 -0
- package/dist/api/types/SpeechToTextWordResponseModelType.d.ts +12 -0
- package/dist/api/types/SpeechToTextWordResponseModelType.js +11 -0
- package/dist/api/types/SrtExportOptions.d.ts +11 -0
- package/dist/api/types/SrtExportOptions.js +5 -0
- package/dist/api/types/StartPvcVoiceTrainingResponseModel.d.ts +7 -0
- package/dist/api/types/StartPvcVoiceTrainingResponseModel.js +5 -0
- package/dist/api/types/StartSpeakerSeparationResponseModel.d.ts +7 -0
- package/dist/api/types/StartSpeakerSeparationResponseModel.js +5 -0
- package/dist/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +12 -0
- package/dist/api/types/StreamingAudioChunkWithTimestampsResponse.js +5 -0
- package/dist/api/types/Subscription.d.ts +50 -0
- package/dist/api/types/Subscription.js +5 -0
- package/dist/api/types/SubscriptionExtrasResponseModel.d.ts +28 -0
- package/dist/api/types/SubscriptionExtrasResponseModel.js +5 -0
- package/dist/api/types/SubscriptionResponse.d.ts +46 -0
- package/dist/api/types/SubscriptionResponse.js +5 -0
- package/dist/api/types/SubscriptionResponseModelBillingPeriod.d.ts +8 -0
- package/dist/api/types/SubscriptionResponseModelBillingPeriod.js +10 -0
- package/dist/api/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +8 -0
- package/dist/api/types/SubscriptionResponseModelCharacterRefreshPeriod.js +10 -0
- package/dist/api/types/SubscriptionResponseModelCurrency.d.ts +8 -0
- package/dist/api/types/SubscriptionResponseModelCurrency.js +10 -0
- package/dist/api/types/SubscriptionStatus.d.ts +17 -0
- package/dist/api/types/SubscriptionStatus.js +16 -0
- package/dist/api/types/SubscriptionUsageResponseModel.d.ts +21 -0
- package/dist/api/types/SubscriptionUsageResponseModel.js +5 -0
- package/dist/api/types/SystemToolConfigInput.d.ts +15 -0
- package/dist/api/types/SystemToolConfigInput.js +5 -0
- package/dist/api/types/SystemToolConfigInputParams.d.ts +19 -0
- package/dist/api/types/SystemToolConfigInputParams.js +5 -0
- package/dist/api/types/SystemToolConfigOutput.d.ts +15 -0
- package/dist/api/types/SystemToolConfigOutput.js +5 -0
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +19 -0
- package/dist/api/types/SystemToolConfigOutputParams.js +5 -0
- package/dist/api/types/TelephonyProvider.d.ts +8 -0
- package/dist/api/types/TelephonyProvider.js +10 -0
- package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +12 -0
- package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.js +11 -0
- package/dist/api/types/TextToSpeechOutputFormatEnum.d.ts +27 -0
- package/dist/api/types/TextToSpeechOutputFormatEnum.js +26 -0
- package/dist/api/types/TextToSpeechStreamRequest.d.ts +4 -0
- package/dist/api/types/TextToSpeechStreamRequest.js +5 -0
- package/dist/api/types/ToolMockConfig.d.ts +7 -0
- package/dist/api/types/ToolMockConfig.js +5 -0
- package/dist/api/types/TransferToAgentToolConfig.d.ts +7 -0
- package/dist/api/types/TransferToAgentToolConfig.js +5 -0
- package/dist/api/types/TransferToNumberToolConfig.d.ts +7 -0
- package/dist/api/types/TransferToNumberToolConfig.js +5 -0
- package/dist/api/types/TtsConversationalConfig.d.ts +22 -0
- package/dist/api/types/TtsConversationalConfig.js +5 -0
- package/dist/api/types/TtsConversationalConfigOverride.d.ts +6 -0
- package/dist/api/types/TtsConversationalConfigOverride.js +5 -0
- package/dist/api/types/TtsConversationalConfigOverrideConfig.d.ts +7 -0
- package/dist/api/types/TtsConversationalConfigOverrideConfig.js +5 -0
- package/dist/api/types/TtsConversationalModel.d.ts +10 -0
- package/dist/api/types/TtsConversationalModel.js +12 -0
- package/dist/api/types/TtsOptimizeStreamingLatency.d.ts +4 -0
- package/dist/api/types/TtsOptimizeStreamingLatency.js +5 -0
- package/dist/api/types/TtsOutputFormat.d.ts +13 -0
- package/dist/api/types/TtsOutputFormat.js +15 -0
- package/dist/api/types/TurnConfig.d.ts +12 -0
- package/dist/api/types/TurnConfig.js +5 -0
- package/dist/api/types/TurnMode.d.ts +8 -0
- package/dist/api/types/TurnMode.js +10 -0
- package/dist/api/types/TwilioOutboundCallResponse.d.ts +9 -0
- package/dist/api/types/TwilioOutboundCallResponse.js +5 -0
- package/dist/api/types/TxtExportOptions.d.ts +11 -0
- package/dist/api/types/TxtExportOptions.js +5 -0
- package/dist/api/types/UpdateAudioNativeProjectRequest.d.ts +4 -0
- package/dist/api/types/UpdateAudioNativeProjectRequest.js +5 -0
- package/dist/api/types/UpdateChapterRequest.d.ts +4 -0
- package/dist/api/types/UpdateChapterRequest.js +5 -0
- package/dist/api/types/UpdateProjectRequest.d.ts +4 -0
- package/dist/api/types/UpdateProjectRequest.js +5 -0
- package/dist/api/types/UpdatePronunciationDictionariesRequest.d.ts +10 -0
- package/dist/api/types/UpdatePronunciationDictionariesRequest.js +5 -0
- package/dist/api/types/UpdateWorkspaceMemberResponseModel.d.ts +7 -0
- package/dist/api/types/UpdateWorkspaceMemberResponseModel.js +5 -0
- package/dist/api/types/UrlAvatar.d.ts +7 -0
- package/dist/api/types/UrlAvatar.js +5 -0
- package/dist/api/types/UsageAggregationInterval.d.ts +14 -0
- package/dist/api/types/UsageAggregationInterval.js +13 -0
- package/dist/api/types/UsageCharactersResponseModel.d.ts +9 -0
- package/dist/api/types/UsageCharactersResponseModel.js +5 -0
- package/dist/api/types/User.d.ts +32 -0
- package/dist/api/types/User.js +5 -0
- package/dist/api/types/UserFeedback.d.ts +8 -0
- package/dist/api/types/UserFeedback.js +5 -0
- package/dist/api/types/UserFeedbackScore.d.ts +8 -0
- package/dist/api/types/UserFeedbackScore.js +10 -0
- package/dist/api/types/UtteranceResponseModel.d.ts +9 -0
- package/dist/api/types/UtteranceResponseModel.js +5 -0
- package/dist/api/types/ValidationError.d.ts +9 -0
- package/dist/api/types/ValidationError.js +5 -0
- package/dist/api/types/ValidationErrorLocItem.d.ts +4 -0
- package/dist/api/types/ValidationErrorLocItem.js +5 -0
- package/dist/api/types/VerificationAttemptResponse.d.ts +18 -0
- package/dist/api/types/VerificationAttemptResponse.js +5 -0
- package/dist/api/types/VerifiedVoiceLanguageResponseModel.d.ts +15 -0
- package/dist/api/types/VerifiedVoiceLanguageResponseModel.js +5 -0
- package/dist/api/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +7 -0
- package/dist/api/types/VerifyPvcVoiceCaptchaResponseModel.js +5 -0
- package/dist/api/types/Voice.d.ts +46 -0
- package/dist/api/types/Voice.js +5 -0
- package/dist/api/types/VoiceDesignPreviewResponse.d.ts +8 -0
- package/dist/api/types/VoiceDesignPreviewResponse.js +5 -0
- package/dist/api/types/VoiceGenerationParameterOptionResponse.d.ts +7 -0
- package/dist/api/types/VoiceGenerationParameterOptionResponse.js +5 -0
- package/dist/api/types/VoiceGenerationParameterResponse.d.ts +13 -0
- package/dist/api/types/VoiceGenerationParameterResponse.js +5 -0
- package/dist/api/types/VoicePreviewResponseModel.d.ts +9 -0
- package/dist/api/types/VoicePreviewResponseModel.js +5 -0
- package/dist/api/types/VoiceResponseModelCategory.d.ts +15 -0
- package/dist/api/types/VoiceResponseModelCategory.js +14 -0
- package/dist/api/types/VoiceResponseModelSafetyControl.d.ts +12 -0
- package/dist/api/types/VoiceResponseModelSafetyControl.js +14 -0
- package/dist/api/types/VoiceSample.d.ts +23 -0
- package/dist/api/types/VoiceSample.js +5 -0
- package/dist/api/types/VoiceSamplePreviewResponseModel.d.ts +15 -0
- package/dist/api/types/VoiceSamplePreviewResponseModel.js +5 -0
- package/dist/api/types/VoiceSampleVisualWaveformResponseModel.d.ts +9 -0
- package/dist/api/types/VoiceSampleVisualWaveformResponseModel.js +5 -0
- package/dist/api/types/VoiceSettings.d.ts +15 -0
- package/dist/api/types/VoiceSettings.js +5 -0
- package/dist/api/types/VoiceSharingModerationCheckResponseModel.d.ts +23 -0
- package/dist/api/types/VoiceSharingModerationCheckResponseModel.js +5 -0
- package/dist/api/types/VoiceSharingResponse.d.ts +72 -0
- package/dist/api/types/VoiceSharingResponse.js +5 -0
- package/dist/api/types/VoiceSharingResponseModelCategory.d.ts +15 -0
- package/dist/api/types/VoiceSharingResponseModelCategory.js +14 -0
- package/dist/api/types/VoiceSharingState.d.ts +13 -0
- package/dist/api/types/VoiceSharingState.js +12 -0
- package/dist/api/types/VoiceVerificationResponse.d.ts +18 -0
- package/dist/api/types/VoiceVerificationResponse.js +5 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +21 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInput.js +5 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInputMethod.d.ts +14 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInputMethod.js +13 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +5 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +5 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +21 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.js +5 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +14 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutputMethod.js +13 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +5 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +5 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +18 -0
- package/dist/api/types/WebhookToolConfigInput.js +5 -0
- package/dist/api/types/WebhookToolConfigOutput.d.ts +18 -0
- package/dist/api/types/WebhookToolConfigOutput.js +5 -0
- package/dist/api/types/WebsocketTtsClientMessageMulti.d.ts +34 -0
- package/dist/api/types/WebsocketTtsClientMessageMulti.js +5 -0
- package/dist/api/types/WebsocketTtsServerMessageMulti.d.ts +17 -0
- package/dist/api/types/WebsocketTtsServerMessageMulti.js +5 -0
- package/dist/api/types/WidgetConfig.d.ts +64 -0
- package/dist/api/types/WidgetConfig.js +5 -0
- package/dist/api/types/WidgetConfigAvatar.d.ts +19 -0
- package/dist/api/types/WidgetConfigAvatar.js +5 -0
- package/dist/api/types/WidgetConfigResponseModel.d.ts +62 -0
- package/dist/api/types/WidgetConfigResponseModel.js +5 -0
- package/dist/api/types/WidgetConfigResponseModelAvatar.d.ts +19 -0
- package/dist/api/types/WidgetConfigResponseModelAvatar.js +5 -0
- package/dist/api/types/WidgetExpandable.d.ts +10 -0
- package/dist/api/types/WidgetExpandable.js +12 -0
- package/dist/api/types/WidgetFeedbackMode.d.ts +9 -0
- package/dist/api/types/WidgetFeedbackMode.js +11 -0
- package/dist/api/types/WorkspaceBatchCallsResponse.d.ts +11 -0
- package/dist/api/types/WorkspaceBatchCallsResponse.js +5 -0
- package/dist/api/types/WorkspaceGroupByNameResponseModel.d.ts +11 -0
- package/dist/api/types/WorkspaceGroupByNameResponseModel.js +5 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +23 -0
- package/dist/api/types/WorkspaceResourceType.js +22 -0
- package/dist/api/types/index.d.ts +520 -0
- package/dist/api/types/index.js +536 -0
- package/dist/core/fetcher/APIResponse.d.ts +20 -0
- package/dist/core/fetcher/APIResponse.js +2 -0
- package/dist/core/fetcher/Fetcher.d.ts +39 -0
- package/dist/core/fetcher/Fetcher.js +107 -0
- package/dist/core/fetcher/Headers.d.ts +2 -0
- package/dist/core/fetcher/Headers.js +84 -0
- package/dist/core/fetcher/HttpResponsePromise.d.ts +58 -0
- package/dist/core/fetcher/HttpResponsePromise.js +103 -0
- package/dist/core/fetcher/RawResponse.d.ts +29 -0
- package/dist/core/fetcher/RawResponse.js +44 -0
- package/dist/core/fetcher/Supplier.d.ts +4 -0
- package/dist/core/fetcher/Supplier.js +22 -0
- package/dist/core/fetcher/createRequestUrl.d.ts +1 -0
- package/dist/core/fetcher/createRequestUrl.js +12 -0
- package/dist/core/fetcher/getFetchFn.d.ts +4 -0
- package/dist/core/fetcher/getFetchFn.js +68 -0
- package/dist/core/fetcher/getHeader.d.ts +1 -0
- package/dist/core/fetcher/getHeader.js +11 -0
- package/dist/core/fetcher/getRequestBody.d.ts +7 -0
- package/dist/core/fetcher/getRequestBody.js +23 -0
- package/dist/core/fetcher/getResponseBody.d.ts +1 -0
- package/dist/core/fetcher/getResponseBody.js +53 -0
- package/dist/core/fetcher/index.d.ts +8 -0
- package/dist/core/fetcher/index.js +15 -0
- package/dist/core/fetcher/makeRequest.d.ts +1 -0
- package/dist/core/fetcher/makeRequest.js +42 -0
- package/dist/core/fetcher/requestWithRetries.d.ts +1 -0
- package/dist/core/fetcher/requestWithRetries.js +40 -0
- package/dist/core/fetcher/signals.d.ts +11 -0
- package/dist/core/fetcher/signals.js +36 -0
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +63 -0
- package/dist/core/form-data-utils/FormDataWrapper.js +227 -0
- package/dist/core/form-data-utils/encodeAsFormParameter.d.ts +4 -0
- package/dist/core/form-data-utils/encodeAsFormParameter.js +18 -0
- package/dist/core/form-data-utils/index.d.ts +2 -0
- package/dist/core/form-data-utils/index.js +20 -0
- package/dist/core/index.d.ts +4 -0
- package/dist/core/index.js +20 -0
- package/dist/core/json.d.ts +15 -0
- package/dist/core/json.js +24 -0
- package/dist/core/runtime/index.d.ts +1 -0
- package/dist/core/runtime/index.js +5 -0
- package/dist/core/runtime/runtime.d.ts +9 -0
- package/dist/core/runtime/runtime.js +103 -0
- package/dist/core/streaming-fetcher/Stream.d.ts +47 -0
- package/dist/core/streaming-fetcher/Stream.js +169 -0
- package/dist/core/streaming-fetcher/index.d.ts +1 -0
- package/dist/core/streaming-fetcher/index.js +5 -0
- package/dist/environments.d.ts +22 -0
- package/dist/environments.js +20 -0
- package/dist/errors/ElevenLabsError.d.ts +15 -0
- package/dist/errors/ElevenLabsError.js +30 -0
- package/dist/errors/ElevenLabsTimeoutError.d.ts +6 -0
- package/dist/errors/ElevenLabsTimeoutError.js +13 -0
- package/dist/errors/index.d.ts +2 -0
- package/dist/errors/index.js +7 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +46 -0
- package/dist/version.d.ts +1 -0
- package/dist/version.js +4 -0
- package/dist/wrapper/ElevenLabsClient.d.ts +22 -0
- package/dist/wrapper/ElevenLabsClient.js +54 -0
- package/dist/wrapper/index.d.ts +3 -0
- package/dist/wrapper/index.js +9 -0
- package/dist/wrapper/play.d.ts +2 -0
- package/dist/wrapper/play.js +57 -0
- package/dist/wrapper/stream.d.ts +2 -0
- package/dist/wrapper/stream.js +63 -0
- package/dist/wrapper/webhooks.d.ts +16 -0
- package/dist/wrapper/webhooks.js +67 -0
- package/environments.d.ts +22 -0
- package/environments.js +20 -0
- package/errors/ElevenLabsError.d.ts +15 -0
- package/errors/ElevenLabsError.js +30 -0
- package/errors/ElevenLabsTimeoutError.d.ts +6 -0
- package/errors/ElevenLabsTimeoutError.js +13 -0
- package/errors/index.d.ts +2 -0
- package/errors/index.js +7 -0
- package/index.d.ts +4 -0
- package/index.js +46 -0
- package/jest.config.mjs +8 -0
- package/package.json +50 -0
- package/reference.md +9966 -0
- package/scripts/rename-to-esm-files.js +115 -0
- package/version.d.ts +1 -0
- package/version.js +4 -0
- package/wrapper/ElevenLabsClient.d.ts +22 -0
- package/wrapper/ElevenLabsClient.js +54 -0
- package/wrapper/index.d.ts +3 -0
- package/wrapper/index.js +9 -0
- package/wrapper/play.d.ts +2 -0
- package/wrapper/play.js +57 -0
- package/wrapper/stream.d.ts +2 -0
- package/wrapper/stream.js +63 -0
- package/wrapper/webhooks.d.ts +16 -0
- package/wrapper/webhooks.js +67 -0
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
+
});
|
|
46
|
+
};
|
|
47
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
49
|
+
};
|
|
50
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
|
+
exports.PhoneNumbers = void 0;
|
|
52
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
53
|
+
const core = __importStar(require("../../../../../../core"));
|
|
54
|
+
const ElevenLabs = __importStar(require("../../../../../index"));
|
|
55
|
+
const url_join_1 = __importDefault(require("url-join"));
|
|
56
|
+
const errors = __importStar(require("../../../../../../errors/index"));
|
|
57
|
+
class PhoneNumbers {
|
|
58
|
+
constructor(_options = {}) {
|
|
59
|
+
this._options = _options;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Import Phone Number from provider configuration (Twilio or SIP trunk)
|
|
63
|
+
*
|
|
64
|
+
* @param {ElevenLabs.conversationalAi.PhoneNumbersCreateRequestBody} request
|
|
65
|
+
* @param {PhoneNumbers.RequestOptions} requestOptions - Request-specific configuration.
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* await client.conversationalAi.phoneNumbers.create({
|
|
71
|
+
* provider: "twilio",
|
|
72
|
+
* phone_number: "phone_number",
|
|
73
|
+
* label: "label",
|
|
74
|
+
* sid: "sid",
|
|
75
|
+
* token: "token"
|
|
76
|
+
* })
|
|
77
|
+
*/
|
|
78
|
+
create(request, requestOptions) {
|
|
79
|
+
return core.HttpResponsePromise.fromPromise(this.__create(request, requestOptions));
|
|
80
|
+
}
|
|
81
|
+
__create(request, requestOptions) {
|
|
82
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
83
|
+
var _a, _b;
|
|
84
|
+
const _response = yield core.fetcher({
|
|
85
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, "v1/convai/phone-numbers/create"),
|
|
86
|
+
method: "POST",
|
|
87
|
+
headers: Object.assign({ "xi-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
88
|
+
? yield core.Supplier.get(this._options.apiKey)
|
|
89
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js", "X-Fern-SDK-Version": "v2.0.0", "User-Agent": "@elevenlabs/elevenlabs-js/v2.0.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
90
|
+
contentType: "application/json",
|
|
91
|
+
requestType: "json",
|
|
92
|
+
body: request,
|
|
93
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
94
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
95
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
96
|
+
});
|
|
97
|
+
if (_response.ok) {
|
|
98
|
+
return {
|
|
99
|
+
data: _response.body,
|
|
100
|
+
rawResponse: _response.rawResponse,
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
if (_response.error.reason === "status-code") {
|
|
104
|
+
switch (_response.error.statusCode) {
|
|
105
|
+
case 422:
|
|
106
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
107
|
+
default:
|
|
108
|
+
throw new errors.ElevenLabsError({
|
|
109
|
+
statusCode: _response.error.statusCode,
|
|
110
|
+
body: _response.error.body,
|
|
111
|
+
rawResponse: _response.rawResponse,
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
switch (_response.error.reason) {
|
|
116
|
+
case "non-json":
|
|
117
|
+
throw new errors.ElevenLabsError({
|
|
118
|
+
statusCode: _response.error.statusCode,
|
|
119
|
+
body: _response.error.rawBody,
|
|
120
|
+
rawResponse: _response.rawResponse,
|
|
121
|
+
});
|
|
122
|
+
case "timeout":
|
|
123
|
+
throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/convai/phone-numbers/create.");
|
|
124
|
+
case "unknown":
|
|
125
|
+
throw new errors.ElevenLabsError({
|
|
126
|
+
message: _response.error.errorMessage,
|
|
127
|
+
rawResponse: _response.rawResponse,
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Retrieve Phone Number details by ID
|
|
134
|
+
*
|
|
135
|
+
* @param {string} phoneNumberId - The id of an agent. This is returned on agent creation.
|
|
136
|
+
* @param {PhoneNumbers.RequestOptions} requestOptions - Request-specific configuration.
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
139
|
+
*
|
|
140
|
+
* @example
|
|
141
|
+
* await client.conversationalAi.phoneNumbers.get("TeaqRRdTcIfIu2i7BYfT")
|
|
142
|
+
*/
|
|
143
|
+
get(phoneNumberId, requestOptions) {
|
|
144
|
+
return core.HttpResponsePromise.fromPromise(this.__get(phoneNumberId, requestOptions));
|
|
145
|
+
}
|
|
146
|
+
__get(phoneNumberId, requestOptions) {
|
|
147
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
148
|
+
var _a, _b;
|
|
149
|
+
const _response = yield core.fetcher({
|
|
150
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, `v1/convai/phone-numbers/${encodeURIComponent(phoneNumberId)}`),
|
|
151
|
+
method: "GET",
|
|
152
|
+
headers: Object.assign({ "xi-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
153
|
+
? yield core.Supplier.get(this._options.apiKey)
|
|
154
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js", "X-Fern-SDK-Version": "v2.0.0", "User-Agent": "@elevenlabs/elevenlabs-js/v2.0.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
155
|
+
contentType: "application/json",
|
|
156
|
+
requestType: "json",
|
|
157
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
158
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
159
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
160
|
+
});
|
|
161
|
+
if (_response.ok) {
|
|
162
|
+
return {
|
|
163
|
+
data: _response.body,
|
|
164
|
+
rawResponse: _response.rawResponse,
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
if (_response.error.reason === "status-code") {
|
|
168
|
+
switch (_response.error.statusCode) {
|
|
169
|
+
case 422:
|
|
170
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
171
|
+
default:
|
|
172
|
+
throw new errors.ElevenLabsError({
|
|
173
|
+
statusCode: _response.error.statusCode,
|
|
174
|
+
body: _response.error.body,
|
|
175
|
+
rawResponse: _response.rawResponse,
|
|
176
|
+
});
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
switch (_response.error.reason) {
|
|
180
|
+
case "non-json":
|
|
181
|
+
throw new errors.ElevenLabsError({
|
|
182
|
+
statusCode: _response.error.statusCode,
|
|
183
|
+
body: _response.error.rawBody,
|
|
184
|
+
rawResponse: _response.rawResponse,
|
|
185
|
+
});
|
|
186
|
+
case "timeout":
|
|
187
|
+
throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/convai/phone-numbers/{phone_number_id}.");
|
|
188
|
+
case "unknown":
|
|
189
|
+
throw new errors.ElevenLabsError({
|
|
190
|
+
message: _response.error.errorMessage,
|
|
191
|
+
rawResponse: _response.rawResponse,
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Delete Phone Number by ID
|
|
198
|
+
*
|
|
199
|
+
* @param {string} phoneNumberId - The id of an agent. This is returned on agent creation.
|
|
200
|
+
* @param {PhoneNumbers.RequestOptions} requestOptions - Request-specific configuration.
|
|
201
|
+
*
|
|
202
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
203
|
+
*
|
|
204
|
+
* @example
|
|
205
|
+
* await client.conversationalAi.phoneNumbers.delete("TeaqRRdTcIfIu2i7BYfT")
|
|
206
|
+
*/
|
|
207
|
+
delete(phoneNumberId, requestOptions) {
|
|
208
|
+
return core.HttpResponsePromise.fromPromise(this.__delete(phoneNumberId, requestOptions));
|
|
209
|
+
}
|
|
210
|
+
__delete(phoneNumberId, requestOptions) {
|
|
211
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
212
|
+
var _a, _b;
|
|
213
|
+
const _response = yield core.fetcher({
|
|
214
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, `v1/convai/phone-numbers/${encodeURIComponent(phoneNumberId)}`),
|
|
215
|
+
method: "DELETE",
|
|
216
|
+
headers: Object.assign({ "xi-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
217
|
+
? yield core.Supplier.get(this._options.apiKey)
|
|
218
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js", "X-Fern-SDK-Version": "v2.0.0", "User-Agent": "@elevenlabs/elevenlabs-js/v2.0.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
219
|
+
contentType: "application/json",
|
|
220
|
+
requestType: "json",
|
|
221
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
222
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
223
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
224
|
+
});
|
|
225
|
+
if (_response.ok) {
|
|
226
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
227
|
+
}
|
|
228
|
+
if (_response.error.reason === "status-code") {
|
|
229
|
+
switch (_response.error.statusCode) {
|
|
230
|
+
case 422:
|
|
231
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
232
|
+
default:
|
|
233
|
+
throw new errors.ElevenLabsError({
|
|
234
|
+
statusCode: _response.error.statusCode,
|
|
235
|
+
body: _response.error.body,
|
|
236
|
+
rawResponse: _response.rawResponse,
|
|
237
|
+
});
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
switch (_response.error.reason) {
|
|
241
|
+
case "non-json":
|
|
242
|
+
throw new errors.ElevenLabsError({
|
|
243
|
+
statusCode: _response.error.statusCode,
|
|
244
|
+
body: _response.error.rawBody,
|
|
245
|
+
rawResponse: _response.rawResponse,
|
|
246
|
+
});
|
|
247
|
+
case "timeout":
|
|
248
|
+
throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling DELETE /v1/convai/phone-numbers/{phone_number_id}.");
|
|
249
|
+
case "unknown":
|
|
250
|
+
throw new errors.ElevenLabsError({
|
|
251
|
+
message: _response.error.errorMessage,
|
|
252
|
+
rawResponse: _response.rawResponse,
|
|
253
|
+
});
|
|
254
|
+
}
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Update Phone Number details by ID
|
|
259
|
+
*
|
|
260
|
+
* @param {string} phoneNumberId - The id of an agent. This is returned on agent creation.
|
|
261
|
+
* @param {ElevenLabs.conversationalAi.UpdatePhoneNumberRequest} request
|
|
262
|
+
* @param {PhoneNumbers.RequestOptions} requestOptions - Request-specific configuration.
|
|
263
|
+
*
|
|
264
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
265
|
+
*
|
|
266
|
+
* @example
|
|
267
|
+
* await client.conversationalAi.phoneNumbers.update("TeaqRRdTcIfIu2i7BYfT")
|
|
268
|
+
*/
|
|
269
|
+
update(phoneNumberId, request = {}, requestOptions) {
|
|
270
|
+
return core.HttpResponsePromise.fromPromise(this.__update(phoneNumberId, request, requestOptions));
|
|
271
|
+
}
|
|
272
|
+
__update(phoneNumberId_1) {
|
|
273
|
+
return __awaiter(this, arguments, void 0, function* (phoneNumberId, request = {}, requestOptions) {
|
|
274
|
+
var _a, _b;
|
|
275
|
+
const _response = yield core.fetcher({
|
|
276
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, `v1/convai/phone-numbers/${encodeURIComponent(phoneNumberId)}`),
|
|
277
|
+
method: "PATCH",
|
|
278
|
+
headers: Object.assign({ "xi-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
279
|
+
? yield core.Supplier.get(this._options.apiKey)
|
|
280
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js", "X-Fern-SDK-Version": "v2.0.0", "User-Agent": "@elevenlabs/elevenlabs-js/v2.0.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
281
|
+
contentType: "application/json",
|
|
282
|
+
requestType: "json",
|
|
283
|
+
body: request,
|
|
284
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
285
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
286
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
287
|
+
});
|
|
288
|
+
if (_response.ok) {
|
|
289
|
+
return {
|
|
290
|
+
data: _response.body,
|
|
291
|
+
rawResponse: _response.rawResponse,
|
|
292
|
+
};
|
|
293
|
+
}
|
|
294
|
+
if (_response.error.reason === "status-code") {
|
|
295
|
+
switch (_response.error.statusCode) {
|
|
296
|
+
case 422:
|
|
297
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
298
|
+
default:
|
|
299
|
+
throw new errors.ElevenLabsError({
|
|
300
|
+
statusCode: _response.error.statusCode,
|
|
301
|
+
body: _response.error.body,
|
|
302
|
+
rawResponse: _response.rawResponse,
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
switch (_response.error.reason) {
|
|
307
|
+
case "non-json":
|
|
308
|
+
throw new errors.ElevenLabsError({
|
|
309
|
+
statusCode: _response.error.statusCode,
|
|
310
|
+
body: _response.error.rawBody,
|
|
311
|
+
rawResponse: _response.rawResponse,
|
|
312
|
+
});
|
|
313
|
+
case "timeout":
|
|
314
|
+
throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling PATCH /v1/convai/phone-numbers/{phone_number_id}.");
|
|
315
|
+
case "unknown":
|
|
316
|
+
throw new errors.ElevenLabsError({
|
|
317
|
+
message: _response.error.errorMessage,
|
|
318
|
+
rawResponse: _response.rawResponse,
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
});
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* Retrieve all Phone Numbers
|
|
325
|
+
*
|
|
326
|
+
* @param {PhoneNumbers.RequestOptions} requestOptions - Request-specific configuration.
|
|
327
|
+
*
|
|
328
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
329
|
+
*
|
|
330
|
+
* @example
|
|
331
|
+
* await client.conversationalAi.phoneNumbers.list()
|
|
332
|
+
*/
|
|
333
|
+
list(requestOptions) {
|
|
334
|
+
return core.HttpResponsePromise.fromPromise(this.__list(requestOptions));
|
|
335
|
+
}
|
|
336
|
+
__list(requestOptions) {
|
|
337
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
338
|
+
var _a, _b;
|
|
339
|
+
const _response = yield core.fetcher({
|
|
340
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, "v1/convai/phone-numbers/"),
|
|
341
|
+
method: "GET",
|
|
342
|
+
headers: Object.assign({ "xi-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
343
|
+
? yield core.Supplier.get(this._options.apiKey)
|
|
344
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js", "X-Fern-SDK-Version": "v2.0.0", "User-Agent": "@elevenlabs/elevenlabs-js/v2.0.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
345
|
+
contentType: "application/json",
|
|
346
|
+
requestType: "json",
|
|
347
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
348
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
349
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
350
|
+
});
|
|
351
|
+
if (_response.ok) {
|
|
352
|
+
return {
|
|
353
|
+
data: _response.body,
|
|
354
|
+
rawResponse: _response.rawResponse,
|
|
355
|
+
};
|
|
356
|
+
}
|
|
357
|
+
if (_response.error.reason === "status-code") {
|
|
358
|
+
switch (_response.error.statusCode) {
|
|
359
|
+
case 422:
|
|
360
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
361
|
+
default:
|
|
362
|
+
throw new errors.ElevenLabsError({
|
|
363
|
+
statusCode: _response.error.statusCode,
|
|
364
|
+
body: _response.error.body,
|
|
365
|
+
rawResponse: _response.rawResponse,
|
|
366
|
+
});
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
switch (_response.error.reason) {
|
|
370
|
+
case "non-json":
|
|
371
|
+
throw new errors.ElevenLabsError({
|
|
372
|
+
statusCode: _response.error.statusCode,
|
|
373
|
+
body: _response.error.rawBody,
|
|
374
|
+
rawResponse: _response.rawResponse,
|
|
375
|
+
});
|
|
376
|
+
case "timeout":
|
|
377
|
+
throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/convai/phone-numbers/.");
|
|
378
|
+
case "unknown":
|
|
379
|
+
throw new errors.ElevenLabsError({
|
|
380
|
+
message: _response.error.errorMessage,
|
|
381
|
+
rawResponse: _response.rawResponse,
|
|
382
|
+
});
|
|
383
|
+
}
|
|
384
|
+
});
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
exports.PhoneNumbers = PhoneNumbers;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
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("./requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type UpdatePhoneNumberRequest } from "./UpdatePhoneNumberRequest";
|
|
@@ -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("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* Create Phone Request Information
|
|
7
|
+
*/
|
|
8
|
+
export type PhoneNumbersCreateRequestBody = ElevenLabs.conversationalAi.PhoneNumbersCreateRequestBody.Twilio | ElevenLabs.conversationalAi.PhoneNumbersCreateRequestBody.SipTrunk;
|
|
9
|
+
export declare namespace PhoneNumbersCreateRequestBody {
|
|
10
|
+
interface Twilio extends ElevenLabs.CreateTwilioPhoneNumberRequest {
|
|
11
|
+
provider: "twilio";
|
|
12
|
+
}
|
|
13
|
+
interface SipTrunk extends ElevenLabs.CreateSipTrunkPhoneNumberRequest {
|
|
14
|
+
provider: "sip_trunk";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../../../../../index";
|
|
5
|
+
export type PhoneNumbersGetResponse = ElevenLabs.conversationalAi.PhoneNumbersGetResponse.Twilio | ElevenLabs.conversationalAi.PhoneNumbersGetResponse.SipTrunk;
|
|
6
|
+
export declare namespace PhoneNumbersGetResponse {
|
|
7
|
+
interface Twilio extends ElevenLabs.GetPhoneNumberTwilioResponseModel {
|
|
8
|
+
provider: "twilio";
|
|
9
|
+
}
|
|
10
|
+
interface SipTrunk extends ElevenLabs.GetPhoneNumberSipTrunkResponseModel {
|
|
11
|
+
provider: "sip_trunk";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../../../../../index";
|
|
5
|
+
export type PhoneNumbersListResponseItem = ElevenLabs.conversationalAi.PhoneNumbersListResponseItem.Twilio | ElevenLabs.conversationalAi.PhoneNumbersListResponseItem.SipTrunk;
|
|
6
|
+
export declare namespace PhoneNumbersListResponseItem {
|
|
7
|
+
interface Twilio extends ElevenLabs.GetPhoneNumberTwilioResponseModel {
|
|
8
|
+
provider: "twilio";
|
|
9
|
+
}
|
|
10
|
+
interface SipTrunk extends ElevenLabs.GetPhoneNumberSipTrunkResponseModel {
|
|
11
|
+
provider: "sip_trunk";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../../../../../index";
|
|
5
|
+
export type PhoneNumbersUpdateResponse = ElevenLabs.conversationalAi.PhoneNumbersUpdateResponse.Twilio | ElevenLabs.conversationalAi.PhoneNumbersUpdateResponse.SipTrunk;
|
|
6
|
+
export declare namespace PhoneNumbersUpdateResponse {
|
|
7
|
+
interface Twilio extends ElevenLabs.GetPhoneNumberTwilioResponseModel {
|
|
8
|
+
provider: "twilio";
|
|
9
|
+
}
|
|
10
|
+
interface SipTrunk extends ElevenLabs.GetPhoneNumberSipTrunkResponseModel {
|
|
11
|
+
provider: "sip_trunk";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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("./PhoneNumbersCreateRequestBody"), exports);
|
|
18
|
+
__exportStar(require("./PhoneNumbersGetResponse"), exports);
|
|
19
|
+
__exportStar(require("./PhoneNumbersUpdateResponse"), exports);
|
|
20
|
+
__exportStar(require("./PhoneNumbersListResponseItem"), exports);
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
import * as ElevenLabs from "../../../../../index";
|
|
7
|
+
export declare namespace Secrets {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.ElevenLabsEnvironment | environments.ElevenLabsEnvironmentUrls>;
|
|
10
|
+
/** Specify a custom URL to connect the client to. */
|
|
11
|
+
baseUrl?: core.Supplier<string>;
|
|
12
|
+
/** Override the xi-api-key header */
|
|
13
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
14
|
+
}
|
|
15
|
+
interface RequestOptions {
|
|
16
|
+
/** The maximum time to wait for a response in seconds. */
|
|
17
|
+
timeoutInSeconds?: number;
|
|
18
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
19
|
+
maxRetries?: number;
|
|
20
|
+
/** A hook to abort the request. */
|
|
21
|
+
abortSignal?: AbortSignal;
|
|
22
|
+
/** Override the xi-api-key header */
|
|
23
|
+
apiKey?: string | undefined;
|
|
24
|
+
/** Additional headers to include in the request. */
|
|
25
|
+
headers?: Record<string, string>;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export declare class Secrets {
|
|
29
|
+
protected readonly _options: Secrets.Options;
|
|
30
|
+
constructor(_options?: Secrets.Options);
|
|
31
|
+
/**
|
|
32
|
+
* Get all workspace secrets for the user
|
|
33
|
+
*
|
|
34
|
+
* @param {Secrets.RequestOptions} requestOptions - Request-specific configuration.
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* await client.conversationalAi.secrets.list()
|
|
40
|
+
*/
|
|
41
|
+
list(requestOptions?: Secrets.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetWorkspaceSecretsResponseModel>;
|
|
42
|
+
private __list;
|
|
43
|
+
/**
|
|
44
|
+
* Create a new secret for the workspace
|
|
45
|
+
*
|
|
46
|
+
* @param {ElevenLabs.conversationalAi.PostWorkspaceSecretRequest} request
|
|
47
|
+
* @param {Secrets.RequestOptions} requestOptions - Request-specific configuration.
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* await client.conversationalAi.secrets.create({
|
|
53
|
+
* name: "name",
|
|
54
|
+
* value: "value"
|
|
55
|
+
* })
|
|
56
|
+
*/
|
|
57
|
+
create(request: ElevenLabs.conversationalAi.PostWorkspaceSecretRequest, requestOptions?: Secrets.RequestOptions): core.HttpResponsePromise<ElevenLabs.PostWorkspaceSecretResponseModel>;
|
|
58
|
+
private __create;
|
|
59
|
+
/**
|
|
60
|
+
* Delete a workspace secret if it's not in use
|
|
61
|
+
*
|
|
62
|
+
* @param {string} secretId
|
|
63
|
+
* @param {Secrets.RequestOptions} requestOptions - Request-specific configuration.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* await client.conversationalAi.secrets.delete("secret_id")
|
|
69
|
+
*/
|
|
70
|
+
delete(secretId: string, requestOptions?: Secrets.RequestOptions): core.HttpResponsePromise<void>;
|
|
71
|
+
private __delete;
|
|
72
|
+
}
|