@elevenlabs/elevenlabs-js 2.31.0 → 2.32.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/BaseClient.js +2 -2
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.js +4 -1
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/api/resources/speechToText/client/Client.d.ts +1 -1
- package/api/resources/speechToText/client/Client.js +4 -2
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
- package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
- package/api/resources/speechToText/types/index.d.ts +1 -0
- package/api/resources/speechToText/types/index.js +1 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
- package/api/resources/studio/resources/projects/client/Client.js +3 -1
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +5 -5
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
- package/api/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/types/index.js +1 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
- package/api/resources/textToSpeech/client/Client.d.ts +1 -1
- package/api/resources/textToSpeech/client/Client.js +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
- package/api/resources/voices/client/Client.js +7 -1
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
- package/api/resources/voices/resources/index.d.ts +1 -0
- package/api/resources/voices/resources/index.js +1 -0
- package/api/resources/voices/resources/ivc/client/Client.js +7 -1
- package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
- package/api/resources/voices/resources/ivc/index.d.ts +1 -0
- package/api/resources/voices/resources/ivc/index.js +1 -0
- package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
- package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
- package/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/api/resources/voices/resources/ivc/types/index.js +17 -0
- package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
- package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
- package/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
- package/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
- package/api/resources/voices/types/index.d.ts +1 -0
- package/api/resources/voices/types/index.js +1 -0
- package/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
- package/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
- package/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
- package/api/types/Contributor.d.ts +4 -0
- package/api/types/Contributor.js +3 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/api/types/CustomSipHeader.d.ts +9 -0
- package/api/types/CustomSipHeader.js +3 -0
- package/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
- package/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
- package/api/types/DirectPublishingReadResponseModel.d.ts +50 -0
- package/api/types/DirectPublishingReadResponseModel.js +3 -0
- package/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
- package/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
- package/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
- package/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
- package/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
- package/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
- package/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
- package/api/types/DubbingMetadataResponse.d.ts +6 -4
- package/api/types/DubbingModel.d.ts +1 -0
- package/api/types/DubbingModel.js +1 -0
- package/api/types/InvoiceResponse.d.ts +3 -1
- package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
- package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
- package/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
- package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/api/{resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts → types/PermissionType.d.ts} +8 -2
- package/api/types/{WorkspaceApiKeyResponseModelPermissionsItem.js → PermissionType.js} +8 -2
- package/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
- package/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
- package/api/types/PreviewAudioDbModel.d.ts +7 -0
- package/api/types/PreviewAudioDbModel.js +3 -0
- package/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/api/types/ReadLegalTerms.d.ts +5 -0
- package/api/types/ReadLegalTerms.js +3 -0
- package/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
- package/api/types/ReadMetadataChapterDbModel.js +3 -0
- package/api/types/ReviewResponseModel.d.ts +9 -0
- package/api/types/ReviewResponseModel.js +3 -0
- package/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
- package/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
- package/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
- package/api/types/ReviewResponseModelReviewStatus.js +9 -0
- package/api/types/SampleConfigDbModel.d.ts +7 -0
- package/api/types/SampleConfigDbModel.js +3 -0
- package/api/types/SampleConfigDbModelParentType.d.ts +5 -0
- package/api/types/SampleConfigDbModelParentType.js +8 -0
- package/api/types/SpellingPatience.d.ts +6 -0
- package/api/types/SpellingPatience.js +9 -0
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
- package/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
- package/api/types/index.d.ts +23 -1
- package/api/types/index.js +23 -1
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +4 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
- package/dist/api/resources/speechToText/client/Client.js +4 -2
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
- package/dist/api/resources/speechToText/types/index.d.ts +1 -0
- package/dist/api/resources/speechToText/types/index.js +1 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
- package/dist/api/resources/studio/resources/projects/client/Client.js +3 -1
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +5 -5
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
- package/dist/api/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/types/index.js +1 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
- package/dist/api/resources/textToSpeech/client/Client.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/Client.js +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
- package/dist/api/resources/voices/client/Client.js +7 -1
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
- package/dist/api/resources/voices/resources/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/index.js +1 -0
- package/dist/api/resources/voices/resources/ivc/client/Client.js +7 -1
- package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
- package/dist/api/resources/voices/resources/ivc/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/ivc/index.js +1 -0
- package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
- package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
- package/dist/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/ivc/types/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
- package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
- package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
- package/dist/api/resources/voices/types/index.d.ts +1 -0
- package/dist/api/resources/voices/types/index.js +1 -0
- package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
- package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
- package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
- package/dist/api/types/Contributor.d.ts +4 -0
- package/dist/api/types/Contributor.js +3 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/dist/api/types/CustomSipHeader.d.ts +9 -0
- package/dist/api/types/CustomSipHeader.js +3 -0
- package/dist/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
- package/dist/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +50 -0
- package/dist/api/types/DirectPublishingReadResponseModel.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
- package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
- package/dist/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
- package/dist/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
- package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
- package/dist/api/types/DubbingMetadataResponse.d.ts +6 -4
- package/dist/api/types/DubbingModel.d.ts +1 -0
- package/dist/api/types/DubbingModel.js +1 -0
- package/dist/api/types/InvoiceResponse.d.ts +3 -1
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
- package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/{api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → dist/api/types/PermissionType.d.ts} +8 -2
- package/{api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → dist/api/types/PermissionType.js} +8 -2
- package/dist/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
- package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
- package/dist/api/types/PreviewAudioDbModel.d.ts +7 -0
- package/dist/api/types/PreviewAudioDbModel.js +3 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/dist/api/types/ReadLegalTerms.d.ts +5 -0
- package/dist/api/types/ReadLegalTerms.js +3 -0
- package/dist/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
- package/dist/api/types/ReadMetadataChapterDbModel.js +3 -0
- package/dist/api/types/ReviewResponseModel.d.ts +9 -0
- package/dist/api/types/ReviewResponseModel.js +3 -0
- package/dist/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
- package/dist/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
- package/dist/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
- package/dist/api/types/ReviewResponseModelReviewStatus.js +9 -0
- package/dist/api/types/SampleConfigDbModel.d.ts +7 -0
- package/dist/api/types/SampleConfigDbModel.js +3 -0
- package/dist/api/types/SampleConfigDbModelParentType.d.ts +5 -0
- package/dist/api/types/SampleConfigDbModelParentType.js +8 -0
- package/dist/api/types/SpellingPatience.d.ts +6 -0
- package/dist/api/types/SpellingPatience.js +9 -0
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
- package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
- package/dist/api/types/index.d.ts +23 -1
- package/dist/api/types/index.js +23 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
- package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/types/index.js +1 -0
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +39 -0
- package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/dist/serialization/resources/studio/resources/projects/types/index.js +1 -0
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
- package/dist/serialization/resources/voices/resources/index.d.ts +2 -0
- package/dist/serialization/resources/voices/resources/index.js +3 -1
- package/dist/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
- package/dist/serialization/resources/voices/resources/ivc/index.js +17 -0
- package/dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
- package/dist/serialization/resources/{serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -30
- package/dist/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/dist/serialization/resources/voices/resources/ivc/types/index.js +17 -0
- package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
- package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
- package/dist/serialization/resources/voices/types/index.d.ts +1 -0
- package/dist/serialization/resources/voices/types/index.js +1 -0
- package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
- package/dist/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
- package/dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
- package/dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js +42 -0
- package/dist/serialization/types/Contributor.d.ts +10 -0
- package/dist/serialization/types/Contributor.js +42 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/dist/serialization/types/CustomSipHeader.d.ts +10 -0
- package/dist/serialization/types/CustomSipHeader.js +42 -0
- package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
- package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +65 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +97 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
- package/dist/serialization/types/DubbingMetadataResponse.d.ts +1 -0
- package/dist/serialization/types/DubbingMetadataResponse.js +1 -0
- package/dist/serialization/types/DubbingModel.d.ts +1 -1
- package/dist/serialization/types/DubbingModel.js +1 -1
- package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
- package/dist/serialization/types/InvoiceResponse.js +2 -0
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
- package/dist/serialization/types/{WorkspaceApiKeyResponseModelPermissionsItem.d.ts → PermissionType.d.ts} +3 -3
- package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → dist/serialization/types/PermissionType.js} +8 -2
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/serialization/types/PhoneNumberTransfer.js +2 -0
- package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
- package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
- package/dist/serialization/types/PreviewAudioDbModel.d.ts +13 -0
- package/dist/serialization/types/PreviewAudioDbModel.js +45 -0
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +2 -0
- package/dist/serialization/types/ReadLegalTerms.d.ts +11 -0
- package/dist/serialization/types/ReadLegalTerms.js +43 -0
- package/dist/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
- package/dist/serialization/types/ReadMetadataChapterDbModel.js +48 -0
- package/dist/serialization/types/ReviewResponseModel.d.ts +16 -0
- package/dist/serialization/{resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js → types/ReviewResponseModel.js} +12 -32
- package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
- package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
- package/dist/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
- package/dist/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
- package/dist/serialization/types/SampleConfigDbModel.d.ts +13 -0
- package/dist/serialization/types/SampleConfigDbModel.js +45 -0
- package/dist/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
- package/dist/serialization/types/SampleConfigDbModelParentType.js +39 -0
- package/dist/serialization/types/SpellingPatience.d.ts +7 -0
- package/dist/serialization/types/SpellingPatience.js +39 -0
- package/dist/serialization/types/TurnConfig.d.ts +2 -0
- package/dist/serialization/types/TurnConfig.js +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
- package/dist/serialization/types/index.d.ts +23 -1
- package/dist/serialization/types/index.js +23 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/realtime/scribe.js +3 -0
- package/package.json +1 -1
- package/reference.md +135 -5
- package/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
- package/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/serialization/resources/speechToText/types/index.js +1 -0
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +39 -0
- package/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/serialization/resources/studio/resources/projects/types/index.js +1 -0
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
- package/serialization/resources/voices/resources/index.d.ts +2 -0
- package/serialization/resources/voices/resources/index.js +3 -1
- package/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
- package/serialization/resources/voices/resources/ivc/index.js +17 -0
- package/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
- package/serialization/resources/{serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -30
- package/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/serialization/resources/voices/resources/ivc/types/index.js +17 -0
- package/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
- package/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
- package/serialization/resources/voices/types/index.d.ts +1 -0
- package/serialization/resources/voices/types/index.js +1 -0
- package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
- package/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
- package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
- package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js +42 -0
- package/serialization/types/Contributor.d.ts +10 -0
- package/serialization/types/Contributor.js +42 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/serialization/types/CustomSipHeader.d.ts +10 -0
- package/serialization/types/CustomSipHeader.js +42 -0
- package/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
- package/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +65 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +97 -0
- package/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
- package/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
- package/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
- package/serialization/types/DubbingMetadataResponse.d.ts +1 -0
- package/serialization/types/DubbingMetadataResponse.js +1 -0
- package/serialization/types/DubbingModel.d.ts +1 -1
- package/serialization/types/DubbingModel.js +1 -1
- package/serialization/types/InvoiceResponse.d.ts +2 -0
- package/serialization/types/InvoiceResponse.js +2 -0
- package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
- package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
- package/serialization/types/{WorkspaceApiKeyResponseModelPermissionsItem.d.ts → PermissionType.d.ts} +3 -3
- package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → serialization/types/PermissionType.js} +8 -2
- package/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/serialization/types/PhoneNumberTransfer.js +2 -0
- package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
- package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
- package/serialization/types/PreviewAudioDbModel.d.ts +13 -0
- package/serialization/types/PreviewAudioDbModel.js +45 -0
- package/serialization/types/ProjectExtendedResponse.d.ts +2 -0
- package/serialization/types/ProjectExtendedResponse.js +2 -0
- package/serialization/types/ReadLegalTerms.d.ts +11 -0
- package/serialization/types/ReadLegalTerms.js +43 -0
- package/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
- package/serialization/types/ReadMetadataChapterDbModel.js +48 -0
- package/serialization/types/ReviewResponseModel.d.ts +16 -0
- package/serialization/types/ReviewResponseModel.js +48 -0
- package/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
- package/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
- package/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
- package/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
- package/serialization/types/SampleConfigDbModel.d.ts +13 -0
- package/serialization/types/SampleConfigDbModel.js +45 -0
- package/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
- package/serialization/types/SampleConfigDbModelParentType.js +39 -0
- package/serialization/types/SpellingPatience.d.ts +7 -0
- package/serialization/types/SpellingPatience.js +39 -0
- package/serialization/types/TurnConfig.d.ts +2 -0
- package/serialization/types/TurnConfig.js +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
- package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
- package/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
- package/serialization/types/index.d.ts +23 -1
- package/serialization/types/index.js +23 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/realtime/scribe.js +3 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -31
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -34
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +0 -31
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +0 -34
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const CustomSipHeader_1 = require("./CustomSipHeader");
|
|
40
|
+
const CustomSipHeaderWithDynamicVariable_1 = require("./CustomSipHeaderWithDynamicVariable");
|
|
41
|
+
exports.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem = core.serialization
|
|
42
|
+
.union("type", {
|
|
43
|
+
dynamic: CustomSipHeaderWithDynamicVariable_1.CustomSipHeaderWithDynamicVariable,
|
|
44
|
+
static: CustomSipHeader_1.CustomSipHeader,
|
|
45
|
+
})
|
|
46
|
+
.transform({
|
|
47
|
+
transform: (value) => value,
|
|
48
|
+
untransform: (value) => value,
|
|
49
|
+
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import {
|
|
4
|
+
import { PermissionType } from "./PermissionType";
|
|
5
5
|
export declare const WorkspaceApiKeyResponseModel: core.serialization.ObjectSchema<serializers.WorkspaceApiKeyResponseModel.Raw, ElevenLabs.WorkspaceApiKeyResponseModel>;
|
|
6
6
|
export declare namespace WorkspaceApiKeyResponseModel {
|
|
7
7
|
interface Raw {
|
|
@@ -11,8 +11,9 @@ export declare namespace WorkspaceApiKeyResponseModel {
|
|
|
11
11
|
service_account_user_id: string;
|
|
12
12
|
created_at_unix?: number | null;
|
|
13
13
|
is_disabled?: boolean | null;
|
|
14
|
-
permissions?:
|
|
14
|
+
permissions?: PermissionType.Raw[] | null;
|
|
15
15
|
character_limit?: number | null;
|
|
16
16
|
character_count?: number | null;
|
|
17
|
+
hashed_xi_api_key: string;
|
|
17
18
|
}
|
|
18
19
|
}
|
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.WorkspaceApiKeyResponseModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
39
|
+
const PermissionType_1 = require("./PermissionType");
|
|
40
40
|
exports.WorkspaceApiKeyResponseModel = core.serialization.object({
|
|
41
41
|
name: core.serialization.string(),
|
|
42
42
|
hint: core.serialization.string(),
|
|
@@ -44,7 +44,8 @@ exports.WorkspaceApiKeyResponseModel = core.serialization.object({
|
|
|
44
44
|
serviceAccountUserId: core.serialization.property("service_account_user_id", core.serialization.string()),
|
|
45
45
|
createdAtUnix: core.serialization.property("created_at_unix", core.serialization.number().optional()),
|
|
46
46
|
isDisabled: core.serialization.property("is_disabled", core.serialization.boolean().optional()),
|
|
47
|
-
permissions: core.serialization.list(
|
|
47
|
+
permissions: core.serialization.list(PermissionType_1.PermissionType).optional(),
|
|
48
48
|
characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
|
|
49
49
|
characterCount: core.serialization.property("character_count", core.serialization.number().optional()),
|
|
50
|
+
hashedXiApiKey: core.serialization.property("hashed_xi_api_key", core.serialization.string()),
|
|
50
51
|
});
|
|
@@ -29,6 +29,7 @@ export * from "./AgentPlatformSettingsResponseModel";
|
|
|
29
29
|
export * from "./AgentSimulatedChatTestResponseModel";
|
|
30
30
|
export * from "./AgentSortBy";
|
|
31
31
|
export * from "./AgentSuccessfulResponseExample";
|
|
32
|
+
export * from "./AgentSummaryBatchSuccessfulResponseModel";
|
|
32
33
|
export * from "./AgentSummaryResponseModel";
|
|
33
34
|
export * from "./AgentTestingSettings";
|
|
34
35
|
export * from "./AgentTransfer";
|
|
@@ -183,6 +184,7 @@ export * from "./CharacterUsageResponse";
|
|
|
183
184
|
export * from "./ClientEvent";
|
|
184
185
|
export * from "./ClientToolConfigInput";
|
|
185
186
|
export * from "./ClientToolConfigOutput";
|
|
187
|
+
export * from "./Contributor";
|
|
186
188
|
export * from "./ConvAiDynamicVariable";
|
|
187
189
|
export * from "./ConvAiSecretLocator";
|
|
188
190
|
export * from "./ConvAiStoredSecretDependencies";
|
|
@@ -278,6 +280,8 @@ export * from "./CreateUnitTestResponseModel";
|
|
|
278
280
|
export * from "./CustomLlm";
|
|
279
281
|
export * from "./CustomLlmapiType";
|
|
280
282
|
export * from "./CustomLlmRequestHeadersValue";
|
|
283
|
+
export * from "./CustomSipHeader";
|
|
284
|
+
export * from "./CustomSipHeaderWithDynamicVariable";
|
|
281
285
|
export * from "./DashboardCallSuccessChartModel";
|
|
282
286
|
export * from "./DashboardCriteriaChartModel";
|
|
283
287
|
export * from "./DashboardDataCollectionChartModel";
|
|
@@ -305,6 +309,11 @@ export * from "./DetailedMusicResponse";
|
|
|
305
309
|
export * from "./DetectedEntity";
|
|
306
310
|
export * from "./DialogueInput";
|
|
307
311
|
export * from "./DialogueInputResponseModel";
|
|
312
|
+
export * from "./DirectPublishingReadResponseModel";
|
|
313
|
+
export * from "./DirectPublishingReadResponseModelDisplayMode";
|
|
314
|
+
export * from "./DirectPublishingReadResponseModelGenreItem";
|
|
315
|
+
export * from "./DirectPublishingReadResponseModelPayoutType";
|
|
316
|
+
export * from "./DirectPublishingReadResponseModelTargetAudience";
|
|
308
317
|
export * from "./DiscountResponseModel";
|
|
309
318
|
export * from "./DocumentUsageModeEnum";
|
|
310
319
|
export * from "./DocxExportOptions";
|
|
@@ -431,6 +440,7 @@ export * from "./InboundSipTrunkConfigRequestModel";
|
|
|
431
440
|
export * from "./IntegrationType";
|
|
432
441
|
export * from "./InvoiceResponse";
|
|
433
442
|
export * from "./InvoiceResponseModelPaymentIntentStatus";
|
|
443
|
+
export * from "./InvoiceResponseModelPaymentIntentStatussesItem";
|
|
434
444
|
export * from "./KnowledgeBaseDependentType";
|
|
435
445
|
export * from "./KnowledgeBaseDocumentChunkResponseModel";
|
|
436
446
|
export * from "./KnowledgeBaseDocumentMetadataResponseModel";
|
|
@@ -519,9 +529,11 @@ export * from "./PdfExportOptions";
|
|
|
519
529
|
export * from "./PendingCancellationResponseModel";
|
|
520
530
|
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
521
531
|
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
532
|
+
export * from "./PermissionType";
|
|
522
533
|
export * from "./PhoneNumberAgentInfo";
|
|
523
534
|
export * from "./PhoneNumberDynamicVariableTransferDestination";
|
|
524
535
|
export * from "./PhoneNumberTransfer";
|
|
536
|
+
export * from "./PhoneNumberTransferCustomSipHeadersItem";
|
|
525
537
|
export * from "./PhoneNumberTransferDestination";
|
|
526
538
|
export * from "./PhoneNumberTransferTransferDestination";
|
|
527
539
|
export * from "./PlayDtmfResultErrorModel";
|
|
@@ -538,6 +550,7 @@ export * from "./PositionInput";
|
|
|
538
550
|
export * from "./PositionOutput";
|
|
539
551
|
export * from "./PostAgentAvatarResponseModel";
|
|
540
552
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
553
|
+
export * from "./PreviewAudioDbModel";
|
|
541
554
|
export * from "./PrivacyConfig";
|
|
542
555
|
export * from "./ProjectCreationMetaResponseModel";
|
|
543
556
|
export * from "./ProjectCreationMetaResponseModelStatus";
|
|
@@ -606,6 +619,8 @@ export * from "./RagIndexStatus";
|
|
|
606
619
|
export * from "./RagRetrievalInfo";
|
|
607
620
|
export * from "./ReaderResourceResponseModel";
|
|
608
621
|
export * from "./ReaderResourceResponseModelResourceType";
|
|
622
|
+
export * from "./ReadLegalTerms";
|
|
623
|
+
export * from "./ReadMetadataChapterDbModel";
|
|
609
624
|
export * from "./RecordingResponse";
|
|
610
625
|
export * from "./ReferencedToolCommonModel";
|
|
611
626
|
export * from "./ReferencedToolCommonModelType";
|
|
@@ -620,11 +635,16 @@ export * from "./ResourceAccessInfo";
|
|
|
620
635
|
export * from "./ResourceAccessInfoRole";
|
|
621
636
|
export * from "./ResourceMetadataResponseModel";
|
|
622
637
|
export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
638
|
+
export * from "./ReviewResponseModel";
|
|
639
|
+
export * from "./ReviewResponseModelRejectReasonsItem";
|
|
640
|
+
export * from "./ReviewResponseModelReviewStatus";
|
|
623
641
|
export * from "./ReviewStatus";
|
|
624
642
|
export * from "./SafetyCommonModel";
|
|
625
643
|
export * from "./SafetyEvaluation";
|
|
626
644
|
export * from "./SafetyResponseModel";
|
|
627
645
|
export * from "./SafetyRule";
|
|
646
|
+
export * from "./SampleConfigDbModel";
|
|
647
|
+
export * from "./SampleConfigDbModelParentType";
|
|
628
648
|
export * from "./SaveVoicePreviewRequest";
|
|
629
649
|
export * from "./SecretDependencyType";
|
|
630
650
|
export * from "./SectionSource";
|
|
@@ -676,6 +696,7 @@ export * from "./SpeechToTextChunkResponseModel";
|
|
|
676
696
|
export * from "./SpeechToTextWebhookResponseModel";
|
|
677
697
|
export * from "./SpeechToTextWordResponseModel";
|
|
678
698
|
export * from "./SpeechToTextWordResponseModelType";
|
|
699
|
+
export * from "./SpellingPatience";
|
|
679
700
|
export * from "./SrtExportOptions";
|
|
680
701
|
export * from "./StartPvcVoiceTrainingResponseModel";
|
|
681
702
|
export * from "./StartSpeakerSeparationResponseModel";
|
|
@@ -850,8 +871,10 @@ export * from "./WorkflowLlmConditionModelOutput";
|
|
|
850
871
|
export * from "./WorkflowOverrideAgentNodeModelInput";
|
|
851
872
|
export * from "./WorkflowOverrideAgentNodeModelOutput";
|
|
852
873
|
export * from "./WorkflowPhoneNumberNodeModelInput";
|
|
874
|
+
export * from "./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem";
|
|
853
875
|
export * from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
|
|
854
876
|
export * from "./WorkflowPhoneNumberNodeModelOutput";
|
|
877
|
+
export * from "./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem";
|
|
855
878
|
export * from "./WorkflowPhoneNumberNodeModelOutputTransferDestination";
|
|
856
879
|
export * from "./WorkflowResultConditionModelInput";
|
|
857
880
|
export * from "./WorkflowResultConditionModelOutput";
|
|
@@ -876,7 +899,6 @@ export * from "./WorkflowUnconditionalModelInput";
|
|
|
876
899
|
export * from "./WorkflowUnconditionalModelOutput";
|
|
877
900
|
export * from "./WorkspaceApiKeyListResponseModel";
|
|
878
901
|
export * from "./WorkspaceApiKeyResponseModel";
|
|
879
|
-
export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
|
|
880
902
|
export * from "./WorkspaceBatchCallsResponse";
|
|
881
903
|
export * from "./WorkspaceCreateApiKeyResponseModel";
|
|
882
904
|
export * from "./WorkspaceCreateWebhookResponseModel";
|
|
@@ -45,6 +45,7 @@ __exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
|
|
|
45
45
|
__exportStar(require("./AgentSimulatedChatTestResponseModel"), exports);
|
|
46
46
|
__exportStar(require("./AgentSortBy"), exports);
|
|
47
47
|
__exportStar(require("./AgentSuccessfulResponseExample"), exports);
|
|
48
|
+
__exportStar(require("./AgentSummaryBatchSuccessfulResponseModel"), exports);
|
|
48
49
|
__exportStar(require("./AgentSummaryResponseModel"), exports);
|
|
49
50
|
__exportStar(require("./AgentTestingSettings"), exports);
|
|
50
51
|
__exportStar(require("./AgentTransfer"), exports);
|
|
@@ -199,6 +200,7 @@ __exportStar(require("./CharacterUsageResponse"), exports);
|
|
|
199
200
|
__exportStar(require("./ClientEvent"), exports);
|
|
200
201
|
__exportStar(require("./ClientToolConfigInput"), exports);
|
|
201
202
|
__exportStar(require("./ClientToolConfigOutput"), exports);
|
|
203
|
+
__exportStar(require("./Contributor"), exports);
|
|
202
204
|
__exportStar(require("./ConvAiDynamicVariable"), exports);
|
|
203
205
|
__exportStar(require("./ConvAiSecretLocator"), exports);
|
|
204
206
|
__exportStar(require("./ConvAiStoredSecretDependencies"), exports);
|
|
@@ -294,6 +296,8 @@ __exportStar(require("./CreateUnitTestResponseModel"), exports);
|
|
|
294
296
|
__exportStar(require("./CustomLlm"), exports);
|
|
295
297
|
__exportStar(require("./CustomLlmapiType"), exports);
|
|
296
298
|
__exportStar(require("./CustomLlmRequestHeadersValue"), exports);
|
|
299
|
+
__exportStar(require("./CustomSipHeader"), exports);
|
|
300
|
+
__exportStar(require("./CustomSipHeaderWithDynamicVariable"), exports);
|
|
297
301
|
__exportStar(require("./DashboardCallSuccessChartModel"), exports);
|
|
298
302
|
__exportStar(require("./DashboardCriteriaChartModel"), exports);
|
|
299
303
|
__exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
@@ -321,6 +325,11 @@ __exportStar(require("./DetailedMusicResponse"), exports);
|
|
|
321
325
|
__exportStar(require("./DetectedEntity"), exports);
|
|
322
326
|
__exportStar(require("./DialogueInput"), exports);
|
|
323
327
|
__exportStar(require("./DialogueInputResponseModel"), exports);
|
|
328
|
+
__exportStar(require("./DirectPublishingReadResponseModel"), exports);
|
|
329
|
+
__exportStar(require("./DirectPublishingReadResponseModelDisplayMode"), exports);
|
|
330
|
+
__exportStar(require("./DirectPublishingReadResponseModelGenreItem"), exports);
|
|
331
|
+
__exportStar(require("./DirectPublishingReadResponseModelPayoutType"), exports);
|
|
332
|
+
__exportStar(require("./DirectPublishingReadResponseModelTargetAudience"), exports);
|
|
324
333
|
__exportStar(require("./DiscountResponseModel"), exports);
|
|
325
334
|
__exportStar(require("./DocumentUsageModeEnum"), exports);
|
|
326
335
|
__exportStar(require("./DocxExportOptions"), exports);
|
|
@@ -447,6 +456,7 @@ __exportStar(require("./InboundSipTrunkConfigRequestModel"), exports);
|
|
|
447
456
|
__exportStar(require("./IntegrationType"), exports);
|
|
448
457
|
__exportStar(require("./InvoiceResponse"), exports);
|
|
449
458
|
__exportStar(require("./InvoiceResponseModelPaymentIntentStatus"), exports);
|
|
459
|
+
__exportStar(require("./InvoiceResponseModelPaymentIntentStatussesItem"), exports);
|
|
450
460
|
__exportStar(require("./KnowledgeBaseDependentType"), exports);
|
|
451
461
|
__exportStar(require("./KnowledgeBaseDocumentChunkResponseModel"), exports);
|
|
452
462
|
__exportStar(require("./KnowledgeBaseDocumentMetadataResponseModel"), exports);
|
|
@@ -535,9 +545,11 @@ __exportStar(require("./PdfExportOptions"), exports);
|
|
|
535
545
|
__exportStar(require("./PendingCancellationResponseModel"), exports);
|
|
536
546
|
__exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
|
|
537
547
|
__exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
|
|
548
|
+
__exportStar(require("./PermissionType"), exports);
|
|
538
549
|
__exportStar(require("./PhoneNumberAgentInfo"), exports);
|
|
539
550
|
__exportStar(require("./PhoneNumberDynamicVariableTransferDestination"), exports);
|
|
540
551
|
__exportStar(require("./PhoneNumberTransfer"), exports);
|
|
552
|
+
__exportStar(require("./PhoneNumberTransferCustomSipHeadersItem"), exports);
|
|
541
553
|
__exportStar(require("./PhoneNumberTransferDestination"), exports);
|
|
542
554
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
543
555
|
__exportStar(require("./PlayDtmfResultErrorModel"), exports);
|
|
@@ -554,6 +566,7 @@ __exportStar(require("./PositionInput"), exports);
|
|
|
554
566
|
__exportStar(require("./PositionOutput"), exports);
|
|
555
567
|
__exportStar(require("./PostAgentAvatarResponseModel"), exports);
|
|
556
568
|
__exportStar(require("./PostWorkspaceSecretResponseModel"), exports);
|
|
569
|
+
__exportStar(require("./PreviewAudioDbModel"), exports);
|
|
557
570
|
__exportStar(require("./PrivacyConfig"), exports);
|
|
558
571
|
__exportStar(require("./ProjectCreationMetaResponseModel"), exports);
|
|
559
572
|
__exportStar(require("./ProjectCreationMetaResponseModelStatus"), exports);
|
|
@@ -622,6 +635,8 @@ __exportStar(require("./RagIndexStatus"), exports);
|
|
|
622
635
|
__exportStar(require("./RagRetrievalInfo"), exports);
|
|
623
636
|
__exportStar(require("./ReaderResourceResponseModel"), exports);
|
|
624
637
|
__exportStar(require("./ReaderResourceResponseModelResourceType"), exports);
|
|
638
|
+
__exportStar(require("./ReadLegalTerms"), exports);
|
|
639
|
+
__exportStar(require("./ReadMetadataChapterDbModel"), exports);
|
|
625
640
|
__exportStar(require("./RecordingResponse"), exports);
|
|
626
641
|
__exportStar(require("./ReferencedToolCommonModel"), exports);
|
|
627
642
|
__exportStar(require("./ReferencedToolCommonModelType"), exports);
|
|
@@ -636,11 +651,16 @@ __exportStar(require("./ResourceAccessInfo"), exports);
|
|
|
636
651
|
__exportStar(require("./ResourceAccessInfoRole"), exports);
|
|
637
652
|
__exportStar(require("./ResourceMetadataResponseModel"), exports);
|
|
638
653
|
__exportStar(require("./ResourceMetadataResponseModelAnonymousAccessLevelOverride"), exports);
|
|
654
|
+
__exportStar(require("./ReviewResponseModel"), exports);
|
|
655
|
+
__exportStar(require("./ReviewResponseModelRejectReasonsItem"), exports);
|
|
656
|
+
__exportStar(require("./ReviewResponseModelReviewStatus"), exports);
|
|
639
657
|
__exportStar(require("./ReviewStatus"), exports);
|
|
640
658
|
__exportStar(require("./SafetyCommonModel"), exports);
|
|
641
659
|
__exportStar(require("./SafetyEvaluation"), exports);
|
|
642
660
|
__exportStar(require("./SafetyResponseModel"), exports);
|
|
643
661
|
__exportStar(require("./SafetyRule"), exports);
|
|
662
|
+
__exportStar(require("./SampleConfigDbModel"), exports);
|
|
663
|
+
__exportStar(require("./SampleConfigDbModelParentType"), exports);
|
|
644
664
|
__exportStar(require("./SaveVoicePreviewRequest"), exports);
|
|
645
665
|
__exportStar(require("./SecretDependencyType"), exports);
|
|
646
666
|
__exportStar(require("./SectionSource"), exports);
|
|
@@ -692,6 +712,7 @@ __exportStar(require("./SpeechToTextChunkResponseModel"), exports);
|
|
|
692
712
|
__exportStar(require("./SpeechToTextWebhookResponseModel"), exports);
|
|
693
713
|
__exportStar(require("./SpeechToTextWordResponseModel"), exports);
|
|
694
714
|
__exportStar(require("./SpeechToTextWordResponseModelType"), exports);
|
|
715
|
+
__exportStar(require("./SpellingPatience"), exports);
|
|
695
716
|
__exportStar(require("./SrtExportOptions"), exports);
|
|
696
717
|
__exportStar(require("./StartPvcVoiceTrainingResponseModel"), exports);
|
|
697
718
|
__exportStar(require("./StartSpeakerSeparationResponseModel"), exports);
|
|
@@ -866,8 +887,10 @@ __exportStar(require("./WorkflowLlmConditionModelOutput"), exports);
|
|
|
866
887
|
__exportStar(require("./WorkflowOverrideAgentNodeModelInput"), exports);
|
|
867
888
|
__exportStar(require("./WorkflowOverrideAgentNodeModelOutput"), exports);
|
|
868
889
|
__exportStar(require("./WorkflowPhoneNumberNodeModelInput"), exports);
|
|
890
|
+
__exportStar(require("./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem"), exports);
|
|
869
891
|
__exportStar(require("./WorkflowPhoneNumberNodeModelInputTransferDestination"), exports);
|
|
870
892
|
__exportStar(require("./WorkflowPhoneNumberNodeModelOutput"), exports);
|
|
893
|
+
__exportStar(require("./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem"), exports);
|
|
871
894
|
__exportStar(require("./WorkflowPhoneNumberNodeModelOutputTransferDestination"), exports);
|
|
872
895
|
__exportStar(require("./WorkflowResultConditionModelInput"), exports);
|
|
873
896
|
__exportStar(require("./WorkflowResultConditionModelOutput"), exports);
|
|
@@ -892,7 +915,6 @@ __exportStar(require("./WorkflowUnconditionalModelInput"), exports);
|
|
|
892
915
|
__exportStar(require("./WorkflowUnconditionalModelOutput"), exports);
|
|
893
916
|
__exportStar(require("./WorkspaceApiKeyListResponseModel"), exports);
|
|
894
917
|
__exportStar(require("./WorkspaceApiKeyResponseModel"), exports);
|
|
895
|
-
__exportStar(require("./WorkspaceApiKeyResponseModelPermissionsItem"), exports);
|
|
896
918
|
__exportStar(require("./WorkspaceBatchCallsResponse"), exports);
|
|
897
919
|
__exportStar(require("./WorkspaceCreateApiKeyResponseModel"), exports);
|
|
898
920
|
__exportStar(require("./WorkspaceCreateWebhookResponseModel"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v2.
|
|
1
|
+
export declare const SDK_VERSION = "v2.32.0";
|
package/dist/version.js
CHANGED
|
@@ -142,6 +142,9 @@ class ScribeRealtime {
|
|
|
142
142
|
if (options.includeTimestamps !== undefined) {
|
|
143
143
|
params.append("include_timestamps", options.includeTimestamps.toString());
|
|
144
144
|
}
|
|
145
|
+
if (options.audioFormat !== undefined) {
|
|
146
|
+
params.append("audio_format", options.audioFormat);
|
|
147
|
+
}
|
|
145
148
|
const queryString = params.toString();
|
|
146
149
|
return queryString ? `${baseUri}?${queryString}` : baseUri;
|
|
147
150
|
});
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -628,7 +628,7 @@ Generate speech from text with precise character-level timing information for au
|
|
|
628
628
|
await client.textToSpeech.convertWithTimestamps("21m00Tcm4TlvDq8ikWAM", {
|
|
629
629
|
enableLogging: true,
|
|
630
630
|
optimizeStreamingLatency: 1,
|
|
631
|
-
outputFormat: "
|
|
631
|
+
outputFormat: "alaw_8000",
|
|
632
632
|
text: "This is a test for the API of ElevenLabs."
|
|
633
633
|
});
|
|
634
634
|
|
|
@@ -3604,7 +3604,7 @@ Transcribe an audio or video file. If webhook is set to true, the request will b
|
|
|
3604
3604
|
```typescript
|
|
3605
3605
|
await client.speechToText.convert({
|
|
3606
3606
|
enableLogging: true,
|
|
3607
|
-
modelId: "
|
|
3607
|
+
modelId: "scribe_v1"
|
|
3608
3608
|
});
|
|
3609
3609
|
|
|
3610
3610
|
```
|
|
@@ -4183,7 +4183,8 @@ Get a signed url to start a conversation with an agent with an agent that requir
|
|
|
4183
4183
|
```typescript
|
|
4184
4184
|
await client.conversationalAi.conversations.getSignedUrl({
|
|
4185
4185
|
agentId: "21m00Tcm4TlvDq8ikWAM",
|
|
4186
|
-
includeConversationId: true
|
|
4186
|
+
includeConversationId: true,
|
|
4187
|
+
branchId: "branch_id"
|
|
4187
4188
|
});
|
|
4188
4189
|
|
|
4189
4190
|
```
|
|
@@ -4249,7 +4250,8 @@ Get a WebRTC session token for real-time communication.
|
|
|
4249
4250
|
```typescript
|
|
4250
4251
|
await client.conversationalAi.conversations.getWebrtcToken({
|
|
4251
4252
|
agentId: "21m00Tcm4TlvDq8ikWAM",
|
|
4252
|
-
participantName: "participant_name"
|
|
4253
|
+
participantName: "participant_name",
|
|
4254
|
+
branchId: "branch_id"
|
|
4253
4255
|
});
|
|
4254
4256
|
|
|
4255
4257
|
```
|
|
@@ -4328,7 +4330,8 @@ await client.conversationalAi.conversations.list({
|
|
|
4328
4330
|
pageSize: 1,
|
|
4329
4331
|
summaryMode: "exclude",
|
|
4330
4332
|
search: "search",
|
|
4331
|
-
conversationInitiationSource: "unknown"
|
|
4333
|
+
conversationInitiationSource: "unknown",
|
|
4334
|
+
branchId: "branch_id"
|
|
4332
4335
|
});
|
|
4333
4336
|
|
|
4334
4337
|
```
|
|
@@ -7265,6 +7268,69 @@ await client.conversationalAi.batchCalls.get("batch_id");
|
|
|
7265
7268
|
</dl>
|
|
7266
7269
|
|
|
7267
7270
|
|
|
7271
|
+
</dd>
|
|
7272
|
+
</dl>
|
|
7273
|
+
</details>
|
|
7274
|
+
|
|
7275
|
+
<details><summary><code>client.conversationalAi.batchCalls.<a href="/src/api/resources/conversationalAi/resources/batchCalls/client/Client.ts">delete</a>(batch_id) -> void</code></summary>
|
|
7276
|
+
<dl>
|
|
7277
|
+
<dd>
|
|
7278
|
+
|
|
7279
|
+
#### 📝 Description
|
|
7280
|
+
|
|
7281
|
+
<dl>
|
|
7282
|
+
<dd>
|
|
7283
|
+
|
|
7284
|
+
<dl>
|
|
7285
|
+
<dd>
|
|
7286
|
+
|
|
7287
|
+
Permanently delete a batch call and all recipient records. Conversations remain in history.
|
|
7288
|
+
</dd>
|
|
7289
|
+
</dl>
|
|
7290
|
+
</dd>
|
|
7291
|
+
</dl>
|
|
7292
|
+
|
|
7293
|
+
#### 🔌 Usage
|
|
7294
|
+
|
|
7295
|
+
<dl>
|
|
7296
|
+
<dd>
|
|
7297
|
+
|
|
7298
|
+
<dl>
|
|
7299
|
+
<dd>
|
|
7300
|
+
|
|
7301
|
+
```typescript
|
|
7302
|
+
await client.conversationalAi.batchCalls.delete("batch_id");
|
|
7303
|
+
|
|
7304
|
+
```
|
|
7305
|
+
</dd>
|
|
7306
|
+
</dl>
|
|
7307
|
+
</dd>
|
|
7308
|
+
</dl>
|
|
7309
|
+
|
|
7310
|
+
#### ⚙️ Parameters
|
|
7311
|
+
|
|
7312
|
+
<dl>
|
|
7313
|
+
<dd>
|
|
7314
|
+
|
|
7315
|
+
<dl>
|
|
7316
|
+
<dd>
|
|
7317
|
+
|
|
7318
|
+
**batch_id:** `string`
|
|
7319
|
+
|
|
7320
|
+
</dd>
|
|
7321
|
+
</dl>
|
|
7322
|
+
|
|
7323
|
+
<dl>
|
|
7324
|
+
<dd>
|
|
7325
|
+
|
|
7326
|
+
**requestOptions:** `BatchCallsClient.RequestOptions`
|
|
7327
|
+
|
|
7328
|
+
</dd>
|
|
7329
|
+
</dl>
|
|
7330
|
+
</dd>
|
|
7331
|
+
</dl>
|
|
7332
|
+
|
|
7333
|
+
|
|
7268
7334
|
</dd>
|
|
7269
7335
|
</dl>
|
|
7270
7336
|
</details>
|
|
@@ -8100,6 +8166,70 @@ await client.conversationalAi.whatsappAccounts.update("phone_number_id");
|
|
|
8100
8166
|
</dl>
|
|
8101
8167
|
|
|
8102
8168
|
|
|
8169
|
+
</dd>
|
|
8170
|
+
</dl>
|
|
8171
|
+
</details>
|
|
8172
|
+
|
|
8173
|
+
## ConversationalAi Agents Summaries
|
|
8174
|
+
<details><summary><code>client.conversationalAi.agents.summaries.<a href="/src/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.ts">get</a>({ ...params }) -> Record<string, ElevenLabs.SummariesGetResponseValue></code></summary>
|
|
8175
|
+
<dl>
|
|
8176
|
+
<dd>
|
|
8177
|
+
|
|
8178
|
+
#### 📝 Description
|
|
8179
|
+
|
|
8180
|
+
<dl>
|
|
8181
|
+
<dd>
|
|
8182
|
+
|
|
8183
|
+
<dl>
|
|
8184
|
+
<dd>
|
|
8185
|
+
|
|
8186
|
+
Returns summaries for the specified agents.
|
|
8187
|
+
</dd>
|
|
8188
|
+
</dl>
|
|
8189
|
+
</dd>
|
|
8190
|
+
</dl>
|
|
8191
|
+
|
|
8192
|
+
#### 🔌 Usage
|
|
8193
|
+
|
|
8194
|
+
<dl>
|
|
8195
|
+
<dd>
|
|
8196
|
+
|
|
8197
|
+
<dl>
|
|
8198
|
+
<dd>
|
|
8199
|
+
|
|
8200
|
+
```typescript
|
|
8201
|
+
await client.conversationalAi.agents.summaries.get();
|
|
8202
|
+
|
|
8203
|
+
```
|
|
8204
|
+
</dd>
|
|
8205
|
+
</dl>
|
|
8206
|
+
</dd>
|
|
8207
|
+
</dl>
|
|
8208
|
+
|
|
8209
|
+
#### ⚙️ Parameters
|
|
8210
|
+
|
|
8211
|
+
<dl>
|
|
8212
|
+
<dd>
|
|
8213
|
+
|
|
8214
|
+
<dl>
|
|
8215
|
+
<dd>
|
|
8216
|
+
|
|
8217
|
+
**request:** `ElevenLabs.conversationalAi.agents.SummariesGetRequest`
|
|
8218
|
+
|
|
8219
|
+
</dd>
|
|
8220
|
+
</dl>
|
|
8221
|
+
|
|
8222
|
+
<dl>
|
|
8223
|
+
<dd>
|
|
8224
|
+
|
|
8225
|
+
**requestOptions:** `SummariesClient.RequestOptions`
|
|
8226
|
+
|
|
8227
|
+
</dd>
|
|
8228
|
+
</dl>
|
|
8229
|
+
</dd>
|
|
8230
|
+
</dl>
|
|
8231
|
+
|
|
8232
|
+
|
|
8103
8233
|
</dd>
|
|
8104
8234
|
</dl>
|
|
8105
8235
|
</details>
|
|
@@ -36,6 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.llmUsage = void 0;
|
|
39
|
+
exports.summaries = exports.llmUsage = void 0;
|
|
40
40
|
exports.llmUsage = __importStar(require("./llmUsage"));
|
|
41
41
|
__exportStar(require("./llmUsage/client/requests"), exports);
|
|
42
|
+
exports.summaries = __importStar(require("./summaries"));
|
|
43
|
+
__exportStar(require("./summaries/types"), exports);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../../index";
|
|
4
|
+
import { SummariesGetResponseValue } from "../types/SummariesGetResponseValue";
|
|
5
|
+
export declare const Response: core.serialization.Schema<serializers.conversationalAi.agents.summaries.get.Response.Raw, Record<string, ElevenLabs.conversationalAi.agents.SummariesGetResponseValue>>;
|
|
6
|
+
export declare namespace Response {
|
|
7
|
+
type Raw = Record<string, SummariesGetResponseValue.Raw>;
|
|
8
|
+
}
|
package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.Response = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
39
|
+
const SummariesGetResponseValue_1 = require("../types/SummariesGetResponseValue");
|
|
40
|
+
exports.Response = core.serialization.record(core.serialization.string(), SummariesGetResponseValue_1.SummariesGetResponseValue);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as get from "./get";
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.get = void 0;
|
|
37
|
+
exports.get = __importStar(require("./get"));
|