@elevenlabs/elevenlabs-js 2.36.0 → 2.38.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 (1668) hide show
  1. package/BaseClient.js +2 -2
  2. package/api/resources/audioNative/client/Client.d.ts +15 -0
  3. package/api/resources/audioNative/client/Client.js +67 -0
  4. package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +10 -0
  5. package/api/resources/audioNative/client/requests/index.d.ts +1 -0
  6. package/api/resources/conversationalAi/client/Client.d.ts +3 -0
  7. package/api/resources/conversationalAi/client/Client.js +29 -24
  8. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +2 -0
  9. package/api/resources/conversationalAi/resources/agents/client/Client.js +13 -3
  10. package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +4 -0
  11. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
  12. package/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +10 -0
  13. package/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +10 -0
  14. package/api/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
  15. package/api/resources/conversationalAi/resources/agents/types/index.js +2 -1
  16. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
  17. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -0
  18. package/api/resources/conversationalAi/resources/conversations/client/Client.js +10 -0
  19. package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.d.ts +44 -0
  20. package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +191 -0
  21. package/api/resources/conversationalAi/resources/conversations/resources/files/client/index.d.ts +1 -0
  22. package/api/resources/conversationalAi/resources/conversations/resources/files/client/index.js +17 -0
  23. package/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.d.ts +11 -0
  24. package/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.d.ts +1 -0
  25. package/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.js +2 -0
  26. package/api/resources/conversationalAi/resources/conversations/resources/files/index.d.ts +1 -0
  27. package/api/resources/conversationalAi/resources/conversations/resources/files/index.js +17 -0
  28. package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +5 -0
  29. package/api/resources/conversationalAi/resources/conversations/resources/index.js +6 -1
  30. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +61 -0
  31. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +297 -0
  32. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.d.ts +1 -0
  33. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.js +17 -0
  34. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +19 -0
  35. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +63 -0
  36. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.d.ts +2 -0
  37. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.js +2 -0
  38. package/api/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +2 -0
  39. package/api/resources/conversationalAi/resources/conversations/resources/messages/index.js +18 -0
  40. package/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +6 -0
  41. package/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +9 -0
  42. package/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
  43. package/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
  44. package/api/resources/conversationalAi/resources/index.d.ts +1 -0
  45. package/api/resources/conversationalAi/resources/index.js +2 -1
  46. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +1 -1
  47. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -1
  48. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/BodyComputeRagIndexesInBatchV1ConvaiKnowledgeBaseRagIndexPost.d.ts +1 -1
  49. package/api/resources/conversationalAi/resources/llm/client/Client.d.ts +25 -0
  50. package/api/resources/conversationalAi/resources/llm/client/Client.js +119 -0
  51. package/api/resources/conversationalAi/resources/llm/client/index.d.ts +1 -0
  52. package/api/resources/conversationalAi/resources/llm/client/index.js +2 -0
  53. package/api/resources/conversationalAi/resources/llm/index.d.ts +1 -0
  54. package/api/resources/conversationalAi/resources/llm/index.js +17 -0
  55. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
  56. package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
  57. package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
  58. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
  59. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
  60. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  61. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
  62. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +13 -0
  63. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +13 -0
  64. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
  65. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +18 -0
  66. package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -0
  67. package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +4 -1
  68. package/api/resources/conversationalAi/resources/tests/client/Client.js +24 -2
  69. package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +13 -1
  70. package/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +6 -0
  71. package/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +9 -0
  72. package/api/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
  73. package/api/resources/conversationalAi/resources/tests/types/index.js +1 -0
  74. package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
  75. package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  76. package/api/resources/music/client/Client.d.ts +16 -0
  77. package/api/resources/music/client/Client.js +72 -0
  78. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +3 -1
  79. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +3 -1
  80. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +3 -1
  81. package/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +13 -0
  82. package/api/resources/music/client/requests/index.d.ts +1 -0
  83. package/api/resources/pronunciationDictionaries/client/Client.d.ts +2 -0
  84. package/api/resources/pronunciationDictionaries/client/Client.js +2 -0
  85. package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -0
  86. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +24 -0
  87. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +74 -0
  88. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +21 -0
  89. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -0
  90. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  91. package/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +10 -0
  92. package/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  93. package/api/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  94. package/api/resources/speechToText/client/Client.d.ts +1 -1
  95. package/api/resources/speechToText/client/Client.js +1 -1
  96. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  97. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  98. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  99. package/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
  100. package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
  101. package/api/types/AgentMetadata.d.ts +1 -0
  102. package/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
  103. package/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
  104. package/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
  105. package/api/types/AgentTestEntityType.d.ts +5 -0
  106. package/api/types/AgentTestEntityType.js +8 -0
  107. package/api/types/AgentTestFolderPathSegmentResponseModel.d.ts +4 -0
  108. package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -0
  109. package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +13 -0
  110. package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +3 -0
  111. package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -0
  112. package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +13 -0
  113. package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +3 -0
  114. package/api/types/AsrProvider.d.ts +1 -0
  115. package/api/types/AsrProvider.js +1 -0
  116. package/api/types/BatchCallDetailedResponse.d.ts +1 -0
  117. package/api/types/BatchCallResponse.d.ts +1 -0
  118. package/api/types/CanvasPlacement.d.ts +4 -0
  119. package/api/types/ChapterStatisticsResponse.d.ts +3 -0
  120. package/api/types/ChatSourceMedium.d.ts +7 -0
  121. package/api/types/{ConversationHistoryTranscriptCommonModelInputSourceMedium.js → ChatSourceMedium.js} +4 -2
  122. package/api/types/CheckServiceAvailabilityParams.d.ts +3 -0
  123. package/api/types/CheckServiceAvailabilityParams.js +3 -0
  124. package/api/types/ClientEvent.d.ts +2 -0
  125. package/api/types/ClientEvent.js +2 -0
  126. package/api/types/ClipAnimation.d.ts +7 -0
  127. package/api/types/ClipAnimation.js +3 -0
  128. package/api/types/ClipAnimationEnterEffect.d.ts +17 -0
  129. package/api/types/ClipAnimationEnterEffect.js +20 -0
  130. package/api/types/ClipAnimationExitEffect.d.ts +17 -0
  131. package/api/types/ClipAnimationExitEffect.js +20 -0
  132. package/api/types/CoachedAgentSettings.d.ts +3 -0
  133. package/api/types/CoachedAgentSettings.js +3 -0
  134. package/api/types/CoachingAgentSettings.d.ts +7 -0
  135. package/api/types/CoachingAgentSettings.js +3 -0
  136. package/api/types/ConfigEntityType.d.ts +68 -0
  137. package/api/types/ConfigEntityType.js +71 -0
  138. package/api/types/ConstantSchemaOverride.d.ts +5 -0
  139. package/api/types/ConstantSchemaOverride.js +3 -0
  140. package/api/types/ConstantSchemaOverrideConstantValue.d.ts +4 -0
  141. package/api/types/ConstantSchemaOverrideConstantValue.js +3 -0
  142. package/api/types/ContentConfig.d.ts +1 -1
  143. package/api/types/ContentGuardrailInput.d.ts +1 -0
  144. package/api/types/ContentGuardrailOutput.d.ts +1 -0
  145. package/api/types/ConvAiFileUploadResponseModel.d.ts +3 -0
  146. package/api/types/ConvAiFileUploadResponseModel.js +3 -0
  147. package/api/types/ConversationHistoryRedactionConfig.d.ts +7 -0
  148. package/api/types/ConversationHistoryRedactionConfig.js +3 -0
  149. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  150. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  151. package/api/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +6 -0
  152. package/api/types/ConversationHistoryTranscriptFileInputResponseModel.js +3 -0
  153. package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +19 -0
  154. package/api/types/ConversationHistoryTranscriptResponseModel.js +3 -0
  155. package/api/types/ConversationHistoryTranscriptResponseModelRole.d.ts +5 -0
  156. package/api/types/ConversationHistoryTranscriptResponseModelRole.js +8 -0
  157. package/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +2 -0
  158. package/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +3 -0
  159. package/api/types/ConversationUserResponseModel.d.ts +3 -2
  160. package/api/types/CreateAssetParams.d.ts +3 -0
  161. package/api/types/CreateAssetParams.js +3 -0
  162. package/api/types/CreateClientAppointmentParams.d.ts +3 -0
  163. package/api/types/CreateClientAppointmentParams.js +3 -0
  164. package/api/types/CreateClientParams.d.ts +6 -0
  165. package/api/types/CreateClientParams.js +3 -0
  166. package/api/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +1 -12
  167. package/api/types/CreateProductParams.d.ts +3 -0
  168. package/api/types/CreateProductParams.js +3 -0
  169. package/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
  170. package/api/types/CreateServiceParams.d.ts +6 -0
  171. package/api/types/CreateServiceParams.js +3 -0
  172. package/api/types/CreateSimulationTestRequest.d.ts +2 -0
  173. package/api/types/CreateStaffParams.d.ts +6 -0
  174. package/api/types/CreateStaffParams.js +3 -0
  175. package/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
  176. package/api/types/CustomGuardrailConfig.d.ts +1 -2
  177. package/api/types/CustomGuardrailInput.d.ts +1 -1
  178. package/api/types/CustomGuardrailOutput.d.ts +1 -1
  179. package/api/types/{CustomGuardrailsConfig.d.ts → CustomGuardrailsConfigInput.d.ts} +1 -1
  180. package/api/types/CustomGuardrailsConfigInput.js +3 -0
  181. package/api/types/CustomGuardrailsConfigOutput.d.ts +7 -0
  182. package/api/types/CustomGuardrailsConfigOutput.js +3 -0
  183. package/api/types/CustomLlm.d.ts +1 -1
  184. package/api/types/DeleteAssetParams.d.ts +3 -0
  185. package/api/types/DeleteAssetParams.js +3 -0
  186. package/api/types/DeleteCalendarEventParams.d.ts +3 -0
  187. package/api/types/DeleteCalendarEventParams.js +3 -0
  188. package/api/types/DeleteClientParams.d.ts +6 -0
  189. package/api/types/DeleteClientParams.js +3 -0
  190. package/api/types/DeleteProductParams.d.ts +3 -0
  191. package/api/types/DeleteProductParams.js +3 -0
  192. package/api/types/DeleteServiceParams.d.ts +6 -0
  193. package/api/types/DeleteServiceParams.js +3 -0
  194. package/api/types/DeleteStaffParams.d.ts +6 -0
  195. package/api/types/DeleteStaffParams.js +3 -0
  196. package/api/types/DependentBranchInfo.d.ts +7 -0
  197. package/api/types/DependentBranchInfo.js +3 -0
  198. package/api/types/DynamicVariableSchemaOverride.d.ts +4 -0
  199. package/api/types/DynamicVariableSchemaOverride.js +3 -0
  200. package/api/types/EmbeddingModelEnum.d.ts +1 -0
  201. package/api/types/EmbeddingModelEnum.js +1 -0
  202. package/api/types/FocusGuardrail.d.ts +3 -0
  203. package/api/types/FocusGuardrail.js +3 -0
  204. package/api/types/GenerateVoiceRequest.d.ts +1 -13
  205. package/api/types/GenerationSourceContext.d.ts +14 -0
  206. package/api/types/GenerationSourceContext.js +3 -0
  207. package/api/types/GetAgentResponseModel.d.ts +2 -0
  208. package/api/types/GetAgentResponseModelCoachingSettings.d.ts +13 -0
  209. package/api/types/GetAgentResponseModelCoachingSettings.js +3 -0
  210. package/api/types/GetClientAppointmentsParams.d.ts +3 -0
  211. package/api/types/GetClientAppointmentsParams.js +3 -0
  212. package/api/types/GetClientByPhoneParams.d.ts +6 -0
  213. package/api/types/GetClientByPhoneParams.js +3 -0
  214. package/api/types/GetConversationResponseModel.d.ts +1 -1
  215. package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -0
  216. package/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -0
  217. package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  218. package/api/types/GuardrailExecutionMode.d.ts +5 -0
  219. package/api/types/GuardrailExecutionMode.js +8 -0
  220. package/api/types/GuardrailsV1Input.d.ts +2 -1
  221. package/api/types/GuardrailsV1Output.d.ts +2 -1
  222. package/api/types/LibraryVoiceResponse.d.ts +2 -0
  223. package/api/types/ListAssetsParams.d.ts +4 -0
  224. package/api/types/ListAssetsParams.js +3 -0
  225. package/api/types/ListCalendarEventsParams.d.ts +3 -0
  226. package/api/types/ListCalendarEventsParams.js +3 -0
  227. package/api/types/ListClientsParams.d.ts +6 -0
  228. package/api/types/ListClientsParams.js +3 -0
  229. package/api/types/ListProductsParams.d.ts +4 -0
  230. package/api/types/ListProductsParams.js +3 -0
  231. package/api/types/ListServicesParams.d.ts +4 -0
  232. package/api/types/ListServicesParams.js +3 -0
  233. package/api/types/ListStaffParams.d.ts +4 -0
  234. package/api/types/ListStaffParams.js +3 -0
  235. package/api/types/Llm.d.ts +1 -0
  236. package/api/types/Llm.js +1 -0
  237. package/api/types/LlmDeprecationConfigModel.d.ts +12 -0
  238. package/api/types/LlmDeprecationConfigModel.js +3 -0
  239. package/api/types/LlmDeprecationInfoModel.d.ts +19 -0
  240. package/api/types/LlmDeprecationInfoModel.js +3 -0
  241. package/api/types/LlmInfoModelInput.d.ts +21 -0
  242. package/api/types/LlmInfoModelInput.js +3 -0
  243. package/api/types/LlmInfoModelOutput.d.ts +21 -0
  244. package/api/types/LlmInfoModelOutput.js +3 -0
  245. package/api/types/LlmListResponseModelInput.d.ts +7 -0
  246. package/api/types/LlmListResponseModelInput.js +3 -0
  247. package/api/types/LlmListResponseModelOutput.d.ts +7 -0
  248. package/api/types/LlmListResponseModelOutput.js +3 -0
  249. package/api/types/LlmSchemaOverride.d.ts +4 -0
  250. package/api/types/LlmSchemaOverride.js +3 -0
  251. package/api/types/McpServerConfigInput.d.ts +2 -0
  252. package/api/types/McpServerConfigOutput.d.ts +2 -0
  253. package/api/types/McpToolConfigOverride.d.ts +2 -0
  254. package/api/types/McpToolConfigOverrideInputOverridesValue.d.ts +13 -0
  255. package/api/types/McpToolConfigOverrideInputOverridesValue.js +3 -0
  256. package/api/types/MessagesSearchResponse.d.ts +9 -0
  257. package/api/types/MessagesSearchResponse.js +3 -0
  258. package/api/types/MessagesSearchResult.d.ts +14 -0
  259. package/api/types/MessagesSearchResult.js +3 -0
  260. package/api/types/ModerationGuardrailInput.d.ts +1 -0
  261. package/api/types/ModerationGuardrailOutput.d.ts +1 -0
  262. package/api/types/MusicExploreSongSourceContext.d.ts +8 -0
  263. package/api/types/MusicExploreSongSourceContext.js +3 -0
  264. package/api/types/MusicUploadResponse.d.ts +10 -0
  265. package/api/types/MusicUploadResponse.js +3 -0
  266. package/api/types/NoCoachingSettings.d.ts +3 -0
  267. package/api/types/NoCoachingSettings.js +3 -0
  268. package/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -0
  269. package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -0
  270. package/api/types/PendingClipTaskType.d.ts +1 -0
  271. package/api/types/PendingClipTaskType.js +1 -0
  272. package/api/types/PermissionType.d.ts +1 -0
  273. package/api/types/PermissionType.js +1 -0
  274. package/api/types/{PrivacyConfig.d.ts → PrivacyConfigInput.d.ts} +4 -1
  275. package/api/types/PrivacyConfigInput.js +3 -0
  276. package/api/types/PrivacyConfigOutput.d.ts +17 -0
  277. package/api/types/PrivacyConfigOutput.js +3 -0
  278. package/api/types/ProcedureRefResponseModel.d.ts +8 -0
  279. package/api/types/ProcedureRefResponseModel.js +3 -0
  280. package/api/types/ProjectExtendedResponse.d.ts +2 -0
  281. package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +1 -0
  282. package/api/types/ProjectExternalAudioResponseModel.d.ts +3 -2
  283. package/api/types/ProjectExternalAudioResponseModelSourceContext.d.ts +13 -0
  284. package/api/types/ProjectExternalAudioResponseModelSourceContext.js +3 -0
  285. package/api/types/ProjectImageResponseModel.d.ts +1 -0
  286. package/api/types/ProjectResponse.d.ts +2 -0
  287. package/api/types/ProjectVideoResponseModel.d.ts +7 -3
  288. package/api/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
  289. package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
  290. package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
  291. package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
  292. package/api/types/PromptInjectionGuardrail.d.ts +3 -0
  293. package/api/types/PromptInjectionGuardrail.js +3 -0
  294. package/api/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +4 -0
  295. package/api/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +4 -0
  296. package/api/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +4 -0
  297. package/api/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +4 -0
  298. package/api/types/RagConfig.d.ts +2 -0
  299. package/api/types/RagConfigWorkflowOverride.d.ts +2 -0
  300. package/api/types/RagIndexStatus.d.ts +1 -0
  301. package/api/types/RagIndexStatus.js +1 -0
  302. package/api/types/ReferenceVideo.d.ts +7 -0
  303. package/api/types/ReferenceVideo.js +3 -0
  304. package/api/types/RequiredConstraint.d.ts +6 -0
  305. package/api/types/RequiredConstraint.js +3 -0
  306. package/api/types/RequiredConstraints.d.ts +8 -0
  307. package/api/types/RequiredConstraints.js +3 -0
  308. package/api/types/ResponseFilter.d.ts +12 -0
  309. package/api/types/ResponseFilter.js +3 -0
  310. package/api/types/SayNodeLiteralMessageInput.d.ts +5 -0
  311. package/api/types/SayNodeLiteralMessageInput.js +3 -0
  312. package/api/types/SayNodeLiteralMessageOutput.d.ts +5 -0
  313. package/api/types/SayNodeLiteralMessageOutput.js +3 -0
  314. package/api/types/SayNodePromptMessageInput.d.ts +5 -0
  315. package/api/types/SayNodePromptMessageInput.js +3 -0
  316. package/api/types/SayNodePromptMessageOutput.d.ts +5 -0
  317. package/api/types/SayNodePromptMessageOutput.js +3 -0
  318. package/api/types/SearchClientsParams.d.ts +6 -0
  319. package/api/types/SearchClientsParams.js +3 -0
  320. package/api/types/SeatType.d.ts +5 -0
  321. package/api/types/SeatType.js +5 -0
  322. package/api/types/SfxSourceContext.d.ts +8 -0
  323. package/api/types/SfxSourceContext.js +3 -0
  324. package/api/types/SongSection.d.ts +1 -1
  325. package/api/types/SongSourceContext.d.ts +10 -0
  326. package/api/types/SongSourceContext.js +3 -0
  327. package/api/types/StudioAgentSettingsModel.d.ts +4 -0
  328. package/api/types/StudioAgentSettingsModel.js +3 -0
  329. package/api/types/StudioAgentToolSettingsModel.d.ts +3 -0
  330. package/api/types/StudioAgentToolSettingsModel.js +3 -0
  331. package/api/types/StudioClipReference.d.ts +9 -0
  332. package/api/types/StudioClipReference.js +3 -0
  333. package/api/types/StudioClipReferenceClipType.d.ts +7 -0
  334. package/api/types/StudioClipReferenceClipType.js +10 -0
  335. package/api/types/TelephonyCallConfig.d.ts +4 -0
  336. package/api/types/TelephonyCallConfig.js +3 -0
  337. package/api/types/TestType.d.ts +1 -0
  338. package/api/types/TestType.js +1 -0
  339. package/api/types/ToolType.d.ts +1 -0
  340. package/api/types/ToolType.js +1 -0
  341. package/api/types/UnitTestSummaryResponseModel.d.ts +9 -1
  342. package/api/types/UpdateAssetParams.d.ts +3 -0
  343. package/api/types/UpdateAssetParams.js +3 -0
  344. package/api/types/UpdateCalendarEventParams.d.ts +3 -0
  345. package/api/types/UpdateCalendarEventParams.js +3 -0
  346. package/api/types/UpdateClientParams.d.ts +6 -0
  347. package/api/types/UpdateClientParams.js +3 -0
  348. package/api/types/UpdateProductParams.d.ts +3 -0
  349. package/api/types/UpdateProductParams.js +3 -0
  350. package/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
  351. package/api/types/UpdateServiceParams.d.ts +6 -0
  352. package/api/types/UpdateServiceParams.js +3 -0
  353. package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  354. package/api/types/UpdateStaffParams.d.ts +6 -0
  355. package/api/types/UpdateStaffParams.js +3 -0
  356. package/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
  357. package/api/types/User.d.ts +2 -0
  358. package/api/types/Voice.d.ts +2 -0
  359. package/api/types/VoiceGenerationParameterOptionResponse.d.ts +1 -4
  360. package/api/types/VoiceGenerationParameterResponse.d.ts +1 -10
  361. package/api/types/VoiceStatisticsResponseModel.d.ts +8 -0
  362. package/api/types/VoiceStatisticsResponseModel.js +3 -0
  363. package/api/types/WidgetConfig.d.ts +10 -0
  364. package/api/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +5 -0
  365. package/api/types/WidgetConfigInputSyntaxHighlightTheme.js +8 -0
  366. package/api/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +5 -0
  367. package/api/types/WidgetConfigOutputSyntaxHighlightTheme.js +8 -0
  368. package/api/types/WidgetConfigResponse.d.ts +10 -0
  369. package/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +5 -0
  370. package/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +8 -0
  371. package/api/types/WidgetTextContents.d.ts +22 -0
  372. package/api/types/WorkspaceGroupPermission.d.ts +1 -0
  373. package/api/types/WorkspaceGroupPermission.js +1 -0
  374. package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  375. package/api/types/WorkspaceResourceType.d.ts +3 -0
  376. package/api/types/WorkspaceResourceType.js +3 -0
  377. package/api/types/index.d.ts +92 -10
  378. package/api/types/index.js +92 -10
  379. package/dist/BaseClient.js +2 -2
  380. package/dist/api/resources/audioNative/client/Client.d.ts +15 -0
  381. package/dist/api/resources/audioNative/client/Client.js +67 -0
  382. package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +10 -0
  383. package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +3 -0
  384. package/dist/api/resources/audioNative/client/requests/index.d.ts +1 -0
  385. package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
  386. package/dist/api/resources/conversationalAi/client/Client.js +29 -24
  387. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +2 -0
  388. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +13 -3
  389. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +4 -0
  390. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
  391. package/dist/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +10 -0
  392. package/dist/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js +3 -0
  393. package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +10 -0
  394. package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js +3 -0
  395. package/dist/api/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
  396. package/dist/api/resources/conversationalAi/resources/agents/types/index.js +2 -1
  397. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
  398. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -0
  399. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +10 -0
  400. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.d.ts +44 -0
  401. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +191 -0
  402. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/index.d.ts +1 -0
  403. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/index.js +17 -0
  404. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.d.ts +11 -0
  405. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.js +3 -0
  406. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.d.ts +1 -0
  407. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.js +2 -0
  408. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/index.d.ts +1 -0
  409. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/index.js +17 -0
  410. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +5 -0
  411. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +6 -1
  412. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +61 -0
  413. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +297 -0
  414. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.d.ts +1 -0
  415. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.js +17 -0
  416. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +19 -0
  417. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.js +3 -0
  418. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +63 -0
  419. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.js +3 -0
  420. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.d.ts +2 -0
  421. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.js +2 -0
  422. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +2 -0
  423. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/index.js +18 -0
  424. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +6 -0
  425. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +9 -0
  426. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
  427. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
  428. package/dist/api/resources/conversationalAi/resources/index.d.ts +1 -0
  429. package/dist/api/resources/conversationalAi/resources/index.js +2 -1
  430. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +1 -1
  431. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -1
  432. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/BodyComputeRagIndexesInBatchV1ConvaiKnowledgeBaseRagIndexPost.d.ts +1 -1
  433. package/dist/api/resources/conversationalAi/resources/llm/client/Client.d.ts +25 -0
  434. package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +119 -0
  435. package/dist/api/resources/conversationalAi/resources/llm/client/index.d.ts +1 -0
  436. package/dist/api/resources/conversationalAi/resources/llm/client/index.js +2 -0
  437. package/dist/api/resources/conversationalAi/resources/llm/index.d.ts +1 -0
  438. package/dist/api/resources/conversationalAi/resources/llm/index.js +17 -0
  439. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
  440. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
  441. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
  442. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
  443. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
  444. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  445. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
  446. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +13 -0
  447. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +3 -0
  448. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +13 -0
  449. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +3 -0
  450. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
  451. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +18 -0
  452. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -0
  453. package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +4 -1
  454. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +24 -2
  455. package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +13 -1
  456. package/dist/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +6 -0
  457. package/dist/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +9 -0
  458. package/dist/api/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
  459. package/dist/api/resources/conversationalAi/resources/tests/types/index.js +1 -0
  460. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
  461. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  462. package/dist/api/resources/music/client/Client.d.ts +16 -0
  463. package/dist/api/resources/music/client/Client.js +72 -0
  464. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +3 -1
  465. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +3 -1
  466. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +3 -1
  467. package/dist/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +13 -0
  468. package/dist/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.js +3 -0
  469. package/dist/api/resources/music/client/requests/index.d.ts +1 -0
  470. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +2 -0
  471. package/dist/api/resources/pronunciationDictionaries/client/Client.js +2 -0
  472. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -0
  473. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +24 -0
  474. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +74 -0
  475. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +21 -0
  476. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +3 -0
  477. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -0
  478. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  479. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +10 -0
  480. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +3 -0
  481. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  482. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  483. package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
  484. package/dist/api/resources/speechToText/client/Client.js +1 -1
  485. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  486. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  487. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  488. package/dist/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
  489. package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
  490. package/dist/api/types/AgentMetadata.d.ts +1 -0
  491. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
  492. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
  493. package/dist/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
  494. package/dist/api/types/AgentTestEntityType.d.ts +5 -0
  495. package/dist/api/types/AgentTestEntityType.js +8 -0
  496. package/dist/api/types/AgentTestFolderPathSegmentResponseModel.d.ts +4 -0
  497. package/dist/api/types/AgentTestFolderPathSegmentResponseModel.js +3 -0
  498. package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -0
  499. package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +13 -0
  500. package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +3 -0
  501. package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -0
  502. package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +13 -0
  503. package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +3 -0
  504. package/dist/api/types/AsrProvider.d.ts +1 -0
  505. package/dist/api/types/AsrProvider.js +1 -0
  506. package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -0
  507. package/dist/api/types/BatchCallResponse.d.ts +1 -0
  508. package/dist/api/types/CanvasPlacement.d.ts +4 -0
  509. package/dist/api/types/ChapterStatisticsResponse.d.ts +3 -0
  510. package/dist/api/types/ChatSourceMedium.d.ts +7 -0
  511. package/dist/api/types/{ConversationHistoryTranscriptCommonModelInputSourceMedium.js → ChatSourceMedium.js} +4 -2
  512. package/dist/api/types/CheckServiceAvailabilityParams.d.ts +3 -0
  513. package/dist/api/types/CheckServiceAvailabilityParams.js +3 -0
  514. package/dist/api/types/ClientEvent.d.ts +2 -0
  515. package/dist/api/types/ClientEvent.js +2 -0
  516. package/dist/api/types/ClipAnimation.d.ts +7 -0
  517. package/dist/api/types/ClipAnimation.js +3 -0
  518. package/dist/api/types/ClipAnimationEnterEffect.d.ts +17 -0
  519. package/dist/api/types/ClipAnimationEnterEffect.js +20 -0
  520. package/dist/api/types/ClipAnimationExitEffect.d.ts +17 -0
  521. package/dist/api/types/ClipAnimationExitEffect.js +20 -0
  522. package/dist/api/types/CoachedAgentSettings.d.ts +3 -0
  523. package/dist/api/types/CoachedAgentSettings.js +3 -0
  524. package/dist/api/types/CoachingAgentSettings.d.ts +7 -0
  525. package/dist/api/types/CoachingAgentSettings.js +3 -0
  526. package/dist/api/types/ConfigEntityType.d.ts +68 -0
  527. package/dist/api/types/ConfigEntityType.js +71 -0
  528. package/dist/api/types/ConstantSchemaOverride.d.ts +5 -0
  529. package/dist/api/types/ConstantSchemaOverride.js +3 -0
  530. package/dist/api/types/ConstantSchemaOverrideConstantValue.d.ts +4 -0
  531. package/dist/api/types/ConstantSchemaOverrideConstantValue.js +3 -0
  532. package/dist/api/types/ContentConfig.d.ts +1 -1
  533. package/dist/api/types/ContentGuardrailInput.d.ts +1 -0
  534. package/dist/api/types/ContentGuardrailOutput.d.ts +1 -0
  535. package/dist/api/types/ConvAiFileUploadResponseModel.d.ts +3 -0
  536. package/dist/api/types/ConvAiFileUploadResponseModel.js +3 -0
  537. package/dist/api/types/ConversationHistoryRedactionConfig.d.ts +7 -0
  538. package/dist/api/types/ConversationHistoryRedactionConfig.js +3 -0
  539. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  540. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  541. package/dist/api/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +6 -0
  542. package/dist/api/types/ConversationHistoryTranscriptFileInputResponseModel.js +3 -0
  543. package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +19 -0
  544. package/dist/api/types/ConversationHistoryTranscriptResponseModel.js +3 -0
  545. package/dist/api/types/ConversationHistoryTranscriptResponseModelRole.d.ts +5 -0
  546. package/dist/api/types/ConversationHistoryTranscriptResponseModelRole.js +8 -0
  547. package/dist/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +2 -0
  548. package/dist/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +3 -0
  549. package/dist/api/types/ConversationUserResponseModel.d.ts +3 -2
  550. package/dist/api/types/CreateAssetParams.d.ts +3 -0
  551. package/dist/api/types/CreateAssetParams.js +3 -0
  552. package/dist/api/types/CreateClientAppointmentParams.d.ts +3 -0
  553. package/dist/api/types/CreateClientAppointmentParams.js +3 -0
  554. package/dist/api/types/CreateClientParams.d.ts +6 -0
  555. package/dist/api/types/CreateClientParams.js +3 -0
  556. package/dist/api/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +1 -12
  557. package/dist/api/types/CreateProductParams.d.ts +3 -0
  558. package/dist/api/types/CreateProductParams.js +3 -0
  559. package/dist/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
  560. package/dist/api/types/CreateServiceParams.d.ts +6 -0
  561. package/dist/api/types/CreateServiceParams.js +3 -0
  562. package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
  563. package/dist/api/types/CreateStaffParams.d.ts +6 -0
  564. package/dist/api/types/CreateStaffParams.js +3 -0
  565. package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
  566. package/dist/api/types/CustomGuardrailConfig.d.ts +1 -2
  567. package/dist/api/types/CustomGuardrailInput.d.ts +1 -1
  568. package/dist/api/types/CustomGuardrailOutput.d.ts +1 -1
  569. package/dist/api/types/{CustomGuardrailsConfig.d.ts → CustomGuardrailsConfigInput.d.ts} +1 -1
  570. package/dist/api/types/CustomGuardrailsConfigInput.js +3 -0
  571. package/dist/api/types/CustomGuardrailsConfigOutput.d.ts +7 -0
  572. package/dist/api/types/CustomGuardrailsConfigOutput.js +3 -0
  573. package/dist/api/types/CustomLlm.d.ts +1 -1
  574. package/dist/api/types/DeleteAssetParams.d.ts +3 -0
  575. package/dist/api/types/DeleteAssetParams.js +3 -0
  576. package/dist/api/types/DeleteCalendarEventParams.d.ts +3 -0
  577. package/dist/api/types/DeleteCalendarEventParams.js +3 -0
  578. package/dist/api/types/DeleteClientParams.d.ts +6 -0
  579. package/dist/api/types/DeleteClientParams.js +3 -0
  580. package/dist/api/types/DeleteProductParams.d.ts +3 -0
  581. package/dist/api/types/DeleteProductParams.js +3 -0
  582. package/dist/api/types/DeleteServiceParams.d.ts +6 -0
  583. package/dist/api/types/DeleteServiceParams.js +3 -0
  584. package/dist/api/types/DeleteStaffParams.d.ts +6 -0
  585. package/dist/api/types/DeleteStaffParams.js +3 -0
  586. package/dist/api/types/DependentBranchInfo.d.ts +7 -0
  587. package/dist/api/types/DependentBranchInfo.js +3 -0
  588. package/dist/api/types/DynamicVariableSchemaOverride.d.ts +4 -0
  589. package/dist/api/types/DynamicVariableSchemaOverride.js +3 -0
  590. package/dist/api/types/EmbeddingModelEnum.d.ts +1 -0
  591. package/dist/api/types/EmbeddingModelEnum.js +1 -0
  592. package/dist/api/types/FocusGuardrail.d.ts +3 -0
  593. package/dist/api/types/FocusGuardrail.js +3 -0
  594. package/dist/api/types/GenerateVoiceRequest.d.ts +1 -13
  595. package/dist/api/types/GenerationSourceContext.d.ts +14 -0
  596. package/dist/api/types/GenerationSourceContext.js +3 -0
  597. package/dist/api/types/GetAgentResponseModel.d.ts +2 -0
  598. package/dist/api/types/GetAgentResponseModelCoachingSettings.d.ts +13 -0
  599. package/dist/api/types/GetAgentResponseModelCoachingSettings.js +3 -0
  600. package/dist/api/types/GetClientAppointmentsParams.d.ts +3 -0
  601. package/dist/api/types/GetClientAppointmentsParams.js +3 -0
  602. package/dist/api/types/GetClientByPhoneParams.d.ts +6 -0
  603. package/dist/api/types/GetClientByPhoneParams.js +3 -0
  604. package/dist/api/types/GetConversationResponseModel.d.ts +1 -1
  605. package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -0
  606. package/dist/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -0
  607. package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  608. package/dist/api/types/GuardrailExecutionMode.d.ts +5 -0
  609. package/dist/api/types/GuardrailExecutionMode.js +8 -0
  610. package/dist/api/types/GuardrailsV1Input.d.ts +2 -1
  611. package/dist/api/types/GuardrailsV1Output.d.ts +2 -1
  612. package/dist/api/types/LibraryVoiceResponse.d.ts +2 -0
  613. package/dist/api/types/ListAssetsParams.d.ts +4 -0
  614. package/dist/api/types/ListAssetsParams.js +3 -0
  615. package/dist/api/types/ListCalendarEventsParams.d.ts +3 -0
  616. package/dist/api/types/ListCalendarEventsParams.js +3 -0
  617. package/dist/api/types/ListClientsParams.d.ts +6 -0
  618. package/dist/api/types/ListClientsParams.js +3 -0
  619. package/dist/api/types/ListProductsParams.d.ts +4 -0
  620. package/dist/api/types/ListProductsParams.js +3 -0
  621. package/dist/api/types/ListServicesParams.d.ts +4 -0
  622. package/dist/api/types/ListServicesParams.js +3 -0
  623. package/dist/api/types/ListStaffParams.d.ts +4 -0
  624. package/dist/api/types/ListStaffParams.js +3 -0
  625. package/dist/api/types/Llm.d.ts +1 -0
  626. package/dist/api/types/Llm.js +1 -0
  627. package/dist/api/types/LlmDeprecationConfigModel.d.ts +12 -0
  628. package/dist/api/types/LlmDeprecationConfigModel.js +3 -0
  629. package/dist/api/types/LlmDeprecationInfoModel.d.ts +19 -0
  630. package/dist/api/types/LlmDeprecationInfoModel.js +3 -0
  631. package/dist/api/types/LlmInfoModelInput.d.ts +21 -0
  632. package/dist/api/types/LlmInfoModelInput.js +3 -0
  633. package/dist/api/types/LlmInfoModelOutput.d.ts +21 -0
  634. package/dist/api/types/LlmInfoModelOutput.js +3 -0
  635. package/dist/api/types/LlmListResponseModelInput.d.ts +7 -0
  636. package/dist/api/types/LlmListResponseModelInput.js +3 -0
  637. package/dist/api/types/LlmListResponseModelOutput.d.ts +7 -0
  638. package/dist/api/types/LlmListResponseModelOutput.js +3 -0
  639. package/dist/api/types/LlmSchemaOverride.d.ts +4 -0
  640. package/dist/api/types/LlmSchemaOverride.js +3 -0
  641. package/dist/api/types/McpServerConfigInput.d.ts +2 -0
  642. package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
  643. package/dist/api/types/McpToolConfigOverride.d.ts +2 -0
  644. package/dist/api/types/McpToolConfigOverrideInputOverridesValue.d.ts +13 -0
  645. package/dist/api/types/McpToolConfigOverrideInputOverridesValue.js +3 -0
  646. package/dist/api/types/MessagesSearchResponse.d.ts +9 -0
  647. package/dist/api/types/MessagesSearchResponse.js +3 -0
  648. package/dist/api/types/MessagesSearchResult.d.ts +14 -0
  649. package/dist/api/types/MessagesSearchResult.js +3 -0
  650. package/dist/api/types/ModerationGuardrailInput.d.ts +1 -0
  651. package/dist/api/types/ModerationGuardrailOutput.d.ts +1 -0
  652. package/dist/api/types/MusicExploreSongSourceContext.d.ts +8 -0
  653. package/dist/api/types/MusicExploreSongSourceContext.js +3 -0
  654. package/dist/api/types/MusicUploadResponse.d.ts +10 -0
  655. package/dist/api/types/MusicUploadResponse.js +3 -0
  656. package/dist/api/types/NoCoachingSettings.d.ts +3 -0
  657. package/dist/api/types/NoCoachingSettings.js +3 -0
  658. package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -0
  659. package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -0
  660. package/dist/api/types/PendingClipTaskType.d.ts +1 -0
  661. package/dist/api/types/PendingClipTaskType.js +1 -0
  662. package/dist/api/types/PermissionType.d.ts +1 -0
  663. package/dist/api/types/PermissionType.js +1 -0
  664. package/dist/api/types/{PrivacyConfig.d.ts → PrivacyConfigInput.d.ts} +4 -1
  665. package/dist/api/types/PrivacyConfigInput.js +3 -0
  666. package/dist/api/types/PrivacyConfigOutput.d.ts +17 -0
  667. package/dist/api/types/PrivacyConfigOutput.js +3 -0
  668. package/dist/api/types/ProcedureRefResponseModel.d.ts +8 -0
  669. package/dist/api/types/ProcedureRefResponseModel.js +3 -0
  670. package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
  671. package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +1 -0
  672. package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +3 -2
  673. package/dist/api/types/ProjectExternalAudioResponseModelSourceContext.d.ts +13 -0
  674. package/dist/api/types/ProjectExternalAudioResponseModelSourceContext.js +3 -0
  675. package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
  676. package/dist/api/types/ProjectResponse.d.ts +2 -0
  677. package/dist/api/types/ProjectVideoResponseModel.d.ts +7 -3
  678. package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
  679. package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
  680. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
  681. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
  682. package/dist/api/types/PromptInjectionGuardrail.d.ts +3 -0
  683. package/dist/api/types/PromptInjectionGuardrail.js +3 -0
  684. package/dist/api/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +4 -0
  685. package/dist/api/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +4 -0
  686. package/dist/api/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +4 -0
  687. package/dist/api/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +4 -0
  688. package/dist/api/types/RagConfig.d.ts +2 -0
  689. package/dist/api/types/RagConfigWorkflowOverride.d.ts +2 -0
  690. package/dist/api/types/RagIndexStatus.d.ts +1 -0
  691. package/dist/api/types/RagIndexStatus.js +1 -0
  692. package/dist/api/types/ReferenceVideo.d.ts +7 -0
  693. package/dist/api/types/ReferenceVideo.js +3 -0
  694. package/dist/api/types/RequiredConstraint.d.ts +6 -0
  695. package/dist/api/types/RequiredConstraint.js +3 -0
  696. package/dist/api/types/RequiredConstraints.d.ts +8 -0
  697. package/dist/api/types/RequiredConstraints.js +3 -0
  698. package/dist/api/types/ResponseFilter.d.ts +12 -0
  699. package/dist/api/types/ResponseFilter.js +3 -0
  700. package/dist/api/types/SayNodeLiteralMessageInput.d.ts +5 -0
  701. package/dist/api/types/SayNodeLiteralMessageInput.js +3 -0
  702. package/dist/api/types/SayNodeLiteralMessageOutput.d.ts +5 -0
  703. package/dist/api/types/SayNodeLiteralMessageOutput.js +3 -0
  704. package/dist/api/types/SayNodePromptMessageInput.d.ts +5 -0
  705. package/dist/api/types/SayNodePromptMessageInput.js +3 -0
  706. package/dist/api/types/SayNodePromptMessageOutput.d.ts +5 -0
  707. package/dist/api/types/SayNodePromptMessageOutput.js +3 -0
  708. package/dist/api/types/SearchClientsParams.d.ts +6 -0
  709. package/dist/api/types/SearchClientsParams.js +3 -0
  710. package/dist/api/types/SeatType.d.ts +5 -0
  711. package/dist/api/types/SeatType.js +5 -0
  712. package/dist/api/types/SfxSourceContext.d.ts +8 -0
  713. package/dist/api/types/SfxSourceContext.js +3 -0
  714. package/dist/api/types/SongSection.d.ts +1 -1
  715. package/dist/api/types/SongSourceContext.d.ts +10 -0
  716. package/dist/api/types/SongSourceContext.js +3 -0
  717. package/dist/api/types/StudioAgentSettingsModel.d.ts +4 -0
  718. package/dist/api/types/StudioAgentSettingsModel.js +3 -0
  719. package/dist/api/types/StudioAgentToolSettingsModel.d.ts +3 -0
  720. package/dist/api/types/StudioAgentToolSettingsModel.js +3 -0
  721. package/dist/api/types/StudioClipReference.d.ts +9 -0
  722. package/dist/api/types/StudioClipReference.js +3 -0
  723. package/dist/api/types/StudioClipReferenceClipType.d.ts +7 -0
  724. package/dist/api/types/StudioClipReferenceClipType.js +10 -0
  725. package/dist/api/types/TelephonyCallConfig.d.ts +4 -0
  726. package/dist/api/types/TelephonyCallConfig.js +3 -0
  727. package/dist/api/types/TestType.d.ts +1 -0
  728. package/dist/api/types/TestType.js +1 -0
  729. package/dist/api/types/ToolType.d.ts +1 -0
  730. package/dist/api/types/ToolType.js +1 -0
  731. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +9 -1
  732. package/dist/api/types/UpdateAssetParams.d.ts +3 -0
  733. package/dist/api/types/UpdateAssetParams.js +3 -0
  734. package/dist/api/types/UpdateCalendarEventParams.d.ts +3 -0
  735. package/dist/api/types/UpdateCalendarEventParams.js +3 -0
  736. package/dist/api/types/UpdateClientParams.d.ts +6 -0
  737. package/dist/api/types/UpdateClientParams.js +3 -0
  738. package/dist/api/types/UpdateProductParams.d.ts +3 -0
  739. package/dist/api/types/UpdateProductParams.js +3 -0
  740. package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
  741. package/dist/api/types/UpdateServiceParams.d.ts +6 -0
  742. package/dist/api/types/UpdateServiceParams.js +3 -0
  743. package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  744. package/dist/api/types/UpdateStaffParams.d.ts +6 -0
  745. package/dist/api/types/UpdateStaffParams.js +3 -0
  746. package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
  747. package/dist/api/types/User.d.ts +2 -0
  748. package/dist/api/types/Voice.d.ts +2 -0
  749. package/dist/api/types/VoiceGenerationParameterOptionResponse.d.ts +1 -4
  750. package/dist/api/types/VoiceGenerationParameterResponse.d.ts +1 -10
  751. package/dist/api/types/VoiceStatisticsResponseModel.d.ts +8 -0
  752. package/dist/api/types/VoiceStatisticsResponseModel.js +3 -0
  753. package/dist/api/types/WidgetConfig.d.ts +10 -0
  754. package/dist/api/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +5 -0
  755. package/dist/api/types/WidgetConfigInputSyntaxHighlightTheme.js +8 -0
  756. package/dist/api/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +5 -0
  757. package/dist/api/types/WidgetConfigOutputSyntaxHighlightTheme.js +8 -0
  758. package/dist/api/types/WidgetConfigResponse.d.ts +10 -0
  759. package/dist/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +5 -0
  760. package/dist/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +8 -0
  761. package/dist/api/types/WidgetTextContents.d.ts +22 -0
  762. package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
  763. package/dist/api/types/WorkspaceGroupPermission.js +1 -0
  764. package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  765. package/dist/api/types/WorkspaceResourceType.d.ts +3 -0
  766. package/dist/api/types/WorkspaceResourceType.js +3 -0
  767. package/dist/api/types/index.d.ts +92 -10
  768. package/dist/api/types/index.js +92 -10
  769. package/dist/serialization/resources/audioNative/client/index.d.ts +1 -0
  770. package/dist/serialization/resources/audioNative/client/index.js +17 -0
  771. package/dist/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +9 -0
  772. package/dist/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +41 -0
  773. package/dist/serialization/resources/audioNative/client/requests/index.d.ts +1 -0
  774. package/dist/serialization/resources/audioNative/client/requests/index.js +5 -0
  775. package/dist/serialization/resources/audioNative/index.d.ts +1 -0
  776. package/dist/serialization/resources/audioNative/index.js +1 -0
  777. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -1
  778. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -0
  779. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
  780. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -2
  781. package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +15 -0
  782. package/dist/serialization/resources/conversationalAi/resources/agents/types/{BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js} +12 -4
  783. package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +15 -0
  784. package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js +49 -0
  785. package/dist/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
  786. package/dist/serialization/resources/conversationalAi/resources/agents/types/index.js +2 -1
  787. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  788. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  789. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
  790. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
  791. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +1 -0
  792. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.js +17 -0
  793. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +7 -0
  794. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +39 -0
  795. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
  796. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
  797. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
  798. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
  799. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
  800. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
  801. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
  802. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +4 -0
  803. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
  804. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +4 -0
  805. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  806. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
  807. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +19 -0
  808. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +51 -0
  809. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +19 -0
  810. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +51 -0
  811. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
  812. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +18 -0
  813. package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -0
  814. package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +2 -0
  815. package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +7 -0
  816. package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +39 -0
  817. package/dist/serialization/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
  818. package/dist/serialization/resources/conversationalAi/resources/tests/types/index.js +1 -0
  819. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
  820. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +3 -0
  821. package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  822. package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
  823. package/dist/serialization/resources/index.d.ts +1 -0
  824. package/dist/serialization/resources/index.js +1 -0
  825. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
  826. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
  827. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  828. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  829. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  830. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  831. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +10 -0
  832. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +42 -0
  833. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  834. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +3 -1
  835. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +15 -0
  836. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +49 -0
  837. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  838. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  839. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  840. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  841. package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
  842. package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.js +1 -0
  843. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
  844. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
  845. package/dist/serialization/types/AgentMetadata.d.ts +1 -0
  846. package/dist/serialization/types/AgentMetadata.js +1 -0
  847. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +3 -2
  848. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +3 -2
  849. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +3 -2
  850. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +3 -2
  851. package/dist/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +2 -2
  852. package/dist/serialization/types/AgentSimulatedChatTestResponseModel.js +2 -2
  853. package/dist/serialization/types/AgentTestEntityType.d.ts +7 -0
  854. package/{serialization/types/CustomGuardrailConfigModel.js → dist/serialization/types/AgentTestEntityType.js} +2 -2
  855. package/dist/serialization/types/AgentTestFolderPathSegmentResponseModel.d.ts +10 -0
  856. package/dist/serialization/types/AgentTestFolderPathSegmentResponseModel.js +42 -0
  857. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
  858. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +4 -0
  859. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +19 -0
  860. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +51 -0
  861. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -0
  862. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +4 -0
  863. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +19 -0
  864. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +51 -0
  865. package/dist/serialization/types/AsrProvider.d.ts +1 -1
  866. package/dist/serialization/types/AsrProvider.js +1 -1
  867. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +2 -0
  868. package/dist/serialization/types/BatchCallDetailedResponse.js +2 -0
  869. package/dist/serialization/types/BatchCallResponse.d.ts +2 -0
  870. package/dist/serialization/types/BatchCallResponse.js +2 -0
  871. package/dist/serialization/types/CanvasPlacement.d.ts +4 -0
  872. package/dist/serialization/types/CanvasPlacement.js +4 -0
  873. package/dist/serialization/types/ChapterStatisticsResponse.d.ts +2 -0
  874. package/dist/serialization/types/ChapterStatisticsResponse.js +2 -0
  875. package/dist/serialization/types/ChatSourceMedium.d.ts +7 -0
  876. package/dist/serialization/types/{CustomGuardrailConfigModel.js → ChatSourceMedium.js} +2 -2
  877. package/dist/serialization/types/CheckServiceAvailabilityParams.d.ts +9 -0
  878. package/dist/serialization/types/CheckServiceAvailabilityParams.js +41 -0
  879. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  880. package/dist/serialization/types/ClientEvent.js +2 -0
  881. package/dist/serialization/types/ClipAnimation.d.ts +14 -0
  882. package/dist/serialization/types/ClipAnimation.js +46 -0
  883. package/dist/serialization/types/ClipAnimationEnterEffect.d.ts +7 -0
  884. package/dist/serialization/types/ClipAnimationEnterEffect.js +54 -0
  885. package/dist/serialization/types/ClipAnimationExitEffect.d.ts +7 -0
  886. package/dist/serialization/types/{BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js → ClipAnimationExitEffect.js} +17 -2
  887. package/dist/serialization/types/CoachedAgentSettings.d.ts +9 -0
  888. package/dist/serialization/types/CoachedAgentSettings.js +41 -0
  889. package/dist/serialization/types/CoachingAgentSettings.d.ts +10 -0
  890. package/dist/serialization/types/CoachingAgentSettings.js +42 -0
  891. package/dist/serialization/types/ConfigEntityType.d.ts +7 -0
  892. package/dist/serialization/types/ConfigEntityType.js +95 -0
  893. package/dist/serialization/types/ConstantSchemaOverride.d.ts +10 -0
  894. package/dist/serialization/types/ConstantSchemaOverride.js +42 -0
  895. package/dist/serialization/types/ConstantSchemaOverrideConstantValue.d.ts +7 -0
  896. package/dist/serialization/types/{ConversationHistoryTranscriptCommonModelInputSourceMedium.js → ConstantSchemaOverrideConstantValue.js} +7 -2
  897. package/dist/serialization/types/ContentConfig.d.ts +1 -1
  898. package/dist/serialization/types/ContentConfig.js +1 -1
  899. package/dist/serialization/types/ContentGuardrailInput.d.ts +2 -0
  900. package/dist/serialization/types/ContentGuardrailInput.js +2 -0
  901. package/dist/serialization/types/ContentGuardrailOutput.d.ts +2 -0
  902. package/dist/serialization/types/ContentGuardrailOutput.js +2 -0
  903. package/dist/serialization/types/ConvAiFileUploadResponseModel.d.ts +9 -0
  904. package/dist/serialization/types/ConvAiFileUploadResponseModel.js +41 -0
  905. package/dist/serialization/types/ConversationHistoryRedactionConfig.d.ts +11 -0
  906. package/dist/serialization/types/ConversationHistoryRedactionConfig.js +43 -0
  907. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  908. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  909. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  910. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  911. package/dist/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +12 -0
  912. package/dist/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.js +44 -0
  913. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +35 -0
  914. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +67 -0
  915. package/dist/serialization/types/ConversationHistoryTranscriptResponseModelRole.d.ts +7 -0
  916. package/dist/serialization/types/ConversationHistoryTranscriptResponseModelRole.js +39 -0
  917. package/dist/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +10 -0
  918. package/{serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.js → dist/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js} +11 -2
  919. package/dist/serialization/types/ConversationUserResponseModel.d.ts +3 -2
  920. package/dist/serialization/types/ConversationUserResponseModel.js +3 -2
  921. package/dist/serialization/types/CreateAssetParams.d.ts +9 -0
  922. package/dist/serialization/types/CreateAssetParams.js +41 -0
  923. package/dist/serialization/types/CreateClientAppointmentParams.d.ts +9 -0
  924. package/dist/serialization/types/CreateClientAppointmentParams.js +41 -0
  925. package/dist/serialization/types/CreateClientParams.d.ts +9 -0
  926. package/dist/serialization/types/CreateClientParams.js +41 -0
  927. package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -8
  928. package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.js +1 -7
  929. package/dist/serialization/types/CreateProductParams.d.ts +9 -0
  930. package/dist/serialization/types/CreateProductParams.js +41 -0
  931. package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -0
  932. package/dist/serialization/types/CreateResponseUnitTestRequest.js +1 -0
  933. package/dist/serialization/types/CreateServiceParams.d.ts +9 -0
  934. package/dist/serialization/types/CreateServiceParams.js +41 -0
  935. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +1 -0
  936. package/dist/serialization/types/CreateSimulationTestRequest.js +1 -0
  937. package/dist/serialization/types/CreateStaffParams.d.ts +9 -0
  938. package/dist/serialization/types/CreateStaffParams.js +41 -0
  939. package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -0
  940. package/dist/serialization/types/CreateToolCallUnitTestRequest.js +1 -0
  941. package/dist/serialization/types/CustomGuardrailConfig.d.ts +2 -2
  942. package/dist/serialization/types/CustomGuardrailConfig.js +2 -2
  943. package/dist/serialization/types/CustomGuardrailInput.d.ts +2 -2
  944. package/dist/serialization/types/CustomGuardrailInput.js +2 -2
  945. package/dist/serialization/types/CustomGuardrailOutput.d.ts +2 -2
  946. package/dist/serialization/types/CustomGuardrailOutput.js +2 -2
  947. package/{serialization/types/CustomGuardrailsConfig.d.ts → dist/serialization/types/CustomGuardrailsConfigInput.d.ts} +2 -2
  948. package/dist/serialization/types/{CustomGuardrailsConfig.js → CustomGuardrailsConfigInput.js} +2 -2
  949. package/dist/serialization/types/CustomGuardrailsConfigOutput.d.ts +10 -0
  950. package/dist/serialization/types/CustomGuardrailsConfigOutput.js +42 -0
  951. package/dist/serialization/types/DeleteAssetParams.d.ts +9 -0
  952. package/dist/serialization/types/DeleteAssetParams.js +41 -0
  953. package/dist/serialization/types/DeleteCalendarEventParams.d.ts +9 -0
  954. package/dist/serialization/types/DeleteCalendarEventParams.js +41 -0
  955. package/dist/serialization/types/DeleteClientParams.d.ts +9 -0
  956. package/dist/serialization/types/DeleteClientParams.js +41 -0
  957. package/dist/serialization/types/DeleteProductParams.d.ts +9 -0
  958. package/dist/serialization/types/DeleteProductParams.js +41 -0
  959. package/dist/serialization/types/DeleteServiceParams.d.ts +9 -0
  960. package/dist/serialization/types/DeleteServiceParams.js +41 -0
  961. package/dist/serialization/types/DeleteStaffParams.d.ts +9 -0
  962. package/dist/serialization/types/DeleteStaffParams.js +41 -0
  963. package/dist/serialization/types/DependentBranchInfo.d.ts +13 -0
  964. package/dist/serialization/types/DependentBranchInfo.js +45 -0
  965. package/dist/serialization/types/DynamicVariableSchemaOverride.d.ts +9 -0
  966. package/dist/serialization/types/DynamicVariableSchemaOverride.js +41 -0
  967. package/dist/serialization/types/EmbeddingModelEnum.d.ts +1 -1
  968. package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
  969. package/dist/serialization/types/{AlignmentGuardrail.d.ts → FocusGuardrail.d.ts} +2 -2
  970. package/{serialization/types/AlignmentGuardrail.js → dist/serialization/types/FocusGuardrail.js} +2 -2
  971. package/dist/serialization/types/GenerateVoiceRequest.d.ts +2 -10
  972. package/dist/serialization/types/GenerateVoiceRequest.js +1 -9
  973. package/dist/serialization/types/GenerationSourceContext.d.ts +19 -0
  974. package/dist/serialization/types/GenerationSourceContext.js +51 -0
  975. package/dist/serialization/types/GetAgentResponseModel.d.ts +2 -0
  976. package/dist/serialization/types/GetAgentResponseModel.js +2 -0
  977. package/dist/serialization/types/GetAgentResponseModelCoachingSettings.d.ts +19 -0
  978. package/dist/serialization/types/GetAgentResponseModelCoachingSettings.js +51 -0
  979. package/dist/serialization/types/GetClientAppointmentsParams.d.ts +9 -0
  980. package/dist/serialization/types/GetClientAppointmentsParams.js +41 -0
  981. package/dist/serialization/types/GetClientByPhoneParams.d.ts +9 -0
  982. package/dist/serialization/types/GetClientByPhoneParams.js +41 -0
  983. package/dist/serialization/types/GetConversationResponseModel.d.ts +2 -2
  984. package/dist/serialization/types/GetConversationResponseModel.js +2 -2
  985. package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -0
  986. package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.js +2 -0
  987. package/dist/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -0
  988. package/dist/serialization/types/GetToolDependentAgentsResponseModel.js +2 -0
  989. package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  990. package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  991. package/dist/serialization/types/GuardrailExecutionMode.d.ts +7 -0
  992. package/dist/serialization/types/GuardrailExecutionMode.js +39 -0
  993. package/dist/serialization/types/GuardrailsV1Input.d.ts +4 -2
  994. package/dist/serialization/types/GuardrailsV1Input.js +4 -2
  995. package/dist/serialization/types/GuardrailsV1Output.d.ts +4 -2
  996. package/dist/serialization/types/GuardrailsV1Output.js +4 -2
  997. package/dist/serialization/types/LibraryVoiceResponse.d.ts +1 -0
  998. package/dist/serialization/types/LibraryVoiceResponse.js +1 -0
  999. package/dist/serialization/types/ListAssetsParams.d.ts +10 -0
  1000. package/dist/serialization/types/ListAssetsParams.js +42 -0
  1001. package/dist/serialization/types/ListCalendarEventsParams.d.ts +9 -0
  1002. package/dist/serialization/types/ListCalendarEventsParams.js +41 -0
  1003. package/dist/serialization/types/ListClientsParams.d.ts +9 -0
  1004. package/dist/serialization/types/ListClientsParams.js +41 -0
  1005. package/dist/serialization/types/ListProductsParams.d.ts +10 -0
  1006. package/dist/serialization/types/ListProductsParams.js +42 -0
  1007. package/dist/serialization/types/ListServicesParams.d.ts +10 -0
  1008. package/dist/serialization/types/ListServicesParams.js +42 -0
  1009. package/dist/serialization/types/ListStaffParams.d.ts +10 -0
  1010. package/dist/serialization/types/ListStaffParams.js +42 -0
  1011. package/dist/serialization/types/Llm.d.ts +1 -1
  1012. package/dist/serialization/types/Llm.js +1 -0
  1013. package/dist/serialization/types/LlmDeprecationConfigModel.d.ts +13 -0
  1014. package/dist/serialization/types/LlmDeprecationConfigModel.js +45 -0
  1015. package/dist/serialization/types/LlmDeprecationInfoModel.d.ts +18 -0
  1016. package/dist/serialization/types/LlmDeprecationInfoModel.js +50 -0
  1017. package/dist/serialization/types/LlmInfoModelInput.d.ts +20 -0
  1018. package/dist/serialization/types/LlmInfoModelInput.js +52 -0
  1019. package/dist/serialization/types/LlmInfoModelOutput.d.ts +20 -0
  1020. package/dist/serialization/types/LlmInfoModelOutput.js +52 -0
  1021. package/dist/serialization/types/LlmListResponseModelInput.d.ts +12 -0
  1022. package/dist/serialization/types/LlmListResponseModelInput.js +44 -0
  1023. package/dist/serialization/types/LlmListResponseModelOutput.d.ts +12 -0
  1024. package/dist/serialization/types/LlmListResponseModelOutput.js +44 -0
  1025. package/dist/serialization/types/LlmSchemaOverride.d.ts +9 -0
  1026. package/dist/serialization/types/{ProcedureDraftRef.js → LlmSchemaOverride.js} +3 -3
  1027. package/dist/serialization/types/McpServerConfigInput.d.ts +2 -0
  1028. package/dist/serialization/types/McpServerConfigInput.js +2 -0
  1029. package/dist/serialization/types/McpServerConfigOutput.d.ts +2 -0
  1030. package/dist/serialization/types/McpServerConfigOutput.js +2 -0
  1031. package/dist/serialization/types/McpToolConfigOverride.d.ts +2 -0
  1032. package/dist/serialization/types/McpToolConfigOverride.js +4 -0
  1033. package/dist/serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts +19 -0
  1034. package/dist/serialization/types/McpToolConfigOverrideInputOverridesValue.js +51 -0
  1035. package/dist/serialization/types/MessagesSearchResponse.d.ts +14 -0
  1036. package/dist/serialization/types/MessagesSearchResponse.js +46 -0
  1037. package/dist/serialization/types/MessagesSearchResult.d.ts +15 -0
  1038. package/dist/serialization/types/MessagesSearchResult.js +47 -0
  1039. package/dist/serialization/types/ModerationGuardrailInput.d.ts +2 -0
  1040. package/dist/serialization/types/ModerationGuardrailInput.js +2 -0
  1041. package/dist/serialization/types/ModerationGuardrailOutput.d.ts +2 -0
  1042. package/dist/serialization/types/ModerationGuardrailOutput.js +2 -0
  1043. package/dist/serialization/types/MusicExploreSongSourceContext.d.ts +14 -0
  1044. package/dist/serialization/types/MusicExploreSongSourceContext.js +46 -0
  1045. package/dist/serialization/types/MusicUploadResponse.d.ts +11 -0
  1046. package/dist/serialization/types/MusicUploadResponse.js +43 -0
  1047. package/dist/serialization/types/NoCoachingSettings.d.ts +9 -0
  1048. package/dist/serialization/types/NoCoachingSettings.js +41 -0
  1049. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -0
  1050. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.js +2 -0
  1051. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -0
  1052. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.js +2 -0
  1053. package/dist/serialization/types/PendingClipTaskType.d.ts +1 -1
  1054. package/dist/serialization/types/PendingClipTaskType.js +1 -1
  1055. package/dist/serialization/types/PermissionType.d.ts +1 -1
  1056. package/dist/serialization/types/PermissionType.js +1 -0
  1057. package/{serialization/types/PrivacyConfig.d.ts → dist/serialization/types/PrivacyConfigInput.d.ts} +4 -2
  1058. package/{serialization/types/PrivacyConfig.js → dist/serialization/types/PrivacyConfigInput.js} +4 -2
  1059. package/dist/serialization/types/PrivacyConfigOutput.d.ts +16 -0
  1060. package/dist/serialization/types/PrivacyConfigOutput.js +48 -0
  1061. package/dist/serialization/types/ProcedureRefResponseModel.d.ts +11 -0
  1062. package/{serialization/types/ProcedureVersionRef.js → dist/serialization/types/ProcedureRefResponseModel.js} +4 -3
  1063. package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  1064. package/dist/serialization/types/ProjectExtendedResponse.js +2 -0
  1065. package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +4 -2
  1066. package/dist/serialization/types/ProjectExternalAudioResponseModel.js +4 -2
  1067. package/dist/serialization/types/ProjectExternalAudioResponseModelSourceContext.d.ts +19 -0
  1068. package/dist/serialization/types/ProjectExternalAudioResponseModelSourceContext.js +51 -0
  1069. package/dist/serialization/types/ProjectImageResponseModel.d.ts +2 -0
  1070. package/dist/serialization/types/ProjectImageResponseModel.js +2 -0
  1071. package/dist/serialization/types/ProjectResponse.d.ts +2 -0
  1072. package/dist/serialization/types/ProjectResponse.js +2 -0
  1073. package/dist/serialization/types/ProjectVideoResponseModel.d.ts +9 -3
  1074. package/dist/serialization/types/ProjectVideoResponseModel.js +9 -3
  1075. package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
  1076. package/dist/serialization/types/PromptAgentApiModelInputToolsItem.js +3 -0
  1077. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
  1078. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.js +3 -0
  1079. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
  1080. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +3 -0
  1081. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
  1082. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +3 -0
  1083. package/dist/serialization/types/PromptInjectionGuardrail.d.ts +9 -0
  1084. package/dist/serialization/types/PromptInjectionGuardrail.js +41 -0
  1085. package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -0
  1086. package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.js +2 -0
  1087. package/dist/serialization/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +2 -0
  1088. package/dist/serialization/types/PronunciationDictionaryAliasRuleResponseModel.js +2 -0
  1089. package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -0
  1090. package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.js +2 -0
  1091. package/dist/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +2 -0
  1092. package/dist/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.js +2 -0
  1093. package/dist/serialization/types/RagConfig.d.ts +1 -0
  1094. package/dist/serialization/types/RagConfig.js +1 -0
  1095. package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +1 -0
  1096. package/dist/serialization/types/RagConfigWorkflowOverride.js +1 -0
  1097. package/dist/serialization/types/RagIndexStatus.d.ts +1 -1
  1098. package/dist/serialization/types/RagIndexStatus.js +1 -0
  1099. package/dist/serialization/types/ReferenceVideo.d.ts +13 -0
  1100. package/dist/serialization/types/ReferenceVideo.js +45 -0
  1101. package/dist/serialization/types/RequiredConstraint.d.ts +9 -0
  1102. package/{serialization/types/ProcedureDraftRef.js → dist/serialization/types/RequiredConstraint.js} +3 -3
  1103. package/dist/serialization/types/RequiredConstraints.d.ts +11 -0
  1104. package/dist/serialization/types/RequiredConstraints.js +43 -0
  1105. package/dist/serialization/types/ResponseFilter.d.ts +12 -0
  1106. package/dist/serialization/types/ResponseFilter.js +44 -0
  1107. package/dist/serialization/types/SayNodeLiteralMessageInput.d.ts +10 -0
  1108. package/dist/serialization/types/SayNodeLiteralMessageInput.js +42 -0
  1109. package/dist/serialization/types/SayNodeLiteralMessageOutput.d.ts +10 -0
  1110. package/dist/serialization/types/SayNodeLiteralMessageOutput.js +42 -0
  1111. package/dist/serialization/types/SayNodePromptMessageInput.d.ts +10 -0
  1112. package/dist/serialization/types/SayNodePromptMessageInput.js +42 -0
  1113. package/dist/serialization/types/SayNodePromptMessageOutput.d.ts +10 -0
  1114. package/dist/serialization/types/SayNodePromptMessageOutput.js +42 -0
  1115. package/dist/serialization/types/SearchClientsParams.d.ts +9 -0
  1116. package/dist/serialization/types/SearchClientsParams.js +41 -0
  1117. package/dist/serialization/types/SfxSourceContext.d.ts +11 -0
  1118. package/dist/serialization/types/SfxSourceContext.js +43 -0
  1119. package/dist/serialization/types/SongSourceContext.d.ts +16 -0
  1120. package/dist/serialization/types/SongSourceContext.js +48 -0
  1121. package/dist/serialization/types/StudioAgentSettingsModel.d.ts +10 -0
  1122. package/dist/serialization/types/StudioAgentSettingsModel.js +42 -0
  1123. package/dist/serialization/types/StudioAgentToolSettingsModel.d.ts +9 -0
  1124. package/dist/serialization/types/StudioAgentToolSettingsModel.js +41 -0
  1125. package/dist/serialization/types/StudioClipReference.d.ts +15 -0
  1126. package/dist/serialization/types/StudioClipReference.js +47 -0
  1127. package/dist/serialization/types/StudioClipReferenceClipType.d.ts +7 -0
  1128. package/dist/serialization/types/StudioClipReferenceClipType.js +39 -0
  1129. package/dist/serialization/types/TelephonyCallConfig.d.ts +9 -0
  1130. package/dist/serialization/types/TelephonyCallConfig.js +41 -0
  1131. package/dist/serialization/types/TestType.d.ts +1 -1
  1132. package/dist/serialization/types/TestType.js +1 -1
  1133. package/dist/serialization/types/ToolType.d.ts +1 -1
  1134. package/dist/serialization/types/ToolType.js +1 -0
  1135. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +6 -0
  1136. package/dist/serialization/types/UnitTestSummaryResponseModel.js +6 -0
  1137. package/dist/serialization/types/UpdateAssetParams.d.ts +9 -0
  1138. package/dist/serialization/types/UpdateAssetParams.js +41 -0
  1139. package/dist/serialization/types/UpdateCalendarEventParams.d.ts +9 -0
  1140. package/dist/serialization/types/UpdateCalendarEventParams.js +41 -0
  1141. package/dist/serialization/types/UpdateClientParams.d.ts +9 -0
  1142. package/dist/serialization/types/UpdateClientParams.js +41 -0
  1143. package/dist/serialization/types/UpdateProductParams.d.ts +9 -0
  1144. package/dist/serialization/types/UpdateProductParams.js +41 -0
  1145. package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -0
  1146. package/dist/serialization/types/UpdateResponseUnitTestRequest.js +1 -0
  1147. package/dist/serialization/types/UpdateServiceParams.d.ts +9 -0
  1148. package/dist/serialization/types/UpdateServiceParams.js +41 -0
  1149. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +1 -0
  1150. package/dist/serialization/types/UpdateSimulationTestRequest.js +1 -0
  1151. package/dist/serialization/types/UpdateStaffParams.d.ts +9 -0
  1152. package/dist/serialization/types/UpdateStaffParams.js +41 -0
  1153. package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -0
  1154. package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +1 -0
  1155. package/dist/serialization/types/User.d.ts +2 -0
  1156. package/dist/serialization/types/User.js +2 -0
  1157. package/dist/serialization/types/Voice.d.ts +1 -0
  1158. package/dist/serialization/types/Voice.js +1 -0
  1159. package/dist/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -5
  1160. package/dist/serialization/types/VoiceGenerationParameterOptionResponse.js +1 -4
  1161. package/dist/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -11
  1162. package/dist/serialization/types/VoiceGenerationParameterResponse.js +1 -10
  1163. package/dist/serialization/types/VoiceStatisticsResponseModel.d.ts +11 -0
  1164. package/dist/serialization/types/VoiceStatisticsResponseModel.js +43 -0
  1165. package/dist/serialization/types/WidgetConfig.d.ts +6 -0
  1166. package/dist/serialization/types/WidgetConfig.js +6 -0
  1167. package/dist/serialization/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +7 -0
  1168. package/dist/serialization/types/WidgetConfigInputSyntaxHighlightTheme.js +39 -0
  1169. package/dist/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +7 -0
  1170. package/dist/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.js +39 -0
  1171. package/dist/serialization/types/WidgetConfigResponse.d.ts +6 -0
  1172. package/dist/serialization/types/WidgetConfigResponse.js +6 -0
  1173. package/dist/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +7 -0
  1174. package/dist/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +39 -0
  1175. package/dist/serialization/types/WidgetTextContents.d.ts +11 -0
  1176. package/dist/serialization/types/WidgetTextContents.js +11 -0
  1177. package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  1178. package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
  1179. package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
  1180. package/dist/serialization/types/WorkspaceGroupResponseModel.js +1 -0
  1181. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  1182. package/dist/serialization/types/WorkspaceResourceType.js +3 -0
  1183. package/dist/serialization/types/index.d.ts +92 -10
  1184. package/dist/serialization/types/index.js +92 -10
  1185. package/dist/version.d.ts +1 -1
  1186. package/dist/version.js +1 -1
  1187. package/dist/wrapper/music.d.ts +1 -0
  1188. package/dist/wrapper/music.js +4 -1
  1189. package/package.json +1 -1
  1190. package/reference.md +605 -37
  1191. package/serialization/resources/audioNative/client/index.d.ts +1 -0
  1192. package/serialization/resources/audioNative/client/index.js +17 -0
  1193. package/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +9 -0
  1194. package/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +41 -0
  1195. package/serialization/resources/audioNative/client/requests/index.d.ts +1 -0
  1196. package/serialization/resources/audioNative/client/requests/index.js +5 -0
  1197. package/serialization/resources/audioNative/index.d.ts +1 -0
  1198. package/serialization/resources/audioNative/index.js +1 -0
  1199. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -1
  1200. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -0
  1201. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
  1202. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -2
  1203. package/serialization/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +15 -0
  1204. package/serialization/resources/conversationalAi/resources/agents/types/{BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js} +12 -4
  1205. package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +15 -0
  1206. package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js +49 -0
  1207. package/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
  1208. package/serialization/resources/conversationalAi/resources/agents/types/index.js +2 -1
  1209. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  1210. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  1211. package/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
  1212. package/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
  1213. package/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +1 -0
  1214. package/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.js +17 -0
  1215. package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +7 -0
  1216. package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +39 -0
  1217. package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
  1218. package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
  1219. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
  1220. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
  1221. package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
  1222. package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
  1223. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
  1224. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +4 -0
  1225. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
  1226. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +4 -0
  1227. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  1228. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
  1229. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +19 -0
  1230. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +51 -0
  1231. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +19 -0
  1232. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +51 -0
  1233. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
  1234. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +18 -0
  1235. package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -0
  1236. package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +2 -0
  1237. package/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +7 -0
  1238. package/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +39 -0
  1239. package/serialization/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
  1240. package/serialization/resources/conversationalAi/resources/tests/types/index.js +1 -0
  1241. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
  1242. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +3 -0
  1243. package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  1244. package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
  1245. package/serialization/resources/index.d.ts +1 -0
  1246. package/serialization/resources/index.js +1 -0
  1247. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
  1248. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
  1249. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  1250. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  1251. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  1252. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  1253. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +10 -0
  1254. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +42 -0
  1255. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  1256. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +3 -1
  1257. package/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +15 -0
  1258. package/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +49 -0
  1259. package/serialization/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  1260. package/serialization/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  1261. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  1262. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  1263. package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
  1264. package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.js +1 -0
  1265. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
  1266. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
  1267. package/serialization/types/AgentMetadata.d.ts +1 -0
  1268. package/serialization/types/AgentMetadata.js +1 -0
  1269. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +3 -2
  1270. package/serialization/types/AgentPlatformSettingsRequestModel.js +3 -2
  1271. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +3 -2
  1272. package/serialization/types/AgentPlatformSettingsResponseModel.js +3 -2
  1273. package/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +2 -2
  1274. package/serialization/types/AgentSimulatedChatTestResponseModel.js +2 -2
  1275. package/serialization/types/AgentTestEntityType.d.ts +7 -0
  1276. package/serialization/types/AgentTestEntityType.js +39 -0
  1277. package/serialization/types/AgentTestFolderPathSegmentResponseModel.d.ts +10 -0
  1278. package/serialization/types/AgentTestFolderPathSegmentResponseModel.js +42 -0
  1279. package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
  1280. package/serialization/types/ApiIntegrationWebhookOverridesInput.js +4 -0
  1281. package/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +19 -0
  1282. package/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +51 -0
  1283. package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -0
  1284. package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +4 -0
  1285. package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +19 -0
  1286. package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +51 -0
  1287. package/serialization/types/AsrProvider.d.ts +1 -1
  1288. package/serialization/types/AsrProvider.js +1 -1
  1289. package/serialization/types/BatchCallDetailedResponse.d.ts +2 -0
  1290. package/serialization/types/BatchCallDetailedResponse.js +2 -0
  1291. package/serialization/types/BatchCallResponse.d.ts +2 -0
  1292. package/serialization/types/BatchCallResponse.js +2 -0
  1293. package/serialization/types/CanvasPlacement.d.ts +4 -0
  1294. package/serialization/types/CanvasPlacement.js +4 -0
  1295. package/serialization/types/ChapterStatisticsResponse.d.ts +2 -0
  1296. package/serialization/types/ChapterStatisticsResponse.js +2 -0
  1297. package/serialization/types/ChatSourceMedium.d.ts +7 -0
  1298. package/serialization/types/ChatSourceMedium.js +39 -0
  1299. package/serialization/types/CheckServiceAvailabilityParams.d.ts +9 -0
  1300. package/serialization/types/CheckServiceAvailabilityParams.js +41 -0
  1301. package/serialization/types/ClientEvent.d.ts +1 -1
  1302. package/serialization/types/ClientEvent.js +2 -0
  1303. package/serialization/types/ClipAnimation.d.ts +14 -0
  1304. package/serialization/types/ClipAnimation.js +46 -0
  1305. package/serialization/types/ClipAnimationEnterEffect.d.ts +7 -0
  1306. package/serialization/types/ClipAnimationEnterEffect.js +54 -0
  1307. package/serialization/types/ClipAnimationExitEffect.d.ts +7 -0
  1308. package/serialization/types/ClipAnimationExitEffect.js +54 -0
  1309. package/serialization/types/CoachedAgentSettings.d.ts +9 -0
  1310. package/serialization/types/CoachedAgentSettings.js +41 -0
  1311. package/serialization/types/CoachingAgentSettings.d.ts +10 -0
  1312. package/serialization/types/CoachingAgentSettings.js +42 -0
  1313. package/serialization/types/ConfigEntityType.d.ts +7 -0
  1314. package/serialization/types/ConfigEntityType.js +95 -0
  1315. package/serialization/types/ConstantSchemaOverride.d.ts +10 -0
  1316. package/serialization/types/ConstantSchemaOverride.js +42 -0
  1317. package/serialization/types/ConstantSchemaOverrideConstantValue.d.ts +7 -0
  1318. package/{dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js → serialization/types/ConstantSchemaOverrideConstantValue.js} +7 -2
  1319. package/serialization/types/ContentConfig.d.ts +1 -1
  1320. package/serialization/types/ContentConfig.js +1 -1
  1321. package/serialization/types/ContentGuardrailInput.d.ts +2 -0
  1322. package/serialization/types/ContentGuardrailInput.js +2 -0
  1323. package/serialization/types/ContentGuardrailOutput.d.ts +2 -0
  1324. package/serialization/types/ContentGuardrailOutput.js +2 -0
  1325. package/serialization/types/ConvAiFileUploadResponseModel.d.ts +9 -0
  1326. package/serialization/types/ConvAiFileUploadResponseModel.js +41 -0
  1327. package/serialization/types/ConversationHistoryRedactionConfig.d.ts +11 -0
  1328. package/serialization/types/ConversationHistoryRedactionConfig.js +43 -0
  1329. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  1330. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  1331. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  1332. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  1333. package/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +12 -0
  1334. package/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.js +44 -0
  1335. package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +35 -0
  1336. package/serialization/types/ConversationHistoryTranscriptResponseModel.js +67 -0
  1337. package/serialization/types/ConversationHistoryTranscriptResponseModelRole.d.ts +7 -0
  1338. package/serialization/types/ConversationHistoryTranscriptResponseModelRole.js +39 -0
  1339. package/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +10 -0
  1340. package/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +48 -0
  1341. package/serialization/types/ConversationUserResponseModel.d.ts +3 -2
  1342. package/serialization/types/ConversationUserResponseModel.js +3 -2
  1343. package/serialization/types/CreateAssetParams.d.ts +9 -0
  1344. package/serialization/types/CreateAssetParams.js +41 -0
  1345. package/serialization/types/CreateClientAppointmentParams.d.ts +9 -0
  1346. package/serialization/types/CreateClientAppointmentParams.js +41 -0
  1347. package/serialization/types/CreateClientParams.d.ts +9 -0
  1348. package/serialization/types/CreateClientParams.js +41 -0
  1349. package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -8
  1350. package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.js +1 -7
  1351. package/serialization/types/CreateProductParams.d.ts +9 -0
  1352. package/serialization/types/CreateProductParams.js +41 -0
  1353. package/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -0
  1354. package/serialization/types/CreateResponseUnitTestRequest.js +1 -0
  1355. package/serialization/types/CreateServiceParams.d.ts +9 -0
  1356. package/serialization/types/CreateServiceParams.js +41 -0
  1357. package/serialization/types/CreateSimulationTestRequest.d.ts +1 -0
  1358. package/serialization/types/CreateSimulationTestRequest.js +1 -0
  1359. package/serialization/types/CreateStaffParams.d.ts +9 -0
  1360. package/serialization/types/CreateStaffParams.js +41 -0
  1361. package/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -0
  1362. package/serialization/types/CreateToolCallUnitTestRequest.js +1 -0
  1363. package/serialization/types/CustomGuardrailConfig.d.ts +2 -2
  1364. package/serialization/types/CustomGuardrailConfig.js +2 -2
  1365. package/serialization/types/CustomGuardrailInput.d.ts +2 -2
  1366. package/serialization/types/CustomGuardrailInput.js +2 -2
  1367. package/serialization/types/CustomGuardrailOutput.d.ts +2 -2
  1368. package/serialization/types/CustomGuardrailOutput.js +2 -2
  1369. package/{dist/serialization/types/CustomGuardrailsConfig.d.ts → serialization/types/CustomGuardrailsConfigInput.d.ts} +2 -2
  1370. package/serialization/types/{CustomGuardrailsConfig.js → CustomGuardrailsConfigInput.js} +2 -2
  1371. package/serialization/types/CustomGuardrailsConfigOutput.d.ts +10 -0
  1372. package/serialization/types/CustomGuardrailsConfigOutput.js +42 -0
  1373. package/serialization/types/DeleteAssetParams.d.ts +9 -0
  1374. package/serialization/types/DeleteAssetParams.js +41 -0
  1375. package/serialization/types/DeleteCalendarEventParams.d.ts +9 -0
  1376. package/serialization/types/DeleteCalendarEventParams.js +41 -0
  1377. package/serialization/types/DeleteClientParams.d.ts +9 -0
  1378. package/serialization/types/DeleteClientParams.js +41 -0
  1379. package/serialization/types/DeleteProductParams.d.ts +9 -0
  1380. package/serialization/types/DeleteProductParams.js +41 -0
  1381. package/serialization/types/DeleteServiceParams.d.ts +9 -0
  1382. package/serialization/types/DeleteServiceParams.js +41 -0
  1383. package/serialization/types/DeleteStaffParams.d.ts +9 -0
  1384. package/serialization/types/DeleteStaffParams.js +41 -0
  1385. package/serialization/types/DependentBranchInfo.d.ts +13 -0
  1386. package/serialization/types/DependentBranchInfo.js +45 -0
  1387. package/serialization/types/DynamicVariableSchemaOverride.d.ts +9 -0
  1388. package/serialization/types/DynamicVariableSchemaOverride.js +41 -0
  1389. package/serialization/types/EmbeddingModelEnum.d.ts +1 -1
  1390. package/serialization/types/EmbeddingModelEnum.js +1 -1
  1391. package/serialization/types/{AlignmentGuardrail.d.ts → FocusGuardrail.d.ts} +2 -2
  1392. package/{dist/serialization/types/AlignmentGuardrail.js → serialization/types/FocusGuardrail.js} +2 -2
  1393. package/serialization/types/GenerateVoiceRequest.d.ts +2 -10
  1394. package/serialization/types/GenerateVoiceRequest.js +1 -9
  1395. package/serialization/types/GenerationSourceContext.d.ts +19 -0
  1396. package/serialization/types/GenerationSourceContext.js +51 -0
  1397. package/serialization/types/GetAgentResponseModel.d.ts +2 -0
  1398. package/serialization/types/GetAgentResponseModel.js +2 -0
  1399. package/serialization/types/GetAgentResponseModelCoachingSettings.d.ts +19 -0
  1400. package/serialization/types/GetAgentResponseModelCoachingSettings.js +51 -0
  1401. package/serialization/types/GetClientAppointmentsParams.d.ts +9 -0
  1402. package/serialization/types/GetClientAppointmentsParams.js +41 -0
  1403. package/serialization/types/GetClientByPhoneParams.d.ts +9 -0
  1404. package/serialization/types/GetClientByPhoneParams.js +41 -0
  1405. package/serialization/types/GetConversationResponseModel.d.ts +2 -2
  1406. package/serialization/types/GetConversationResponseModel.js +2 -2
  1407. package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -0
  1408. package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.js +2 -0
  1409. package/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -0
  1410. package/serialization/types/GetToolDependentAgentsResponseModel.js +2 -0
  1411. package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  1412. package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  1413. package/serialization/types/GuardrailExecutionMode.d.ts +7 -0
  1414. package/serialization/types/GuardrailExecutionMode.js +39 -0
  1415. package/serialization/types/GuardrailsV1Input.d.ts +4 -2
  1416. package/serialization/types/GuardrailsV1Input.js +4 -2
  1417. package/serialization/types/GuardrailsV1Output.d.ts +4 -2
  1418. package/serialization/types/GuardrailsV1Output.js +4 -2
  1419. package/serialization/types/LibraryVoiceResponse.d.ts +1 -0
  1420. package/serialization/types/LibraryVoiceResponse.js +1 -0
  1421. package/serialization/types/ListAssetsParams.d.ts +10 -0
  1422. package/serialization/types/ListAssetsParams.js +42 -0
  1423. package/serialization/types/ListCalendarEventsParams.d.ts +9 -0
  1424. package/serialization/types/ListCalendarEventsParams.js +41 -0
  1425. package/serialization/types/ListClientsParams.d.ts +9 -0
  1426. package/serialization/types/ListClientsParams.js +41 -0
  1427. package/serialization/types/ListProductsParams.d.ts +10 -0
  1428. package/serialization/types/ListProductsParams.js +42 -0
  1429. package/serialization/types/ListServicesParams.d.ts +10 -0
  1430. package/serialization/types/ListServicesParams.js +42 -0
  1431. package/serialization/types/ListStaffParams.d.ts +10 -0
  1432. package/serialization/types/ListStaffParams.js +42 -0
  1433. package/serialization/types/Llm.d.ts +1 -1
  1434. package/serialization/types/Llm.js +1 -0
  1435. package/serialization/types/LlmDeprecationConfigModel.d.ts +13 -0
  1436. package/serialization/types/LlmDeprecationConfigModel.js +45 -0
  1437. package/serialization/types/LlmDeprecationInfoModel.d.ts +18 -0
  1438. package/serialization/types/LlmDeprecationInfoModel.js +50 -0
  1439. package/serialization/types/LlmInfoModelInput.d.ts +20 -0
  1440. package/serialization/types/LlmInfoModelInput.js +52 -0
  1441. package/serialization/types/LlmInfoModelOutput.d.ts +20 -0
  1442. package/serialization/types/LlmInfoModelOutput.js +52 -0
  1443. package/serialization/types/LlmListResponseModelInput.d.ts +12 -0
  1444. package/serialization/types/LlmListResponseModelInput.js +44 -0
  1445. package/serialization/types/LlmListResponseModelOutput.d.ts +12 -0
  1446. package/serialization/types/LlmListResponseModelOutput.js +44 -0
  1447. package/serialization/types/LlmSchemaOverride.d.ts +9 -0
  1448. package/serialization/types/LlmSchemaOverride.js +41 -0
  1449. package/serialization/types/McpServerConfigInput.d.ts +2 -0
  1450. package/serialization/types/McpServerConfigInput.js +2 -0
  1451. package/serialization/types/McpServerConfigOutput.d.ts +2 -0
  1452. package/serialization/types/McpServerConfigOutput.js +2 -0
  1453. package/serialization/types/McpToolConfigOverride.d.ts +2 -0
  1454. package/serialization/types/McpToolConfigOverride.js +4 -0
  1455. package/serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts +19 -0
  1456. package/serialization/types/McpToolConfigOverrideInputOverridesValue.js +51 -0
  1457. package/serialization/types/MessagesSearchResponse.d.ts +14 -0
  1458. package/serialization/types/MessagesSearchResponse.js +46 -0
  1459. package/serialization/types/MessagesSearchResult.d.ts +15 -0
  1460. package/serialization/types/MessagesSearchResult.js +47 -0
  1461. package/serialization/types/ModerationGuardrailInput.d.ts +2 -0
  1462. package/serialization/types/ModerationGuardrailInput.js +2 -0
  1463. package/serialization/types/ModerationGuardrailOutput.d.ts +2 -0
  1464. package/serialization/types/ModerationGuardrailOutput.js +2 -0
  1465. package/serialization/types/MusicExploreSongSourceContext.d.ts +14 -0
  1466. package/serialization/types/MusicExploreSongSourceContext.js +46 -0
  1467. package/serialization/types/MusicUploadResponse.d.ts +11 -0
  1468. package/serialization/types/MusicUploadResponse.js +43 -0
  1469. package/serialization/types/NoCoachingSettings.d.ts +9 -0
  1470. package/serialization/types/NoCoachingSettings.js +41 -0
  1471. package/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -0
  1472. package/serialization/types/ObjectJsonSchemaPropertyInput.js +2 -0
  1473. package/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -0
  1474. package/serialization/types/ObjectJsonSchemaPropertyOutput.js +2 -0
  1475. package/serialization/types/PendingClipTaskType.d.ts +1 -1
  1476. package/serialization/types/PendingClipTaskType.js +1 -1
  1477. package/serialization/types/PermissionType.d.ts +1 -1
  1478. package/serialization/types/PermissionType.js +1 -0
  1479. package/{dist/serialization/types/PrivacyConfig.d.ts → serialization/types/PrivacyConfigInput.d.ts} +4 -2
  1480. package/{dist/serialization/types/PrivacyConfig.js → serialization/types/PrivacyConfigInput.js} +4 -2
  1481. package/serialization/types/PrivacyConfigOutput.d.ts +16 -0
  1482. package/serialization/types/PrivacyConfigOutput.js +48 -0
  1483. package/serialization/types/ProcedureRefResponseModel.d.ts +11 -0
  1484. package/{dist/serialization/types/ProcedureVersionRef.js → serialization/types/ProcedureRefResponseModel.js} +4 -3
  1485. package/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  1486. package/serialization/types/ProjectExtendedResponse.js +2 -0
  1487. package/serialization/types/ProjectExternalAudioResponseModel.d.ts +4 -2
  1488. package/serialization/types/ProjectExternalAudioResponseModel.js +4 -2
  1489. package/serialization/types/ProjectExternalAudioResponseModelSourceContext.d.ts +19 -0
  1490. package/serialization/types/ProjectExternalAudioResponseModelSourceContext.js +51 -0
  1491. package/serialization/types/ProjectImageResponseModel.d.ts +2 -0
  1492. package/serialization/types/ProjectImageResponseModel.js +2 -0
  1493. package/serialization/types/ProjectResponse.d.ts +2 -0
  1494. package/serialization/types/ProjectResponse.js +2 -0
  1495. package/serialization/types/ProjectVideoResponseModel.d.ts +9 -3
  1496. package/serialization/types/ProjectVideoResponseModel.js +9 -3
  1497. package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
  1498. package/serialization/types/PromptAgentApiModelInputToolsItem.js +3 -0
  1499. package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
  1500. package/serialization/types/PromptAgentApiModelOutputToolsItem.js +3 -0
  1501. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
  1502. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +3 -0
  1503. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
  1504. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +3 -0
  1505. package/serialization/types/PromptInjectionGuardrail.d.ts +9 -0
  1506. package/serialization/types/PromptInjectionGuardrail.js +41 -0
  1507. package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -0
  1508. package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.js +2 -0
  1509. package/serialization/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +2 -0
  1510. package/serialization/types/PronunciationDictionaryAliasRuleResponseModel.js +2 -0
  1511. package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -0
  1512. package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.js +2 -0
  1513. package/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +2 -0
  1514. package/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.js +2 -0
  1515. package/serialization/types/RagConfig.d.ts +1 -0
  1516. package/serialization/types/RagConfig.js +1 -0
  1517. package/serialization/types/RagConfigWorkflowOverride.d.ts +1 -0
  1518. package/serialization/types/RagConfigWorkflowOverride.js +1 -0
  1519. package/serialization/types/RagIndexStatus.d.ts +1 -1
  1520. package/serialization/types/RagIndexStatus.js +1 -0
  1521. package/serialization/types/ReferenceVideo.d.ts +13 -0
  1522. package/serialization/types/ReferenceVideo.js +45 -0
  1523. package/serialization/types/RequiredConstraint.d.ts +9 -0
  1524. package/serialization/types/RequiredConstraint.js +41 -0
  1525. package/serialization/types/RequiredConstraints.d.ts +11 -0
  1526. package/serialization/types/RequiredConstraints.js +43 -0
  1527. package/serialization/types/ResponseFilter.d.ts +12 -0
  1528. package/serialization/types/ResponseFilter.js +44 -0
  1529. package/serialization/types/SayNodeLiteralMessageInput.d.ts +10 -0
  1530. package/serialization/types/SayNodeLiteralMessageInput.js +42 -0
  1531. package/serialization/types/SayNodeLiteralMessageOutput.d.ts +10 -0
  1532. package/serialization/types/SayNodeLiteralMessageOutput.js +42 -0
  1533. package/serialization/types/SayNodePromptMessageInput.d.ts +10 -0
  1534. package/serialization/types/SayNodePromptMessageInput.js +42 -0
  1535. package/serialization/types/SayNodePromptMessageOutput.d.ts +10 -0
  1536. package/serialization/types/SayNodePromptMessageOutput.js +42 -0
  1537. package/serialization/types/SearchClientsParams.d.ts +9 -0
  1538. package/serialization/types/SearchClientsParams.js +41 -0
  1539. package/serialization/types/SfxSourceContext.d.ts +11 -0
  1540. package/serialization/types/SfxSourceContext.js +43 -0
  1541. package/serialization/types/SongSourceContext.d.ts +16 -0
  1542. package/serialization/types/SongSourceContext.js +48 -0
  1543. package/serialization/types/StudioAgentSettingsModel.d.ts +10 -0
  1544. package/serialization/types/StudioAgentSettingsModel.js +42 -0
  1545. package/serialization/types/StudioAgentToolSettingsModel.d.ts +9 -0
  1546. package/serialization/types/StudioAgentToolSettingsModel.js +41 -0
  1547. package/serialization/types/StudioClipReference.d.ts +15 -0
  1548. package/serialization/types/StudioClipReference.js +47 -0
  1549. package/serialization/types/StudioClipReferenceClipType.d.ts +7 -0
  1550. package/serialization/types/StudioClipReferenceClipType.js +39 -0
  1551. package/serialization/types/TelephonyCallConfig.d.ts +9 -0
  1552. package/serialization/types/TelephonyCallConfig.js +41 -0
  1553. package/serialization/types/TestType.d.ts +1 -1
  1554. package/serialization/types/TestType.js +1 -1
  1555. package/serialization/types/ToolType.d.ts +1 -1
  1556. package/serialization/types/ToolType.js +1 -0
  1557. package/serialization/types/UnitTestSummaryResponseModel.d.ts +6 -0
  1558. package/serialization/types/UnitTestSummaryResponseModel.js +6 -0
  1559. package/serialization/types/UpdateAssetParams.d.ts +9 -0
  1560. package/serialization/types/UpdateAssetParams.js +41 -0
  1561. package/serialization/types/UpdateCalendarEventParams.d.ts +9 -0
  1562. package/serialization/types/UpdateCalendarEventParams.js +41 -0
  1563. package/serialization/types/UpdateClientParams.d.ts +9 -0
  1564. package/serialization/types/UpdateClientParams.js +41 -0
  1565. package/serialization/types/UpdateProductParams.d.ts +9 -0
  1566. package/serialization/types/UpdateProductParams.js +41 -0
  1567. package/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -0
  1568. package/serialization/types/UpdateResponseUnitTestRequest.js +1 -0
  1569. package/serialization/types/UpdateServiceParams.d.ts +9 -0
  1570. package/serialization/types/UpdateServiceParams.js +41 -0
  1571. package/serialization/types/UpdateSimulationTestRequest.d.ts +1 -0
  1572. package/serialization/types/UpdateSimulationTestRequest.js +1 -0
  1573. package/serialization/types/UpdateStaffParams.d.ts +9 -0
  1574. package/serialization/types/UpdateStaffParams.js +41 -0
  1575. package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -0
  1576. package/serialization/types/UpdateToolCallUnitTestRequest.js +1 -0
  1577. package/serialization/types/User.d.ts +2 -0
  1578. package/serialization/types/User.js +2 -0
  1579. package/serialization/types/Voice.d.ts +1 -0
  1580. package/serialization/types/Voice.js +1 -0
  1581. package/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -5
  1582. package/serialization/types/VoiceGenerationParameterOptionResponse.js +1 -4
  1583. package/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -11
  1584. package/serialization/types/VoiceGenerationParameterResponse.js +1 -10
  1585. package/serialization/types/VoiceStatisticsResponseModel.d.ts +11 -0
  1586. package/serialization/types/VoiceStatisticsResponseModel.js +43 -0
  1587. package/serialization/types/WidgetConfig.d.ts +6 -0
  1588. package/serialization/types/WidgetConfig.js +6 -0
  1589. package/serialization/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +7 -0
  1590. package/serialization/types/WidgetConfigInputSyntaxHighlightTheme.js +39 -0
  1591. package/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +7 -0
  1592. package/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.js +39 -0
  1593. package/serialization/types/WidgetConfigResponse.d.ts +6 -0
  1594. package/serialization/types/WidgetConfigResponse.js +6 -0
  1595. package/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +7 -0
  1596. package/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +39 -0
  1597. package/serialization/types/WidgetTextContents.d.ts +11 -0
  1598. package/serialization/types/WidgetTextContents.js +11 -0
  1599. package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  1600. package/serialization/types/WorkspaceGroupPermission.js +1 -0
  1601. package/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
  1602. package/serialization/types/WorkspaceGroupResponseModel.js +1 -0
  1603. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  1604. package/serialization/types/WorkspaceResourceType.js +3 -0
  1605. package/serialization/types/index.d.ts +92 -10
  1606. package/serialization/types/index.js +92 -10
  1607. package/version.d.ts +1 -1
  1608. package/version.js +1 -1
  1609. package/wrapper/music.d.ts +1 -0
  1610. package/wrapper/music.js +4 -1
  1611. package/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -2
  1612. package/api/types/AlignmentGuardrail.d.ts +0 -3
  1613. package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
  1614. package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +0 -10
  1615. package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -6
  1616. package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +0 -9
  1617. package/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -5
  1618. package/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -5
  1619. package/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -8
  1620. package/api/types/CustomGuardrailConfigModel.d.ts +0 -6
  1621. package/api/types/CustomGuardrailConfigModel.js +0 -9
  1622. package/api/types/ProcedureDraftRef.d.ts +0 -4
  1623. package/api/types/ProcedureVersionRef.d.ts +0 -6
  1624. package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -2
  1625. package/dist/api/types/AlignmentGuardrail.d.ts +0 -3
  1626. package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
  1627. package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +0 -10
  1628. package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -6
  1629. package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +0 -9
  1630. package/dist/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -5
  1631. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -5
  1632. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -8
  1633. package/dist/api/types/CustomGuardrailConfigModel.d.ts +0 -6
  1634. package/dist/api/types/CustomGuardrailConfigModel.js +0 -9
  1635. package/dist/api/types/ProcedureDraftRef.d.ts +0 -4
  1636. package/dist/api/types/ProcedureVersionRef.d.ts +0 -6
  1637. package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -9
  1638. package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
  1639. package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -7
  1640. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -7
  1641. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -7
  1642. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -39
  1643. package/dist/serialization/types/CustomGuardrailConfigModel.d.ts +0 -7
  1644. package/dist/serialization/types/ProcedureDraftRef.d.ts +0 -9
  1645. package/dist/serialization/types/ProcedureVersionRef.d.ts +0 -10
  1646. package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -9
  1647. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
  1648. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +0 -39
  1649. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -7
  1650. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +0 -39
  1651. package/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -7
  1652. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -7
  1653. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -39
  1654. package/serialization/types/CustomGuardrailConfigModel.d.ts +0 -7
  1655. package/serialization/types/ProcedureDraftRef.d.ts +0 -9
  1656. package/serialization/types/ProcedureVersionRef.d.ts +0 -10
  1657. /package/api/resources/{conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js} +0 -0
  1658. /package/api/{types/AlignmentGuardrail.js → resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js} +0 -0
  1659. /package/api/{types/CustomGuardrailsConfig.js → resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js} +0 -0
  1660. /package/api/{types/PrivacyConfig.js → resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.js} +0 -0
  1661. /package/api/{types/ProcedureDraftRef.js → resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.js} +0 -0
  1662. /package/api/{types/ProcedureVersionRef.js → resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.js} +0 -0
  1663. /package/{dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js} +0 -0
  1664. /package/{dist/api/types/AlignmentGuardrail.js → api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js} +0 -0
  1665. /package/{dist/api/types/CustomGuardrailsConfig.js → api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.js} +0 -0
  1666. /package/{dist/api/types/PrivacyConfig.js → api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js} +0 -0
  1667. /package/{dist/api/types/ProcedureDraftRef.js → api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js} +0 -0
  1668. /package/{dist/api/types/ProcedureVersionRef.js → api/types/AgentTestFolderPathSegmentResponseModel.js} +0 -0
@@ -0,0 +1,4 @@
1
+ export interface LlmSchemaOverride {
2
+ /** Prompt override for the LLM. If not provided, the original schema description is used. */
3
+ prompt?: string;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,6 +11,8 @@ export interface McpServerConfigInput {
11
11
  secretToken?: ElevenLabs.McpServerConfigInputSecretToken;
12
12
  /** The headers included in the request */
13
13
  requestHeaders?: Record<string, ElevenLabs.McpServerConfigInputRequestHeadersValue>;
14
+ /** Optional auth connection to use for authentication with this MCP server */
15
+ authConnection?: ElevenLabs.AuthConnectionLocator;
14
16
  name: string;
15
17
  description?: string;
16
18
  /** If true, all tools from this MCP server will require pre-tool execution speech */
@@ -11,6 +11,8 @@ export interface McpServerConfigOutput {
11
11
  secretToken?: ElevenLabs.McpServerConfigOutputSecretToken;
12
12
  /** The headers included in the request */
13
13
  requestHeaders?: Record<string, ElevenLabs.McpServerConfigOutputRequestHeadersValue>;
14
+ /** Optional auth connection to use for authentication with this MCP server */
15
+ authConnection?: ElevenLabs.AuthConnectionLocator;
14
16
  name: string;
15
17
  description?: string;
16
18
  /** If true, all tools from this MCP server will require pre-tool execution speech */
@@ -14,4 +14,6 @@ export interface McpToolConfigOverride {
14
14
  executionMode?: ElevenLabs.ToolExecutionMode;
15
15
  /** Dynamic variable assignments for this MCP tool */
16
16
  assignments?: ElevenLabs.DynamicVariableAssignment[];
17
+ /** Mapping of json path to input override configuration */
18
+ inputOverrides?: Record<string, ElevenLabs.McpToolConfigOverrideInputOverridesValue | undefined>;
17
19
  }
@@ -0,0 +1,13 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type McpToolConfigOverrideInputOverridesValue = ElevenLabs.McpToolConfigOverrideInputOverridesValue.Constant | ElevenLabs.McpToolConfigOverrideInputOverridesValue.DynamicVariable | ElevenLabs.McpToolConfigOverrideInputOverridesValue.Llm;
3
+ export declare namespace McpToolConfigOverrideInputOverridesValue {
4
+ interface Constant extends ElevenLabs.ConstantSchemaOverride {
5
+ source: "constant";
6
+ }
7
+ interface DynamicVariable extends ElevenLabs.DynamicVariableSchemaOverride {
8
+ source: "dynamic_variable";
9
+ }
10
+ interface Llm extends ElevenLabs.LlmSchemaOverride {
11
+ source: "llm";
12
+ }
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface MessagesSearchResponse {
3
+ meta?: ElevenLabs.ListResponseMeta;
4
+ results: ElevenLabs.MessagesSearchResult[];
5
+ /** Cursor for the next page of results */
6
+ nextCursor?: string;
7
+ /** Whether there are more results available */
8
+ hasMore: boolean;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * transcript_index: index of the message in the conversation transcript
3
+ * chunk_text: text of the transcript; transcript messages if very long could have several chunks.
4
+ * score: similarity score of the message to the search query
5
+ */
6
+ export interface MessagesSearchResult {
7
+ conversationId: string;
8
+ agentId: string;
9
+ agentName?: string;
10
+ transcriptIndex: number;
11
+ chunkText: string;
12
+ score: number;
13
+ conversationStartTimeUnixSecs: number;
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface ModerationGuardrailInput {
3
+ executionMode?: ElevenLabs.GuardrailExecutionMode;
3
4
  config?: ElevenLabs.ModerationConfig;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface ModerationGuardrailOutput {
3
+ executionMode?: ElevenLabs.GuardrailExecutionMode;
3
4
  config?: ElevenLabs.ModerationConfig;
4
5
  }
@@ -0,0 +1,8 @@
1
+ export interface MusicExploreSongSourceContext {
2
+ musicExploreSongId: string;
3
+ title?: string;
4
+ description?: string;
5
+ bpm?: number;
6
+ vocals?: string;
7
+ lyrics?: string;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Response model for music upload endpoint.
4
+ */
5
+ export interface MusicUploadResponse {
6
+ /** Unique identifier for the uploaded song */
7
+ songId: string;
8
+ /** The composition plan extracted from the uploaded song. Only present if `extract_composition_plan` was True in the request body */
9
+ compositionPlan?: ElevenLabs.MusicPrompt;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface NoCoachingSettings {
2
+ memoryBaseId?: string;
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,4 +4,5 @@ export interface ObjectJsonSchemaPropertyInput {
4
4
  required?: string[];
5
5
  description?: string;
6
6
  properties?: Record<string, ElevenLabs.ObjectJsonSchemaPropertyInputPropertiesValue>;
7
+ requiredConstraints?: ElevenLabs.RequiredConstraints;
7
8
  }
@@ -4,4 +4,5 @@ export interface ObjectJsonSchemaPropertyOutput {
4
4
  required?: string[];
5
5
  description?: string;
6
6
  properties?: Record<string, ElevenLabs.ObjectJsonSchemaPropertyOutputPropertiesValue>;
7
+ requiredConstraints?: ElevenLabs.RequiredConstraints;
7
8
  }
@@ -2,5 +2,6 @@ export declare const PendingClipTaskType: {
2
2
  readonly Preprocessing: "preprocessing";
3
3
  readonly SpeechImport: "speech_import";
4
4
  readonly Dubbing: "dubbing";
5
+ readonly VideoToMusic: "video_to_music";
5
6
  };
6
7
  export type PendingClipTaskType = (typeof PendingClipTaskType)[keyof typeof PendingClipTaskType];
@@ -6,4 +6,5 @@ exports.PendingClipTaskType = {
6
6
  Preprocessing: "preprocessing",
7
7
  SpeechImport: "speech_import",
8
8
  Dubbing: "dubbing",
9
+ VideoToMusic: "video_to_music",
9
10
  };
@@ -27,6 +27,7 @@ export declare const PermissionType: {
27
27
  readonly ConvaiRead: "convai_read";
28
28
  readonly ConvaiWrite: "convai_write";
29
29
  readonly MusicGeneration: "music_generation";
30
+ readonly ImageVideoGeneration: "image_video_generation";
30
31
  readonly AddVoiceFromVoiceLibrary: "add_voice_from_voice_library";
31
32
  readonly CreateInstantVoiceClone: "create_instant_voice_clone";
32
33
  readonly CreateProfessionalVoiceClone: "create_professional_voice_clone";
@@ -31,6 +31,7 @@ exports.PermissionType = {
31
31
  ConvaiRead: "convai_read",
32
32
  ConvaiWrite: "convai_write",
33
33
  MusicGeneration: "music_generation",
34
+ ImageVideoGeneration: "image_video_generation",
34
35
  AddVoiceFromVoiceLibrary: "add_voice_from_voice_library",
35
36
  CreateInstantVoiceClone: "create_instant_voice_clone",
36
37
  CreateProfessionalVoiceClone: "create_professional_voice_clone",
@@ -1,4 +1,5 @@
1
- export interface PrivacyConfig {
1
+ import type * as ElevenLabs from "../index";
2
+ export interface PrivacyConfigInput {
2
3
  /** Whether to record the conversation */
3
4
  recordVoice?: boolean;
4
5
  /** The number of days to retain the conversation. -1 indicates there is no retention limit */
@@ -11,4 +12,6 @@ export interface PrivacyConfig {
11
12
  applyToExistingConversations?: boolean;
12
13
  /** Whether to enable zero retention mode - no PII data is stored */
13
14
  zeroRetentionMode?: boolean;
15
+ /** Config for PII redaction in the conversation history */
16
+ conversationHistoryRedaction?: ElevenLabs.ConversationHistoryRedactionConfig;
14
17
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,17 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface PrivacyConfigOutput {
3
+ /** Whether to record the conversation */
4
+ recordVoice?: boolean;
5
+ /** The number of days to retain the conversation. -1 indicates there is no retention limit */
6
+ retentionDays?: number;
7
+ /** Whether to delete the transcript and PII */
8
+ deleteTranscriptAndPii?: boolean;
9
+ /** Whether to delete the audio */
10
+ deleteAudio?: boolean;
11
+ /** Whether to apply the privacy settings to existing conversations */
12
+ applyToExistingConversations?: boolean;
13
+ /** Whether to enable zero retention mode - no PII data is stored */
14
+ zeroRetentionMode?: boolean;
15
+ /** Config for PII redaction in the conversation history */
16
+ conversationHistoryRedaction?: ElevenLabs.ConversationHistoryRedactionConfig;
17
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ export interface ProcedureRefResponseModel {
2
+ /** Procedure ID */
3
+ procedureId: string;
4
+ /** Version ID of a version of the procedure. None for a procedure never versioned. */
5
+ versionId?: string;
6
+ /** Procedure name */
7
+ name?: string;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -68,6 +68,8 @@ export interface ProjectExtendedResponse {
68
68
  publicShareId?: string;
69
69
  /** The aspect ratio of the project. */
70
70
  aspectRatio?: ElevenLabs.ProjectExtendedResponseModelAspectRatio;
71
+ /** Agent-related settings for the project */
72
+ agentSettings?: ElevenLabs.StudioAgentSettingsModel;
71
73
  /** The quality preset level of the project. */
72
74
  qualityPreset: ElevenLabs.ProjectExtendedResponseModelQualityPreset;
73
75
  /** List of chapters of the project and their metadata. */
@@ -10,4 +10,5 @@ export declare namespace ProjectExtendedResponseModelAssetsItem {
10
10
  interface Image extends ElevenLabs.ProjectImageResponseModel {
11
11
  type: "image";
12
12
  }
13
+ type Request = ElevenLabs.ProjectExtendedResponseModelAssetsItem.Video | ElevenLabs.ProjectExtendedResponseModelAssetsItem.Audio | ElevenLabs.ProjectExtendedResponseModelAssetsItem.Image;
13
14
  }
@@ -18,9 +18,10 @@ export interface ProjectExternalAudioResponseModel {
18
18
  sourceExternalAudioId?: string;
19
19
  sourceAssetId?: string;
20
20
  pendingBlockIds: string[];
21
- importSpeechProgress?: number;
21
+ pendingExternalAudioIds: string[];
22
22
  speechImported?: boolean;
23
- dubAudioProgress?: number;
24
23
  pendingTask?: ElevenLabs.PendingClipTask;
25
24
  currentSnapshotId?: string;
25
+ sourceContext?: ElevenLabs.ProjectExternalAudioResponseModelSourceContext;
26
+ importSpeechProgress?: number;
26
27
  }
@@ -0,0 +1,13 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type ProjectExternalAudioResponseModelSourceContext = ElevenLabs.ProjectExternalAudioResponseModelSourceContext.MusicExploreSong | ElevenLabs.ProjectExternalAudioResponseModelSourceContext.Sfx | ElevenLabs.ProjectExternalAudioResponseModelSourceContext.Song;
3
+ export declare namespace ProjectExternalAudioResponseModelSourceContext {
4
+ interface MusicExploreSong extends ElevenLabs.MusicExploreSongSourceContext {
5
+ sourceType: "music_explore_song";
6
+ }
7
+ interface Sfx extends ElevenLabs.SfxSourceContext {
8
+ sourceType: "sfx";
9
+ }
10
+ interface Song extends ElevenLabs.SongSourceContext {
11
+ sourceType: "song";
12
+ }
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -13,6 +13,7 @@ export interface ProjectImageResponseModel {
13
13
  durationMs: number;
14
14
  order: string;
15
15
  canvasPlacement: ElevenLabs.CanvasPlacement;
16
+ animation?: ElevenLabs.ClipAnimation;
16
17
  createdAtMs: number;
17
18
  updatedAtMs: number;
18
19
  currentSnapshotId?: string;
@@ -68,4 +68,6 @@ export interface ProjectResponse {
68
68
  publicShareId?: string;
69
69
  /** The aspect ratio of the project. */
70
70
  aspectRatio?: ElevenLabs.ProjectResponseModelAspectRatio;
71
+ /** Agent-related settings for the project */
72
+ agentSettings?: ElevenLabs.StudioAgentSettingsModel;
71
73
  }
@@ -8,11 +8,12 @@ export interface ProjectVideoResponseModel {
8
8
  durationMs: number;
9
9
  volumeGainDb: number;
10
10
  muted: boolean;
11
+ fadeInMs?: number;
12
+ fadeOutMs?: number;
11
13
  width: number;
12
14
  height: number;
13
15
  codec: string;
14
16
  order: string;
15
- previewJobProgress: number;
16
17
  createdAtMs: number;
17
18
  updatedAtMs: number;
18
19
  error?: string;
@@ -25,13 +26,16 @@ export interface ProjectVideoResponseModel {
25
26
  sourceVideoId?: string;
26
27
  sourceAssetId?: string;
27
28
  pendingBlockIds: string[];
28
- importSpeechProgress?: number;
29
+ pendingExternalAudioIds: string[];
29
30
  speechImported?: boolean;
30
- dubAudioProgress?: number;
31
31
  pendingTask?: ElevenLabs.PendingClipTask;
32
32
  audioTrackReady?: boolean;
33
33
  exportFormatReady?: boolean;
34
34
  currentSnapshotId?: string;
35
+ sourceContext?: ElevenLabs.GenerationSourceContext;
35
36
  canvasPlacement?: ElevenLabs.CanvasPlacement;
37
+ animation?: ElevenLabs.ClipAnimation;
36
38
  trackId?: string;
39
+ previewJobProgress?: number;
40
+ importSpeechProgress?: number;
37
41
  }
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../index";
2
2
  /**
3
3
  * The type of tool
4
4
  */
5
- export type PromptAgentApiModelInputToolsItem = ElevenLabs.PromptAgentApiModelInputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelInputToolsItem.Client | ElevenLabs.PromptAgentApiModelInputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelInputToolsItem.System | ElevenLabs.PromptAgentApiModelInputToolsItem.Webhook;
5
+ export type PromptAgentApiModelInputToolsItem = ElevenLabs.PromptAgentApiModelInputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelInputToolsItem.Client | ElevenLabs.PromptAgentApiModelInputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelInputToolsItem.Smb | ElevenLabs.PromptAgentApiModelInputToolsItem.System | ElevenLabs.PromptAgentApiModelInputToolsItem.Webhook;
6
6
  export declare namespace PromptAgentApiModelInputToolsItem {
7
7
  interface ApiIntegrationWebhook extends ElevenLabs.ApiIntegrationWebhookToolConfigInput {
8
8
  type: "api_integration_webhook";
@@ -14,6 +14,10 @@ export declare namespace PromptAgentApiModelInputToolsItem {
14
14
  type: "mcp";
15
15
  value?: unknown;
16
16
  }
17
+ interface Smb {
18
+ type: "smb";
19
+ value?: unknown;
20
+ }
17
21
  interface System extends ElevenLabs.SystemToolConfigInput {
18
22
  type: "system";
19
23
  }
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../index";
2
2
  /**
3
3
  * The type of tool
4
4
  */
5
- export type PromptAgentApiModelOutputToolsItem = ElevenLabs.PromptAgentApiModelOutputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelOutputToolsItem.Client | ElevenLabs.PromptAgentApiModelOutputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelOutputToolsItem.System | ElevenLabs.PromptAgentApiModelOutputToolsItem.Webhook;
5
+ export type PromptAgentApiModelOutputToolsItem = ElevenLabs.PromptAgentApiModelOutputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelOutputToolsItem.Client | ElevenLabs.PromptAgentApiModelOutputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelOutputToolsItem.Smb | ElevenLabs.PromptAgentApiModelOutputToolsItem.System | ElevenLabs.PromptAgentApiModelOutputToolsItem.Webhook;
6
6
  export declare namespace PromptAgentApiModelOutputToolsItem {
7
7
  interface ApiIntegrationWebhook extends ElevenLabs.ApiIntegrationWebhookToolConfigOutput {
8
8
  type: "api_integration_webhook";
@@ -14,6 +14,10 @@ export declare namespace PromptAgentApiModelOutputToolsItem {
14
14
  type: "mcp";
15
15
  value?: unknown;
16
16
  }
17
+ interface Smb {
18
+ type: "smb";
19
+ value?: unknown;
20
+ }
17
21
  interface System extends ElevenLabs.SystemToolConfigOutput {
18
22
  type: "system";
19
23
  }
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../index";
2
2
  /**
3
3
  * The type of tool
4
4
  */
5
- export type PromptAgentApiModelWorkflowOverrideInputToolsItem = ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.Client | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.System | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.Webhook;
5
+ export type PromptAgentApiModelWorkflowOverrideInputToolsItem = ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.Client | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.Smb | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.System | ElevenLabs.PromptAgentApiModelWorkflowOverrideInputToolsItem.Webhook;
6
6
  export declare namespace PromptAgentApiModelWorkflowOverrideInputToolsItem {
7
7
  interface ApiIntegrationWebhook extends ElevenLabs.ApiIntegrationWebhookToolConfigInput {
8
8
  type: "api_integration_webhook";
@@ -14,6 +14,10 @@ export declare namespace PromptAgentApiModelWorkflowOverrideInputToolsItem {
14
14
  type: "mcp";
15
15
  value?: unknown;
16
16
  }
17
+ interface Smb {
18
+ type: "smb";
19
+ value?: unknown;
20
+ }
17
21
  interface System extends ElevenLabs.SystemToolConfigInput {
18
22
  type: "system";
19
23
  }
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../index";
2
2
  /**
3
3
  * The type of tool
4
4
  */
5
- export type PromptAgentApiModelWorkflowOverrideOutputToolsItem = ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.Client | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.System | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.Webhook;
5
+ export type PromptAgentApiModelWorkflowOverrideOutputToolsItem = ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.ApiIntegrationWebhook | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.Client | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.Mcp | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.Smb | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.System | ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputToolsItem.Webhook;
6
6
  export declare namespace PromptAgentApiModelWorkflowOverrideOutputToolsItem {
7
7
  interface ApiIntegrationWebhook extends ElevenLabs.ApiIntegrationWebhookToolConfigOutput {
8
8
  type: "api_integration_webhook";
@@ -14,6 +14,10 @@ export declare namespace PromptAgentApiModelWorkflowOverrideOutputToolsItem {
14
14
  type: "mcp";
15
15
  value?: unknown;
16
16
  }
17
+ interface Smb {
18
+ type: "smb";
19
+ value?: unknown;
20
+ }
17
21
  interface System extends ElevenLabs.SystemToolConfigOutput {
18
22
  type: "system";
19
23
  }
@@ -0,0 +1,3 @@
1
+ export interface PromptInjectionGuardrail {
2
+ isEnabled?: boolean;
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +1,10 @@
1
1
  export interface PronunciationDictionaryAliasRuleRequestModel {
2
2
  /** The string to replace. Must be a non-empty string. */
3
3
  stringToReplace: string;
4
+ /** Whether the rule should match case-sensitively. */
5
+ caseSensitive?: boolean;
6
+ /** Whether the rule should only match at word boundaries. */
7
+ wordBoundaries?: boolean;
4
8
  /** The alias for the string to be replaced. */
5
9
  alias: string;
6
10
  }
@@ -1,4 +1,8 @@
1
1
  export interface PronunciationDictionaryAliasRuleResponseModel {
2
2
  stringToReplace: string;
3
+ /** Whether the rule matches case-sensitively. */
4
+ caseSensitive?: boolean;
5
+ /** Whether the rule only matches at word boundaries. */
6
+ wordBoundaries?: boolean;
3
7
  alias: string;
4
8
  }
@@ -1,6 +1,10 @@
1
1
  export interface PronunciationDictionaryPhonemeRuleRequestModel {
2
2
  /** The string to replace. Must be a non-empty string. */
3
3
  stringToReplace: string;
4
+ /** Whether the rule should match case-sensitively. */
5
+ caseSensitive?: boolean;
6
+ /** Whether the rule should only match at word boundaries. */
7
+ wordBoundaries?: boolean;
4
8
  /** The phoneme rule. */
5
9
  phoneme: string;
6
10
  /** The alphabet to use with the phoneme rule. */
@@ -1,5 +1,9 @@
1
1
  export interface PronunciationDictionaryPhonemeRuleResponseModel {
2
2
  stringToReplace: string;
3
+ /** Whether the rule matches case-sensitively. */
4
+ caseSensitive?: boolean;
5
+ /** Whether the rule only matches at word boundaries. */
6
+ wordBoundaries?: boolean;
3
7
  phoneme: string;
4
8
  alphabet: string;
5
9
  }
@@ -8,6 +8,8 @@ export interface RagConfig {
8
8
  maxDocumentsLength?: number;
9
9
  /** Maximum number of RAG document chunks to initially retrieve from the vector store. These are then further filtered by vector distance and total length. */
10
10
  maxRetrievedRagChunksCount?: number;
11
+ /** Number of candidates evaluated in ANN vector search. Higher number means better results, but higher latency. Minimum recommended value is 100. If disabled, the default value is used. */
12
+ numCandidates?: number;
11
13
  /** Custom prompt for rewriting user queries before RAG retrieval. The conversation history will be automatically appended at the end. If not set, the default prompt will be used. */
12
14
  queryRewritePromptOverride?: string;
13
15
  }
@@ -8,6 +8,8 @@ export interface RagConfigWorkflowOverride {
8
8
  maxDocumentsLength?: number;
9
9
  /** Maximum number of RAG document chunks to initially retrieve from the vector store. These are then further filtered by vector distance and total length. */
10
10
  maxRetrievedRagChunksCount?: number;
11
+ /** Number of candidates evaluated in ANN vector search. Higher number means better results, but higher latency. Minimum recommended value is 100. If disabled, the default value is used. */
12
+ numCandidates?: number;
11
13
  /** Custom prompt for rewriting user queries before RAG retrieval. The conversation history will be automatically appended at the end. If not set, the default prompt will be used. */
12
14
  queryRewritePromptOverride?: string;
13
15
  }
@@ -1,4 +1,5 @@
1
1
  export declare const RagIndexStatus: {
2
+ readonly New: "new";
2
3
  readonly Created: "created";
3
4
  readonly Processing: "processing";
4
5
  readonly Failed: "failed";
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.RagIndexStatus = void 0;
5
5
  exports.RagIndexStatus = {
6
+ New: "new",
6
7
  Created: "created",
7
8
  Processing: "processing",
8
9
  Failed: "failed",
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface ReferenceVideo {
3
+ generationId?: string;
4
+ contentAssetId?: string;
5
+ templateNodeId?: string;
6
+ studioClip?: ElevenLabs.StudioClipReference;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * A set of fields that must all be present to satisfy this constraint.
3
+ */
4
+ export interface RequiredConstraint {
5
+ required: string[];
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Wrapper for anyOf/allOf composition constraints scoped to required fields.
4
+ */
5
+ export interface RequiredConstraints {
6
+ anyOf?: ElevenLabs.RequiredConstraint[];
7
+ allOf?: ElevenLabs.RequiredConstraint[];
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Configuration for filtering tool responses before they are visible to the agent.
4
+ */
5
+ export interface ResponseFilter {
6
+ /** Controls how tool responses are filtered. 'all' returns entire response, 'allow' returns only specified paths. */
7
+ mode?: ElevenLabs.ResponseFilterMode;
8
+ /** Dot notation paths to include when mode is 'allow' (e.g., ['ticket.id', 'ticket.status']). */
9
+ filters?: string[];
10
+ /** Content type for response filtering. Only 'application/json' responses are filtered. */
11
+ contentType?: "application/json";
12
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export interface SayNodeLiteralMessageInput {
2
+ type?: "literal";
3
+ /** Literal text message to be spoken by the agent. */
4
+ text: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export interface SayNodeLiteralMessageOutput {
2
+ type: "literal";
3
+ /** Literal text message to be spoken by the agent. */
4
+ text: string;
5
+ }