@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.
Files changed (965) hide show
  1. package/.fern/metadata.json +1 -1
  2. package/BaseClient.js +2 -2
  3. package/Client.d.ts +10 -0
  4. package/Client.js +39 -0
  5. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +12 -0
  6. package/api/resources/conversationalAi/resources/agents/client/Client.js +28 -8
  7. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
  8. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
  9. package/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  10. package/{dist/serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches/client}/index.js +1 -1
  11. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
  12. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
  13. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  14. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
  15. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
  16. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
  17. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
  18. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
  19. package/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  20. package/{serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches}/index.js +1 -1
  21. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
  22. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
  23. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  24. package/{dist/api/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/deployments/client}/index.js +1 -1
  25. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
  26. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
  27. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  28. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
  29. package/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  30. package/api/resources/{workspace/resources/members/types → conversationalAi/resources/agents/resources/deployments}/index.js +1 -1
  31. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
  32. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
  33. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  34. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  35. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
  36. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
  37. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
  38. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
  39. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
  40. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
  41. package/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  42. package/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  43. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +9 -0
  44. package/api/resources/conversationalAi/resources/agents/resources/index.js +10 -1
  45. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
  46. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
  47. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  48. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
  49. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
  50. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
  51. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
  52. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
  53. package/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  54. package/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  55. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
  56. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
  57. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  58. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  59. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
  60. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
  61. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
  62. package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
  63. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
  64. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
  65. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
  66. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
  67. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
  68. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
  69. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
  70. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
  71. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
  72. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
  73. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
  74. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  75. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
  76. package/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
  77. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
  78. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
  79. package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  80. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
  81. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
  82. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  83. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  84. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  85. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  86. package/api/resources/speechToText/client/Client.d.ts +1 -1
  87. package/api/resources/speechToText/client/Client.js +4 -2
  88. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
  89. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
  90. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
  91. package/api/resources/speechToText/types/index.d.ts +1 -0
  92. package/api/resources/speechToText/types/index.js +1 -0
  93. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
  94. package/api/resources/studio/resources/projects/client/Client.js +6 -1
  95. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -5
  96. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
  97. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
  98. package/api/resources/studio/resources/projects/types/index.d.ts +1 -0
  99. package/api/resources/studio/resources/projects/types/index.js +1 -0
  100. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
  101. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
  102. package/api/resources/textToSpeech/client/Client.d.ts +1 -1
  103. package/api/resources/textToSpeech/client/Client.js +1 -1
  104. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  105. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
  106. package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
  107. package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
  108. package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
  109. package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
  110. package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  111. package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  112. package/api/resources/voices/client/Client.js +7 -1
  113. package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
  114. package/api/resources/voices/resources/index.d.ts +1 -0
  115. package/api/resources/voices/resources/index.js +1 -0
  116. package/api/resources/voices/resources/ivc/client/Client.js +7 -1
  117. package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
  118. package/api/resources/voices/resources/ivc/index.d.ts +1 -0
  119. package/api/resources/voices/resources/ivc/index.js +1 -0
  120. package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
  121. package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
  122. package/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
  123. package/api/resources/voices/resources/ivc/types/index.js +17 -0
  124. package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  125. package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  126. package/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
  127. package/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
  128. package/api/resources/voices/types/index.d.ts +1 -0
  129. package/api/resources/voices/types/index.js +1 -0
  130. package/api/resources/workspace/resources/index.d.ts +0 -2
  131. package/api/resources/workspace/resources/index.js +0 -2
  132. package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
  133. package/api/resources/workspace/resources/invites/index.d.ts +0 -1
  134. package/api/resources/workspace/resources/invites/index.js +0 -1
  135. package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
  136. package/api/resources/workspace/resources/members/index.d.ts +0 -1
  137. package/api/resources/workspace/resources/members/index.js +0 -1
  138. package/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
  139. package/api/resources/workspace/resources/resources/client/Client.js +0 -59
  140. package/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  141. package/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
  142. package/api/types/AgentBranchBasicInfo.d.ts +4 -0
  143. package/api/types/AgentBranchBasicInfo.js +3 -0
  144. package/api/types/AgentBranchResponse.d.ts +19 -0
  145. package/api/types/AgentBranchResponse.js +3 -0
  146. package/api/types/AgentBranchSummary.d.ts +17 -0
  147. package/api/types/AgentBranchSummary.js +3 -0
  148. package/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
  149. package/api/types/AgentDeploymentPercentageStrategy.js +3 -0
  150. package/api/types/AgentDeploymentRequest.d.ts +5 -0
  151. package/api/types/AgentDeploymentRequest.js +3 -0
  152. package/api/types/AgentDeploymentRequestItem.d.ts +6 -0
  153. package/api/types/AgentDeploymentRequestItem.js +3 -0
  154. package/api/types/AgentDeploymentResponse.d.ts +4 -0
  155. package/api/types/AgentDeploymentResponse.js +3 -0
  156. package/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
  157. package/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
  158. package/api/types/AgentVersionMetadata.d.ts +11 -0
  159. package/api/types/AgentVersionMetadata.js +3 -0
  160. package/api/types/AgentVersionParents.d.ts +6 -0
  161. package/api/types/AgentVersionParents.js +3 -0
  162. package/api/types/BranchProtectionStatus.d.ts +5 -0
  163. package/api/types/BranchProtectionStatus.js +8 -0
  164. package/api/types/Contributor.d.ts +4 -0
  165. package/api/types/Contributor.js +3 -0
  166. package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  167. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  168. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  169. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  170. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  171. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  172. package/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
  173. package/api/types/CreateAgentBranchResponseModel.js +3 -0
  174. package/api/types/CustomSipHeader.d.ts +9 -0
  175. package/api/types/CustomSipHeader.js +3 -0
  176. package/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
  177. package/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
  178. package/api/types/DirectPublishingReadResponseModel.d.ts +51 -0
  179. package/api/types/DirectPublishingReadResponseModel.js +3 -0
  180. package/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
  181. package/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
  182. package/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
  183. package/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
  184. package/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
  185. package/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
  186. package/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  187. package/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
  188. package/api/types/DubbingMetadataResponse.d.ts +6 -4
  189. package/api/types/DubbingModel.d.ts +1 -0
  190. package/api/types/DubbingModel.js +1 -0
  191. package/api/types/GetConversationResponseModel.d.ts +1 -0
  192. package/api/types/InvoiceResponse.d.ts +3 -1
  193. package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
  194. package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
  195. package/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
  196. package/api/types/ListResponseAgentBranchSummary.js +3 -0
  197. package/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
  198. package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
  199. package/api/{resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts → types/PermissionType.d.ts} +9 -2
  200. package/{dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → api/types/PermissionType.js} +9 -2
  201. package/api/types/PhoneNumberTransfer.d.ts +2 -0
  202. package/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
  203. package/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
  204. package/api/types/PreviewAudioDbModel.d.ts +7 -0
  205. package/api/types/PreviewAudioDbModel.js +3 -0
  206. package/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
  207. package/api/types/ProjectCreationMetaResponseModelType.js +1 -0
  208. package/api/types/ProjectExtendedResponse.d.ts +4 -0
  209. package/api/types/ProjectResponse.d.ts +2 -0
  210. package/api/types/ReadLegalTerms.d.ts +5 -0
  211. package/api/types/ReadLegalTerms.js +3 -0
  212. package/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
  213. package/api/types/ReadMetadataChapterDbModel.js +3 -0
  214. package/api/types/ReviewResponseModel.d.ts +9 -0
  215. package/api/types/ReviewResponseModel.js +3 -0
  216. package/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
  217. package/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
  218. package/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
  219. package/api/types/ReviewResponseModelReviewStatus.js +9 -0
  220. package/api/types/SampleConfigDbModel.d.ts +7 -0
  221. package/api/types/SampleConfigDbModel.js +3 -0
  222. package/api/types/SampleConfigDbModelParentType.d.ts +5 -0
  223. package/api/types/SampleConfigDbModelParentType.js +8 -0
  224. package/api/types/SeatType.d.ts +5 -0
  225. package/{dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → api/types/SeatType.js} +2 -2
  226. package/api/types/SongMetadata.d.ts +4 -0
  227. package/api/types/SpellingPatience.d.ts +6 -0
  228. package/api/types/SpellingPatience.js +9 -0
  229. package/api/types/ToolSortBy.d.ts +5 -0
  230. package/api/types/ToolSortBy.js +8 -0
  231. package/api/types/ToolTypeFilter.d.ts +6 -0
  232. package/api/types/ToolTypeFilter.js +9 -0
  233. package/api/types/ToolsResponseModel.d.ts +2 -0
  234. package/api/types/TurnConfig.d.ts +2 -0
  235. package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  236. package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  237. package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
  238. package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
  239. package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  240. package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
  241. package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
  242. package/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
  243. package/api/types/index.d.ts +38 -1
  244. package/api/types/index.js +38 -1
  245. package/dist/BaseClient.js +2 -2
  246. package/dist/Client.d.ts +10 -0
  247. package/dist/Client.js +39 -0
  248. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +12 -0
  249. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +28 -8
  250. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
  251. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
  252. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  253. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
  254. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
  255. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +3 -0
  256. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
  257. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +3 -0
  258. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  259. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
  260. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
  261. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
  262. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
  263. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
  264. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  265. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
  266. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
  267. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
  268. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  269. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
  270. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
  271. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
  272. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  273. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
  274. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  275. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
  276. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
  277. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
  278. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  279. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  280. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
  281. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
  282. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
  283. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
  284. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
  285. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
  286. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  287. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  288. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +9 -0
  289. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +10 -1
  290. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
  291. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
  292. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  293. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
  294. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
  295. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
  296. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
  297. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
  298. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  299. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  300. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
  301. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
  302. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  303. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  304. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
  305. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
  306. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
  307. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
  308. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
  309. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
  310. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
  311. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
  312. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
  313. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
  314. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
  315. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
  316. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
  317. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
  318. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
  319. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  320. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
  321. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
  322. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
  323. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
  324. package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  325. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
  326. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
  327. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  328. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  329. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  330. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  331. package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
  332. package/dist/api/resources/speechToText/client/Client.js +4 -2
  333. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
  334. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
  335. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
  336. package/dist/api/resources/speechToText/types/index.d.ts +1 -0
  337. package/dist/api/resources/speechToText/types/index.js +1 -0
  338. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
  339. package/dist/api/resources/studio/resources/projects/client/Client.js +6 -1
  340. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -5
  341. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
  342. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
  343. package/dist/api/resources/studio/resources/projects/types/index.d.ts +1 -0
  344. package/dist/api/resources/studio/resources/projects/types/index.js +1 -0
  345. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
  346. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
  347. package/dist/api/resources/textToSpeech/client/Client.d.ts +1 -1
  348. package/dist/api/resources/textToSpeech/client/Client.js +1 -1
  349. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  350. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
  351. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
  352. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
  353. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
  354. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
  355. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  356. package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  357. package/dist/api/resources/voices/client/Client.js +7 -1
  358. package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
  359. package/dist/api/resources/voices/resources/index.d.ts +1 -0
  360. package/dist/api/resources/voices/resources/index.js +1 -0
  361. package/dist/api/resources/voices/resources/ivc/client/Client.js +7 -1
  362. package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
  363. package/dist/api/resources/voices/resources/ivc/index.d.ts +1 -0
  364. package/dist/api/resources/voices/resources/ivc/index.js +1 -0
  365. package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
  366. package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
  367. package/dist/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
  368. package/dist/api/resources/voices/resources/ivc/types/index.js +17 -0
  369. package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  370. package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  371. package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
  372. package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
  373. package/dist/api/resources/voices/types/index.d.ts +1 -0
  374. package/dist/api/resources/voices/types/index.js +1 -0
  375. package/dist/api/resources/workspace/resources/index.d.ts +0 -2
  376. package/dist/api/resources/workspace/resources/index.js +0 -2
  377. package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
  378. package/dist/api/resources/workspace/resources/invites/index.d.ts +0 -1
  379. package/dist/api/resources/workspace/resources/invites/index.js +0 -1
  380. package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
  381. package/dist/api/resources/workspace/resources/members/index.d.ts +0 -1
  382. package/dist/api/resources/workspace/resources/members/index.js +0 -1
  383. package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
  384. package/dist/api/resources/workspace/resources/resources/client/Client.js +0 -59
  385. package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  386. package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
  387. package/dist/api/types/AgentBranchBasicInfo.d.ts +4 -0
  388. package/dist/api/types/AgentBranchBasicInfo.js +3 -0
  389. package/dist/api/types/AgentBranchResponse.d.ts +19 -0
  390. package/dist/api/types/AgentBranchResponse.js +3 -0
  391. package/dist/api/types/AgentBranchSummary.d.ts +17 -0
  392. package/dist/api/types/AgentBranchSummary.js +3 -0
  393. package/dist/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
  394. package/dist/api/types/AgentDeploymentPercentageStrategy.js +3 -0
  395. package/dist/api/types/AgentDeploymentRequest.d.ts +5 -0
  396. package/dist/api/types/AgentDeploymentRequest.js +3 -0
  397. package/dist/api/types/AgentDeploymentRequestItem.d.ts +6 -0
  398. package/dist/api/types/AgentDeploymentRequestItem.js +3 -0
  399. package/dist/api/types/AgentDeploymentResponse.d.ts +4 -0
  400. package/dist/api/types/AgentDeploymentResponse.js +3 -0
  401. package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
  402. package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
  403. package/dist/api/types/AgentVersionMetadata.d.ts +11 -0
  404. package/dist/api/types/AgentVersionMetadata.js +3 -0
  405. package/dist/api/types/AgentVersionParents.d.ts +6 -0
  406. package/dist/api/types/AgentVersionParents.js +3 -0
  407. package/dist/api/types/BranchProtectionStatus.d.ts +5 -0
  408. package/dist/api/types/BranchProtectionStatus.js +8 -0
  409. package/dist/api/types/Contributor.d.ts +4 -0
  410. package/dist/api/types/Contributor.js +3 -0
  411. package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  412. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  413. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  414. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  415. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  416. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  417. package/dist/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
  418. package/dist/api/types/CreateAgentBranchResponseModel.js +3 -0
  419. package/dist/api/types/CustomSipHeader.d.ts +9 -0
  420. package/dist/api/types/CustomSipHeader.js +3 -0
  421. package/dist/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
  422. package/dist/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
  423. package/dist/api/types/DirectPublishingReadResponseModel.d.ts +51 -0
  424. package/dist/api/types/DirectPublishingReadResponseModel.js +3 -0
  425. package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
  426. package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
  427. package/dist/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
  428. package/dist/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
  429. package/dist/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
  430. package/dist/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
  431. package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  432. package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
  433. package/dist/api/types/DubbingMetadataResponse.d.ts +6 -4
  434. package/dist/api/types/DubbingModel.d.ts +1 -0
  435. package/dist/api/types/DubbingModel.js +1 -0
  436. package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
  437. package/dist/api/types/InvoiceResponse.d.ts +3 -1
  438. package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
  439. package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
  440. package/dist/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
  441. package/dist/api/types/ListResponseAgentBranchSummary.js +3 -0
  442. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
  443. package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
  444. package/dist/api/{resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts → types/PermissionType.d.ts} +9 -2
  445. package/{api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → dist/api/types/PermissionType.js} +9 -2
  446. package/dist/api/types/PhoneNumberTransfer.d.ts +2 -0
  447. package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
  448. package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
  449. package/dist/api/types/PreviewAudioDbModel.d.ts +7 -0
  450. package/dist/api/types/PreviewAudioDbModel.js +3 -0
  451. package/dist/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
  452. package/dist/api/types/ProjectCreationMetaResponseModelType.js +1 -0
  453. package/dist/api/types/ProjectExtendedResponse.d.ts +4 -0
  454. package/dist/api/types/ProjectResponse.d.ts +2 -0
  455. package/dist/api/types/ReadLegalTerms.d.ts +5 -0
  456. package/dist/api/types/ReadLegalTerms.js +3 -0
  457. package/dist/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
  458. package/dist/api/types/ReadMetadataChapterDbModel.js +3 -0
  459. package/dist/api/types/ReviewResponseModel.d.ts +9 -0
  460. package/dist/api/types/ReviewResponseModel.js +3 -0
  461. package/dist/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
  462. package/dist/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
  463. package/dist/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
  464. package/dist/api/types/ReviewResponseModelReviewStatus.js +9 -0
  465. package/dist/api/types/SampleConfigDbModel.d.ts +7 -0
  466. package/dist/api/types/SampleConfigDbModel.js +3 -0
  467. package/dist/api/types/SampleConfigDbModelParentType.d.ts +5 -0
  468. package/dist/api/types/SampleConfigDbModelParentType.js +8 -0
  469. package/dist/api/types/SeatType.d.ts +5 -0
  470. package/{api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/api/types/SeatType.js} +2 -2
  471. package/dist/api/types/SongMetadata.d.ts +4 -0
  472. package/dist/api/types/SpellingPatience.d.ts +6 -0
  473. package/dist/api/types/SpellingPatience.js +9 -0
  474. package/dist/api/types/ToolSortBy.d.ts +5 -0
  475. package/dist/api/types/ToolSortBy.js +8 -0
  476. package/dist/api/types/ToolTypeFilter.d.ts +6 -0
  477. package/dist/api/types/ToolTypeFilter.js +9 -0
  478. package/dist/api/types/ToolsResponseModel.d.ts +2 -0
  479. package/dist/api/types/TurnConfig.d.ts +2 -0
  480. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  481. package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  482. package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
  483. package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
  484. package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  485. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
  486. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
  487. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
  488. package/dist/api/types/index.d.ts +38 -1
  489. package/dist/api/types/index.js +38 -1
  490. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  491. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
  492. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
  493. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
  494. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
  495. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
  496. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  497. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
  498. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
  499. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
  500. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  501. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
  502. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  503. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
  504. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
  505. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
  506. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  507. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
  508. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  509. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
  510. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  511. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  512. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
  513. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
  514. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
  515. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
  516. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  517. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  518. package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +8 -0
  519. package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.js +9 -1
  520. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
  521. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
  522. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  523. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
  524. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  525. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  526. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
  527. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
  528. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  529. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  530. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
  531. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
  532. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
  533. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
  534. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
  535. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
  536. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  537. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
  538. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  539. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
  540. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  541. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
  542. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  543. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  544. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
  545. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
  546. package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
  547. package/dist/serialization/resources/speechToText/types/index.js +1 -0
  548. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
  549. package/{serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js} +2 -2
  550. package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
  551. package/dist/serialization/resources/studio/resources/projects/types/index.js +1 -0
  552. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
  553. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
  554. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
  555. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
  556. package/dist/serialization/resources/voices/resources/index.d.ts +2 -0
  557. package/dist/serialization/resources/voices/resources/index.js +3 -1
  558. package/dist/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
  559. package/dist/serialization/resources/voices/resources/ivc/index.js +17 -0
  560. package/dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
  561. package/{serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -20
  562. package/dist/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
  563. package/dist/serialization/resources/voices/resources/ivc/types/index.js +17 -0
  564. package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
  565. package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
  566. package/dist/serialization/resources/voices/types/index.d.ts +1 -0
  567. package/dist/serialization/resources/voices/types/index.js +1 -0
  568. package/dist/serialization/resources/workspace/resources/index.d.ts +0 -2
  569. package/dist/serialization/resources/workspace/resources/index.js +0 -2
  570. package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
  571. package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
  572. package/dist/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
  573. package/dist/serialization/resources/workspace/resources/invites/index.js +0 -1
  574. package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
  575. package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
  576. package/dist/serialization/resources/workspace/resources/members/index.d.ts +0 -1
  577. package/dist/serialization/resources/workspace/resources/members/index.js +0 -1
  578. package/dist/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  579. package/dist/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
  580. package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
  581. package/dist/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
  582. package/dist/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
  583. package/dist/serialization/types/AgentBranchBasicInfo.js +42 -0
  584. package/dist/serialization/types/AgentBranchResponse.d.ts +24 -0
  585. package/dist/serialization/types/AgentBranchResponse.js +56 -0
  586. package/dist/serialization/types/AgentBranchSummary.d.ts +21 -0
  587. package/dist/serialization/types/AgentBranchSummary.js +53 -0
  588. package/dist/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
  589. package/dist/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
  590. package/dist/serialization/types/AgentDeploymentRequest.d.ts +10 -0
  591. package/dist/serialization/types/AgentDeploymentRequest.js +42 -0
  592. package/dist/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
  593. package/dist/serialization/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentDeploymentRequestItem.js} +6 -6
  594. package/dist/serialization/types/AgentDeploymentResponse.d.ts +9 -0
  595. package/dist/serialization/types/AgentDeploymentResponse.js +41 -0
  596. package/dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
  597. package/{serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js} +5 -6
  598. package/dist/serialization/types/AgentVersionMetadata.d.ts +18 -0
  599. package/dist/serialization/types/AgentVersionMetadata.js +50 -0
  600. package/dist/serialization/types/AgentVersionParents.d.ts +12 -0
  601. package/dist/serialization/types/AgentVersionParents.js +44 -0
  602. package/dist/serialization/types/BranchProtectionStatus.d.ts +7 -0
  603. package/dist/serialization/types/BranchProtectionStatus.js +39 -0
  604. package/dist/serialization/types/Contributor.d.ts +10 -0
  605. package/dist/serialization/types/Contributor.js +42 -0
  606. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  607. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  608. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  609. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
  610. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  611. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
  612. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  613. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
  614. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  615. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
  616. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  617. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
  618. package/dist/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
  619. package/dist/serialization/types/CreateAgentBranchResponseModel.js +42 -0
  620. package/dist/serialization/types/CustomSipHeader.d.ts +10 -0
  621. package/dist/serialization/types/CustomSipHeader.js +42 -0
  622. package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
  623. package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
  624. package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +66 -0
  625. package/dist/serialization/types/DirectPublishingReadResponseModel.js +98 -0
  626. package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
  627. package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
  628. package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
  629. package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
  630. package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
  631. package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
  632. package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  633. package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
  634. package/dist/serialization/types/DubbingMetadataResponse.d.ts +1 -0
  635. package/dist/serialization/types/DubbingMetadataResponse.js +1 -0
  636. package/dist/serialization/types/DubbingModel.d.ts +1 -1
  637. package/dist/serialization/types/DubbingModel.js +1 -1
  638. package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
  639. package/dist/serialization/types/GetConversationResponseModel.js +1 -0
  640. package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
  641. package/dist/serialization/types/InvoiceResponse.js +2 -0
  642. package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
  643. package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
  644. package/dist/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
  645. package/dist/serialization/types/ListResponseAgentBranchSummary.js +44 -0
  646. package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → dist/serialization/types/PermissionType.d.ts} +3 -3
  647. package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → dist/serialization/types/PermissionType.js} +9 -2
  648. package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -0
  649. package/dist/serialization/types/PhoneNumberTransfer.js +2 -0
  650. package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
  651. package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
  652. package/dist/serialization/types/PreviewAudioDbModel.d.ts +13 -0
  653. package/dist/serialization/types/PreviewAudioDbModel.js +45 -0
  654. package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
  655. package/dist/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
  656. package/dist/serialization/types/ProjectExtendedResponse.d.ts +3 -0
  657. package/dist/serialization/types/ProjectExtendedResponse.js +3 -0
  658. package/dist/serialization/types/ProjectResponse.d.ts +1 -0
  659. package/dist/serialization/types/ProjectResponse.js +1 -0
  660. package/dist/serialization/types/ReadLegalTerms.d.ts +11 -0
  661. package/dist/serialization/types/ReadLegalTerms.js +43 -0
  662. package/dist/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
  663. package/dist/serialization/types/ReadMetadataChapterDbModel.js +48 -0
  664. package/dist/serialization/types/ReviewResponseModel.d.ts +16 -0
  665. package/dist/serialization/types/ReviewResponseModel.js +48 -0
  666. package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
  667. package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
  668. package/dist/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
  669. package/dist/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
  670. package/dist/serialization/types/SampleConfigDbModel.d.ts +13 -0
  671. package/dist/serialization/types/SampleConfigDbModel.js +45 -0
  672. package/dist/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
  673. package/dist/serialization/types/SampleConfigDbModelParentType.js +39 -0
  674. package/dist/serialization/types/SeatType.d.ts +7 -0
  675. package/dist/serialization/types/SeatType.js +39 -0
  676. package/dist/serialization/types/SongMetadata.d.ts +2 -0
  677. package/dist/serialization/types/SongMetadata.js +2 -0
  678. package/dist/serialization/types/SpellingPatience.d.ts +7 -0
  679. package/dist/serialization/types/SpellingPatience.js +39 -0
  680. package/dist/serialization/types/ToolSortBy.d.ts +7 -0
  681. package/dist/serialization/types/ToolSortBy.js +39 -0
  682. package/dist/serialization/types/ToolTypeFilter.d.ts +7 -0
  683. package/dist/serialization/types/ToolTypeFilter.js +39 -0
  684. package/dist/serialization/types/ToolsResponseModel.d.ts +2 -0
  685. package/dist/serialization/types/ToolsResponseModel.js +2 -0
  686. package/dist/serialization/types/TurnConfig.d.ts +2 -0
  687. package/dist/serialization/types/TurnConfig.js +2 -0
  688. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
  689. package/dist/serialization/types/TurnConfigWorkflowOverride.js +2 -0
  690. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  691. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
  692. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
  693. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
  694. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  695. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
  696. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
  697. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
  698. package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
  699. package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
  700. package/dist/serialization/types/index.d.ts +38 -1
  701. package/dist/serialization/types/index.js +38 -1
  702. package/dist/version.d.ts +1 -1
  703. package/dist/version.js +1 -1
  704. package/dist/wrapper/realtime/scribe.js +3 -0
  705. package/package.json +1 -1
  706. package/reference.md +1166 -132
  707. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  708. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
  709. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
  710. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
  711. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
  712. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
  713. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  714. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
  715. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
  716. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
  717. package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  718. package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
  719. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  720. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
  721. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
  722. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
  723. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  724. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
  725. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  726. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
  727. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  728. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  729. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
  730. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
  731. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
  732. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
  733. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  734. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  735. package/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +8 -0
  736. package/serialization/resources/conversationalAi/resources/agents/resources/index.js +9 -1
  737. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
  738. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
  739. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  740. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
  741. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  742. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  743. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
  744. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
  745. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  746. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  747. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
  748. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
  749. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
  750. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
  751. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
  752. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
  753. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  754. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
  755. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  756. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
  757. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  758. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
  759. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  760. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  761. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
  762. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
  763. package/serialization/resources/speechToText/types/index.d.ts +1 -0
  764. package/serialization/resources/speechToText/types/index.js +1 -0
  765. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
  766. package/{dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js} +2 -2
  767. package/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
  768. package/serialization/resources/studio/resources/projects/types/index.js +1 -0
  769. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
  770. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
  771. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
  772. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
  773. package/serialization/resources/voices/resources/index.d.ts +2 -0
  774. package/serialization/resources/voices/resources/index.js +3 -1
  775. package/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
  776. package/serialization/resources/voices/resources/ivc/index.js +17 -0
  777. package/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
  778. package/{dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -20
  779. package/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
  780. package/serialization/resources/voices/resources/ivc/types/index.js +17 -0
  781. package/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
  782. package/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
  783. package/serialization/resources/voices/types/index.d.ts +1 -0
  784. package/serialization/resources/voices/types/index.js +1 -0
  785. package/serialization/resources/workspace/resources/index.d.ts +0 -2
  786. package/serialization/resources/workspace/resources/index.js +0 -2
  787. package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
  788. package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
  789. package/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
  790. package/serialization/resources/workspace/resources/invites/index.js +0 -1
  791. package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
  792. package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
  793. package/serialization/resources/workspace/resources/members/index.d.ts +0 -1
  794. package/serialization/resources/workspace/resources/members/index.js +0 -1
  795. package/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  796. package/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
  797. package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
  798. package/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
  799. package/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
  800. package/serialization/types/AgentBranchBasicInfo.js +42 -0
  801. package/serialization/types/AgentBranchResponse.d.ts +24 -0
  802. package/serialization/types/AgentBranchResponse.js +56 -0
  803. package/serialization/types/AgentBranchSummary.d.ts +21 -0
  804. package/serialization/types/AgentBranchSummary.js +53 -0
  805. package/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
  806. package/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
  807. package/serialization/types/AgentDeploymentRequest.d.ts +10 -0
  808. package/serialization/types/AgentDeploymentRequest.js +42 -0
  809. package/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
  810. package/serialization/types/AgentDeploymentRequestItem.js +43 -0
  811. package/serialization/types/AgentDeploymentResponse.d.ts +9 -0
  812. package/serialization/types/AgentDeploymentResponse.js +41 -0
  813. package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
  814. package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js +42 -0
  815. package/serialization/types/AgentVersionMetadata.d.ts +18 -0
  816. package/serialization/types/AgentVersionMetadata.js +50 -0
  817. package/serialization/types/AgentVersionParents.d.ts +12 -0
  818. package/serialization/types/AgentVersionParents.js +44 -0
  819. package/serialization/types/BranchProtectionStatus.d.ts +7 -0
  820. package/serialization/types/BranchProtectionStatus.js +39 -0
  821. package/serialization/types/Contributor.d.ts +10 -0
  822. package/serialization/types/Contributor.js +42 -0
  823. package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  824. package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  825. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  826. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
  827. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  828. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
  829. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  830. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
  831. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  832. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
  833. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  834. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
  835. package/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
  836. package/serialization/types/CreateAgentBranchResponseModel.js +42 -0
  837. package/serialization/types/CustomSipHeader.d.ts +10 -0
  838. package/serialization/types/CustomSipHeader.js +42 -0
  839. package/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
  840. package/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
  841. package/serialization/types/DirectPublishingReadResponseModel.d.ts +66 -0
  842. package/serialization/types/DirectPublishingReadResponseModel.js +98 -0
  843. package/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
  844. package/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
  845. package/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
  846. package/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
  847. package/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
  848. package/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
  849. package/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  850. package/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
  851. package/serialization/types/DubbingMetadataResponse.d.ts +1 -0
  852. package/serialization/types/DubbingMetadataResponse.js +1 -0
  853. package/serialization/types/DubbingModel.d.ts +1 -1
  854. package/serialization/types/DubbingModel.js +1 -1
  855. package/serialization/types/GetConversationResponseModel.d.ts +1 -0
  856. package/serialization/types/GetConversationResponseModel.js +1 -0
  857. package/serialization/types/InvoiceResponse.d.ts +2 -0
  858. package/serialization/types/InvoiceResponse.js +2 -0
  859. package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
  860. package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
  861. package/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
  862. package/serialization/types/ListResponseAgentBranchSummary.js +44 -0
  863. package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → serialization/types/PermissionType.d.ts} +3 -3
  864. package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → serialization/types/PermissionType.js} +9 -2
  865. package/serialization/types/PhoneNumberTransfer.d.ts +2 -0
  866. package/serialization/types/PhoneNumberTransfer.js +2 -0
  867. package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
  868. package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
  869. package/serialization/types/PreviewAudioDbModel.d.ts +13 -0
  870. package/serialization/types/PreviewAudioDbModel.js +45 -0
  871. package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
  872. package/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
  873. package/serialization/types/ProjectExtendedResponse.d.ts +3 -0
  874. package/serialization/types/ProjectExtendedResponse.js +3 -0
  875. package/serialization/types/ProjectResponse.d.ts +1 -0
  876. package/serialization/types/ProjectResponse.js +1 -0
  877. package/serialization/types/ReadLegalTerms.d.ts +11 -0
  878. package/serialization/types/ReadLegalTerms.js +43 -0
  879. package/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
  880. package/serialization/types/ReadMetadataChapterDbModel.js +48 -0
  881. package/serialization/types/ReviewResponseModel.d.ts +16 -0
  882. package/serialization/types/ReviewResponseModel.js +48 -0
  883. package/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
  884. package/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
  885. package/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
  886. package/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
  887. package/serialization/types/SampleConfigDbModel.d.ts +13 -0
  888. package/serialization/types/SampleConfigDbModel.js +45 -0
  889. package/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
  890. package/serialization/types/SampleConfigDbModelParentType.js +39 -0
  891. package/serialization/types/SeatType.d.ts +7 -0
  892. package/serialization/types/SeatType.js +39 -0
  893. package/serialization/types/SongMetadata.d.ts +2 -0
  894. package/serialization/types/SongMetadata.js +2 -0
  895. package/serialization/types/SpellingPatience.d.ts +7 -0
  896. package/serialization/types/SpellingPatience.js +39 -0
  897. package/serialization/types/ToolSortBy.d.ts +7 -0
  898. package/serialization/types/ToolSortBy.js +39 -0
  899. package/serialization/types/ToolTypeFilter.d.ts +7 -0
  900. package/serialization/types/ToolTypeFilter.js +39 -0
  901. package/serialization/types/ToolsResponseModel.d.ts +2 -0
  902. package/serialization/types/ToolsResponseModel.js +2 -0
  903. package/serialization/types/TurnConfig.d.ts +2 -0
  904. package/serialization/types/TurnConfig.js +2 -0
  905. package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
  906. package/serialization/types/TurnConfigWorkflowOverride.js +2 -0
  907. package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  908. package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
  909. package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
  910. package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
  911. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  912. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
  913. package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
  914. package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
  915. package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
  916. package/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
  917. package/serialization/types/index.d.ts +38 -1
  918. package/serialization/types/index.js +38 -1
  919. package/version.d.ts +1 -1
  920. package/version.js +1 -1
  921. package/wrapper/realtime/scribe.js +3 -0
  922. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
  923. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
  924. package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
  925. package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
  926. package/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
  927. package/api/resources/workspace/resources/invites/types/index.js +0 -17
  928. package/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
  929. package/api/resources/workspace/resources/members/types/index.d.ts +0 -1
  930. package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
  931. package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +0 -31
  932. package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +0 -34
  933. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
  934. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
  935. package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
  936. package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
  937. package/dist/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
  938. package/dist/api/resources/workspace/resources/invites/types/index.js +0 -17
  939. package/dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
  940. package/dist/api/resources/workspace/resources/members/types/index.d.ts +0 -1
  941. package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
  942. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +0 -31
  943. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +0 -34
  944. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
  945. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -68
  946. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
  947. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
  948. package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
  949. package/dist/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
  950. package/dist/serialization/resources/workspace/resources/invites/types/index.js +0 -17
  951. package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
  952. package/dist/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
  953. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
  954. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
  955. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -68
  956. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
  957. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
  958. package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
  959. package/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
  960. package/serialization/resources/workspace/resources/invites/types/index.js +0 -17
  961. package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
  962. package/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
  963. package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
  964. /package/api/resources/{workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js} +0 -0
  965. /package/{dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js} +0 -0
package/reference.md CHANGED
@@ -628,7 +628,7 @@ Generate speech from text with precise character-level timing information for au
628
628
  await client.textToSpeech.convertWithTimestamps("21m00Tcm4TlvDq8ikWAM", {
629
629
  enableLogging: true,
630
630
  optimizeStreamingLatency: 1,
631
- outputFormat: "mp3_22050_32",
631
+ outputFormat: "alaw_8000",
632
632
  text: "This is a test for the API of ElevenLabs."
633
633
  });
634
634
 
@@ -3604,7 +3604,7 @@ Transcribe an audio or video file. If webhook is set to true, the request will b
3604
3604
  ```typescript
3605
3605
  await client.speechToText.convert({
3606
3606
  enableLogging: true,
3607
- modelId: "model_id"
3607
+ modelId: "scribe_v1"
3608
3608
  });
3609
3609
 
3610
3610
  ```
@@ -4183,7 +4183,8 @@ Get a signed url to start a conversation with an agent with an agent that requir
4183
4183
  ```typescript
4184
4184
  await client.conversationalAi.conversations.getSignedUrl({
4185
4185
  agentId: "21m00Tcm4TlvDq8ikWAM",
4186
- includeConversationId: true
4186
+ includeConversationId: true,
4187
+ branchId: "branch_id"
4187
4188
  });
4188
4189
 
4189
4190
  ```
@@ -4249,7 +4250,8 @@ Get a WebRTC session token for real-time communication.
4249
4250
  ```typescript
4250
4251
  await client.conversationalAi.conversations.getWebrtcToken({
4251
4252
  agentId: "21m00Tcm4TlvDq8ikWAM",
4252
- participantName: "participant_name"
4253
+ participantName: "participant_name",
4254
+ branchId: "branch_id"
4253
4255
  });
4254
4256
 
4255
4257
  ```
@@ -4328,7 +4330,8 @@ await client.conversationalAi.conversations.list({
4328
4330
  pageSize: 1,
4329
4331
  summaryMode: "exclude",
4330
4332
  search: "search",
4331
- conversationInitiationSource: "unknown"
4333
+ conversationInitiationSource: "unknown",
4334
+ branchId: "branch_id"
4332
4335
  });
4333
4336
 
4334
4337
  ```
@@ -6291,7 +6294,7 @@ await client.conversationalAi.knowledgeBase.getOrCreateRagIndexes({
6291
6294
  </details>
6292
6295
 
6293
6296
  ## ConversationalAi Tools
6294
- <details><summary><code>client.conversationalAi.tools.<a href="/src/api/resources/conversationalAi/resources/tools/client/Client.ts">list</a>() -> ElevenLabs.ToolsResponseModel</code></summary>
6297
+ <details><summary><code>client.conversationalAi.tools.<a href="/src/api/resources/conversationalAi/resources/tools/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.ToolsResponseModel</code></summary>
6295
6298
  <dl>
6296
6299
  <dd>
6297
6300
 
@@ -6318,7 +6321,14 @@ Get all available tools in the workspace.
6318
6321
  <dd>
6319
6322
 
6320
6323
  ```typescript
6321
- await client.conversationalAi.tools.list();
6324
+ await client.conversationalAi.tools.list({
6325
+ search: "search",
6326
+ pageSize: 1,
6327
+ showOnlyOwnedDocuments: true,
6328
+ sortDirection: "asc",
6329
+ sortBy: "name",
6330
+ cursor: "cursor"
6331
+ });
6322
6332
 
6323
6333
  ```
6324
6334
  </dd>
@@ -6334,6 +6344,14 @@ await client.conversationalAi.tools.list();
6334
6344
  <dl>
6335
6345
  <dd>
6336
6346
 
6347
+ **request:** `ElevenLabs.conversationalAi.ToolsListRequest`
6348
+
6349
+ </dd>
6350
+ </dl>
6351
+
6352
+ <dl>
6353
+ <dd>
6354
+
6337
6355
  **requestOptions:** `ToolsClient.RequestOptions`
6338
6356
 
6339
6357
  </dd>
@@ -7265,6 +7283,69 @@ await client.conversationalAi.batchCalls.get("batch_id");
7265
7283
  </dl>
7266
7284
 
7267
7285
 
7286
+ </dd>
7287
+ </dl>
7288
+ </details>
7289
+
7290
+ <details><summary><code>client.conversationalAi.batchCalls.<a href="/src/api/resources/conversationalAi/resources/batchCalls/client/Client.ts">delete</a>(batch_id) -> void</code></summary>
7291
+ <dl>
7292
+ <dd>
7293
+
7294
+ #### 📝 Description
7295
+
7296
+ <dl>
7297
+ <dd>
7298
+
7299
+ <dl>
7300
+ <dd>
7301
+
7302
+ Permanently delete a batch call and all recipient records. Conversations remain in history.
7303
+ </dd>
7304
+ </dl>
7305
+ </dd>
7306
+ </dl>
7307
+
7308
+ #### 🔌 Usage
7309
+
7310
+ <dl>
7311
+ <dd>
7312
+
7313
+ <dl>
7314
+ <dd>
7315
+
7316
+ ```typescript
7317
+ await client.conversationalAi.batchCalls.delete("batch_id");
7318
+
7319
+ ```
7320
+ </dd>
7321
+ </dl>
7322
+ </dd>
7323
+ </dl>
7324
+
7325
+ #### ⚙️ Parameters
7326
+
7327
+ <dl>
7328
+ <dd>
7329
+
7330
+ <dl>
7331
+ <dd>
7332
+
7333
+ **batch_id:** `string`
7334
+
7335
+ </dd>
7336
+ </dl>
7337
+
7338
+ <dl>
7339
+ <dd>
7340
+
7341
+ **requestOptions:** `BatchCallsClient.RequestOptions`
7342
+
7343
+ </dd>
7344
+ </dl>
7345
+ </dd>
7346
+ </dl>
7347
+
7348
+
7268
7349
  </dd>
7269
7350
  </dl>
7270
7351
  </details>
@@ -8100,6 +8181,70 @@ await client.conversationalAi.whatsappAccounts.update("phone_number_id");
8100
8181
  </dl>
8101
8182
 
8102
8183
 
8184
+ </dd>
8185
+ </dl>
8186
+ </details>
8187
+
8188
+ ## ConversationalAi Agents Summaries
8189
+ <details><summary><code>client.conversationalAi.agents.summaries.<a href="/src/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.ts">get</a>({ ...params }) -> Record<string, ElevenLabs.SummariesGetResponseValue></code></summary>
8190
+ <dl>
8191
+ <dd>
8192
+
8193
+ #### 📝 Description
8194
+
8195
+ <dl>
8196
+ <dd>
8197
+
8198
+ <dl>
8199
+ <dd>
8200
+
8201
+ Returns summaries for the specified agents.
8202
+ </dd>
8203
+ </dl>
8204
+ </dd>
8205
+ </dl>
8206
+
8207
+ #### 🔌 Usage
8208
+
8209
+ <dl>
8210
+ <dd>
8211
+
8212
+ <dl>
8213
+ <dd>
8214
+
8215
+ ```typescript
8216
+ await client.conversationalAi.agents.summaries.get();
8217
+
8218
+ ```
8219
+ </dd>
8220
+ </dl>
8221
+ </dd>
8222
+ </dl>
8223
+
8224
+ #### ⚙️ Parameters
8225
+
8226
+ <dl>
8227
+ <dd>
8228
+
8229
+ <dl>
8230
+ <dd>
8231
+
8232
+ **request:** `ElevenLabs.conversationalAi.agents.SummariesGetRequest`
8233
+
8234
+ </dd>
8235
+ </dl>
8236
+
8237
+ <dl>
8238
+ <dd>
8239
+
8240
+ **requestOptions:** `SummariesClient.RequestOptions`
8241
+
8242
+ </dd>
8243
+ </dl>
8244
+ </dd>
8245
+ </dl>
8246
+
8247
+
8103
8248
  </dd>
8104
8249
  </dl>
8105
8250
  </details>
@@ -8378,8 +8523,8 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
8378
8523
  </dl>
8379
8524
  </details>
8380
8525
 
8381
- ## ConversationalAi Agents Widget Avatar
8382
- <details><summary><code>client.conversationalAi.agents.widget.avatar.<a href="/src/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.PostAgentAvatarResponseModel</code></summary>
8526
+ ## ConversationalAi Agents Branches
8527
+ <details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">list</a>(agent_id, { ...params }) -> ElevenLabs.ListResponseAgentBranchSummary</code></summary>
8383
8528
  <dl>
8384
8529
  <dd>
8385
8530
 
@@ -8391,7 +8536,7 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
8391
8536
  <dl>
8392
8537
  <dd>
8393
8538
 
8394
- Sets the avatar for an agent displayed in the widget
8539
+ Returns a list of branches an agent has
8395
8540
  </dd>
8396
8541
  </dl>
8397
8542
  </dd>
@@ -8406,8 +8551,9 @@ Sets the avatar for an agent displayed in the widget
8406
8551
  <dd>
8407
8552
 
8408
8553
  ```typescript
8409
- await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
8410
- avatarFile: fs.createReadStream("/path/to/your/file")
8554
+ await client.conversationalAi.agents.branches.list("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
8555
+ includeArchived: true,
8556
+ limit: 1
8411
8557
  });
8412
8558
 
8413
8559
  ```
@@ -8424,7 +8570,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
8424
8570
  <dl>
8425
8571
  <dd>
8426
8572
 
8427
- **agent_id:** `string`
8573
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
8428
8574
 
8429
8575
  </dd>
8430
8576
  </dl>
@@ -8432,7 +8578,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
8432
8578
  <dl>
8433
8579
  <dd>
8434
8580
 
8435
- **request:** `ElevenLabs.conversationalAi.agents.widget.BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost`
8581
+ **request:** `ElevenLabs.conversationalAi.agents.BranchesListRequest`
8436
8582
 
8437
8583
  </dd>
8438
8584
  </dl>
@@ -8440,7 +8586,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
8440
8586
  <dl>
8441
8587
  <dd>
8442
8588
 
8443
- **requestOptions:** `AvatarClient.RequestOptions`
8589
+ **requestOptions:** `BranchesClient.RequestOptions`
8444
8590
 
8445
8591
  </dd>
8446
8592
  </dl>
@@ -8452,8 +8598,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
8452
8598
  </dl>
8453
8599
  </details>
8454
8600
 
8455
- ## ConversationalAi Analytics LiveCount
8456
- <details><summary><code>client.conversationalAi.analytics.liveCount.<a href="/src/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.ts">get</a>({ ...params }) -> ElevenLabs.GetLiveCountResponse</code></summary>
8601
+ <details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.CreateAgentBranchResponseModel</code></summary>
8457
8602
  <dl>
8458
8603
  <dd>
8459
8604
 
@@ -8465,7 +8610,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
8465
8610
  <dl>
8466
8611
  <dd>
8467
8612
 
8468
- Get the live count of the ongoing conversations.
8613
+ Create a new branch from a given version of main branch
8469
8614
  </dd>
8470
8615
  </dl>
8471
8616
  </dd>
@@ -8480,8 +8625,10 @@ Get the live count of the ongoing conversations.
8480
8625
  <dd>
8481
8626
 
8482
8627
  ```typescript
8483
- await client.conversationalAi.analytics.liveCount.get({
8484
- agentId: "agent_id"
8628
+ await client.conversationalAi.agents.branches.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
8629
+ parentVersionId: "parent_version_id",
8630
+ name: "name",
8631
+ description: "description"
8485
8632
  });
8486
8633
 
8487
8634
  ```
@@ -8498,7 +8645,7 @@ await client.conversationalAi.analytics.liveCount.get({
8498
8645
  <dl>
8499
8646
  <dd>
8500
8647
 
8501
- **request:** `ElevenLabs.conversationalAi.analytics.LiveCountGetRequest`
8648
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
8502
8649
 
8503
8650
  </dd>
8504
8651
  </dl>
@@ -8506,7 +8653,15 @@ await client.conversationalAi.analytics.liveCount.get({
8506
8653
  <dl>
8507
8654
  <dd>
8508
8655
 
8509
- **requestOptions:** `LiveCountClient.RequestOptions`
8656
+ **request:** `ElevenLabs.conversationalAi.agents.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost`
8657
+
8658
+ </dd>
8659
+ </dl>
8660
+
8661
+ <dl>
8662
+ <dd>
8663
+
8664
+ **requestOptions:** `BranchesClient.RequestOptions`
8510
8665
 
8511
8666
  </dd>
8512
8667
  </dl>
@@ -8518,8 +8673,7 @@ await client.conversationalAi.analytics.liveCount.get({
8518
8673
  </dl>
8519
8674
  </details>
8520
8675
 
8521
- ## ConversationalAi Conversations Audio
8522
- <details><summary><code>client.conversationalAi.conversations.audio.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.ts">get</a>(conversation_id) -> ReadableStream<Uint8Array></code></summary>
8676
+ <details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">get</a>(agent_id, branch_id) -> ElevenLabs.AgentBranchResponse</code></summary>
8523
8677
  <dl>
8524
8678
  <dd>
8525
8679
 
@@ -8531,7 +8685,7 @@ await client.conversationalAi.analytics.liveCount.get({
8531
8685
  <dl>
8532
8686
  <dd>
8533
8687
 
8534
- Get the audio recording of a particular conversation
8688
+ Get information about a single agent branch
8535
8689
  </dd>
8536
8690
  </dl>
8537
8691
  </dd>
@@ -8546,7 +8700,7 @@ Get the audio recording of a particular conversation
8546
8700
  <dd>
8547
8701
 
8548
8702
  ```typescript
8549
- await client.conversationalAi.conversations.audio.get("conversation_id");
8703
+ await client.conversationalAi.agents.branches.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
8550
8704
 
8551
8705
  ```
8552
8706
  </dd>
@@ -8562,7 +8716,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
8562
8716
  <dl>
8563
8717
  <dd>
8564
8718
 
8565
- **conversation_id:** `string` — The id of the conversation you're taking the action on.
8719
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
8566
8720
 
8567
8721
  </dd>
8568
8722
  </dl>
@@ -8570,7 +8724,15 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
8570
8724
  <dl>
8571
8725
  <dd>
8572
8726
 
8573
- **requestOptions:** `AudioClient.RequestOptions`
8727
+ **branch_id:** `string` — Unique identifier for the branch.
8728
+
8729
+ </dd>
8730
+ </dl>
8731
+
8732
+ <dl>
8733
+ <dd>
8734
+
8735
+ **requestOptions:** `BranchesClient.RequestOptions`
8574
8736
 
8575
8737
  </dd>
8576
8738
  </dl>
@@ -8582,8 +8744,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
8582
8744
  </dl>
8583
8745
  </details>
8584
8746
 
8585
- ## ConversationalAi Conversations Feedback
8586
- <details><summary><code>client.conversationalAi.conversations.feedback.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.ts">create</a>(conversation_id, { ...params }) -> unknown</code></summary>
8747
+ <details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">update</a>(agent_id, branch_id, { ...params }) -> ElevenLabs.AgentBranchResponse</code></summary>
8587
8748
  <dl>
8588
8749
  <dd>
8589
8750
 
@@ -8595,7 +8756,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
8595
8756
  <dl>
8596
8757
  <dd>
8597
8758
 
8598
- Send the feedback for the given conversation
8759
+ Update agent branch properties such as archiving status and protection level
8599
8760
  </dd>
8600
8761
  </dl>
8601
8762
  </dd>
@@ -8610,9 +8771,7 @@ Send the feedback for the given conversation
8610
8771
  <dd>
8611
8772
 
8612
8773
  ```typescript
8613
- await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWAM", {
8614
- feedback: "like"
8615
- });
8774
+ await client.conversationalAi.agents.branches.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
8616
8775
 
8617
8776
  ```
8618
8777
  </dd>
@@ -8628,7 +8787,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
8628
8787
  <dl>
8629
8788
  <dd>
8630
8789
 
8631
- **conversation_id:** `string` — The id of the conversation you're taking the action on.
8790
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
8632
8791
 
8633
8792
  </dd>
8634
8793
  </dl>
@@ -8636,7 +8795,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
8636
8795
  <dl>
8637
8796
  <dd>
8638
8797
 
8639
- **request:** `ElevenLabs.conversationalAi.conversations.ConversationFeedbackRequestModel`
8798
+ **branch_id:** `string` — Unique identifier for the branch.
8640
8799
 
8641
8800
  </dd>
8642
8801
  </dl>
@@ -8644,7 +8803,15 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
8644
8803
  <dl>
8645
8804
  <dd>
8646
8805
 
8647
- **requestOptions:** `FeedbackClient.RequestOptions`
8806
+ **request:** `ElevenLabs.conversationalAi.agents.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch`
8807
+
8808
+ </dd>
8809
+ </dl>
8810
+
8811
+ <dl>
8812
+ <dd>
8813
+
8814
+ **requestOptions:** `BranchesClient.RequestOptions`
8648
8815
 
8649
8816
  </dd>
8650
8817
  </dl>
@@ -8656,8 +8823,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
8656
8823
  </dl>
8657
8824
  </details>
8658
8825
 
8659
- ## ConversationalAi Dashboard Settings
8660
- <details><summary><code>client.conversationalAi.dashboard.settings.<a href="/src/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.ts">get</a>() -> ElevenLabs.GetConvAiDashboardSettingsResponseModel</code></summary>
8826
+ <details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">merge</a>(agent_id, source_branch_id, { ...params }) -> unknown</code></summary>
8661
8827
  <dl>
8662
8828
  <dd>
8663
8829
 
@@ -8669,7 +8835,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
8669
8835
  <dl>
8670
8836
  <dd>
8671
8837
 
8672
- Retrieve Convai dashboard settings for the workspace
8838
+ Merge a branch into a target branch
8673
8839
  </dd>
8674
8840
  </dl>
8675
8841
  </dd>
@@ -8684,7 +8850,9 @@ Retrieve Convai dashboard settings for the workspace
8684
8850
  <dd>
8685
8851
 
8686
8852
  ```typescript
8687
- await client.conversationalAi.dashboard.settings.get();
8853
+ await client.conversationalAi.agents.branches.merge("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj", {
8854
+ targetBranchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
8855
+ });
8688
8856
 
8689
8857
  ```
8690
8858
  </dd>
@@ -8700,7 +8868,31 @@ await client.conversationalAi.dashboard.settings.get();
8700
8868
  <dl>
8701
8869
  <dd>
8702
8870
 
8703
- **requestOptions:** `SettingsClient.RequestOptions`
8871
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
8872
+
8873
+ </dd>
8874
+ </dl>
8875
+
8876
+ <dl>
8877
+ <dd>
8878
+
8879
+ **source_branch_id:** `string` — Unique identifier for the source branch to merge from.
8880
+
8881
+ </dd>
8882
+ </dl>
8883
+
8884
+ <dl>
8885
+ <dd>
8886
+
8887
+ **request:** `ElevenLabs.conversationalAi.agents.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost`
8888
+
8889
+ </dd>
8890
+ </dl>
8891
+
8892
+ <dl>
8893
+ <dd>
8894
+
8895
+ **requestOptions:** `BranchesClient.RequestOptions`
8704
8896
 
8705
8897
  </dd>
8706
8898
  </dl>
@@ -8712,7 +8904,8 @@ await client.conversationalAi.dashboard.settings.get();
8712
8904
  </dl>
8713
8905
  </details>
8714
8906
 
8715
- <details><summary><code>client.conversationalAi.dashboard.settings.<a href="/src/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.ts">update</a>({ ...params }) -> ElevenLabs.GetConvAiDashboardSettingsResponseModel</code></summary>
8907
+ ## ConversationalAi Agents Deployments
8908
+ <details><summary><code>client.conversationalAi.agents.deployments.<a href="/src/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.AgentDeploymentResponse</code></summary>
8716
8909
  <dl>
8717
8910
  <dd>
8718
8911
 
@@ -8724,7 +8917,7 @@ await client.conversationalAi.dashboard.settings.get();
8724
8917
  <dl>
8725
8918
  <dd>
8726
8919
 
8727
- Update Convai dashboard settings for the workspace
8920
+ Create a new deployment for an agent
8728
8921
  </dd>
8729
8922
  </dl>
8730
8923
  </dd>
@@ -8739,7 +8932,17 @@ Update Convai dashboard settings for the workspace
8739
8932
  <dd>
8740
8933
 
8741
8934
  ```typescript
8742
- await client.conversationalAi.dashboard.settings.update();
8935
+ await client.conversationalAi.agents.deployments.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
8936
+ deploymentRequest: {
8937
+ requests: [{
8938
+ branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
8939
+ deploymentStrategy: {
8940
+ type: "percentage",
8941
+ trafficPercentage: 0.5
8942
+ }
8943
+ }]
8944
+ }
8945
+ });
8743
8946
 
8744
8947
  ```
8745
8948
  </dd>
@@ -8755,7 +8958,7 @@ await client.conversationalAi.dashboard.settings.update();
8755
8958
  <dl>
8756
8959
  <dd>
8757
8960
 
8758
- **request:** `ElevenLabs.conversationalAi.dashboard.PatchConvAiDashboardSettingsRequest`
8961
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
8759
8962
 
8760
8963
  </dd>
8761
8964
  </dl>
@@ -8763,7 +8966,15 @@ await client.conversationalAi.dashboard.settings.update();
8763
8966
  <dl>
8764
8967
  <dd>
8765
8968
 
8766
- **requestOptions:** `SettingsClient.RequestOptions`
8969
+ **request:** `ElevenLabs.conversationalAi.agents.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost`
8970
+
8971
+ </dd>
8972
+ </dl>
8973
+
8974
+ <dl>
8975
+ <dd>
8976
+
8977
+ **requestOptions:** `DeploymentsClient.RequestOptions`
8767
8978
 
8768
8979
  </dd>
8769
8980
  </dl>
@@ -8775,8 +8986,8 @@ await client.conversationalAi.dashboard.settings.update();
8775
8986
  </dl>
8776
8987
  </details>
8777
8988
 
8778
- ## ConversationalAi KnowledgeBase Documents
8779
- <details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFromUrl</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
8989
+ ## ConversationalAi Agents Drafts
8990
+ <details><summary><code>client.conversationalAi.agents.drafts.<a href="/src/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.ts">create</a>(agent_id, { ...params }) -> unknown</code></summary>
8780
8991
  <dl>
8781
8992
  <dd>
8782
8993
 
@@ -8788,7 +8999,7 @@ await client.conversationalAi.dashboard.settings.update();
8788
8999
  <dl>
8789
9000
  <dd>
8790
9001
 
8791
- Create a knowledge base document generated by scraping the given webpage.
9002
+ Create a new draft for an agent
8792
9003
  </dd>
8793
9004
  </dl>
8794
9005
  </dd>
@@ -8803,8 +9014,160 @@ Create a knowledge base document generated by scraping the given webpage.
8803
9014
  <dd>
8804
9015
 
8805
9016
  ```typescript
8806
- await client.conversationalAi.knowledgeBase.documents.createFromUrl({
8807
- url: "url"
9017
+ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
9018
+ branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
9019
+ conversationConfig: {
9020
+ "key": "value"
9021
+ },
9022
+ platformSettings: {
9023
+ "key": "value"
9024
+ },
9025
+ workflow: {
9026
+ edges: {
9027
+ "entry_to_tool_a": {
9028
+ source: "entry_node",
9029
+ target: "tool_node_a",
9030
+ forwardCondition: {
9031
+ type: "expression",
9032
+ expression: {
9033
+ type: "and_operator",
9034
+ children: [{
9035
+ type: "boolean_literal",
9036
+ value: true
9037
+ }]
9038
+ }
9039
+ }
9040
+ },
9041
+ "start_to_entry": {
9042
+ source: "start_node",
9043
+ target: "entry_node",
9044
+ forwardCondition: {
9045
+ type: "expression",
9046
+ expression: {
9047
+ type: "and_operator",
9048
+ children: [{
9049
+ type: "boolean_literal",
9050
+ value: true
9051
+ }]
9052
+ }
9053
+ }
9054
+ },
9055
+ "tool_a_to_failure": {
9056
+ source: "tool_node_a",
9057
+ target: "failure_node",
9058
+ forwardCondition: {
9059
+ type: "expression",
9060
+ expression: {
9061
+ type: "and_operator",
9062
+ children: [{
9063
+ type: "boolean_literal",
9064
+ value: true
9065
+ }]
9066
+ }
9067
+ }
9068
+ },
9069
+ "tool_a_to_tool_b": {
9070
+ source: "tool_node_a",
9071
+ target: "tool_node_b",
9072
+ forwardCondition: {
9073
+ type: "expression",
9074
+ expression: {
9075
+ type: "and_operator",
9076
+ children: [{
9077
+ type: "boolean_literal",
9078
+ value: true
9079
+ }]
9080
+ }
9081
+ }
9082
+ },
9083
+ "tool_b_to_agent_transfer": {
9084
+ source: "tool_node_b",
9085
+ target: "success_transfer",
9086
+ forwardCondition: {
9087
+ type: "expression",
9088
+ expression: {
9089
+ type: "and_operator",
9090
+ children: [{
9091
+ type: "boolean_literal",
9092
+ value: true
9093
+ }]
9094
+ }
9095
+ }
9096
+ },
9097
+ "tool_b_to_conversation": {
9098
+ source: "tool_node_b",
9099
+ target: "success_conversation",
9100
+ forwardCondition: {
9101
+ type: "expression",
9102
+ expression: {
9103
+ type: "and_operator",
9104
+ children: [{
9105
+ type: "boolean_literal",
9106
+ value: true
9107
+ }]
9108
+ }
9109
+ }
9110
+ },
9111
+ "tool_b_to_end": {
9112
+ source: "tool_node_b",
9113
+ target: "success_end",
9114
+ forwardCondition: {
9115
+ type: "expression",
9116
+ expression: {
9117
+ type: "and_operator",
9118
+ children: [{
9119
+ type: "boolean_literal",
9120
+ value: true
9121
+ }]
9122
+ }
9123
+ }
9124
+ },
9125
+ "tool_b_to_phone": {
9126
+ source: "tool_node_b",
9127
+ target: "success_phone",
9128
+ forwardCondition: {
9129
+ type: "expression",
9130
+ expression: {
9131
+ type: "and_operator",
9132
+ children: [{
9133
+ type: "boolean_literal",
9134
+ value: true
9135
+ }]
9136
+ }
9137
+ }
9138
+ }
9139
+ },
9140
+ nodes: {
9141
+ "entry_node": {
9142
+ type: "end"
9143
+ },
9144
+ "failure_node": {
9145
+ type: "end"
9146
+ },
9147
+ "start_node": {
9148
+ type: "end"
9149
+ },
9150
+ "success_conversation": {
9151
+ type: "end"
9152
+ },
9153
+ "success_end": {
9154
+ type: "end"
9155
+ },
9156
+ "success_phone": {
9157
+ type: "end"
9158
+ },
9159
+ "success_transfer": {
9160
+ type: "end"
9161
+ },
9162
+ "tool_node_a": {
9163
+ type: "end"
9164
+ },
9165
+ "tool_node_b": {
9166
+ type: "end"
9167
+ }
9168
+ }
9169
+ },
9170
+ name: "name"
8808
9171
  });
8809
9172
 
8810
9173
  ```
@@ -8821,7 +9184,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
8821
9184
  <dl>
8822
9185
  <dd>
8823
9186
 
8824
- **request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost`
9187
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
8825
9188
 
8826
9189
  </dd>
8827
9190
  </dl>
@@ -8829,7 +9192,15 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
8829
9192
  <dl>
8830
9193
  <dd>
8831
9194
 
8832
- **requestOptions:** `DocumentsClient.RequestOptions`
9195
+ **request:** `ElevenLabs.conversationalAi.agents.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost`
9196
+
9197
+ </dd>
9198
+ </dl>
9199
+
9200
+ <dl>
9201
+ <dd>
9202
+
9203
+ **requestOptions:** `DraftsClient.RequestOptions`
8833
9204
 
8834
9205
  </dd>
8835
9206
  </dl>
@@ -8841,7 +9212,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
8841
9212
  </dl>
8842
9213
  </details>
8843
9214
 
8844
- <details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFromFile</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
9215
+ <details><summary><code>client.conversationalAi.agents.drafts.<a href="/src/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.ts">delete</a>(agent_id, { ...params }) -> unknown</code></summary>
8845
9216
  <dl>
8846
9217
  <dd>
8847
9218
 
@@ -8853,7 +9224,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
8853
9224
  <dl>
8854
9225
  <dd>
8855
9226
 
8856
- Create a knowledge base document generated form the uploaded file.
9227
+ Delete a draft for an agent
8857
9228
  </dd>
8858
9229
  </dl>
8859
9230
  </dd>
@@ -8868,7 +9239,543 @@ Create a knowledge base document generated form the uploaded file.
8868
9239
  <dd>
8869
9240
 
8870
9241
  ```typescript
8871
- await client.conversationalAi.knowledgeBase.documents.createFromFile({
9242
+ await client.conversationalAi.agents.drafts.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
9243
+ branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
9244
+ });
9245
+
9246
+ ```
9247
+ </dd>
9248
+ </dl>
9249
+ </dd>
9250
+ </dl>
9251
+
9252
+ #### ⚙️ Parameters
9253
+
9254
+ <dl>
9255
+ <dd>
9256
+
9257
+ <dl>
9258
+ <dd>
9259
+
9260
+ **agent_id:** `string` — The id of an agent. This is returned on agent creation.
9261
+
9262
+ </dd>
9263
+ </dl>
9264
+
9265
+ <dl>
9266
+ <dd>
9267
+
9268
+ **request:** `ElevenLabs.conversationalAi.agents.DraftsDeleteRequest`
9269
+
9270
+ </dd>
9271
+ </dl>
9272
+
9273
+ <dl>
9274
+ <dd>
9275
+
9276
+ **requestOptions:** `DraftsClient.RequestOptions`
9277
+
9278
+ </dd>
9279
+ </dl>
9280
+ </dd>
9281
+ </dl>
9282
+
9283
+
9284
+ </dd>
9285
+ </dl>
9286
+ </details>
9287
+
9288
+ ## ConversationalAi Agents Widget Avatar
9289
+ <details><summary><code>client.conversationalAi.agents.widget.avatar.<a href="/src/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.PostAgentAvatarResponseModel</code></summary>
9290
+ <dl>
9291
+ <dd>
9292
+
9293
+ #### 📝 Description
9294
+
9295
+ <dl>
9296
+ <dd>
9297
+
9298
+ <dl>
9299
+ <dd>
9300
+
9301
+ Sets the avatar for an agent displayed in the widget
9302
+ </dd>
9303
+ </dl>
9304
+ </dd>
9305
+ </dl>
9306
+
9307
+ #### 🔌 Usage
9308
+
9309
+ <dl>
9310
+ <dd>
9311
+
9312
+ <dl>
9313
+ <dd>
9314
+
9315
+ ```typescript
9316
+ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
9317
+ avatarFile: fs.createReadStream("/path/to/your/file")
9318
+ });
9319
+
9320
+ ```
9321
+ </dd>
9322
+ </dl>
9323
+ </dd>
9324
+ </dl>
9325
+
9326
+ #### ⚙️ Parameters
9327
+
9328
+ <dl>
9329
+ <dd>
9330
+
9331
+ <dl>
9332
+ <dd>
9333
+
9334
+ **agent_id:** `string`
9335
+
9336
+ </dd>
9337
+ </dl>
9338
+
9339
+ <dl>
9340
+ <dd>
9341
+
9342
+ **request:** `ElevenLabs.conversationalAi.agents.widget.BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost`
9343
+
9344
+ </dd>
9345
+ </dl>
9346
+
9347
+ <dl>
9348
+ <dd>
9349
+
9350
+ **requestOptions:** `AvatarClient.RequestOptions`
9351
+
9352
+ </dd>
9353
+ </dl>
9354
+ </dd>
9355
+ </dl>
9356
+
9357
+
9358
+ </dd>
9359
+ </dl>
9360
+ </details>
9361
+
9362
+ ## ConversationalAi Analytics LiveCount
9363
+ <details><summary><code>client.conversationalAi.analytics.liveCount.<a href="/src/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.ts">get</a>({ ...params }) -> ElevenLabs.GetLiveCountResponse</code></summary>
9364
+ <dl>
9365
+ <dd>
9366
+
9367
+ #### 📝 Description
9368
+
9369
+ <dl>
9370
+ <dd>
9371
+
9372
+ <dl>
9373
+ <dd>
9374
+
9375
+ Get the live count of the ongoing conversations.
9376
+ </dd>
9377
+ </dl>
9378
+ </dd>
9379
+ </dl>
9380
+
9381
+ #### 🔌 Usage
9382
+
9383
+ <dl>
9384
+ <dd>
9385
+
9386
+ <dl>
9387
+ <dd>
9388
+
9389
+ ```typescript
9390
+ await client.conversationalAi.analytics.liveCount.get({
9391
+ agentId: "agent_id"
9392
+ });
9393
+
9394
+ ```
9395
+ </dd>
9396
+ </dl>
9397
+ </dd>
9398
+ </dl>
9399
+
9400
+ #### ⚙️ Parameters
9401
+
9402
+ <dl>
9403
+ <dd>
9404
+
9405
+ <dl>
9406
+ <dd>
9407
+
9408
+ **request:** `ElevenLabs.conversationalAi.analytics.LiveCountGetRequest`
9409
+
9410
+ </dd>
9411
+ </dl>
9412
+
9413
+ <dl>
9414
+ <dd>
9415
+
9416
+ **requestOptions:** `LiveCountClient.RequestOptions`
9417
+
9418
+ </dd>
9419
+ </dl>
9420
+ </dd>
9421
+ </dl>
9422
+
9423
+
9424
+ </dd>
9425
+ </dl>
9426
+ </details>
9427
+
9428
+ ## ConversationalAi Conversations Audio
9429
+ <details><summary><code>client.conversationalAi.conversations.audio.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.ts">get</a>(conversation_id) -> ReadableStream<Uint8Array></code></summary>
9430
+ <dl>
9431
+ <dd>
9432
+
9433
+ #### 📝 Description
9434
+
9435
+ <dl>
9436
+ <dd>
9437
+
9438
+ <dl>
9439
+ <dd>
9440
+
9441
+ Get the audio recording of a particular conversation
9442
+ </dd>
9443
+ </dl>
9444
+ </dd>
9445
+ </dl>
9446
+
9447
+ #### 🔌 Usage
9448
+
9449
+ <dl>
9450
+ <dd>
9451
+
9452
+ <dl>
9453
+ <dd>
9454
+
9455
+ ```typescript
9456
+ await client.conversationalAi.conversations.audio.get("conversation_id");
9457
+
9458
+ ```
9459
+ </dd>
9460
+ </dl>
9461
+ </dd>
9462
+ </dl>
9463
+
9464
+ #### ⚙️ Parameters
9465
+
9466
+ <dl>
9467
+ <dd>
9468
+
9469
+ <dl>
9470
+ <dd>
9471
+
9472
+ **conversation_id:** `string` — The id of the conversation you're taking the action on.
9473
+
9474
+ </dd>
9475
+ </dl>
9476
+
9477
+ <dl>
9478
+ <dd>
9479
+
9480
+ **requestOptions:** `AudioClient.RequestOptions`
9481
+
9482
+ </dd>
9483
+ </dl>
9484
+ </dd>
9485
+ </dl>
9486
+
9487
+
9488
+ </dd>
9489
+ </dl>
9490
+ </details>
9491
+
9492
+ ## ConversationalAi Conversations Feedback
9493
+ <details><summary><code>client.conversationalAi.conversations.feedback.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.ts">create</a>(conversation_id, { ...params }) -> unknown</code></summary>
9494
+ <dl>
9495
+ <dd>
9496
+
9497
+ #### 📝 Description
9498
+
9499
+ <dl>
9500
+ <dd>
9501
+
9502
+ <dl>
9503
+ <dd>
9504
+
9505
+ Send the feedback for the given conversation
9506
+ </dd>
9507
+ </dl>
9508
+ </dd>
9509
+ </dl>
9510
+
9511
+ #### 🔌 Usage
9512
+
9513
+ <dl>
9514
+ <dd>
9515
+
9516
+ <dl>
9517
+ <dd>
9518
+
9519
+ ```typescript
9520
+ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWAM", {
9521
+ feedback: "like"
9522
+ });
9523
+
9524
+ ```
9525
+ </dd>
9526
+ </dl>
9527
+ </dd>
9528
+ </dl>
9529
+
9530
+ #### ⚙️ Parameters
9531
+
9532
+ <dl>
9533
+ <dd>
9534
+
9535
+ <dl>
9536
+ <dd>
9537
+
9538
+ **conversation_id:** `string` — The id of the conversation you're taking the action on.
9539
+
9540
+ </dd>
9541
+ </dl>
9542
+
9543
+ <dl>
9544
+ <dd>
9545
+
9546
+ **request:** `ElevenLabs.conversationalAi.conversations.ConversationFeedbackRequestModel`
9547
+
9548
+ </dd>
9549
+ </dl>
9550
+
9551
+ <dl>
9552
+ <dd>
9553
+
9554
+ **requestOptions:** `FeedbackClient.RequestOptions`
9555
+
9556
+ </dd>
9557
+ </dl>
9558
+ </dd>
9559
+ </dl>
9560
+
9561
+
9562
+ </dd>
9563
+ </dl>
9564
+ </details>
9565
+
9566
+ ## ConversationalAi Dashboard Settings
9567
+ <details><summary><code>client.conversationalAi.dashboard.settings.<a href="/src/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.ts">get</a>() -> ElevenLabs.GetConvAiDashboardSettingsResponseModel</code></summary>
9568
+ <dl>
9569
+ <dd>
9570
+
9571
+ #### 📝 Description
9572
+
9573
+ <dl>
9574
+ <dd>
9575
+
9576
+ <dl>
9577
+ <dd>
9578
+
9579
+ Retrieve Convai dashboard settings for the workspace
9580
+ </dd>
9581
+ </dl>
9582
+ </dd>
9583
+ </dl>
9584
+
9585
+ #### 🔌 Usage
9586
+
9587
+ <dl>
9588
+ <dd>
9589
+
9590
+ <dl>
9591
+ <dd>
9592
+
9593
+ ```typescript
9594
+ await client.conversationalAi.dashboard.settings.get();
9595
+
9596
+ ```
9597
+ </dd>
9598
+ </dl>
9599
+ </dd>
9600
+ </dl>
9601
+
9602
+ #### ⚙️ Parameters
9603
+
9604
+ <dl>
9605
+ <dd>
9606
+
9607
+ <dl>
9608
+ <dd>
9609
+
9610
+ **requestOptions:** `SettingsClient.RequestOptions`
9611
+
9612
+ </dd>
9613
+ </dl>
9614
+ </dd>
9615
+ </dl>
9616
+
9617
+
9618
+ </dd>
9619
+ </dl>
9620
+ </details>
9621
+
9622
+ <details><summary><code>client.conversationalAi.dashboard.settings.<a href="/src/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.ts">update</a>({ ...params }) -> ElevenLabs.GetConvAiDashboardSettingsResponseModel</code></summary>
9623
+ <dl>
9624
+ <dd>
9625
+
9626
+ #### 📝 Description
9627
+
9628
+ <dl>
9629
+ <dd>
9630
+
9631
+ <dl>
9632
+ <dd>
9633
+
9634
+ Update Convai dashboard settings for the workspace
9635
+ </dd>
9636
+ </dl>
9637
+ </dd>
9638
+ </dl>
9639
+
9640
+ #### 🔌 Usage
9641
+
9642
+ <dl>
9643
+ <dd>
9644
+
9645
+ <dl>
9646
+ <dd>
9647
+
9648
+ ```typescript
9649
+ await client.conversationalAi.dashboard.settings.update();
9650
+
9651
+ ```
9652
+ </dd>
9653
+ </dl>
9654
+ </dd>
9655
+ </dl>
9656
+
9657
+ #### ⚙️ Parameters
9658
+
9659
+ <dl>
9660
+ <dd>
9661
+
9662
+ <dl>
9663
+ <dd>
9664
+
9665
+ **request:** `ElevenLabs.conversationalAi.dashboard.PatchConvAiDashboardSettingsRequest`
9666
+
9667
+ </dd>
9668
+ </dl>
9669
+
9670
+ <dl>
9671
+ <dd>
9672
+
9673
+ **requestOptions:** `SettingsClient.RequestOptions`
9674
+
9675
+ </dd>
9676
+ </dl>
9677
+ </dd>
9678
+ </dl>
9679
+
9680
+
9681
+ </dd>
9682
+ </dl>
9683
+ </details>
9684
+
9685
+ ## ConversationalAi KnowledgeBase Documents
9686
+ <details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFromUrl</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
9687
+ <dl>
9688
+ <dd>
9689
+
9690
+ #### 📝 Description
9691
+
9692
+ <dl>
9693
+ <dd>
9694
+
9695
+ <dl>
9696
+ <dd>
9697
+
9698
+ Create a knowledge base document generated by scraping the given webpage.
9699
+ </dd>
9700
+ </dl>
9701
+ </dd>
9702
+ </dl>
9703
+
9704
+ #### 🔌 Usage
9705
+
9706
+ <dl>
9707
+ <dd>
9708
+
9709
+ <dl>
9710
+ <dd>
9711
+
9712
+ ```typescript
9713
+ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
9714
+ url: "url"
9715
+ });
9716
+
9717
+ ```
9718
+ </dd>
9719
+ </dl>
9720
+ </dd>
9721
+ </dl>
9722
+
9723
+ #### ⚙️ Parameters
9724
+
9725
+ <dl>
9726
+ <dd>
9727
+
9728
+ <dl>
9729
+ <dd>
9730
+
9731
+ **request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost`
9732
+
9733
+ </dd>
9734
+ </dl>
9735
+
9736
+ <dl>
9737
+ <dd>
9738
+
9739
+ **requestOptions:** `DocumentsClient.RequestOptions`
9740
+
9741
+ </dd>
9742
+ </dl>
9743
+ </dd>
9744
+ </dl>
9745
+
9746
+
9747
+ </dd>
9748
+ </dl>
9749
+ </details>
9750
+
9751
+ <details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFromFile</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
9752
+ <dl>
9753
+ <dd>
9754
+
9755
+ #### 📝 Description
9756
+
9757
+ <dl>
9758
+ <dd>
9759
+
9760
+ <dl>
9761
+ <dd>
9762
+
9763
+ Create a knowledge base document generated form the uploaded file.
9764
+ </dd>
9765
+ </dl>
9766
+ </dd>
9767
+ </dl>
9768
+
9769
+ #### 🔌 Usage
9770
+
9771
+ <dl>
9772
+ <dd>
9773
+
9774
+ <dl>
9775
+ <dd>
9776
+
9777
+ ```typescript
9778
+ await client.conversationalAi.knowledgeBase.documents.createFromFile({
8872
9779
  file: fs.createReadStream("/path/to/your/file")
8873
9780
  });
8874
9781
 
@@ -8967,6 +9874,71 @@ await client.conversationalAi.knowledgeBase.documents.createFromText({
8967
9874
  </dl>
8968
9875
 
8969
9876
 
9877
+ </dd>
9878
+ </dl>
9879
+ </details>
9880
+
9881
+ <details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFolder</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
9882
+ <dl>
9883
+ <dd>
9884
+
9885
+ #### 📝 Description
9886
+
9887
+ <dl>
9888
+ <dd>
9889
+
9890
+ <dl>
9891
+ <dd>
9892
+
9893
+ Create a folder used for grouping documents together.
9894
+ </dd>
9895
+ </dl>
9896
+ </dd>
9897
+ </dl>
9898
+
9899
+ #### 🔌 Usage
9900
+
9901
+ <dl>
9902
+ <dd>
9903
+
9904
+ <dl>
9905
+ <dd>
9906
+
9907
+ ```typescript
9908
+ await client.conversationalAi.knowledgeBase.documents.createFolder({
9909
+ name: "name"
9910
+ });
9911
+
9912
+ ```
9913
+ </dd>
9914
+ </dl>
9915
+ </dd>
9916
+ </dl>
9917
+
9918
+ #### ⚙️ Parameters
9919
+
9920
+ <dl>
9921
+ <dd>
9922
+
9923
+ <dl>
9924
+ <dd>
9925
+
9926
+ **request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost`
9927
+
9928
+ </dd>
9929
+ </dl>
9930
+
9931
+ <dl>
9932
+ <dd>
9933
+
9934
+ **requestOptions:** `DocumentsClient.RequestOptions`
9935
+
9936
+ </dd>
9937
+ </dl>
9938
+ </dd>
9939
+ </dl>
9940
+
9941
+
8970
9942
  </dd>
8971
9943
  </dl>
8972
9944
  </details>
@@ -9387,6 +10359,142 @@ await client.conversationalAi.knowledgeBase.documents.getSourceFileUrl("21m00Tcm
9387
10359
  </dl>
9388
10360
 
9389
10361
 
10362
+ </dd>
10363
+ </dl>
10364
+ </details>
10365
+
10366
+ <details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">move</a>(document_id, { ...params }) -> void</code></summary>
10367
+ <dl>
10368
+ <dd>
10369
+
10370
+ #### 📝 Description
10371
+
10372
+ <dl>
10373
+ <dd>
10374
+
10375
+ <dl>
10376
+ <dd>
10377
+
10378
+ Moves the entity from one folder to another.
10379
+ </dd>
10380
+ </dl>
10381
+ </dd>
10382
+ </dl>
10383
+
10384
+ #### 🔌 Usage
10385
+
10386
+ <dl>
10387
+ <dd>
10388
+
10389
+ <dl>
10390
+ <dd>
10391
+
10392
+ ```typescript
10393
+ await client.conversationalAi.knowledgeBase.documents.move("21m00Tcm4TlvDq8ikWAM");
10394
+
10395
+ ```
10396
+ </dd>
10397
+ </dl>
10398
+ </dd>
10399
+ </dl>
10400
+
10401
+ #### ⚙️ Parameters
10402
+
10403
+ <dl>
10404
+ <dd>
10405
+
10406
+ <dl>
10407
+ <dd>
10408
+
10409
+ **document_id:** `string` — The id of a document from the knowledge base. This is returned on document addition.
10410
+
10411
+ </dd>
10412
+ </dl>
10413
+
10414
+ <dl>
10415
+ <dd>
10416
+
10417
+ **request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost`
10418
+
10419
+ </dd>
10420
+ </dl>
10421
+
10422
+ <dl>
10423
+ <dd>
10424
+
10425
+ **requestOptions:** `DocumentsClient.RequestOptions`
10426
+
10427
+ </dd>
10428
+ </dl>
10429
+ </dd>
10430
+ </dl>
10431
+
10432
+
10433
+ </dd>
10434
+ </dl>
10435
+ </details>
10436
+
10437
+ <details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">bulkMove</a>({ ...params }) -> void</code></summary>
10438
+ <dl>
10439
+ <dd>
10440
+
10441
+ #### 📝 Description
10442
+
10443
+ <dl>
10444
+ <dd>
10445
+
10446
+ <dl>
10447
+ <dd>
10448
+
10449
+ Moves multiple entities from one folder to another.
10450
+ </dd>
10451
+ </dl>
10452
+ </dd>
10453
+ </dl>
10454
+
10455
+ #### 🔌 Usage
10456
+
10457
+ <dl>
10458
+ <dd>
10459
+
10460
+ <dl>
10461
+ <dd>
10462
+
10463
+ ```typescript
10464
+ await client.conversationalAi.knowledgeBase.documents.bulkMove({
10465
+ documentIds: ["21m00Tcm4TlvDq8ikWAM", "31m00Tcm4TlvDq8ikWBM"]
10466
+ });
10467
+
10468
+ ```
10469
+ </dd>
10470
+ </dl>
10471
+ </dd>
10472
+ </dl>
10473
+
10474
+ #### ⚙️ Parameters
10475
+
10476
+ <dl>
10477
+ <dd>
10478
+
10479
+ <dl>
10480
+ <dd>
10481
+
10482
+ **request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost`
10483
+
10484
+ </dd>
10485
+ </dl>
10486
+
10487
+ <dl>
10488
+ <dd>
10489
+
10490
+ **requestOptions:** `DocumentsClient.RequestOptions`
10491
+
10492
+ </dd>
10493
+ </dl>
10494
+ </dd>
10495
+ </dl>
10496
+
10497
+
9390
10498
  </dd>
9391
10499
  </dl>
9392
10500
  </details>
@@ -11658,7 +12766,7 @@ await client.music.compositionPlan.create({
11658
12766
  <dl>
11659
12767
  <dd>
11660
12768
 
11661
- Add rules to the pronunciation dictionary
12769
+ Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
11662
12770
  </dd>
11663
12771
  </dl>
11664
12772
  </dd>
@@ -15795,80 +16903,6 @@ await client.workspace.resources.unshare("resource_id", {
15795
16903
  </dl>
15796
16904
 
15797
16905
 
15798
- </dd>
15799
- </dl>
15800
- </details>
15801
-
15802
- <details><summary><code>client.workspace.resources.<a href="/src/api/resources/workspace/resources/resources/client/Client.ts">copyToWorkspace</a>(resource_id, { ...params }) -> unknown</code></summary>
15803
- <dl>
15804
- <dd>
15805
-
15806
- #### 📝 Description
15807
-
15808
- <dl>
15809
- <dd>
15810
-
15811
- <dl>
15812
- <dd>
15813
-
15814
- Copies a workspace resource to another workspace.
15815
- </dd>
15816
- </dl>
15817
- </dd>
15818
- </dl>
15819
-
15820
- #### 🔌 Usage
15821
-
15822
- <dl>
15823
- <dd>
15824
-
15825
- <dl>
15826
- <dd>
15827
-
15828
- ```typescript
15829
- await client.workspace.resources.copyToWorkspace("resource_id", {
15830
- resourceType: "voice",
15831
- targetUserId: "target_user_id"
15832
- });
15833
-
15834
- ```
15835
- </dd>
15836
- </dl>
15837
- </dd>
15838
- </dl>
15839
-
15840
- #### ⚙️ Parameters
15841
-
15842
- <dl>
15843
- <dd>
15844
-
15845
- <dl>
15846
- <dd>
15847
-
15848
- **resource_id:** `string` — The ID of the target resource.
15849
-
15850
- </dd>
15851
- </dl>
15852
-
15853
- <dl>
15854
- <dd>
15855
-
15856
- **request:** `ElevenLabs.workspace.BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost`
15857
-
15858
- </dd>
15859
- </dl>
15860
-
15861
- <dl>
15862
- <dd>
15863
-
15864
- **requestOptions:** `ResourcesClient.RequestOptions`
15865
-
15866
- </dd>
15867
- </dl>
15868
- </dd>
15869
- </dl>
15870
-
15871
-
15872
16906
  </dd>
15873
16907
  </dl>
15874
16908
  </details>