@elevenlabs/elevenlabs-js 2.31.0 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +1 -1
- package/BaseClient.js +2 -2
- package/Client.d.ts +10 -0
- package/Client.js +39 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +12 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +28 -8
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/{dist/serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches/client}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/{serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/{dist/api/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/deployments/client}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/api/resources/{workspace/resources/members/types → conversationalAi/resources/agents/resources/deployments}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +9 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.js +10 -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/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
- package/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -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 +6 -1
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -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/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- 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/resources/workspace/resources/index.d.ts +0 -2
- package/api/resources/workspace/resources/index.js +0 -2
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
- package/api/resources/workspace/resources/invites/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/index.js +0 -1
- package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
- package/api/resources/workspace/resources/members/index.d.ts +0 -1
- package/api/resources/workspace/resources/members/index.js +0 -1
- package/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
- package/api/resources/workspace/resources/resources/client/Client.js +0 -59
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
- package/api/types/AgentBranchBasicInfo.d.ts +4 -0
- package/api/types/AgentBranchBasicInfo.js +3 -0
- package/api/types/AgentBranchResponse.d.ts +19 -0
- package/api/types/AgentBranchResponse.js +3 -0
- package/api/types/AgentBranchSummary.d.ts +17 -0
- package/api/types/AgentBranchSummary.js +3 -0
- package/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
- package/api/types/AgentDeploymentPercentageStrategy.js +3 -0
- package/api/types/AgentDeploymentRequest.d.ts +5 -0
- package/api/types/AgentDeploymentRequest.js +3 -0
- package/api/types/AgentDeploymentRequestItem.d.ts +6 -0
- package/api/types/AgentDeploymentRequestItem.js +3 -0
- package/api/types/AgentDeploymentResponse.d.ts +4 -0
- package/api/types/AgentDeploymentResponse.js +3 -0
- package/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
- package/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
- package/api/types/AgentVersionMetadata.d.ts +11 -0
- package/api/types/AgentVersionMetadata.js +3 -0
- package/api/types/AgentVersionParents.d.ts +6 -0
- package/api/types/AgentVersionParents.js +3 -0
- package/api/types/BranchProtectionStatus.d.ts +5 -0
- package/api/types/BranchProtectionStatus.js +8 -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/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
- package/api/types/CreateAgentBranchResponseModel.js +3 -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 +51 -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/GetConversationResponseModel.d.ts +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/ListResponseAgentBranchSummary.d.ts +5 -0
- package/api/types/ListResponseAgentBranchSummary.js +3 -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} +9 -2
- package/{dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → api/types/PermissionType.js} +9 -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/ProjectCreationMetaResponseModelType.d.ts +1 -0
- package/api/types/ProjectCreationMetaResponseModelType.js +1 -0
- package/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/api/types/ProjectResponse.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/SeatType.d.ts +5 -0
- package/{dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → api/types/SeatType.js} +2 -2
- package/api/types/SongMetadata.d.ts +4 -0
- package/api/types/SpellingPatience.d.ts +6 -0
- package/api/types/SpellingPatience.js +9 -0
- package/api/types/ToolSortBy.d.ts +5 -0
- package/api/types/ToolSortBy.js +8 -0
- package/api/types/ToolTypeFilter.d.ts +6 -0
- package/api/types/ToolTypeFilter.js +9 -0
- package/api/types/ToolsResponseModel.d.ts +2 -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 +38 -1
- package/api/types/index.js +38 -1
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +10 -0
- package/dist/Client.js +39 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +28 -8
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +9 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +10 -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/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -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 +6 -1
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -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/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- 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/resources/workspace/resources/index.d.ts +0 -2
- package/dist/api/resources/workspace/resources/index.js +0 -2
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
- package/dist/api/resources/workspace/resources/invites/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/index.js +0 -1
- package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
- package/dist/api/resources/workspace/resources/members/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/members/index.js +0 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
- package/dist/api/resources/workspace/resources/resources/client/Client.js +0 -59
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
- package/dist/api/types/AgentBranchBasicInfo.d.ts +4 -0
- package/dist/api/types/AgentBranchBasicInfo.js +3 -0
- package/dist/api/types/AgentBranchResponse.d.ts +19 -0
- package/dist/api/types/AgentBranchResponse.js +3 -0
- package/dist/api/types/AgentBranchSummary.d.ts +17 -0
- package/dist/api/types/AgentBranchSummary.js +3 -0
- package/dist/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
- package/dist/api/types/AgentDeploymentPercentageStrategy.js +3 -0
- package/dist/api/types/AgentDeploymentRequest.d.ts +5 -0
- package/dist/api/types/AgentDeploymentRequest.js +3 -0
- package/dist/api/types/AgentDeploymentRequestItem.d.ts +6 -0
- package/dist/api/types/AgentDeploymentRequestItem.js +3 -0
- package/dist/api/types/AgentDeploymentResponse.d.ts +4 -0
- package/dist/api/types/AgentDeploymentResponse.js +3 -0
- package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
- package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
- package/dist/api/types/AgentVersionMetadata.d.ts +11 -0
- package/dist/api/types/AgentVersionMetadata.js +3 -0
- package/dist/api/types/AgentVersionParents.d.ts +6 -0
- package/dist/api/types/AgentVersionParents.js +3 -0
- package/dist/api/types/BranchProtectionStatus.d.ts +5 -0
- package/dist/api/types/BranchProtectionStatus.js +8 -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/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
- package/dist/api/types/CreateAgentBranchResponseModel.js +3 -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 +51 -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/GetConversationResponseModel.d.ts +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/ListResponseAgentBranchSummary.d.ts +5 -0
- package/dist/api/types/ListResponseAgentBranchSummary.js +3 -0
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
- package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/dist/api/{resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts → types/PermissionType.d.ts} +9 -2
- package/{api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → dist/api/types/PermissionType.js} +9 -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/ProjectCreationMetaResponseModelType.d.ts +1 -0
- package/dist/api/types/ProjectCreationMetaResponseModelType.js +1 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/dist/api/types/ProjectResponse.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/SeatType.d.ts +5 -0
- package/{api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/api/types/SeatType.js} +2 -2
- package/dist/api/types/SongMetadata.d.ts +4 -0
- package/dist/api/types/SpellingPatience.d.ts +6 -0
- package/dist/api/types/SpellingPatience.js +9 -0
- package/dist/api/types/ToolSortBy.d.ts +5 -0
- package/dist/api/types/ToolSortBy.js +8 -0
- package/dist/api/types/ToolTypeFilter.d.ts +6 -0
- package/dist/api/types/ToolTypeFilter.js +9 -0
- package/dist/api/types/ToolsResponseModel.d.ts +2 -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 +38 -1
- package/dist/api/types/index.js +38 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +8 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.js +9 -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/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
- 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/{serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js} +2 -2
- 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/{serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -20
- 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/resources/workspace/resources/index.d.ts +0 -2
- package/dist/serialization/resources/workspace/resources/index.js +0 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
- package/dist/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/invites/index.js +0 -1
- package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
- package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
- package/dist/serialization/resources/workspace/resources/members/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/members/index.js +0 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
- package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
- package/dist/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
- package/dist/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
- package/dist/serialization/types/AgentBranchBasicInfo.js +42 -0
- package/dist/serialization/types/AgentBranchResponse.d.ts +24 -0
- package/dist/serialization/types/AgentBranchResponse.js +56 -0
- package/dist/serialization/types/AgentBranchSummary.d.ts +21 -0
- package/dist/serialization/types/AgentBranchSummary.js +53 -0
- package/dist/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
- package/dist/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
- package/dist/serialization/types/AgentDeploymentRequest.d.ts +10 -0
- package/dist/serialization/types/AgentDeploymentRequest.js +42 -0
- package/dist/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
- package/dist/serialization/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentDeploymentRequestItem.js} +6 -6
- package/dist/serialization/types/AgentDeploymentResponse.d.ts +9 -0
- package/dist/serialization/types/AgentDeploymentResponse.js +41 -0
- package/dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
- package/{serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js} +5 -6
- package/dist/serialization/types/AgentVersionMetadata.d.ts +18 -0
- package/dist/serialization/types/AgentVersionMetadata.js +50 -0
- package/dist/serialization/types/AgentVersionParents.d.ts +12 -0
- package/dist/serialization/types/AgentVersionParents.js +44 -0
- package/dist/serialization/types/BranchProtectionStatus.d.ts +7 -0
- package/dist/serialization/types/BranchProtectionStatus.js +39 -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/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
- package/dist/serialization/types/CreateAgentBranchResponseModel.js +42 -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 +66 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +98 -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/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- 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/ListResponseAgentBranchSummary.d.ts +12 -0
- package/dist/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → dist/serialization/types/PermissionType.d.ts} +3 -3
- package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → dist/serialization/types/PermissionType.js} +9 -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/ProjectCreationMetaResponseModelType.d.ts +1 -1
- package/dist/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +3 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +3 -0
- package/dist/serialization/types/ProjectResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectResponse.js +1 -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/types/ReviewResponseModel.js +48 -0
- 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/SeatType.d.ts +7 -0
- package/dist/serialization/types/SeatType.js +39 -0
- package/dist/serialization/types/SongMetadata.d.ts +2 -0
- package/dist/serialization/types/SongMetadata.js +2 -0
- package/dist/serialization/types/SpellingPatience.d.ts +7 -0
- package/dist/serialization/types/SpellingPatience.js +39 -0
- package/dist/serialization/types/ToolSortBy.d.ts +7 -0
- package/dist/serialization/types/ToolSortBy.js +39 -0
- package/dist/serialization/types/ToolTypeFilter.d.ts +7 -0
- package/dist/serialization/types/ToolTypeFilter.js +39 -0
- package/dist/serialization/types/ToolsResponseModel.d.ts +2 -0
- package/dist/serialization/types/ToolsResponseModel.js +2 -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 +38 -1
- package/dist/serialization/types/index.js +38 -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 +1166 -132
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +8 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/index.js +9 -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/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
- 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/{dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js} +2 -2
- 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/{dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -20
- 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/resources/workspace/resources/index.d.ts +0 -2
- package/serialization/resources/workspace/resources/index.js +0 -2
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
- package/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/invites/index.js +0 -1
- package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
- package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
- package/serialization/resources/workspace/resources/members/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/members/index.js +0 -1
- package/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
- package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
- package/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
- package/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
- package/serialization/types/AgentBranchBasicInfo.js +42 -0
- package/serialization/types/AgentBranchResponse.d.ts +24 -0
- package/serialization/types/AgentBranchResponse.js +56 -0
- package/serialization/types/AgentBranchSummary.d.ts +21 -0
- package/serialization/types/AgentBranchSummary.js +53 -0
- package/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
- package/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
- package/serialization/types/AgentDeploymentRequest.d.ts +10 -0
- package/serialization/types/AgentDeploymentRequest.js +42 -0
- package/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
- package/serialization/types/AgentDeploymentRequestItem.js +43 -0
- package/serialization/types/AgentDeploymentResponse.d.ts +9 -0
- package/serialization/types/AgentDeploymentResponse.js +41 -0
- package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
- package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js +42 -0
- package/serialization/types/AgentVersionMetadata.d.ts +18 -0
- package/serialization/types/AgentVersionMetadata.js +50 -0
- package/serialization/types/AgentVersionParents.d.ts +12 -0
- package/serialization/types/AgentVersionParents.js +44 -0
- package/serialization/types/BranchProtectionStatus.d.ts +7 -0
- package/serialization/types/BranchProtectionStatus.js +39 -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/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
- package/serialization/types/CreateAgentBranchResponseModel.js +42 -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 +66 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +98 -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/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- 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/ListResponseAgentBranchSummary.d.ts +12 -0
- package/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → serialization/types/PermissionType.d.ts} +3 -3
- package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → serialization/types/PermissionType.js} +9 -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/ProjectCreationMetaResponseModelType.d.ts +1 -1
- package/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
- package/serialization/types/ProjectExtendedResponse.d.ts +3 -0
- package/serialization/types/ProjectExtendedResponse.js +3 -0
- package/serialization/types/ProjectResponse.d.ts +1 -0
- package/serialization/types/ProjectResponse.js +1 -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/SeatType.d.ts +7 -0
- package/serialization/types/SeatType.js +39 -0
- package/serialization/types/SongMetadata.d.ts +2 -0
- package/serialization/types/SongMetadata.js +2 -0
- package/serialization/types/SpellingPatience.d.ts +7 -0
- package/serialization/types/SpellingPatience.js +39 -0
- package/serialization/types/ToolSortBy.d.ts +7 -0
- package/serialization/types/ToolSortBy.js +39 -0
- package/serialization/types/ToolTypeFilter.d.ts +7 -0
- package/serialization/types/ToolTypeFilter.js +39 -0
- package/serialization/types/ToolsResponseModel.d.ts +2 -0
- package/serialization/types/ToolsResponseModel.js +2 -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 +38 -1
- package/serialization/types/index.js +38 -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/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
- package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
- package/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/types/index.js +0 -17
- package/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
- package/api/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +0 -31
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.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/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
- package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
- package/dist/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/types/index.js +0 -17
- package/dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
- package/dist/api/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
- 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/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -68
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
- package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
- package/dist/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/invites/types/index.js +0 -17
- package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
- package/dist/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -68
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
- package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
- package/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/invites/types/index.js +0 -17
- package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
- package/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
- /package/api/resources/{workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js} +0 -0
- /package/{dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js} +0 -0
|
@@ -13,6 +13,9 @@ export * from "./AddWorkspaceGroupMemberResponseModel";
|
|
|
13
13
|
export * from "./AddWorkspaceInviteResponseModel";
|
|
14
14
|
export * from "./AdhocAgentConfigOverrideForTestRequestModel";
|
|
15
15
|
export * from "./Age";
|
|
16
|
+
export * from "./AgentBranchBasicInfo";
|
|
17
|
+
export * from "./AgentBranchResponse";
|
|
18
|
+
export * from "./AgentBranchSummary";
|
|
16
19
|
export * from "./AgentCallLimits";
|
|
17
20
|
export * from "./AgentConfig";
|
|
18
21
|
export * from "./AgentConfigApiModelWorkflowOverrideInput";
|
|
@@ -21,6 +24,10 @@ export * from "./AgentConfigOverrideConfig";
|
|
|
21
24
|
export * from "./AgentConfigOverrideInput";
|
|
22
25
|
export * from "./AgentConfigOverrideOutput";
|
|
23
26
|
export * from "./AgentDefinitionSource";
|
|
27
|
+
export * from "./AgentDeploymentPercentageStrategy";
|
|
28
|
+
export * from "./AgentDeploymentRequest";
|
|
29
|
+
export * from "./AgentDeploymentRequestItem";
|
|
30
|
+
export * from "./AgentDeploymentResponse";
|
|
24
31
|
export * from "./AgentFailureResponseExample";
|
|
25
32
|
export * from "./AgentMetadata";
|
|
26
33
|
export * from "./AgentMetadataResponseModel";
|
|
@@ -29,9 +36,12 @@ export * from "./AgentPlatformSettingsResponseModel";
|
|
|
29
36
|
export * from "./AgentSimulatedChatTestResponseModel";
|
|
30
37
|
export * from "./AgentSortBy";
|
|
31
38
|
export * from "./AgentSuccessfulResponseExample";
|
|
39
|
+
export * from "./AgentSummaryBatchSuccessfulResponseModel";
|
|
32
40
|
export * from "./AgentSummaryResponseModel";
|
|
33
41
|
export * from "./AgentTestingSettings";
|
|
34
42
|
export * from "./AgentTransfer";
|
|
43
|
+
export * from "./AgentVersionMetadata";
|
|
44
|
+
export * from "./AgentVersionParents";
|
|
35
45
|
export * from "./AgentWorkflowRequestModel";
|
|
36
46
|
export * from "./AgentWorkflowRequestModelNodesValue";
|
|
37
47
|
export * from "./AgentWorkflowResponseModel";
|
|
@@ -135,6 +145,7 @@ export * from "./BatchFailureResponseModel";
|
|
|
135
145
|
export * from "./BillingPeriod";
|
|
136
146
|
export * from "./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge";
|
|
137
147
|
export * from "./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender";
|
|
148
|
+
export * from "./BranchProtectionStatus";
|
|
138
149
|
export * from "./BreakdownTypes";
|
|
139
150
|
export * from "./BuiltInToolsInput";
|
|
140
151
|
export * from "./BuiltInToolsOutput";
|
|
@@ -183,6 +194,7 @@ export * from "./CharacterUsageResponse";
|
|
|
183
194
|
export * from "./ClientEvent";
|
|
184
195
|
export * from "./ClientToolConfigInput";
|
|
185
196
|
export * from "./ClientToolConfigOutput";
|
|
197
|
+
export * from "./Contributor";
|
|
186
198
|
export * from "./ConvAiDynamicVariable";
|
|
187
199
|
export * from "./ConvAiSecretLocator";
|
|
188
200
|
export * from "./ConvAiStoredSecretDependencies";
|
|
@@ -266,6 +278,7 @@ export * from "./ConversationTokenPurpose";
|
|
|
266
278
|
export * from "./ConversationTurnMetrics";
|
|
267
279
|
export * from "./ConvertChapterResponseModel";
|
|
268
280
|
export * from "./ConvertProjectResponseModel";
|
|
281
|
+
export * from "./CreateAgentBranchResponseModel";
|
|
269
282
|
export * from "./CreateAgentResponseModel";
|
|
270
283
|
export * from "./CreateAudioNativeProjectRequest";
|
|
271
284
|
export * from "./CreatePhoneNumberResponseModel";
|
|
@@ -278,6 +291,8 @@ export * from "./CreateUnitTestResponseModel";
|
|
|
278
291
|
export * from "./CustomLlm";
|
|
279
292
|
export * from "./CustomLlmapiType";
|
|
280
293
|
export * from "./CustomLlmRequestHeadersValue";
|
|
294
|
+
export * from "./CustomSipHeader";
|
|
295
|
+
export * from "./CustomSipHeaderWithDynamicVariable";
|
|
281
296
|
export * from "./DashboardCallSuccessChartModel";
|
|
282
297
|
export * from "./DashboardCriteriaChartModel";
|
|
283
298
|
export * from "./DashboardDataCollectionChartModel";
|
|
@@ -305,6 +320,11 @@ export * from "./DetailedMusicResponse";
|
|
|
305
320
|
export * from "./DetectedEntity";
|
|
306
321
|
export * from "./DialogueInput";
|
|
307
322
|
export * from "./DialogueInputResponseModel";
|
|
323
|
+
export * from "./DirectPublishingReadResponseModel";
|
|
324
|
+
export * from "./DirectPublishingReadResponseModelDisplayMode";
|
|
325
|
+
export * from "./DirectPublishingReadResponseModelGenreItem";
|
|
326
|
+
export * from "./DirectPublishingReadResponseModelPayoutType";
|
|
327
|
+
export * from "./DirectPublishingReadResponseModelTargetAudience";
|
|
308
328
|
export * from "./DiscountResponseModel";
|
|
309
329
|
export * from "./DocumentUsageModeEnum";
|
|
310
330
|
export * from "./DocxExportOptions";
|
|
@@ -431,6 +451,7 @@ export * from "./InboundSipTrunkConfigRequestModel";
|
|
|
431
451
|
export * from "./IntegrationType";
|
|
432
452
|
export * from "./InvoiceResponse";
|
|
433
453
|
export * from "./InvoiceResponseModelPaymentIntentStatus";
|
|
454
|
+
export * from "./InvoiceResponseModelPaymentIntentStatussesItem";
|
|
434
455
|
export * from "./KnowledgeBaseDependentType";
|
|
435
456
|
export * from "./KnowledgeBaseDocumentChunkResponseModel";
|
|
436
457
|
export * from "./KnowledgeBaseDocumentMetadataResponseModel";
|
|
@@ -452,6 +473,7 @@ export * from "./LanguageResponse";
|
|
|
452
473
|
export * from "./LibraryVoiceResponse";
|
|
453
474
|
export * from "./LibraryVoiceResponseModelCategory";
|
|
454
475
|
export * from "./ListMcpToolsResponseModel";
|
|
476
|
+
export * from "./ListResponseAgentBranchSummary";
|
|
455
477
|
export * from "./ListResponseMeta";
|
|
456
478
|
export * from "./ListWhatsAppAccountsResponse";
|
|
457
479
|
export * from "./LiteralJsonSchemaProperty";
|
|
@@ -519,9 +541,11 @@ export * from "./PdfExportOptions";
|
|
|
519
541
|
export * from "./PendingCancellationResponseModel";
|
|
520
542
|
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
521
543
|
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
544
|
+
export * from "./PermissionType";
|
|
522
545
|
export * from "./PhoneNumberAgentInfo";
|
|
523
546
|
export * from "./PhoneNumberDynamicVariableTransferDestination";
|
|
524
547
|
export * from "./PhoneNumberTransfer";
|
|
548
|
+
export * from "./PhoneNumberTransferCustomSipHeadersItem";
|
|
525
549
|
export * from "./PhoneNumberTransferDestination";
|
|
526
550
|
export * from "./PhoneNumberTransferTransferDestination";
|
|
527
551
|
export * from "./PlayDtmfResultErrorModel";
|
|
@@ -538,6 +562,7 @@ export * from "./PositionInput";
|
|
|
538
562
|
export * from "./PositionOutput";
|
|
539
563
|
export * from "./PostAgentAvatarResponseModel";
|
|
540
564
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
565
|
+
export * from "./PreviewAudioDbModel";
|
|
541
566
|
export * from "./PrivacyConfig";
|
|
542
567
|
export * from "./ProjectCreationMetaResponseModel";
|
|
543
568
|
export * from "./ProjectCreationMetaResponseModelStatus";
|
|
@@ -606,6 +631,8 @@ export * from "./RagIndexStatus";
|
|
|
606
631
|
export * from "./RagRetrievalInfo";
|
|
607
632
|
export * from "./ReaderResourceResponseModel";
|
|
608
633
|
export * from "./ReaderResourceResponseModelResourceType";
|
|
634
|
+
export * from "./ReadLegalTerms";
|
|
635
|
+
export * from "./ReadMetadataChapterDbModel";
|
|
609
636
|
export * from "./RecordingResponse";
|
|
610
637
|
export * from "./ReferencedToolCommonModel";
|
|
611
638
|
export * from "./ReferencedToolCommonModelType";
|
|
@@ -620,12 +647,18 @@ export * from "./ResourceAccessInfo";
|
|
|
620
647
|
export * from "./ResourceAccessInfoRole";
|
|
621
648
|
export * from "./ResourceMetadataResponseModel";
|
|
622
649
|
export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
650
|
+
export * from "./ReviewResponseModel";
|
|
651
|
+
export * from "./ReviewResponseModelRejectReasonsItem";
|
|
652
|
+
export * from "./ReviewResponseModelReviewStatus";
|
|
623
653
|
export * from "./ReviewStatus";
|
|
624
654
|
export * from "./SafetyCommonModel";
|
|
625
655
|
export * from "./SafetyEvaluation";
|
|
626
656
|
export * from "./SafetyResponseModel";
|
|
627
657
|
export * from "./SafetyRule";
|
|
658
|
+
export * from "./SampleConfigDbModel";
|
|
659
|
+
export * from "./SampleConfigDbModelParentType";
|
|
628
660
|
export * from "./SaveVoicePreviewRequest";
|
|
661
|
+
export * from "./SeatType";
|
|
629
662
|
export * from "./SecretDependencyType";
|
|
630
663
|
export * from "./SectionSource";
|
|
631
664
|
export * from "./SegmentCreateResponse";
|
|
@@ -676,6 +709,7 @@ export * from "./SpeechToTextChunkResponseModel";
|
|
|
676
709
|
export * from "./SpeechToTextWebhookResponseModel";
|
|
677
710
|
export * from "./SpeechToTextWordResponseModel";
|
|
678
711
|
export * from "./SpeechToTextWordResponseModelType";
|
|
712
|
+
export * from "./SpellingPatience";
|
|
679
713
|
export * from "./SrtExportOptions";
|
|
680
714
|
export * from "./StartPvcVoiceTrainingResponseModel";
|
|
681
715
|
export * from "./StartSpeakerSeparationResponseModel";
|
|
@@ -720,8 +754,10 @@ export * from "./ToolRequestModel";
|
|
|
720
754
|
export * from "./ToolRequestModelToolConfig";
|
|
721
755
|
export * from "./ToolResponseModel";
|
|
722
756
|
export * from "./ToolResponseModelToolConfig";
|
|
757
|
+
export * from "./ToolSortBy";
|
|
723
758
|
export * from "./ToolsResponseModel";
|
|
724
759
|
export * from "./ToolType";
|
|
760
|
+
export * from "./ToolTypeFilter";
|
|
725
761
|
export * from "./ToolUsageStatsResponseModel";
|
|
726
762
|
export * from "./TransferToAgentToolConfig";
|
|
727
763
|
export * from "./TransferToAgentToolResultErrorModel";
|
|
@@ -850,8 +886,10 @@ export * from "./WorkflowLlmConditionModelOutput";
|
|
|
850
886
|
export * from "./WorkflowOverrideAgentNodeModelInput";
|
|
851
887
|
export * from "./WorkflowOverrideAgentNodeModelOutput";
|
|
852
888
|
export * from "./WorkflowPhoneNumberNodeModelInput";
|
|
889
|
+
export * from "./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem";
|
|
853
890
|
export * from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
|
|
854
891
|
export * from "./WorkflowPhoneNumberNodeModelOutput";
|
|
892
|
+
export * from "./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem";
|
|
855
893
|
export * from "./WorkflowPhoneNumberNodeModelOutputTransferDestination";
|
|
856
894
|
export * from "./WorkflowResultConditionModelInput";
|
|
857
895
|
export * from "./WorkflowResultConditionModelOutput";
|
|
@@ -876,7 +914,6 @@ export * from "./WorkflowUnconditionalModelInput";
|
|
|
876
914
|
export * from "./WorkflowUnconditionalModelOutput";
|
|
877
915
|
export * from "./WorkspaceApiKeyListResponseModel";
|
|
878
916
|
export * from "./WorkspaceApiKeyResponseModel";
|
|
879
|
-
export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
|
|
880
917
|
export * from "./WorkspaceBatchCallsResponse";
|
|
881
918
|
export * from "./WorkspaceCreateApiKeyResponseModel";
|
|
882
919
|
export * from "./WorkspaceCreateWebhookResponseModel";
|
|
@@ -29,6 +29,9 @@ __exportStar(require("./AddWorkspaceGroupMemberResponseModel"), exports);
|
|
|
29
29
|
__exportStar(require("./AddWorkspaceInviteResponseModel"), exports);
|
|
30
30
|
__exportStar(require("./AdhocAgentConfigOverrideForTestRequestModel"), exports);
|
|
31
31
|
__exportStar(require("./Age"), exports);
|
|
32
|
+
__exportStar(require("./AgentBranchBasicInfo"), exports);
|
|
33
|
+
__exportStar(require("./AgentBranchResponse"), exports);
|
|
34
|
+
__exportStar(require("./AgentBranchSummary"), exports);
|
|
32
35
|
__exportStar(require("./AgentCallLimits"), exports);
|
|
33
36
|
__exportStar(require("./AgentConfig"), exports);
|
|
34
37
|
__exportStar(require("./AgentConfigApiModelWorkflowOverrideInput"), exports);
|
|
@@ -37,6 +40,10 @@ __exportStar(require("./AgentConfigOverrideConfig"), exports);
|
|
|
37
40
|
__exportStar(require("./AgentConfigOverrideInput"), exports);
|
|
38
41
|
__exportStar(require("./AgentConfigOverrideOutput"), exports);
|
|
39
42
|
__exportStar(require("./AgentDefinitionSource"), exports);
|
|
43
|
+
__exportStar(require("./AgentDeploymentPercentageStrategy"), exports);
|
|
44
|
+
__exportStar(require("./AgentDeploymentRequest"), exports);
|
|
45
|
+
__exportStar(require("./AgentDeploymentRequestItem"), exports);
|
|
46
|
+
__exportStar(require("./AgentDeploymentResponse"), exports);
|
|
40
47
|
__exportStar(require("./AgentFailureResponseExample"), exports);
|
|
41
48
|
__exportStar(require("./AgentMetadata"), exports);
|
|
42
49
|
__exportStar(require("./AgentMetadataResponseModel"), exports);
|
|
@@ -45,9 +52,12 @@ __exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
|
|
|
45
52
|
__exportStar(require("./AgentSimulatedChatTestResponseModel"), exports);
|
|
46
53
|
__exportStar(require("./AgentSortBy"), exports);
|
|
47
54
|
__exportStar(require("./AgentSuccessfulResponseExample"), exports);
|
|
55
|
+
__exportStar(require("./AgentSummaryBatchSuccessfulResponseModel"), exports);
|
|
48
56
|
__exportStar(require("./AgentSummaryResponseModel"), exports);
|
|
49
57
|
__exportStar(require("./AgentTestingSettings"), exports);
|
|
50
58
|
__exportStar(require("./AgentTransfer"), exports);
|
|
59
|
+
__exportStar(require("./AgentVersionMetadata"), exports);
|
|
60
|
+
__exportStar(require("./AgentVersionParents"), exports);
|
|
51
61
|
__exportStar(require("./AgentWorkflowRequestModel"), exports);
|
|
52
62
|
__exportStar(require("./AgentWorkflowRequestModelNodesValue"), exports);
|
|
53
63
|
__exportStar(require("./AgentWorkflowResponseModel"), exports);
|
|
@@ -151,6 +161,7 @@ __exportStar(require("./BatchFailureResponseModel"), exports);
|
|
|
151
161
|
__exportStar(require("./BillingPeriod"), exports);
|
|
152
162
|
__exportStar(require("./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge"), exports);
|
|
153
163
|
__exportStar(require("./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender"), exports);
|
|
164
|
+
__exportStar(require("./BranchProtectionStatus"), exports);
|
|
154
165
|
__exportStar(require("./BreakdownTypes"), exports);
|
|
155
166
|
__exportStar(require("./BuiltInToolsInput"), exports);
|
|
156
167
|
__exportStar(require("./BuiltInToolsOutput"), exports);
|
|
@@ -199,6 +210,7 @@ __exportStar(require("./CharacterUsageResponse"), exports);
|
|
|
199
210
|
__exportStar(require("./ClientEvent"), exports);
|
|
200
211
|
__exportStar(require("./ClientToolConfigInput"), exports);
|
|
201
212
|
__exportStar(require("./ClientToolConfigOutput"), exports);
|
|
213
|
+
__exportStar(require("./Contributor"), exports);
|
|
202
214
|
__exportStar(require("./ConvAiDynamicVariable"), exports);
|
|
203
215
|
__exportStar(require("./ConvAiSecretLocator"), exports);
|
|
204
216
|
__exportStar(require("./ConvAiStoredSecretDependencies"), exports);
|
|
@@ -282,6 +294,7 @@ __exportStar(require("./ConversationTokenPurpose"), exports);
|
|
|
282
294
|
__exportStar(require("./ConversationTurnMetrics"), exports);
|
|
283
295
|
__exportStar(require("./ConvertChapterResponseModel"), exports);
|
|
284
296
|
__exportStar(require("./ConvertProjectResponseModel"), exports);
|
|
297
|
+
__exportStar(require("./CreateAgentBranchResponseModel"), exports);
|
|
285
298
|
__exportStar(require("./CreateAgentResponseModel"), exports);
|
|
286
299
|
__exportStar(require("./CreateAudioNativeProjectRequest"), exports);
|
|
287
300
|
__exportStar(require("./CreatePhoneNumberResponseModel"), exports);
|
|
@@ -294,6 +307,8 @@ __exportStar(require("./CreateUnitTestResponseModel"), exports);
|
|
|
294
307
|
__exportStar(require("./CustomLlm"), exports);
|
|
295
308
|
__exportStar(require("./CustomLlmapiType"), exports);
|
|
296
309
|
__exportStar(require("./CustomLlmRequestHeadersValue"), exports);
|
|
310
|
+
__exportStar(require("./CustomSipHeader"), exports);
|
|
311
|
+
__exportStar(require("./CustomSipHeaderWithDynamicVariable"), exports);
|
|
297
312
|
__exportStar(require("./DashboardCallSuccessChartModel"), exports);
|
|
298
313
|
__exportStar(require("./DashboardCriteriaChartModel"), exports);
|
|
299
314
|
__exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
@@ -321,6 +336,11 @@ __exportStar(require("./DetailedMusicResponse"), exports);
|
|
|
321
336
|
__exportStar(require("./DetectedEntity"), exports);
|
|
322
337
|
__exportStar(require("./DialogueInput"), exports);
|
|
323
338
|
__exportStar(require("./DialogueInputResponseModel"), exports);
|
|
339
|
+
__exportStar(require("./DirectPublishingReadResponseModel"), exports);
|
|
340
|
+
__exportStar(require("./DirectPublishingReadResponseModelDisplayMode"), exports);
|
|
341
|
+
__exportStar(require("./DirectPublishingReadResponseModelGenreItem"), exports);
|
|
342
|
+
__exportStar(require("./DirectPublishingReadResponseModelPayoutType"), exports);
|
|
343
|
+
__exportStar(require("./DirectPublishingReadResponseModelTargetAudience"), exports);
|
|
324
344
|
__exportStar(require("./DiscountResponseModel"), exports);
|
|
325
345
|
__exportStar(require("./DocumentUsageModeEnum"), exports);
|
|
326
346
|
__exportStar(require("./DocxExportOptions"), exports);
|
|
@@ -447,6 +467,7 @@ __exportStar(require("./InboundSipTrunkConfigRequestModel"), exports);
|
|
|
447
467
|
__exportStar(require("./IntegrationType"), exports);
|
|
448
468
|
__exportStar(require("./InvoiceResponse"), exports);
|
|
449
469
|
__exportStar(require("./InvoiceResponseModelPaymentIntentStatus"), exports);
|
|
470
|
+
__exportStar(require("./InvoiceResponseModelPaymentIntentStatussesItem"), exports);
|
|
450
471
|
__exportStar(require("./KnowledgeBaseDependentType"), exports);
|
|
451
472
|
__exportStar(require("./KnowledgeBaseDocumentChunkResponseModel"), exports);
|
|
452
473
|
__exportStar(require("./KnowledgeBaseDocumentMetadataResponseModel"), exports);
|
|
@@ -468,6 +489,7 @@ __exportStar(require("./LanguageResponse"), exports);
|
|
|
468
489
|
__exportStar(require("./LibraryVoiceResponse"), exports);
|
|
469
490
|
__exportStar(require("./LibraryVoiceResponseModelCategory"), exports);
|
|
470
491
|
__exportStar(require("./ListMcpToolsResponseModel"), exports);
|
|
492
|
+
__exportStar(require("./ListResponseAgentBranchSummary"), exports);
|
|
471
493
|
__exportStar(require("./ListResponseMeta"), exports);
|
|
472
494
|
__exportStar(require("./ListWhatsAppAccountsResponse"), exports);
|
|
473
495
|
__exportStar(require("./LiteralJsonSchemaProperty"), exports);
|
|
@@ -535,9 +557,11 @@ __exportStar(require("./PdfExportOptions"), exports);
|
|
|
535
557
|
__exportStar(require("./PendingCancellationResponseModel"), exports);
|
|
536
558
|
__exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
|
|
537
559
|
__exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
|
|
560
|
+
__exportStar(require("./PermissionType"), exports);
|
|
538
561
|
__exportStar(require("./PhoneNumberAgentInfo"), exports);
|
|
539
562
|
__exportStar(require("./PhoneNumberDynamicVariableTransferDestination"), exports);
|
|
540
563
|
__exportStar(require("./PhoneNumberTransfer"), exports);
|
|
564
|
+
__exportStar(require("./PhoneNumberTransferCustomSipHeadersItem"), exports);
|
|
541
565
|
__exportStar(require("./PhoneNumberTransferDestination"), exports);
|
|
542
566
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
543
567
|
__exportStar(require("./PlayDtmfResultErrorModel"), exports);
|
|
@@ -554,6 +578,7 @@ __exportStar(require("./PositionInput"), exports);
|
|
|
554
578
|
__exportStar(require("./PositionOutput"), exports);
|
|
555
579
|
__exportStar(require("./PostAgentAvatarResponseModel"), exports);
|
|
556
580
|
__exportStar(require("./PostWorkspaceSecretResponseModel"), exports);
|
|
581
|
+
__exportStar(require("./PreviewAudioDbModel"), exports);
|
|
557
582
|
__exportStar(require("./PrivacyConfig"), exports);
|
|
558
583
|
__exportStar(require("./ProjectCreationMetaResponseModel"), exports);
|
|
559
584
|
__exportStar(require("./ProjectCreationMetaResponseModelStatus"), exports);
|
|
@@ -622,6 +647,8 @@ __exportStar(require("./RagIndexStatus"), exports);
|
|
|
622
647
|
__exportStar(require("./RagRetrievalInfo"), exports);
|
|
623
648
|
__exportStar(require("./ReaderResourceResponseModel"), exports);
|
|
624
649
|
__exportStar(require("./ReaderResourceResponseModelResourceType"), exports);
|
|
650
|
+
__exportStar(require("./ReadLegalTerms"), exports);
|
|
651
|
+
__exportStar(require("./ReadMetadataChapterDbModel"), exports);
|
|
625
652
|
__exportStar(require("./RecordingResponse"), exports);
|
|
626
653
|
__exportStar(require("./ReferencedToolCommonModel"), exports);
|
|
627
654
|
__exportStar(require("./ReferencedToolCommonModelType"), exports);
|
|
@@ -636,12 +663,18 @@ __exportStar(require("./ResourceAccessInfo"), exports);
|
|
|
636
663
|
__exportStar(require("./ResourceAccessInfoRole"), exports);
|
|
637
664
|
__exportStar(require("./ResourceMetadataResponseModel"), exports);
|
|
638
665
|
__exportStar(require("./ResourceMetadataResponseModelAnonymousAccessLevelOverride"), exports);
|
|
666
|
+
__exportStar(require("./ReviewResponseModel"), exports);
|
|
667
|
+
__exportStar(require("./ReviewResponseModelRejectReasonsItem"), exports);
|
|
668
|
+
__exportStar(require("./ReviewResponseModelReviewStatus"), exports);
|
|
639
669
|
__exportStar(require("./ReviewStatus"), exports);
|
|
640
670
|
__exportStar(require("./SafetyCommonModel"), exports);
|
|
641
671
|
__exportStar(require("./SafetyEvaluation"), exports);
|
|
642
672
|
__exportStar(require("./SafetyResponseModel"), exports);
|
|
643
673
|
__exportStar(require("./SafetyRule"), exports);
|
|
674
|
+
__exportStar(require("./SampleConfigDbModel"), exports);
|
|
675
|
+
__exportStar(require("./SampleConfigDbModelParentType"), exports);
|
|
644
676
|
__exportStar(require("./SaveVoicePreviewRequest"), exports);
|
|
677
|
+
__exportStar(require("./SeatType"), exports);
|
|
645
678
|
__exportStar(require("./SecretDependencyType"), exports);
|
|
646
679
|
__exportStar(require("./SectionSource"), exports);
|
|
647
680
|
__exportStar(require("./SegmentCreateResponse"), exports);
|
|
@@ -692,6 +725,7 @@ __exportStar(require("./SpeechToTextChunkResponseModel"), exports);
|
|
|
692
725
|
__exportStar(require("./SpeechToTextWebhookResponseModel"), exports);
|
|
693
726
|
__exportStar(require("./SpeechToTextWordResponseModel"), exports);
|
|
694
727
|
__exportStar(require("./SpeechToTextWordResponseModelType"), exports);
|
|
728
|
+
__exportStar(require("./SpellingPatience"), exports);
|
|
695
729
|
__exportStar(require("./SrtExportOptions"), exports);
|
|
696
730
|
__exportStar(require("./StartPvcVoiceTrainingResponseModel"), exports);
|
|
697
731
|
__exportStar(require("./StartSpeakerSeparationResponseModel"), exports);
|
|
@@ -736,8 +770,10 @@ __exportStar(require("./ToolRequestModel"), exports);
|
|
|
736
770
|
__exportStar(require("./ToolRequestModelToolConfig"), exports);
|
|
737
771
|
__exportStar(require("./ToolResponseModel"), exports);
|
|
738
772
|
__exportStar(require("./ToolResponseModelToolConfig"), exports);
|
|
773
|
+
__exportStar(require("./ToolSortBy"), exports);
|
|
739
774
|
__exportStar(require("./ToolsResponseModel"), exports);
|
|
740
775
|
__exportStar(require("./ToolType"), exports);
|
|
776
|
+
__exportStar(require("./ToolTypeFilter"), exports);
|
|
741
777
|
__exportStar(require("./ToolUsageStatsResponseModel"), exports);
|
|
742
778
|
__exportStar(require("./TransferToAgentToolConfig"), exports);
|
|
743
779
|
__exportStar(require("./TransferToAgentToolResultErrorModel"), exports);
|
|
@@ -866,8 +902,10 @@ __exportStar(require("./WorkflowLlmConditionModelOutput"), exports);
|
|
|
866
902
|
__exportStar(require("./WorkflowOverrideAgentNodeModelInput"), exports);
|
|
867
903
|
__exportStar(require("./WorkflowOverrideAgentNodeModelOutput"), exports);
|
|
868
904
|
__exportStar(require("./WorkflowPhoneNumberNodeModelInput"), exports);
|
|
905
|
+
__exportStar(require("./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem"), exports);
|
|
869
906
|
__exportStar(require("./WorkflowPhoneNumberNodeModelInputTransferDestination"), exports);
|
|
870
907
|
__exportStar(require("./WorkflowPhoneNumberNodeModelOutput"), exports);
|
|
908
|
+
__exportStar(require("./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem"), exports);
|
|
871
909
|
__exportStar(require("./WorkflowPhoneNumberNodeModelOutputTransferDestination"), exports);
|
|
872
910
|
__exportStar(require("./WorkflowResultConditionModelInput"), exports);
|
|
873
911
|
__exportStar(require("./WorkflowResultConditionModelOutput"), exports);
|
|
@@ -892,7 +930,6 @@ __exportStar(require("./WorkflowUnconditionalModelInput"), exports);
|
|
|
892
930
|
__exportStar(require("./WorkflowUnconditionalModelOutput"), exports);
|
|
893
931
|
__exportStar(require("./WorkspaceApiKeyListResponseModel"), exports);
|
|
894
932
|
__exportStar(require("./WorkspaceApiKeyResponseModel"), exports);
|
|
895
|
-
__exportStar(require("./WorkspaceApiKeyResponseModelPermissionsItem"), exports);
|
|
896
933
|
__exportStar(require("./WorkspaceBatchCallsResponse"), exports);
|
|
897
934
|
__exportStar(require("./WorkspaceCreateApiKeyResponseModel"), exports);
|
|
898
935
|
__exportStar(require("./WorkspaceCreateWebhookResponseModel"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v2.
|
|
1
|
+
export declare const SDK_VERSION = "v2.33.0";
|
package/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
|
});
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export declare const BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem: {
|
|
2
|
-
readonly TextToSpeech: "text_to_speech";
|
|
3
|
-
readonly SpeechToSpeech: "speech_to_speech";
|
|
4
|
-
readonly SpeechToText: "speech_to_text";
|
|
5
|
-
readonly ModelsRead: "models_read";
|
|
6
|
-
readonly ModelsWrite: "models_write";
|
|
7
|
-
readonly VoicesRead: "voices_read";
|
|
8
|
-
readonly VoicesWrite: "voices_write";
|
|
9
|
-
readonly SpeechHistoryRead: "speech_history_read";
|
|
10
|
-
readonly SpeechHistoryWrite: "speech_history_write";
|
|
11
|
-
readonly SoundGeneration: "sound_generation";
|
|
12
|
-
readonly AudioIsolation: "audio_isolation";
|
|
13
|
-
readonly VoiceGeneration: "voice_generation";
|
|
14
|
-
readonly DubbingRead: "dubbing_read";
|
|
15
|
-
readonly DubbingWrite: "dubbing_write";
|
|
16
|
-
readonly PronunciationDictionariesRead: "pronunciation_dictionaries_read";
|
|
17
|
-
readonly PronunciationDictionariesWrite: "pronunciation_dictionaries_write";
|
|
18
|
-
readonly UserRead: "user_read";
|
|
19
|
-
readonly UserWrite: "user_write";
|
|
20
|
-
readonly ProjectsRead: "projects_read";
|
|
21
|
-
readonly ProjectsWrite: "projects_write";
|
|
22
|
-
readonly AudioNativeRead: "audio_native_read";
|
|
23
|
-
readonly AudioNativeWrite: "audio_native_write";
|
|
24
|
-
readonly WorkspaceRead: "workspace_read";
|
|
25
|
-
readonly WorkspaceWrite: "workspace_write";
|
|
26
|
-
readonly ForcedAlignment: "forced_alignment";
|
|
27
|
-
readonly ConvaiRead: "convai_read";
|
|
28
|
-
readonly ConvaiWrite: "convai_write";
|
|
29
|
-
readonly MusicGeneration: "music_generation";
|
|
30
|
-
};
|
|
31
|
-
export type BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem = (typeof BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem)[keyof typeof BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem];
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem = void 0;
|
|
5
|
-
exports.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem = {
|
|
6
|
-
TextToSpeech: "text_to_speech",
|
|
7
|
-
SpeechToSpeech: "speech_to_speech",
|
|
8
|
-
SpeechToText: "speech_to_text",
|
|
9
|
-
ModelsRead: "models_read",
|
|
10
|
-
ModelsWrite: "models_write",
|
|
11
|
-
VoicesRead: "voices_read",
|
|
12
|
-
VoicesWrite: "voices_write",
|
|
13
|
-
SpeechHistoryRead: "speech_history_read",
|
|
14
|
-
SpeechHistoryWrite: "speech_history_write",
|
|
15
|
-
SoundGeneration: "sound_generation",
|
|
16
|
-
AudioIsolation: "audio_isolation",
|
|
17
|
-
VoiceGeneration: "voice_generation",
|
|
18
|
-
DubbingRead: "dubbing_read",
|
|
19
|
-
DubbingWrite: "dubbing_write",
|
|
20
|
-
PronunciationDictionariesRead: "pronunciation_dictionaries_read",
|
|
21
|
-
PronunciationDictionariesWrite: "pronunciation_dictionaries_write",
|
|
22
|
-
UserRead: "user_read",
|
|
23
|
-
UserWrite: "user_write",
|
|
24
|
-
ProjectsRead: "projects_read",
|
|
25
|
-
ProjectsWrite: "projects_write",
|
|
26
|
-
AudioNativeRead: "audio_native_read",
|
|
27
|
-
AudioNativeWrite: "audio_native_write",
|
|
28
|
-
WorkspaceRead: "workspace_read",
|
|
29
|
-
WorkspaceWrite: "workspace_write",
|
|
30
|
-
ForcedAlignment: "forced_alignment",
|
|
31
|
-
ConvaiRead: "convai_read",
|
|
32
|
-
ConvaiWrite: "convai_write",
|
|
33
|
-
MusicGeneration: "music_generation",
|
|
34
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare const BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission: {
|
|
2
|
-
readonly External: "external";
|
|
3
|
-
readonly Admin: "admin";
|
|
4
|
-
readonly WorkspaceAdmin: "workspace_admin";
|
|
5
|
-
readonly WorkspaceMember: "workspace_member";
|
|
6
|
-
readonly SupportL1: "support_l1";
|
|
7
|
-
readonly SupportL2: "support_l2";
|
|
8
|
-
readonly Moderator: "moderator";
|
|
9
|
-
readonly Sales: "sales";
|
|
10
|
-
readonly VoiceMixer: "voice_mixer";
|
|
11
|
-
readonly VoiceAdmin: "voice_admin";
|
|
12
|
-
readonly ConvaiAdmin: "convai_admin";
|
|
13
|
-
readonly EnterpriseViewer: "enterprise_viewer";
|
|
14
|
-
readonly QualityCheckAdmin: "quality_check_admin";
|
|
15
|
-
readonly WorkspaceMigrationAdmin: "workspace_migration_admin";
|
|
16
|
-
readonly HumanReviewer: "human_reviewer";
|
|
17
|
-
readonly ProductionsAdmin: "productions_admin";
|
|
18
|
-
readonly Support: "support";
|
|
19
|
-
readonly Internal: "internal";
|
|
20
|
-
};
|
|
21
|
-
export type BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission = (typeof BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission)[keyof typeof BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission];
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission = void 0;
|
|
5
|
-
exports.BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission = {
|
|
6
|
-
External: "external",
|
|
7
|
-
Admin: "admin",
|
|
8
|
-
WorkspaceAdmin: "workspace_admin",
|
|
9
|
-
WorkspaceMember: "workspace_member",
|
|
10
|
-
SupportL1: "support_l1",
|
|
11
|
-
SupportL2: "support_l2",
|
|
12
|
-
Moderator: "moderator",
|
|
13
|
-
Sales: "sales",
|
|
14
|
-
VoiceMixer: "voice_mixer",
|
|
15
|
-
VoiceAdmin: "voice_admin",
|
|
16
|
-
ConvaiAdmin: "convai_admin",
|
|
17
|
-
EnterpriseViewer: "enterprise_viewer",
|
|
18
|
-
QualityCheckAdmin: "quality_check_admin",
|
|
19
|
-
WorkspaceMigrationAdmin: "workspace_migration_admin",
|
|
20
|
-
HumanReviewer: "human_reviewer",
|
|
21
|
-
ProductionsAdmin: "productions_admin",
|
|
22
|
-
Support: "support",
|
|
23
|
-
Internal: "internal",
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission";
|
|
@@ -1,17 +0,0 @@
|
|
|
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("./BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission"), exports);
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole: {
|
|
2
|
-
readonly WorkspaceAdmin: "workspace_admin";
|
|
3
|
-
readonly WorkspaceMember: "workspace_member";
|
|
4
|
-
};
|
|
5
|
-
export type BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole = (typeof BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole)[keyof typeof BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../../../../../index";
|
|
2
|
-
/**
|
|
3
|
-
* @example
|
|
4
|
-
* {
|
|
5
|
-
* resourceType: "voice",
|
|
6
|
-
* targetUserId: "target_user_id"
|
|
7
|
-
* }
|
|
8
|
-
*/
|
|
9
|
-
export interface BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost {
|
|
10
|
-
/** Resource type of the target resource. */
|
|
11
|
-
resourceType: ElevenLabs.WorkspaceResourceType;
|
|
12
|
-
/** The ID of the target user. */
|
|
13
|
-
targetUserId: string;
|
|
14
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export declare const WorkspaceApiKeyResponseModelPermissionsItem: {
|
|
2
|
-
readonly TextToSpeech: "text_to_speech";
|
|
3
|
-
readonly SpeechToSpeech: "speech_to_speech";
|
|
4
|
-
readonly SpeechToText: "speech_to_text";
|
|
5
|
-
readonly ModelsRead: "models_read";
|
|
6
|
-
readonly ModelsWrite: "models_write";
|
|
7
|
-
readonly VoicesRead: "voices_read";
|
|
8
|
-
readonly VoicesWrite: "voices_write";
|
|
9
|
-
readonly SpeechHistoryRead: "speech_history_read";
|
|
10
|
-
readonly SpeechHistoryWrite: "speech_history_write";
|
|
11
|
-
readonly SoundGeneration: "sound_generation";
|
|
12
|
-
readonly AudioIsolation: "audio_isolation";
|
|
13
|
-
readonly VoiceGeneration: "voice_generation";
|
|
14
|
-
readonly DubbingRead: "dubbing_read";
|
|
15
|
-
readonly DubbingWrite: "dubbing_write";
|
|
16
|
-
readonly PronunciationDictionariesRead: "pronunciation_dictionaries_read";
|
|
17
|
-
readonly PronunciationDictionariesWrite: "pronunciation_dictionaries_write";
|
|
18
|
-
readonly UserRead: "user_read";
|
|
19
|
-
readonly UserWrite: "user_write";
|
|
20
|
-
readonly ProjectsRead: "projects_read";
|
|
21
|
-
readonly ProjectsWrite: "projects_write";
|
|
22
|
-
readonly AudioNativeRead: "audio_native_read";
|
|
23
|
-
readonly AudioNativeWrite: "audio_native_write";
|
|
24
|
-
readonly WorkspaceRead: "workspace_read";
|
|
25
|
-
readonly WorkspaceWrite: "workspace_write";
|
|
26
|
-
readonly ForcedAlignment: "forced_alignment";
|
|
27
|
-
readonly ConvaiRead: "convai_read";
|
|
28
|
-
readonly ConvaiWrite: "convai_write";
|
|
29
|
-
readonly MusicGeneration: "music_generation";
|
|
30
|
-
};
|
|
31
|
-
export type WorkspaceApiKeyResponseModelPermissionsItem = (typeof WorkspaceApiKeyResponseModelPermissionsItem)[keyof typeof WorkspaceApiKeyResponseModelPermissionsItem];
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.WorkspaceApiKeyResponseModelPermissionsItem = void 0;
|
|
5
|
-
exports.WorkspaceApiKeyResponseModelPermissionsItem = {
|
|
6
|
-
TextToSpeech: "text_to_speech",
|
|
7
|
-
SpeechToSpeech: "speech_to_speech",
|
|
8
|
-
SpeechToText: "speech_to_text",
|
|
9
|
-
ModelsRead: "models_read",
|
|
10
|
-
ModelsWrite: "models_write",
|
|
11
|
-
VoicesRead: "voices_read",
|
|
12
|
-
VoicesWrite: "voices_write",
|
|
13
|
-
SpeechHistoryRead: "speech_history_read",
|
|
14
|
-
SpeechHistoryWrite: "speech_history_write",
|
|
15
|
-
SoundGeneration: "sound_generation",
|
|
16
|
-
AudioIsolation: "audio_isolation",
|
|
17
|
-
VoiceGeneration: "voice_generation",
|
|
18
|
-
DubbingRead: "dubbing_read",
|
|
19
|
-
DubbingWrite: "dubbing_write",
|
|
20
|
-
PronunciationDictionariesRead: "pronunciation_dictionaries_read",
|
|
21
|
-
PronunciationDictionariesWrite: "pronunciation_dictionaries_write",
|
|
22
|
-
UserRead: "user_read",
|
|
23
|
-
UserWrite: "user_write",
|
|
24
|
-
ProjectsRead: "projects_read",
|
|
25
|
-
ProjectsWrite: "projects_write",
|
|
26
|
-
AudioNativeRead: "audio_native_read",
|
|
27
|
-
AudioNativeWrite: "audio_native_write",
|
|
28
|
-
WorkspaceRead: "workspace_read",
|
|
29
|
-
WorkspaceWrite: "workspace_write",
|
|
30
|
-
ForcedAlignment: "forced_alignment",
|
|
31
|
-
ConvaiRead: "convai_read",
|
|
32
|
-
ConvaiWrite: "convai_write",
|
|
33
|
-
MusicGeneration: "music_generation",
|
|
34
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export declare const BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem: {
|
|
2
|
-
readonly TextToSpeech: "text_to_speech";
|
|
3
|
-
readonly SpeechToSpeech: "speech_to_speech";
|
|
4
|
-
readonly SpeechToText: "speech_to_text";
|
|
5
|
-
readonly ModelsRead: "models_read";
|
|
6
|
-
readonly ModelsWrite: "models_write";
|
|
7
|
-
readonly VoicesRead: "voices_read";
|
|
8
|
-
readonly VoicesWrite: "voices_write";
|
|
9
|
-
readonly SpeechHistoryRead: "speech_history_read";
|
|
10
|
-
readonly SpeechHistoryWrite: "speech_history_write";
|
|
11
|
-
readonly SoundGeneration: "sound_generation";
|
|
12
|
-
readonly AudioIsolation: "audio_isolation";
|
|
13
|
-
readonly VoiceGeneration: "voice_generation";
|
|
14
|
-
readonly DubbingRead: "dubbing_read";
|
|
15
|
-
readonly DubbingWrite: "dubbing_write";
|
|
16
|
-
readonly PronunciationDictionariesRead: "pronunciation_dictionaries_read";
|
|
17
|
-
readonly PronunciationDictionariesWrite: "pronunciation_dictionaries_write";
|
|
18
|
-
readonly UserRead: "user_read";
|
|
19
|
-
readonly UserWrite: "user_write";
|
|
20
|
-
readonly ProjectsRead: "projects_read";
|
|
21
|
-
readonly ProjectsWrite: "projects_write";
|
|
22
|
-
readonly AudioNativeRead: "audio_native_read";
|
|
23
|
-
readonly AudioNativeWrite: "audio_native_write";
|
|
24
|
-
readonly WorkspaceRead: "workspace_read";
|
|
25
|
-
readonly WorkspaceWrite: "workspace_write";
|
|
26
|
-
readonly ForcedAlignment: "forced_alignment";
|
|
27
|
-
readonly ConvaiRead: "convai_read";
|
|
28
|
-
readonly ConvaiWrite: "convai_write";
|
|
29
|
-
readonly MusicGeneration: "music_generation";
|
|
30
|
-
};
|
|
31
|
-
export type BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem = (typeof BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem)[keyof typeof BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem];
|