@elevenlabs/elevenlabs-js 2.25.0 → 2.26.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 (386) hide show
  1. package/Client.js +2 -2
  2. package/api/resources/conversationalAi/client/Client.d.ts +3 -0
  3. package/api/resources/conversationalAi/client/Client.js +31 -26
  4. package/api/resources/conversationalAi/resources/analytics/client/Client.d.ts +12 -0
  5. package/api/resources/conversationalAi/resources/analytics/client/Client.js +15 -0
  6. package/api/resources/conversationalAi/resources/analytics/client/index.d.ts +1 -0
  7. package/api/resources/conversationalAi/resources/analytics/client/index.js +2 -0
  8. package/api/resources/conversationalAi/resources/analytics/index.d.ts +2 -0
  9. package/api/resources/conversationalAi/resources/analytics/index.js +18 -0
  10. package/api/resources/conversationalAi/resources/analytics/resources/index.d.ts +2 -0
  11. package/api/resources/conversationalAi/resources/analytics/resources/index.js +41 -0
  12. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.d.ts +28 -0
  13. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +139 -0
  14. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/index.d.ts +1 -0
  15. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/index.js +17 -0
  16. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/LiveCountGetRequest.d.ts +10 -0
  17. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/LiveCountGetRequest.js +3 -0
  18. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/index.d.ts +1 -0
  19. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/index.js +2 -0
  20. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/index.d.ts +1 -0
  21. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/index.js +17 -0
  22. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  23. package/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -1
  24. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +9 -0
  25. package/api/resources/conversationalAi/resources/index.d.ts +1 -0
  26. package/api/resources/conversationalAi/resources/index.js +2 -1
  27. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -2
  28. package/api/resources/dubbing/resources/resource/client/Client.d.ts +17 -0
  29. package/api/resources/dubbing/resources/resource/client/Client.js +81 -0
  30. package/api/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.d.ts +11 -0
  31. package/api/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.js +3 -0
  32. package/api/resources/dubbing/resources/resource/client/requests/index.d.ts +1 -0
  33. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +12 -0
  34. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +76 -0
  35. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +10 -0
  36. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.js +3 -0
  37. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -0
  38. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -0
  39. package/api/resources/studio/resources/projects/client/Client.js +5 -0
  40. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +2 -0
  41. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +1 -0
  42. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -0
  43. package/api/resources/webhooks/client/Client.d.ts +49 -0
  44. package/api/resources/webhooks/client/Client.js +242 -0
  45. package/api/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.d.ts +15 -0
  46. package/api/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.js +3 -0
  47. package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +13 -0
  48. package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +3 -0
  49. package/api/resources/webhooks/client/requests/index.d.ts +2 -0
  50. package/api/types/AgentDefinitionSource.d.ts +1 -0
  51. package/api/types/AgentDefinitionSource.js +1 -0
  52. package/api/types/AgentWorkflowRequestModel.d.ts +2 -0
  53. package/api/types/AgentWorkflowResponseModel.d.ts +2 -0
  54. package/api/types/ClientEvent.d.ts +1 -0
  55. package/api/types/ClientEvent.js +1 -0
  56. package/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -0
  57. package/api/types/CustomLlm.d.ts +2 -0
  58. package/api/types/CustomLlmapiType.d.ts +5 -0
  59. package/api/types/CustomLlmapiType.js +8 -0
  60. package/api/types/DeleteWorkspaceWebhookResponseModel.d.ts +4 -0
  61. package/api/types/DeleteWorkspaceWebhookResponseModel.js +3 -0
  62. package/api/types/DubbingTranscriptUtterance.d.ts +2 -1
  63. package/api/types/DubbingTranscriptWord.d.ts +2 -2
  64. package/api/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -0
  65. package/api/types/ExtendedSubscriptionResponseModelBillingPeriod.js +2 -0
  66. package/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -0
  67. package/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +2 -0
  68. package/api/types/GetLiveCountResponse.d.ts +4 -0
  69. package/api/types/GetLiveCountResponse.js +3 -0
  70. package/api/types/MusicPrompt.d.ts +2 -2
  71. package/api/types/PatchWorkspaceWebhookResponseModel.d.ts +4 -0
  72. package/api/types/PatchWorkspaceWebhookResponseModel.js +3 -0
  73. package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -0
  74. package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +2 -0
  75. package/api/types/ProjectExtendedResponseModelSourceType.d.ts +1 -0
  76. package/api/types/ProjectExtendedResponseModelSourceType.js +1 -0
  77. package/api/types/ProjectResponseModelSourceType.d.ts +1 -0
  78. package/api/types/ProjectResponseModelSourceType.js +1 -0
  79. package/api/types/SegmentMigrationResponse.d.ts +3 -0
  80. package/api/types/SegmentMigrationResponse.js +3 -0
  81. package/api/types/SongSection.d.ts +2 -2
  82. package/api/types/SpeakerCreatedResponse.d.ts +4 -0
  83. package/api/types/SpeakerCreatedResponse.js +3 -0
  84. package/api/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -0
  85. package/api/types/SubscriptionResponseModelBillingPeriod.js +2 -0
  86. package/api/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -0
  87. package/api/types/SubscriptionResponseModelCharacterRefreshPeriod.js +2 -0
  88. package/api/types/TtsConversationalConfigInput.d.ts +0 -2
  89. package/api/types/TtsConversationalConfigOutput.d.ts +0 -2
  90. package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +0 -2
  91. package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +0 -2
  92. package/api/types/WebhookHmacSettings.d.ts +11 -0
  93. package/api/types/WebhookHmacSettings.js +3 -0
  94. package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -5
  95. package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -5
  96. package/api/types/WidgetTextContents.d.ts +14 -0
  97. package/api/types/WorkspaceCreateWebhookResponseModel.d.ts +4 -0
  98. package/api/types/WorkspaceCreateWebhookResponseModel.js +3 -0
  99. package/api/types/index.d.ts +8 -0
  100. package/api/types/index.js +8 -0
  101. package/dist/Client.js +2 -2
  102. package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
  103. package/dist/api/resources/conversationalAi/client/Client.js +31 -26
  104. package/dist/api/resources/conversationalAi/resources/analytics/client/Client.d.ts +12 -0
  105. package/dist/api/resources/conversationalAi/resources/analytics/client/Client.js +15 -0
  106. package/dist/api/resources/conversationalAi/resources/analytics/client/index.d.ts +1 -0
  107. package/dist/api/resources/conversationalAi/resources/analytics/client/index.js +2 -0
  108. package/dist/api/resources/conversationalAi/resources/analytics/index.d.ts +2 -0
  109. package/dist/api/resources/conversationalAi/resources/analytics/index.js +18 -0
  110. package/dist/api/resources/conversationalAi/resources/analytics/resources/index.d.ts +2 -0
  111. package/dist/api/resources/conversationalAi/resources/analytics/resources/index.js +41 -0
  112. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.d.ts +28 -0
  113. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +139 -0
  114. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/index.d.ts +1 -0
  115. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/index.js +17 -0
  116. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/LiveCountGetRequest.d.ts +10 -0
  117. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/LiveCountGetRequest.js +3 -0
  118. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/index.d.ts +1 -0
  119. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/requests/index.js +2 -0
  120. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/index.d.ts +1 -0
  121. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/index.js +17 -0
  122. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  123. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -1
  124. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +9 -0
  125. package/dist/api/resources/conversationalAi/resources/index.d.ts +1 -0
  126. package/dist/api/resources/conversationalAi/resources/index.js +2 -1
  127. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -2
  128. package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +17 -0
  129. package/dist/api/resources/dubbing/resources/resource/client/Client.js +81 -0
  130. package/dist/api/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.d.ts +11 -0
  131. package/dist/api/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.js +3 -0
  132. package/dist/api/resources/dubbing/resources/resource/client/requests/index.d.ts +1 -0
  133. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +12 -0
  134. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +76 -0
  135. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +10 -0
  136. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.js +3 -0
  137. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -0
  138. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -0
  139. package/dist/api/resources/studio/resources/projects/client/Client.js +5 -0
  140. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +2 -0
  141. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +1 -0
  142. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -0
  143. package/dist/api/resources/webhooks/client/Client.d.ts +49 -0
  144. package/dist/api/resources/webhooks/client/Client.js +242 -0
  145. package/dist/api/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.d.ts +15 -0
  146. package/dist/api/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.js +3 -0
  147. package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +13 -0
  148. package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +3 -0
  149. package/dist/api/resources/webhooks/client/requests/index.d.ts +2 -0
  150. package/dist/api/types/AgentDefinitionSource.d.ts +1 -0
  151. package/dist/api/types/AgentDefinitionSource.js +1 -0
  152. package/dist/api/types/AgentWorkflowRequestModel.d.ts +2 -0
  153. package/dist/api/types/AgentWorkflowResponseModel.d.ts +2 -0
  154. package/dist/api/types/ClientEvent.d.ts +1 -0
  155. package/dist/api/types/ClientEvent.js +1 -0
  156. package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -0
  157. package/dist/api/types/CustomLlm.d.ts +2 -0
  158. package/dist/api/types/CustomLlmapiType.d.ts +5 -0
  159. package/dist/api/types/CustomLlmapiType.js +8 -0
  160. package/dist/api/types/DeleteWorkspaceWebhookResponseModel.d.ts +4 -0
  161. package/dist/api/types/DeleteWorkspaceWebhookResponseModel.js +3 -0
  162. package/dist/api/types/DubbingTranscriptUtterance.d.ts +2 -1
  163. package/dist/api/types/DubbingTranscriptWord.d.ts +2 -2
  164. package/dist/api/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -0
  165. package/dist/api/types/ExtendedSubscriptionResponseModelBillingPeriod.js +2 -0
  166. package/dist/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -0
  167. package/dist/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +2 -0
  168. package/dist/api/types/GetLiveCountResponse.d.ts +4 -0
  169. package/dist/api/types/GetLiveCountResponse.js +3 -0
  170. package/dist/api/types/MusicPrompt.d.ts +2 -2
  171. package/dist/api/types/PatchWorkspaceWebhookResponseModel.d.ts +4 -0
  172. package/dist/api/types/PatchWorkspaceWebhookResponseModel.js +3 -0
  173. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -0
  174. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +2 -0
  175. package/dist/api/types/ProjectExtendedResponseModelSourceType.d.ts +1 -0
  176. package/dist/api/types/ProjectExtendedResponseModelSourceType.js +1 -0
  177. package/dist/api/types/ProjectResponseModelSourceType.d.ts +1 -0
  178. package/dist/api/types/ProjectResponseModelSourceType.js +1 -0
  179. package/dist/api/types/SegmentMigrationResponse.d.ts +3 -0
  180. package/dist/api/types/SegmentMigrationResponse.js +3 -0
  181. package/dist/api/types/SongSection.d.ts +2 -2
  182. package/dist/api/types/SpeakerCreatedResponse.d.ts +4 -0
  183. package/dist/api/types/SpeakerCreatedResponse.js +3 -0
  184. package/dist/api/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -0
  185. package/dist/api/types/SubscriptionResponseModelBillingPeriod.js +2 -0
  186. package/dist/api/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -0
  187. package/dist/api/types/SubscriptionResponseModelCharacterRefreshPeriod.js +2 -0
  188. package/dist/api/types/TtsConversationalConfigInput.d.ts +0 -2
  189. package/dist/api/types/TtsConversationalConfigOutput.d.ts +0 -2
  190. package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +0 -2
  191. package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +0 -2
  192. package/dist/api/types/WebhookHmacSettings.d.ts +11 -0
  193. package/dist/api/types/WebhookHmacSettings.js +3 -0
  194. package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -5
  195. package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -5
  196. package/dist/api/types/WidgetTextContents.d.ts +14 -0
  197. package/dist/api/types/WorkspaceCreateWebhookResponseModel.d.ts +4 -0
  198. package/dist/api/types/WorkspaceCreateWebhookResponseModel.js +3 -0
  199. package/dist/api/types/index.d.ts +8 -0
  200. package/dist/api/types/index.js +8 -0
  201. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.d.ts +10 -0
  202. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.js +42 -0
  203. package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +1 -0
  204. package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.js +3 -1
  205. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +10 -0
  206. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.js +42 -0
  207. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +1 -0
  208. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.js +1 -0
  209. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -0
  210. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/index.js +3 -1
  211. package/dist/serialization/resources/index.d.ts +2 -0
  212. package/dist/serialization/resources/index.js +3 -1
  213. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +1 -1
  214. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -1
  215. package/dist/serialization/resources/webhooks/client/index.d.ts +1 -0
  216. package/dist/serialization/resources/webhooks/client/index.js +17 -0
  217. package/dist/serialization/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.d.ts +10 -0
  218. package/dist/serialization/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.js +42 -0
  219. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +10 -0
  220. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +42 -0
  221. package/dist/serialization/resources/webhooks/client/requests/index.d.ts +2 -0
  222. package/dist/serialization/resources/webhooks/client/requests/index.js +7 -0
  223. package/dist/serialization/resources/webhooks/index.d.ts +1 -0
  224. package/dist/serialization/resources/webhooks/index.js +17 -0
  225. package/dist/serialization/types/AgentDefinitionSource.d.ts +1 -1
  226. package/dist/serialization/types/AgentDefinitionSource.js +1 -1
  227. package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +1 -0
  228. package/dist/serialization/types/AgentWorkflowRequestModel.js +1 -0
  229. package/dist/serialization/types/AgentWorkflowResponseModel.d.ts +1 -0
  230. package/dist/serialization/types/AgentWorkflowResponseModel.js +1 -0
  231. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  232. package/dist/serialization/types/ClientEvent.js +1 -0
  233. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +1 -0
  234. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +1 -0
  235. package/dist/serialization/types/CustomLlm.d.ts +2 -0
  236. package/dist/serialization/types/CustomLlm.js +2 -0
  237. package/dist/serialization/types/CustomLlmapiType.d.ts +7 -0
  238. package/dist/serialization/types/CustomLlmapiType.js +39 -0
  239. package/dist/serialization/types/DeleteWorkspaceWebhookResponseModel.d.ts +9 -0
  240. package/dist/serialization/types/DeleteWorkspaceWebhookResponseModel.js +41 -0
  241. package/dist/serialization/types/DubbingTranscriptUtterance.d.ts +2 -1
  242. package/dist/serialization/types/DubbingTranscriptUtterance.js +2 -1
  243. package/dist/serialization/types/DubbingTranscriptWord.d.ts +2 -2
  244. package/dist/serialization/types/DubbingTranscriptWord.js +2 -2
  245. package/dist/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +1 -1
  246. package/dist/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.js +1 -1
  247. package/dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +1 -1
  248. package/dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +1 -1
  249. package/dist/serialization/types/GetLiveCountResponse.d.ts +9 -0
  250. package/dist/serialization/types/GetLiveCountResponse.js +41 -0
  251. package/dist/serialization/types/PatchWorkspaceWebhookResponseModel.d.ts +9 -0
  252. package/dist/serialization/types/PatchWorkspaceWebhookResponseModel.js +41 -0
  253. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +1 -1
  254. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +1 -1
  255. package/dist/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +1 -1
  256. package/dist/serialization/types/ProjectExtendedResponseModelSourceType.js +1 -1
  257. package/dist/serialization/types/ProjectResponseModelSourceType.d.ts +1 -1
  258. package/dist/serialization/types/ProjectResponseModelSourceType.js +1 -1
  259. package/dist/serialization/types/SegmentMigrationResponse.d.ts +9 -0
  260. package/dist/serialization/types/SegmentMigrationResponse.js +41 -0
  261. package/dist/serialization/types/SpeakerCreatedResponse.d.ts +10 -0
  262. package/dist/serialization/types/SpeakerCreatedResponse.js +42 -0
  263. package/dist/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +1 -1
  264. package/dist/serialization/types/SubscriptionResponseModelBillingPeriod.js +1 -1
  265. package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +1 -1
  266. package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.js +1 -1
  267. package/dist/serialization/types/TtsConversationalConfigInput.d.ts +0 -2
  268. package/dist/serialization/types/TtsConversationalConfigInput.js +0 -2
  269. package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +0 -2
  270. package/dist/serialization/types/TtsConversationalConfigOutput.js +0 -2
  271. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +0 -2
  272. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +0 -2
  273. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +0 -2
  274. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +0 -2
  275. package/dist/serialization/types/WebhookHmacSettings.d.ts +11 -0
  276. package/dist/serialization/types/WebhookHmacSettings.js +43 -0
  277. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  278. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +3 -3
  279. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  280. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +3 -3
  281. package/dist/serialization/types/WidgetTextContents.d.ts +7 -0
  282. package/dist/serialization/types/WidgetTextContents.js +7 -0
  283. package/dist/serialization/types/WorkspaceCreateWebhookResponseModel.d.ts +10 -0
  284. package/dist/serialization/types/WorkspaceCreateWebhookResponseModel.js +42 -0
  285. package/dist/serialization/types/index.d.ts +8 -0
  286. package/dist/serialization/types/index.js +8 -0
  287. package/dist/version.d.ts +1 -1
  288. package/dist/version.js +1 -1
  289. package/dist/wrapper/music.js +34 -3
  290. package/dist/wrapper/realtime/connection.d.ts +110 -6
  291. package/dist/wrapper/realtime/connection.js +74 -2
  292. package/dist/wrapper/realtime/index.d.ts +1 -1
  293. package/package.json +1 -1
  294. package/reference.md +406 -0
  295. package/serialization/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.d.ts +10 -0
  296. package/serialization/resources/dubbing/resources/resource/client/requests/BodyMoveSegmentsBetweenSpeakersV1DubbingResourceDubbingIdMigrateSegmentsPost.js +42 -0
  297. package/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +1 -0
  298. package/serialization/resources/dubbing/resources/resource/client/requests/index.js +3 -1
  299. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +10 -0
  300. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.js +42 -0
  301. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +1 -0
  302. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.js +1 -0
  303. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -0
  304. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/index.js +3 -1
  305. package/serialization/resources/index.d.ts +2 -0
  306. package/serialization/resources/index.js +3 -1
  307. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +1 -1
  308. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -1
  309. package/serialization/resources/webhooks/client/index.d.ts +1 -0
  310. package/serialization/resources/webhooks/client/index.js +17 -0
  311. package/serialization/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.d.ts +10 -0
  312. package/serialization/resources/webhooks/client/requests/BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.js +42 -0
  313. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +10 -0
  314. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +42 -0
  315. package/serialization/resources/webhooks/client/requests/index.d.ts +2 -0
  316. package/serialization/resources/webhooks/client/requests/index.js +7 -0
  317. package/serialization/resources/webhooks/index.d.ts +1 -0
  318. package/serialization/resources/webhooks/index.js +17 -0
  319. package/serialization/types/AgentDefinitionSource.d.ts +1 -1
  320. package/serialization/types/AgentDefinitionSource.js +1 -1
  321. package/serialization/types/AgentWorkflowRequestModel.d.ts +1 -0
  322. package/serialization/types/AgentWorkflowRequestModel.js +1 -0
  323. package/serialization/types/AgentWorkflowResponseModel.d.ts +1 -0
  324. package/serialization/types/AgentWorkflowResponseModel.js +1 -0
  325. package/serialization/types/ClientEvent.d.ts +1 -1
  326. package/serialization/types/ClientEvent.js +1 -0
  327. package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +1 -0
  328. package/serialization/types/ConversationHistoryMetadataCommonModel.js +1 -0
  329. package/serialization/types/CustomLlm.d.ts +2 -0
  330. package/serialization/types/CustomLlm.js +2 -0
  331. package/serialization/types/CustomLlmapiType.d.ts +7 -0
  332. package/serialization/types/CustomLlmapiType.js +39 -0
  333. package/serialization/types/DeleteWorkspaceWebhookResponseModel.d.ts +9 -0
  334. package/serialization/types/DeleteWorkspaceWebhookResponseModel.js +41 -0
  335. package/serialization/types/DubbingTranscriptUtterance.d.ts +2 -1
  336. package/serialization/types/DubbingTranscriptUtterance.js +2 -1
  337. package/serialization/types/DubbingTranscriptWord.d.ts +2 -2
  338. package/serialization/types/DubbingTranscriptWord.js +2 -2
  339. package/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +1 -1
  340. package/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.js +1 -1
  341. package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +1 -1
  342. package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +1 -1
  343. package/serialization/types/GetLiveCountResponse.d.ts +9 -0
  344. package/serialization/types/GetLiveCountResponse.js +41 -0
  345. package/serialization/types/PatchWorkspaceWebhookResponseModel.d.ts +9 -0
  346. package/serialization/types/PatchWorkspaceWebhookResponseModel.js +41 -0
  347. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +1 -1
  348. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +1 -1
  349. package/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +1 -1
  350. package/serialization/types/ProjectExtendedResponseModelSourceType.js +1 -1
  351. package/serialization/types/ProjectResponseModelSourceType.d.ts +1 -1
  352. package/serialization/types/ProjectResponseModelSourceType.js +1 -1
  353. package/serialization/types/SegmentMigrationResponse.d.ts +9 -0
  354. package/serialization/types/SegmentMigrationResponse.js +41 -0
  355. package/serialization/types/SpeakerCreatedResponse.d.ts +10 -0
  356. package/serialization/types/SpeakerCreatedResponse.js +42 -0
  357. package/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +1 -1
  358. package/serialization/types/SubscriptionResponseModelBillingPeriod.js +1 -1
  359. package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +1 -1
  360. package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.js +1 -1
  361. package/serialization/types/TtsConversationalConfigInput.d.ts +0 -2
  362. package/serialization/types/TtsConversationalConfigInput.js +0 -2
  363. package/serialization/types/TtsConversationalConfigOutput.d.ts +0 -2
  364. package/serialization/types/TtsConversationalConfigOutput.js +0 -2
  365. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +0 -2
  366. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +0 -2
  367. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +0 -2
  368. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +0 -2
  369. package/serialization/types/WebhookHmacSettings.d.ts +11 -0
  370. package/serialization/types/WebhookHmacSettings.js +43 -0
  371. package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  372. package/serialization/types/WebhookToolApiSchemaConfigInput.js +3 -3
  373. package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  374. package/serialization/types/WebhookToolApiSchemaConfigOutput.js +3 -3
  375. package/serialization/types/WidgetTextContents.d.ts +7 -0
  376. package/serialization/types/WidgetTextContents.js +7 -0
  377. package/serialization/types/WorkspaceCreateWebhookResponseModel.d.ts +10 -0
  378. package/serialization/types/WorkspaceCreateWebhookResponseModel.js +42 -0
  379. package/serialization/types/index.d.ts +8 -0
  380. package/serialization/types/index.js +8 -0
  381. package/version.d.ts +1 -1
  382. package/version.js +1 -1
  383. package/wrapper/music.js +34 -3
  384. package/wrapper/realtime/connection.d.ts +110 -6
  385. package/wrapper/realtime/connection.js +74 -2
  386. package/wrapper/realtime/index.d.ts +1 -1
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SegmentMigrationResponse = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.SegmentMigrationResponse = core.serialization.object({
40
+ version: core.serialization.number(),
41
+ });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const SpeakerCreatedResponse: core.serialization.ObjectSchema<serializers.SpeakerCreatedResponse.Raw, ElevenLabs.SpeakerCreatedResponse>;
5
+ export declare namespace SpeakerCreatedResponse {
6
+ interface Raw {
7
+ version: number;
8
+ speaker_id: string;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SpeakerCreatedResponse = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.SpeakerCreatedResponse = core.serialization.object({
40
+ version: core.serialization.number(),
41
+ speakerId: core.serialization.property("speaker_id", core.serialization.string()),
42
+ });
@@ -3,5 +3,5 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  export declare const SubscriptionResponseModelBillingPeriod: core.serialization.Schema<serializers.SubscriptionResponseModelBillingPeriod.Raw, ElevenLabs.SubscriptionResponseModelBillingPeriod>;
5
5
  export declare namespace SubscriptionResponseModelBillingPeriod {
6
- type Raw = "monthly_period" | "annual_period";
6
+ type Raw = "monthly_period" | "3_month_period" | "6_month_period" | "annual_period";
7
7
  }
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SubscriptionResponseModelBillingPeriod = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- exports.SubscriptionResponseModelBillingPeriod = core.serialization.enum_(["monthly_period", "annual_period"]);
39
+ exports.SubscriptionResponseModelBillingPeriod = core.serialization.enum_(["monthly_period", "3_month_period", "6_month_period", "annual_period"]);
@@ -3,5 +3,5 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  export declare const SubscriptionResponseModelCharacterRefreshPeriod: core.serialization.Schema<serializers.SubscriptionResponseModelCharacterRefreshPeriod.Raw, ElevenLabs.SubscriptionResponseModelCharacterRefreshPeriod>;
5
5
  export declare namespace SubscriptionResponseModelCharacterRefreshPeriod {
6
- type Raw = "monthly_period" | "annual_period";
6
+ type Raw = "monthly_period" | "3_month_period" | "6_month_period" | "annual_period";
7
7
  }
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SubscriptionResponseModelCharacterRefreshPeriod = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- exports.SubscriptionResponseModelCharacterRefreshPeriod = core.serialization.enum_(["monthly_period", "annual_period"]);
39
+ exports.SubscriptionResponseModelCharacterRefreshPeriod = core.serialization.enum_(["monthly_period", "3_month_period", "6_month_period", "annual_period"]);
@@ -2,7 +2,6 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { PydanticPronunciationDictionaryVersionLocator } from "./PydanticPronunciationDictionaryVersionLocator";
5
- import { SuggestedAudioTag } from "./SuggestedAudioTag";
6
5
  import { SupportedVoice } from "./SupportedVoice";
7
6
  import { TextNormalisationType } from "./TextNormalisationType";
8
7
  import { TtsConversationalModel } from "./TtsConversationalModel";
@@ -14,7 +13,6 @@ export declare namespace TtsConversationalConfigInput {
14
13
  model_id?: TtsConversationalModel.Raw | null;
15
14
  voice_id?: string | null;
16
15
  supported_voices?: SupportedVoice.Raw[] | null;
17
- suggested_audio_tags?: SuggestedAudioTag.Raw[] | null;
18
16
  agent_output_audio_format?: TtsOutputFormat.Raw | null;
19
17
  optimize_streaming_latency?: TtsOptimizeStreamingLatency.Raw | null;
20
18
  stability?: number | null;
@@ -37,7 +37,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.TtsConversationalConfigInput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const PydanticPronunciationDictionaryVersionLocator_1 = require("./PydanticPronunciationDictionaryVersionLocator");
40
- const SuggestedAudioTag_1 = require("./SuggestedAudioTag");
41
40
  const SupportedVoice_1 = require("./SupportedVoice");
42
41
  const TextNormalisationType_1 = require("./TextNormalisationType");
43
42
  const TtsConversationalModel_1 = require("./TtsConversationalModel");
@@ -47,7 +46,6 @@ exports.TtsConversationalConfigInput = core.serialization.object({
47
46
  modelId: core.serialization.property("model_id", TtsConversationalModel_1.TtsConversationalModel.optional()),
48
47
  voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
49
48
  supportedVoices: core.serialization.property("supported_voices", core.serialization.list(SupportedVoice_1.SupportedVoice).optional()),
50
- suggestedAudioTags: core.serialization.property("suggested_audio_tags", core.serialization.list(SuggestedAudioTag_1.SuggestedAudioTag).optional()),
51
49
  agentOutputAudioFormat: core.serialization.property("agent_output_audio_format", TtsOutputFormat_1.TtsOutputFormat.optional()),
52
50
  optimizeStreamingLatency: core.serialization.property("optimize_streaming_latency", TtsOptimizeStreamingLatency_1.TtsOptimizeStreamingLatency.optional()),
53
51
  stability: core.serialization.number().optional(),
@@ -2,7 +2,6 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { PydanticPronunciationDictionaryVersionLocator } from "./PydanticPronunciationDictionaryVersionLocator";
5
- import { SuggestedAudioTag } from "./SuggestedAudioTag";
6
5
  import { SupportedVoice } from "./SupportedVoice";
7
6
  import { TextNormalisationType } from "./TextNormalisationType";
8
7
  import { TtsConversationalModel } from "./TtsConversationalModel";
@@ -14,7 +13,6 @@ export declare namespace TtsConversationalConfigOutput {
14
13
  model_id?: TtsConversationalModel.Raw | null;
15
14
  voice_id?: string | null;
16
15
  supported_voices?: SupportedVoice.Raw[] | null;
17
- suggested_audio_tags?: SuggestedAudioTag.Raw[] | null;
18
16
  agent_output_audio_format?: TtsOutputFormat.Raw | null;
19
17
  optimize_streaming_latency?: TtsOptimizeStreamingLatency.Raw | null;
20
18
  stability?: number | null;
@@ -37,7 +37,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.TtsConversationalConfigOutput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const PydanticPronunciationDictionaryVersionLocator_1 = require("./PydanticPronunciationDictionaryVersionLocator");
40
- const SuggestedAudioTag_1 = require("./SuggestedAudioTag");
41
40
  const SupportedVoice_1 = require("./SupportedVoice");
42
41
  const TextNormalisationType_1 = require("./TextNormalisationType");
43
42
  const TtsConversationalModel_1 = require("./TtsConversationalModel");
@@ -47,7 +46,6 @@ exports.TtsConversationalConfigOutput = core.serialization.object({
47
46
  modelId: core.serialization.property("model_id", TtsConversationalModel_1.TtsConversationalModel.optional()),
48
47
  voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
49
48
  supportedVoices: core.serialization.property("supported_voices", core.serialization.list(SupportedVoice_1.SupportedVoice).optional()),
50
- suggestedAudioTags: core.serialization.property("suggested_audio_tags", core.serialization.list(SuggestedAudioTag_1.SuggestedAudioTag).optional()),
51
49
  agentOutputAudioFormat: core.serialization.property("agent_output_audio_format", TtsOutputFormat_1.TtsOutputFormat.optional()),
52
50
  optimizeStreamingLatency: core.serialization.property("optimize_streaming_latency", TtsOptimizeStreamingLatency_1.TtsOptimizeStreamingLatency.optional()),
53
51
  stability: core.serialization.number().optional(),
@@ -2,7 +2,6 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { PydanticPronunciationDictionaryVersionLocator } from "./PydanticPronunciationDictionaryVersionLocator";
5
- import { SuggestedAudioTag } from "./SuggestedAudioTag";
6
5
  import { SupportedVoice } from "./SupportedVoice";
7
6
  import { TextNormalisationType } from "./TextNormalisationType";
8
7
  import { TtsConversationalModel } from "./TtsConversationalModel";
@@ -14,7 +13,6 @@ export declare namespace TtsConversationalConfigWorkflowOverrideInput {
14
13
  model_id?: TtsConversationalModel.Raw | null;
15
14
  voice_id?: string | null;
16
15
  supported_voices?: SupportedVoice.Raw[] | null;
17
- suggested_audio_tags?: SuggestedAudioTag.Raw[] | null;
18
16
  agent_output_audio_format?: TtsOutputFormat.Raw | null;
19
17
  optimize_streaming_latency?: TtsOptimizeStreamingLatency.Raw | null;
20
18
  stability?: number | null;
@@ -37,7 +37,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.TtsConversationalConfigWorkflowOverrideInput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const PydanticPronunciationDictionaryVersionLocator_1 = require("./PydanticPronunciationDictionaryVersionLocator");
40
- const SuggestedAudioTag_1 = require("./SuggestedAudioTag");
41
40
  const SupportedVoice_1 = require("./SupportedVoice");
42
41
  const TextNormalisationType_1 = require("./TextNormalisationType");
43
42
  const TtsConversationalModel_1 = require("./TtsConversationalModel");
@@ -47,7 +46,6 @@ exports.TtsConversationalConfigWorkflowOverrideInput = core.serialization.object
47
46
  modelId: core.serialization.property("model_id", TtsConversationalModel_1.TtsConversationalModel.optional()),
48
47
  voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
49
48
  supportedVoices: core.serialization.property("supported_voices", core.serialization.list(SupportedVoice_1.SupportedVoice).optional()),
50
- suggestedAudioTags: core.serialization.property("suggested_audio_tags", core.serialization.list(SuggestedAudioTag_1.SuggestedAudioTag).optional()),
51
49
  agentOutputAudioFormat: core.serialization.property("agent_output_audio_format", TtsOutputFormat_1.TtsOutputFormat.optional()),
52
50
  optimizeStreamingLatency: core.serialization.property("optimize_streaming_latency", TtsOptimizeStreamingLatency_1.TtsOptimizeStreamingLatency.optional()),
53
51
  stability: core.serialization.number().optional(),
@@ -2,7 +2,6 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { PydanticPronunciationDictionaryVersionLocator } from "./PydanticPronunciationDictionaryVersionLocator";
5
- import { SuggestedAudioTag } from "./SuggestedAudioTag";
6
5
  import { SupportedVoice } from "./SupportedVoice";
7
6
  import { TextNormalisationType } from "./TextNormalisationType";
8
7
  import { TtsConversationalModel } from "./TtsConversationalModel";
@@ -14,7 +13,6 @@ export declare namespace TtsConversationalConfigWorkflowOverrideOutput {
14
13
  model_id?: TtsConversationalModel.Raw | null;
15
14
  voice_id?: string | null;
16
15
  supported_voices?: SupportedVoice.Raw[] | null;
17
- suggested_audio_tags?: SuggestedAudioTag.Raw[] | null;
18
16
  agent_output_audio_format?: TtsOutputFormat.Raw | null;
19
17
  optimize_streaming_latency?: TtsOptimizeStreamingLatency.Raw | null;
20
18
  stability?: number | null;
@@ -37,7 +37,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.TtsConversationalConfigWorkflowOverrideOutput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const PydanticPronunciationDictionaryVersionLocator_1 = require("./PydanticPronunciationDictionaryVersionLocator");
40
- const SuggestedAudioTag_1 = require("./SuggestedAudioTag");
41
40
  const SupportedVoice_1 = require("./SupportedVoice");
42
41
  const TextNormalisationType_1 = require("./TextNormalisationType");
43
42
  const TtsConversationalModel_1 = require("./TtsConversationalModel");
@@ -47,7 +46,6 @@ exports.TtsConversationalConfigWorkflowOverrideOutput = core.serialization.objec
47
46
  modelId: core.serialization.property("model_id", TtsConversationalModel_1.TtsConversationalModel.optional()),
48
47
  voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
49
48
  supportedVoices: core.serialization.property("supported_voices", core.serialization.list(SupportedVoice_1.SupportedVoice).optional()),
50
- suggestedAudioTags: core.serialization.property("suggested_audio_tags", core.serialization.list(SuggestedAudioTag_1.SuggestedAudioTag).optional()),
51
49
  agentOutputAudioFormat: core.serialization.property("agent_output_audio_format", TtsOutputFormat_1.TtsOutputFormat.optional()),
52
50
  optimizeStreamingLatency: core.serialization.property("optimize_streaming_latency", TtsOptimizeStreamingLatency_1.TtsOptimizeStreamingLatency.optional()),
53
51
  stability: core.serialization.number().optional(),
@@ -0,0 +1,11 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const WebhookHmacSettings: core.serialization.ObjectSchema<serializers.WebhookHmacSettings.Raw, ElevenLabs.WebhookHmacSettings>;
5
+ export declare namespace WebhookHmacSettings {
6
+ interface Raw {
7
+ auth_type: "hmac";
8
+ name: string;
9
+ webhook_url: string;
10
+ }
11
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WebhookHmacSettings = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.WebhookHmacSettings = core.serialization.object({
40
+ authType: core.serialization.property("auth_type", core.serialization.stringLiteral("hmac")),
41
+ name: core.serialization.string(),
42
+ webhookUrl: core.serialization.property("webhook_url", core.serialization.string()),
43
+ });
@@ -10,12 +10,12 @@ import { WebhookToolApiSchemaConfigInputRequestHeadersValue } from "./WebhookToo
10
10
  export declare const WebhookToolApiSchemaConfigInput: core.serialization.ObjectSchema<serializers.WebhookToolApiSchemaConfigInput.Raw, ElevenLabs.WebhookToolApiSchemaConfigInput>;
11
11
  export declare namespace WebhookToolApiSchemaConfigInput {
12
12
  interface Raw {
13
+ request_headers?: Record<string, WebhookToolApiSchemaConfigInputRequestHeadersValue.Raw> | null;
13
14
  url: string;
14
15
  method?: WebhookToolApiSchemaConfigInputMethod.Raw | null;
15
16
  path_params_schema?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
16
17
  query_params_schema?: QueryParamsJsonSchema.Raw | null;
17
18
  request_body_schema?: serializers.ObjectJsonSchemaPropertyInput.Raw | null;
18
- request_headers?: Record<string, WebhookToolApiSchemaConfigInputRequestHeadersValue.Raw> | null;
19
19
  content_type?: WebhookToolApiSchemaConfigInputContentType.Raw | null;
20
20
  auth_connection?: AuthConnectionLocator.Raw | null;
21
21
  }
@@ -44,14 +44,14 @@ const WebhookToolApiSchemaConfigInputContentType_1 = require("./WebhookToolApiSc
44
44
  const WebhookToolApiSchemaConfigInputMethod_1 = require("./WebhookToolApiSchemaConfigInputMethod");
45
45
  const WebhookToolApiSchemaConfigInputRequestHeadersValue_1 = require("./WebhookToolApiSchemaConfigInputRequestHeadersValue");
46
46
  exports.WebhookToolApiSchemaConfigInput = core.serialization.object({
47
+ requestHeaders: core.serialization.property("request_headers", core.serialization
48
+ .record(core.serialization.string(), WebhookToolApiSchemaConfigInputRequestHeadersValue_1.WebhookToolApiSchemaConfigInputRequestHeadersValue)
49
+ .optional()),
47
50
  url: core.serialization.string(),
48
51
  method: WebhookToolApiSchemaConfigInputMethod_1.WebhookToolApiSchemaConfigInputMethod.optional(),
49
52
  pathParamsSchema: core.serialization.property("path_params_schema", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
50
53
  queryParamsSchema: core.serialization.property("query_params_schema", QueryParamsJsonSchema_1.QueryParamsJsonSchema.optional()),
51
54
  requestBodySchema: core.serialization.property("request_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyInput).optional()),
52
- requestHeaders: core.serialization.property("request_headers", core.serialization
53
- .record(core.serialization.string(), WebhookToolApiSchemaConfigInputRequestHeadersValue_1.WebhookToolApiSchemaConfigInputRequestHeadersValue)
54
- .optional()),
55
55
  contentType: core.serialization.property("content_type", WebhookToolApiSchemaConfigInputContentType_1.WebhookToolApiSchemaConfigInputContentType.optional()),
56
56
  authConnection: core.serialization.property("auth_connection", AuthConnectionLocator_1.AuthConnectionLocator.optional()),
57
57
  });
@@ -10,12 +10,12 @@ import { WebhookToolApiSchemaConfigOutputRequestHeadersValue } from "./WebhookTo
10
10
  export declare const WebhookToolApiSchemaConfigOutput: core.serialization.ObjectSchema<serializers.WebhookToolApiSchemaConfigOutput.Raw, ElevenLabs.WebhookToolApiSchemaConfigOutput>;
11
11
  export declare namespace WebhookToolApiSchemaConfigOutput {
12
12
  interface Raw {
13
+ request_headers?: Record<string, WebhookToolApiSchemaConfigOutputRequestHeadersValue.Raw> | null;
13
14
  url: string;
14
15
  method?: WebhookToolApiSchemaConfigOutputMethod.Raw | null;
15
16
  path_params_schema?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
16
17
  query_params_schema?: QueryParamsJsonSchema.Raw | null;
17
18
  request_body_schema?: serializers.ObjectJsonSchemaPropertyOutput.Raw | null;
18
- request_headers?: Record<string, WebhookToolApiSchemaConfigOutputRequestHeadersValue.Raw> | null;
19
19
  content_type?: WebhookToolApiSchemaConfigOutputContentType.Raw | null;
20
20
  auth_connection?: AuthConnectionLocator.Raw | null;
21
21
  }
@@ -44,14 +44,14 @@ const WebhookToolApiSchemaConfigOutputContentType_1 = require("./WebhookToolApiS
44
44
  const WebhookToolApiSchemaConfigOutputMethod_1 = require("./WebhookToolApiSchemaConfigOutputMethod");
45
45
  const WebhookToolApiSchemaConfigOutputRequestHeadersValue_1 = require("./WebhookToolApiSchemaConfigOutputRequestHeadersValue");
46
46
  exports.WebhookToolApiSchemaConfigOutput = core.serialization.object({
47
+ requestHeaders: core.serialization.property("request_headers", core.serialization
48
+ .record(core.serialization.string(), WebhookToolApiSchemaConfigOutputRequestHeadersValue_1.WebhookToolApiSchemaConfigOutputRequestHeadersValue)
49
+ .optional()),
47
50
  url: core.serialization.string(),
48
51
  method: WebhookToolApiSchemaConfigOutputMethod_1.WebhookToolApiSchemaConfigOutputMethod.optional(),
49
52
  pathParamsSchema: core.serialization.property("path_params_schema", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
50
53
  queryParamsSchema: core.serialization.property("query_params_schema", QueryParamsJsonSchema_1.QueryParamsJsonSchema.optional()),
51
54
  requestBodySchema: core.serialization.property("request_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyOutput).optional()),
52
- requestHeaders: core.serialization.property("request_headers", core.serialization
53
- .record(core.serialization.string(), WebhookToolApiSchemaConfigOutputRequestHeadersValue_1.WebhookToolApiSchemaConfigOutputRequestHeadersValue)
54
- .optional()),
55
55
  contentType: core.serialization.property("content_type", WebhookToolApiSchemaConfigOutputContentType_1.WebhookToolApiSchemaConfigOutputContentType.optional()),
56
56
  authConnection: core.serialization.property("auth_connection", AuthConnectionLocator_1.AuthConnectionLocator.optional()),
57
57
  });
@@ -29,5 +29,12 @@ export declare namespace WidgetTextContents {
29
29
  conversation_id?: string | null;
30
30
  error_occurred?: string | null;
31
31
  copy_id?: string | null;
32
+ initiate_feedback?: string | null;
33
+ request_follow_up_feedback?: string | null;
34
+ thanks_for_feedback?: string | null;
35
+ thanks_for_feedback_details?: string | null;
36
+ follow_up_feedback_placeholder?: string | null;
37
+ submit?: string | null;
38
+ go_back?: string | null;
32
39
  }
33
40
  }
@@ -62,4 +62,11 @@ exports.WidgetTextContents = core.serialization.object({
62
62
  conversationId: core.serialization.property("conversation_id", core.serialization.string().optional()),
63
63
  errorOccurred: core.serialization.property("error_occurred", core.serialization.string().optional()),
64
64
  copyId: core.serialization.property("copy_id", core.serialization.string().optional()),
65
+ initiateFeedback: core.serialization.property("initiate_feedback", core.serialization.string().optional()),
66
+ requestFollowUpFeedback: core.serialization.property("request_follow_up_feedback", core.serialization.string().optional()),
67
+ thanksForFeedback: core.serialization.property("thanks_for_feedback", core.serialization.string().optional()),
68
+ thanksForFeedbackDetails: core.serialization.property("thanks_for_feedback_details", core.serialization.string().optional()),
69
+ followUpFeedbackPlaceholder: core.serialization.property("follow_up_feedback_placeholder", core.serialization.string().optional()),
70
+ submit: core.serialization.string().optional(),
71
+ goBack: core.serialization.property("go_back", core.serialization.string().optional()),
65
72
  });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const WorkspaceCreateWebhookResponseModel: core.serialization.ObjectSchema<serializers.WorkspaceCreateWebhookResponseModel.Raw, ElevenLabs.WorkspaceCreateWebhookResponseModel>;
5
+ export declare namespace WorkspaceCreateWebhookResponseModel {
6
+ interface Raw {
7
+ webhook_id: string;
8
+ webhook_secret?: string | null;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WorkspaceCreateWebhookResponseModel = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.WorkspaceCreateWebhookResponseModel = core.serialization.object({
40
+ webhookId: core.serialization.property("webhook_id", core.serialization.string()),
41
+ webhookSecret: core.serialization.property("webhook_secret", core.serialization.string().optional()),
42
+ });
@@ -269,6 +269,7 @@ export * from "./CreateTranscriptRequest";
269
269
  export * from "./CreateTwilioPhoneNumberRequest";
270
270
  export * from "./CreateUnitTestResponseModel";
271
271
  export * from "./CustomLlm";
272
+ export * from "./CustomLlmapiType";
272
273
  export * from "./CustomLlmRequestHeadersValue";
273
274
  export * from "./DashboardCallSuccessChartModel";
274
275
  export * from "./DashboardCriteriaChartModel";
@@ -286,6 +287,7 @@ export * from "./DeleteVoiceResponseModel";
286
287
  export * from "./DeleteVoiceSampleResponseModel";
287
288
  export * from "./DeleteWorkspaceGroupMemberResponseModel";
288
289
  export * from "./DeleteWorkspaceInviteResponseModel";
290
+ export * from "./DeleteWorkspaceWebhookResponseModel";
289
291
  export * from "./DependentAvailableAgentIdentifier";
290
292
  export * from "./DependentAvailableAgentIdentifierAccessLevel";
291
293
  export * from "./DependentAvailableToolIdentifier";
@@ -377,6 +379,7 @@ export * from "./GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem";
377
379
  export * from "./GetKnowledgeBaseTextResponseModel";
378
380
  export * from "./GetKnowledgeBaseUrlResponseModel";
379
381
  export * from "./GetLibraryVoicesResponse";
382
+ export * from "./GetLiveCountResponse";
380
383
  export * from "./GetPhoneNumberInboundSipTrunkConfigResponseModel";
381
384
  export * from "./GetPhoneNumberOutboundSipTrunkConfigResponseModel";
382
385
  export * from "./GetPhoneNumberResponse";
@@ -490,6 +493,7 @@ export * from "./OutboundCallRecipient";
490
493
  export * from "./OutboundCallRecipientResponseModel";
491
494
  export * from "./OutboundSipTrunkConfigRequestModel";
492
495
  export * from "./OutputFormat";
496
+ export * from "./PatchWorkspaceWebhookResponseModel";
493
497
  export * from "./PdfExportOptions";
494
498
  export * from "./PendingCancellationResponseModel";
495
499
  export * from "./PendingSubscriptionSwitchResponseModel";
@@ -607,6 +611,7 @@ export * from "./SegmentCreateResponse";
607
611
  export * from "./SegmentDeleteResponse";
608
612
  export * from "./SegmentDubResponse";
609
613
  export * from "./SegmentedJsonExportOptions";
614
+ export * from "./SegmentMigrationResponse";
610
615
  export * from "./SegmentSubtitleFrame";
611
616
  export * from "./SegmentTranscriptionResponse";
612
617
  export * from "./SegmentTranslationResponse";
@@ -635,6 +640,7 @@ export * from "./SongMetadata";
635
640
  export * from "./SongSection";
636
641
  export * from "./SortDirection";
637
642
  export * from "./SpeakerAudioResponseModel";
643
+ export * from "./SpeakerCreatedResponse";
638
644
  export * from "./SpeakerResponseModel";
639
645
  export * from "./SpeakerSegment";
640
646
  export * from "./SpeakerSeparationResponseModel";
@@ -776,6 +782,7 @@ export * from "./VoiceSharingState";
776
782
  export * from "./VoiceVerificationResponse";
777
783
  export * from "./WebhookAuthMethodType";
778
784
  export * from "./WebhookEventType";
785
+ export * from "./WebhookHmacSettings";
779
786
  export * from "./WebhookToolApiSchemaConfigInput";
780
787
  export * from "./WebhookToolApiSchemaConfigInputContentType";
781
788
  export * from "./WebhookToolApiSchemaConfigInputMethod";
@@ -849,6 +856,7 @@ export * from "./WorkspaceApiKeyResponseModel";
849
856
  export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
850
857
  export * from "./WorkspaceBatchCallsResponse";
851
858
  export * from "./WorkspaceCreateApiKeyResponseModel";
859
+ export * from "./WorkspaceCreateWebhookResponseModel";
852
860
  export * from "./WorkspaceGroupByNameResponseModel";
853
861
  export * from "./WorkspaceResourceType";
854
862
  export * from "./WorkspaceServiceAccountListResponseModel";
@@ -285,6 +285,7 @@ __exportStar(require("./CreateTranscriptRequest"), exports);
285
285
  __exportStar(require("./CreateTwilioPhoneNumberRequest"), exports);
286
286
  __exportStar(require("./CreateUnitTestResponseModel"), exports);
287
287
  __exportStar(require("./CustomLlm"), exports);
288
+ __exportStar(require("./CustomLlmapiType"), exports);
288
289
  __exportStar(require("./CustomLlmRequestHeadersValue"), exports);
289
290
  __exportStar(require("./DashboardCallSuccessChartModel"), exports);
290
291
  __exportStar(require("./DashboardCriteriaChartModel"), exports);
@@ -302,6 +303,7 @@ __exportStar(require("./DeleteVoiceResponseModel"), exports);
302
303
  __exportStar(require("./DeleteVoiceSampleResponseModel"), exports);
303
304
  __exportStar(require("./DeleteWorkspaceGroupMemberResponseModel"), exports);
304
305
  __exportStar(require("./DeleteWorkspaceInviteResponseModel"), exports);
306
+ __exportStar(require("./DeleteWorkspaceWebhookResponseModel"), exports);
305
307
  __exportStar(require("./DependentAvailableAgentIdentifier"), exports);
306
308
  __exportStar(require("./DependentAvailableAgentIdentifierAccessLevel"), exports);
307
309
  __exportStar(require("./DependentAvailableToolIdentifier"), exports);
@@ -393,6 +395,7 @@ __exportStar(require("./GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsIt
393
395
  __exportStar(require("./GetKnowledgeBaseTextResponseModel"), exports);
394
396
  __exportStar(require("./GetKnowledgeBaseUrlResponseModel"), exports);
395
397
  __exportStar(require("./GetLibraryVoicesResponse"), exports);
398
+ __exportStar(require("./GetLiveCountResponse"), exports);
396
399
  __exportStar(require("./GetPhoneNumberInboundSipTrunkConfigResponseModel"), exports);
397
400
  __exportStar(require("./GetPhoneNumberOutboundSipTrunkConfigResponseModel"), exports);
398
401
  __exportStar(require("./GetPhoneNumberResponse"), exports);
@@ -506,6 +509,7 @@ __exportStar(require("./OutboundCallRecipient"), exports);
506
509
  __exportStar(require("./OutboundCallRecipientResponseModel"), exports);
507
510
  __exportStar(require("./OutboundSipTrunkConfigRequestModel"), exports);
508
511
  __exportStar(require("./OutputFormat"), exports);
512
+ __exportStar(require("./PatchWorkspaceWebhookResponseModel"), exports);
509
513
  __exportStar(require("./PdfExportOptions"), exports);
510
514
  __exportStar(require("./PendingCancellationResponseModel"), exports);
511
515
  __exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
@@ -623,6 +627,7 @@ __exportStar(require("./SegmentCreateResponse"), exports);
623
627
  __exportStar(require("./SegmentDeleteResponse"), exports);
624
628
  __exportStar(require("./SegmentDubResponse"), exports);
625
629
  __exportStar(require("./SegmentedJsonExportOptions"), exports);
630
+ __exportStar(require("./SegmentMigrationResponse"), exports);
626
631
  __exportStar(require("./SegmentSubtitleFrame"), exports);
627
632
  __exportStar(require("./SegmentTranscriptionResponse"), exports);
628
633
  __exportStar(require("./SegmentTranslationResponse"), exports);
@@ -651,6 +656,7 @@ __exportStar(require("./SongMetadata"), exports);
651
656
  __exportStar(require("./SongSection"), exports);
652
657
  __exportStar(require("./SortDirection"), exports);
653
658
  __exportStar(require("./SpeakerAudioResponseModel"), exports);
659
+ __exportStar(require("./SpeakerCreatedResponse"), exports);
654
660
  __exportStar(require("./SpeakerResponseModel"), exports);
655
661
  __exportStar(require("./SpeakerSegment"), exports);
656
662
  __exportStar(require("./SpeakerSeparationResponseModel"), exports);
@@ -792,6 +798,7 @@ __exportStar(require("./VoiceSharingState"), exports);
792
798
  __exportStar(require("./VoiceVerificationResponse"), exports);
793
799
  __exportStar(require("./WebhookAuthMethodType"), exports);
794
800
  __exportStar(require("./WebhookEventType"), exports);
801
+ __exportStar(require("./WebhookHmacSettings"), exports);
795
802
  __exportStar(require("./WebhookToolApiSchemaConfigInput"), exports);
796
803
  __exportStar(require("./WebhookToolApiSchemaConfigInputContentType"), exports);
797
804
  __exportStar(require("./WebhookToolApiSchemaConfigInputMethod"), exports);
@@ -865,6 +872,7 @@ __exportStar(require("./WorkspaceApiKeyResponseModel"), exports);
865
872
  __exportStar(require("./WorkspaceApiKeyResponseModelPermissionsItem"), exports);
866
873
  __exportStar(require("./WorkspaceBatchCallsResponse"), exports);
867
874
  __exportStar(require("./WorkspaceCreateApiKeyResponseModel"), exports);
875
+ __exportStar(require("./WorkspaceCreateWebhookResponseModel"), exports);
868
876
  __exportStar(require("./WorkspaceGroupByNameResponseModel"), exports);
869
877
  __exportStar(require("./WorkspaceResourceType"), exports);
870
878
  __exportStar(require("./WorkspaceServiceAccountListResponseModel"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v2.25.0";
1
+ export declare const SDK_VERSION = "v2.26.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "v2.25.0";
4
+ exports.SDK_VERSION = "v2.26.0";