@elevenlabs/elevenlabs-js 2.24.1 → 2.25.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 (5286) hide show
  1. package/.fern/metadata.json +39 -0
  2. package/BaseClient.d.ts +34 -0
  3. package/CONTRIBUTING.md +133 -0
  4. package/Client.d.ts +20 -39
  5. package/Client.js +59 -57
  6. package/api/errors/BadRequestError.d.ts +2 -2
  7. package/api/errors/ConflictError.d.ts +1 -1
  8. package/api/errors/ForbiddenError.d.ts +1 -1
  9. package/api/errors/NotFoundError.d.ts +1 -1
  10. package/api/errors/TooEarlyError.d.ts +1 -1
  11. package/api/errors/UnauthorizedError.d.ts +1 -1
  12. package/api/errors/UnprocessableEntityError.d.ts +2 -2
  13. package/api/errors/index.d.ts +2 -2
  14. package/api/errors/index.js +2 -2
  15. package/api/index.d.ts +1 -1
  16. package/api/index.js +1 -1
  17. package/api/resources/audioIsolation/client/Client.d.ts +3 -22
  18. package/api/resources/audioIsolation/client/Client.js +19 -15
  19. package/api/resources/audioIsolation/client/index.d.ts +0 -1
  20. package/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
  21. package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
  22. package/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
  23. package/api/resources/audioIsolation/index.d.ts +1 -1
  24. package/api/resources/audioIsolation/index.js +1 -1
  25. package/api/resources/audioNative/client/Client.d.ts +7 -26
  26. package/api/resources/audioNative/client/Client.js +35 -29
  27. package/api/resources/audioNative/client/index.d.ts +0 -1
  28. package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
  29. package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
  30. package/api/resources/audioNative/client/requests/index.d.ts +2 -2
  31. package/api/resources/audioNative/index.d.ts +1 -1
  32. package/api/resources/audioNative/index.js +1 -1
  33. package/api/resources/conversationalAi/client/Client.d.ts +18 -37
  34. package/api/resources/conversationalAi/client/Client.js +71 -63
  35. package/api/resources/conversationalAi/client/index.d.ts +0 -1
  36. package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
  37. package/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
  38. package/api/resources/conversationalAi/index.d.ts +1 -1
  39. package/api/resources/conversationalAi/index.js +1 -1
  40. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
  41. package/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
  42. package/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
  43. package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
  44. package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  45. package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
  46. package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
  47. package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
  48. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  49. package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
  50. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
  51. package/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
  52. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
  53. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
  54. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
  55. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
  56. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
  57. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
  58. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
  59. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
  60. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
  61. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
  62. package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
  63. package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
  64. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
  65. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
  66. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
  67. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
  68. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
  69. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
  70. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
  71. package/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
  72. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
  73. package/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
  74. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
  75. package/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
  76. package/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
  77. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
  78. package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
  79. package/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  80. package/api/resources/conversationalAi/resources/conversations/index.js +1 -1
  81. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
  82. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
  83. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
  84. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
  85. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
  86. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
  87. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  88. package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
  89. package/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
  90. package/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
  91. package/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  92. package/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  93. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
  94. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
  95. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
  96. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
  97. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
  98. package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  99. package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  100. package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
  101. package/api/resources/conversationalAi/resources/index.d.ts +22 -22
  102. package/api/resources/conversationalAi/resources/index.js +23 -23
  103. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
  104. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
  105. package/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
  106. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
  107. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
  108. package/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
  109. package/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
  110. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
  111. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
  112. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
  113. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
  114. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
  115. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
  116. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
  117. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
  118. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
  119. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
  120. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  121. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  122. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
  123. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
  124. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
  125. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
  126. package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  127. package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  128. package/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
  129. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
  130. package/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
  131. package/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
  132. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
  133. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
  134. package/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
  135. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  136. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
  137. package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
  138. package/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  139. package/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  140. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
  141. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
  142. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
  143. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
  144. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
  145. package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
  146. package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
  147. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
  148. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
  149. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
  150. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
  151. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
  152. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
  153. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
  154. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
  155. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  156. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  157. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
  158. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
  159. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
  160. package/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
  161. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
  162. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
  163. package/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
  164. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
  165. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
  166. package/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  167. package/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  168. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
  169. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
  170. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
  171. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
  172. package/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  173. package/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  174. package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
  175. package/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
  176. package/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
  177. package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
  178. package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
  179. package/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
  180. package/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
  181. package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
  182. package/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
  183. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
  184. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
  185. package/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
  186. package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
  187. package/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
  188. package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
  189. package/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
  190. package/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
  191. package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
  192. package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
  193. package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
  194. package/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  195. package/api/resources/conversationalAi/resources/tests/index.js +1 -1
  196. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
  197. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
  198. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
  199. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
  200. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
  201. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
  202. package/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
  203. package/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
  204. package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
  205. package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
  206. package/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
  207. package/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
  208. package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
  209. package/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
  210. package/api/resources/dubbing/client/Client.d.ts +8 -27
  211. package/api/resources/dubbing/client/Client.js +53 -45
  212. package/api/resources/dubbing/client/index.d.ts +0 -1
  213. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
  214. package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
  215. package/api/resources/dubbing/client/requests/index.d.ts +2 -2
  216. package/api/resources/dubbing/index.d.ts +2 -2
  217. package/api/resources/dubbing/index.js +2 -2
  218. package/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
  219. package/api/resources/dubbing/resources/audio/client/Client.js +13 -11
  220. package/api/resources/dubbing/resources/index.d.ts +4 -3
  221. package/api/resources/dubbing/resources/index.js +5 -4
  222. package/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
  223. package/api/resources/dubbing/resources/resource/client/Client.js +64 -54
  224. package/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
  225. package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
  226. package/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
  227. package/api/resources/dubbing/resources/resource/index.d.ts +1 -0
  228. package/api/resources/dubbing/resources/resource/index.js +1 -0
  229. package/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
  230. package/api/resources/dubbing/resources/resource/resources/index.js +2 -2
  231. package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
  232. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
  233. package/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
  234. package/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
  235. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
  236. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
  237. package/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
  238. package/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
  239. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
  240. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
  241. package/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
  242. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
  243. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
  244. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
  245. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
  246. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
  247. package/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
  248. package/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  249. package/api/resources/{v1TextToSpeechVoiceIdMultiStreamInput → dubbing/resources/resource/types}/index.js +1 -1
  250. package/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
  251. package/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
  252. package/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
  253. package/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
  254. package/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
  255. package/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
  256. package/api/resources/dubbing/resources/transcript/index.js +1 -1
  257. package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
  258. package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
  259. package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
  260. package/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  261. package/api/resources/dubbing/resources/transcript/types/index.js +1 -0
  262. package/api/resources/dubbing/types/index.d.ts +1 -1
  263. package/api/resources/dubbing/types/index.js +1 -1
  264. package/api/resources/forcedAlignment/client/Client.d.ts +3 -22
  265. package/api/resources/forcedAlignment/client/Client.js +11 -9
  266. package/api/resources/forcedAlignment/client/index.d.ts +0 -1
  267. package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
  268. package/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
  269. package/api/resources/history/client/Client.d.ts +8 -27
  270. package/api/resources/history/client/Client.js +63 -53
  271. package/api/resources/history/client/index.d.ts +0 -1
  272. package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
  273. package/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
  274. package/api/resources/history/client/requests/index.d.ts +2 -2
  275. package/api/resources/history/index.d.ts +1 -1
  276. package/api/resources/history/index.js +1 -1
  277. package/api/resources/index.d.ts +43 -47
  278. package/api/resources/index.js +44 -48
  279. package/api/resources/models/client/Client.d.ts +3 -22
  280. package/api/resources/models/client/Client.js +11 -9
  281. package/api/resources/music/client/Client.d.ts +3 -22
  282. package/api/resources/music/client/Client.js +41 -31
  283. package/api/resources/music/client/index.d.ts +0 -1
  284. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
  285. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
  286. package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
  287. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
  288. package/api/resources/music/client/requests/index.d.ts +4 -4
  289. package/api/resources/music/index.d.ts +1 -1
  290. package/api/resources/music/index.js +1 -1
  291. package/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
  292. package/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
  293. package/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
  294. package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
  295. package/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
  296. package/api/resources/music/types/index.d.ts +2 -2
  297. package/api/resources/music/types/index.js +2 -2
  298. package/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
  299. package/api/resources/pronunciationDictionaries/client/Client.js +67 -55
  300. package/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  301. package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
  302. package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
  303. package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
  304. package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
  305. package/api/resources/pronunciationDictionaries/index.d.ts +2 -2
  306. package/api/resources/pronunciationDictionaries/index.js +2 -2
  307. package/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  308. package/api/resources/pronunciationDictionaries/resources/index.js +1 -1
  309. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
  310. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
  311. package/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
  312. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
  313. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
  314. package/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  315. package/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  316. package/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
  317. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
  318. package/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  319. package/api/resources/pronunciationDictionaries/types/index.js +1 -1
  320. package/api/resources/samples/client/Client.d.ts +6 -25
  321. package/api/resources/samples/client/Client.js +16 -14
  322. package/api/resources/serviceAccounts/client/Client.d.ts +3 -22
  323. package/api/resources/serviceAccounts/client/Client.js +11 -9
  324. package/api/resources/serviceAccounts/index.d.ts +1 -1
  325. package/api/resources/serviceAccounts/index.js +1 -1
  326. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
  327. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
  328. package/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
  329. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
  330. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
  331. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
  332. package/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  333. package/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  334. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  335. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  336. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  337. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  338. package/api/resources/serviceAccounts/resources/index.d.ts +1 -1
  339. package/api/resources/serviceAccounts/resources/index.js +1 -1
  340. package/api/resources/speechToSpeech/client/Client.d.ts +5 -24
  341. package/api/resources/speechToSpeech/client/Client.js +31 -27
  342. package/api/resources/speechToSpeech/client/index.d.ts +0 -1
  343. package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
  344. package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
  345. package/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
  346. package/api/resources/speechToSpeech/index.d.ts +1 -1
  347. package/api/resources/speechToSpeech/index.js +1 -1
  348. package/api/resources/speechToSpeech/types/index.d.ts +2 -2
  349. package/api/resources/speechToSpeech/types/index.js +2 -2
  350. package/api/resources/speechToText/client/Client.d.ts +3 -22
  351. package/api/resources/speechToText/client/Client.js +13 -11
  352. package/api/resources/speechToText/client/index.d.ts +0 -1
  353. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
  354. package/api/resources/speechToText/client/requests/index.d.ts +1 -1
  355. package/api/resources/speechToText/index.d.ts +2 -2
  356. package/api/resources/speechToText/index.js +2 -2
  357. package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
  358. package/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
  359. package/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
  360. package/api/resources/speechToText/resources/transcripts/index.js +1 -1
  361. package/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
  362. package/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
  363. package/api/resources/speechToText/types/index.d.ts +1 -1
  364. package/api/resources/speechToText/types/index.js +1 -1
  365. package/api/resources/studio/client/Client.d.ts +3 -22
  366. package/api/resources/studio/client/Client.js +11 -9
  367. package/api/resources/studio/client/index.d.ts +0 -1
  368. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
  369. package/api/resources/studio/client/requests/index.d.ts +1 -1
  370. package/api/resources/studio/index.d.ts +2 -2
  371. package/api/resources/studio/index.js +2 -2
  372. package/api/resources/studio/resources/index.d.ts +1 -1
  373. package/api/resources/studio/resources/index.js +1 -1
  374. package/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
  375. package/api/resources/studio/resources/projects/client/Client.js +75 -63
  376. package/api/resources/studio/resources/projects/client/index.d.ts +0 -1
  377. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
  378. package/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
  379. package/api/resources/studio/resources/projects/index.d.ts +1 -1
  380. package/api/resources/studio/resources/projects/index.js +1 -1
  381. package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
  382. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
  383. package/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
  384. package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
  385. package/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
  386. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
  387. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
  388. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
  389. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
  390. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
  391. package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
  392. package/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
  393. package/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
  394. package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
  395. package/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
  396. package/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
  397. package/api/resources/studio/resources/projects/resources/index.js +6 -6
  398. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
  399. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
  400. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  401. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
  402. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
  403. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
  404. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
  405. package/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
  406. package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
  407. package/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
  408. package/api/resources/studio/resources/projects/types/index.d.ts +2 -2
  409. package/api/resources/studio/resources/projects/types/index.js +2 -2
  410. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
  411. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
  412. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
  413. package/api/resources/studio/types/index.d.ts +4 -4
  414. package/api/resources/studio/types/index.js +4 -4
  415. package/api/resources/textToDialogue/client/Client.d.ts +3 -22
  416. package/api/resources/textToDialogue/client/Client.js +41 -37
  417. package/api/resources/textToDialogue/client/index.d.ts +0 -1
  418. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  419. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  420. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  421. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  422. package/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
  423. package/api/resources/textToDialogue/index.d.ts +1 -1
  424. package/api/resources/textToDialogue/index.js +1 -1
  425. package/api/resources/textToDialogue/types/index.d.ts +5 -5
  426. package/api/resources/textToDialogue/types/index.js +5 -5
  427. package/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
  428. package/api/resources/textToSoundEffects/client/Client.js +12 -10
  429. package/api/resources/textToSoundEffects/client/index.d.ts +0 -1
  430. package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  431. package/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
  432. package/api/resources/textToSoundEffects/index.d.ts +1 -1
  433. package/api/resources/textToSoundEffects/index.js +1 -1
  434. package/api/resources/textToSpeech/client/Client.d.ts +8 -27
  435. package/api/resources/textToSpeech/client/Client.js +64 -55
  436. package/api/resources/textToSpeech/client/index.d.ts +0 -1
  437. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  438. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
  439. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
  440. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  441. package/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
  442. package/api/resources/textToSpeech/index.d.ts +1 -1
  443. package/api/resources/textToSpeech/index.js +1 -1
  444. package/api/resources/textToSpeech/types/index.d.ts +4 -4
  445. package/api/resources/textToSpeech/types/index.js +4 -4
  446. package/api/resources/textToVoice/client/Client.d.ts +5 -24
  447. package/api/resources/textToVoice/client/Client.js +42 -34
  448. package/api/resources/textToVoice/client/index.d.ts +0 -1
  449. package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
  450. package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  451. package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  452. package/api/resources/textToVoice/client/requests/index.d.ts +4 -4
  453. package/api/resources/textToVoice/index.d.ts +1 -1
  454. package/api/resources/textToVoice/index.js +1 -1
  455. package/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
  456. package/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
  457. package/api/resources/textToVoice/types/index.d.ts +1 -1
  458. package/api/resources/textToVoice/types/index.js +1 -1
  459. package/api/resources/tokens/client/Client.d.ts +2 -10
  460. package/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
  461. package/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
  462. package/api/resources/usage/client/Client.d.ts +3 -22
  463. package/api/resources/usage/client/Client.js +20 -16
  464. package/api/resources/usage/client/index.d.ts +0 -1
  465. package/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
  466. package/api/resources/usage/client/requests/index.d.ts +1 -1
  467. package/api/resources/user/client/Client.d.ts +3 -22
  468. package/api/resources/user/client/Client.js +11 -9
  469. package/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
  470. package/api/resources/user/resources/subscription/client/Client.js +11 -9
  471. package/api/resources/voices/client/Client.d.ts +13 -32
  472. package/api/resources/voices/client/Client.js +127 -111
  473. package/api/resources/voices/client/index.d.ts +0 -1
  474. package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
  475. package/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
  476. package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
  477. package/api/resources/voices/client/requests/index.d.ts +7 -7
  478. package/api/resources/voices/index.d.ts +1 -1
  479. package/api/resources/voices/index.js +1 -1
  480. package/api/resources/voices/resources/index.d.ts +3 -3
  481. package/api/resources/voices/resources/index.js +4 -4
  482. package/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
  483. package/api/resources/voices/resources/ivc/client/Client.js +11 -9
  484. package/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
  485. package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
  486. package/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
  487. package/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
  488. package/api/resources/voices/resources/pvc/client/Client.js +37 -31
  489. package/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
  490. package/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
  491. package/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
  492. package/api/resources/voices/resources/pvc/resources/index.js +1 -1
  493. package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
  494. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
  495. package/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
  496. package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
  497. package/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
  498. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
  499. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
  500. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
  501. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
  502. package/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
  503. package/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
  504. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
  505. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
  506. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
  507. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
  508. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
  509. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
  510. package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
  511. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
  512. package/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
  513. package/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
  514. package/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
  515. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
  516. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
  517. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
  518. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
  519. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
  520. package/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
  521. package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
  522. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
  523. package/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
  524. package/api/resources/voices/resources/settings/client/Client.js +35 -29
  525. package/api/resources/webhooks/client/Client.d.ts +3 -22
  526. package/api/resources/webhooks/client/Client.js +12 -10
  527. package/api/resources/webhooks/client/index.d.ts +0 -1
  528. package/api/resources/webhooks/client/requests/index.d.ts +1 -1
  529. package/api/resources/workspace/client/Client.d.ts +2 -10
  530. package/api/resources/workspace/index.d.ts +1 -1
  531. package/api/resources/workspace/index.js +1 -1
  532. package/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
  533. package/api/resources/workspace/resources/groups/client/Client.js +12 -10
  534. package/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
  535. package/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
  536. package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
  537. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
  538. package/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
  539. package/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
  540. package/api/resources/workspace/resources/index.d.ts +5 -5
  541. package/api/resources/workspace/resources/index.js +6 -6
  542. package/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
  543. package/api/resources/workspace/resources/invites/client/Client.js +27 -21
  544. package/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
  545. package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
  546. package/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
  547. package/api/resources/workspace/resources/invites/index.d.ts +1 -1
  548. package/api/resources/workspace/resources/invites/index.js +1 -1
  549. package/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
  550. package/api/resources/workspace/resources/members/client/Client.js +11 -9
  551. package/api/resources/workspace/resources/members/client/index.d.ts +0 -1
  552. package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
  553. package/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
  554. package/api/resources/workspace/resources/members/index.d.ts +1 -1
  555. package/api/resources/workspace/resources/members/index.js +1 -1
  556. package/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
  557. package/api/resources/workspace/resources/resources/client/Client.js +40 -34
  558. package/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
  559. package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
  560. package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
  561. package/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
  562. package/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
  563. package/api/resources/workspace/resources/resources/index.d.ts +1 -1
  564. package/api/resources/workspace/resources/resources/index.js +1 -1
  565. package/api/types/AddChapterResponseModel.d.ts +1 -1
  566. package/api/types/AddProjectResponseModel.d.ts +1 -1
  567. package/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
  568. package/api/types/AdditionalFormats.d.ts +1 -1
  569. package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
  570. package/api/types/AgentConfig.d.ts +1 -1
  571. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  572. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  573. package/api/types/AgentConfigOverrideConfig.d.ts +1 -1
  574. package/api/types/AgentConfigOverrideInput.d.ts +1 -1
  575. package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  576. package/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
  577. package/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
  578. package/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
  579. package/api/types/AgentSummaryResponseModel.d.ts +1 -1
  580. package/api/types/AgentTestingSettings.d.ts +1 -1
  581. package/api/types/AgentWorkflowRequestModel.d.ts +1 -1
  582. package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
  583. package/api/types/AgentWorkflowResponseModel.d.ts +1 -1
  584. package/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
  585. package/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
  586. package/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
  587. package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
  588. package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
  589. package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
  590. package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
  591. package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  592. package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  593. package/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
  594. package/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
  595. package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
  596. package/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
  597. package/api/types/AsrConversationalConfig.d.ts +1 -1
  598. package/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
  599. package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  600. package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
  601. package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  602. package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
  603. package/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
  604. package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
  605. package/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
  606. package/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
  607. package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
  608. package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
  609. package/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
  610. package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
  611. package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
  612. package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
  613. package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
  614. package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
  615. package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
  616. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  617. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  618. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  619. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  620. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  621. package/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
  622. package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
  623. package/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
  624. package/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
  625. package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
  626. package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
  627. package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
  628. package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  629. package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  630. package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  631. package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  632. package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  633. package/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
  634. package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
  635. package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
  636. package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
  637. package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
  638. package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
  639. package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  640. package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
  641. package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  642. package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
  643. package/api/types/AsyncConversationMetadata.d.ts +1 -1
  644. package/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
  645. package/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  646. package/api/types/AudioWithTimestampsResponse.d.ts +1 -1
  647. package/api/types/AuthSettings.d.ts +1 -1
  648. package/api/types/BackupLlmDefault.d.ts +1 -2
  649. package/api/types/BackupLlmDisabled.d.ts +1 -2
  650. package/api/types/BackupLlmOverride.d.ts +1 -1
  651. package/api/types/BatchCallDetailedResponse.d.ts +1 -2
  652. package/api/types/BatchCallResponse.d.ts +1 -2
  653. package/api/types/BatchCallWhatsAppParams.d.ts +5 -0
  654. package/api/types/BuiltInToolsInput.d.ts +1 -1
  655. package/api/types/BuiltInToolsOutput.d.ts +1 -1
  656. package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
  657. package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
  658. package/api/types/CanvasPlacement.d.ts +13 -0
  659. package/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
  660. package/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
  661. package/api/types/CaptionStyleModel.d.ts +1 -1
  662. package/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
  663. package/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
  664. package/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
  665. package/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
  666. package/api/types/ChapterContentBlockInputModel.d.ts +1 -1
  667. package/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
  668. package/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
  669. package/api/types/ChapterContentInputModel.d.ts +1 -1
  670. package/api/types/ChapterContentResponseModel.d.ts +1 -1
  671. package/api/types/ChapterResponse.d.ts +3 -1
  672. package/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
  673. package/api/types/ChapterSnapshotsResponse.d.ts +1 -1
  674. package/api/types/ChapterWithContentResponseModel.d.ts +3 -1
  675. package/api/types/ClientEvent.d.ts +1 -0
  676. package/api/types/ClientEvent.js +1 -0
  677. package/api/types/ClientToolConfigInput.d.ts +1 -1
  678. package/api/types/ClientToolConfigOutput.d.ts +1 -1
  679. package/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
  680. package/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
  681. package/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
  682. package/api/types/ConvAiWebhooks.d.ts +1 -1
  683. package/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
  684. package/api/types/ConversationChargingCommonModel.d.ts +1 -1
  685. package/api/types/ConversationConfig.d.ts +1 -1
  686. package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
  687. package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
  688. package/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
  689. package/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
  690. package/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
  691. package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
  692. package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
  693. package/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
  694. package/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
  695. package/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
  696. package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
  697. package/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
  698. package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
  699. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  700. package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  701. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  702. package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  703. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  704. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
  705. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
  706. package/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
  707. package/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
  708. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
  709. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
  710. package/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
  711. package/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
  712. package/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
  713. package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  714. package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  715. package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  716. package/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
  717. package/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
  718. package/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
  719. package/api/types/ConversationSimulationSpecification.d.ts +1 -1
  720. package/api/types/ConversationSummaryResponseModel.d.ts +1 -1
  721. package/api/types/ConversationTokenDbModel.d.ts +1 -1
  722. package/api/types/ConversationTurnMetrics.d.ts +1 -1
  723. package/api/types/ConversationalConfig.d.ts +1 -1
  724. package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  725. package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  726. package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
  727. package/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
  728. package/api/types/CustomLlm.d.ts +1 -1
  729. package/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
  730. package/api/types/DataCollectionResultCommonModel.d.ts +1 -1
  731. package/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
  732. package/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
  733. package/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
  734. package/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
  735. package/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
  736. package/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
  737. package/api/types/DetailedMusicResponse.d.ts +1 -1
  738. package/api/types/DubbedSegment.d.ts +1 -1
  739. package/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
  740. package/api/types/DubbingMetadataResponse.d.ts +1 -1
  741. package/api/types/DubbingModel.d.ts +5 -0
  742. package/api/types/DubbingModel.js +8 -0
  743. package/api/types/DubbingResource.d.ts +1 -1
  744. package/api/types/DubbingTranscriptCharacter.d.ts +5 -0
  745. package/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
  746. package/api/types/DubbingTranscriptUtterance.d.ts +7 -0
  747. package/api/types/DubbingTranscriptWord.d.ts +8 -0
  748. package/api/types/DynamicVariablesConfig.d.ts +1 -1
  749. package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
  750. package/api/types/EditChapterResponseModel.d.ts +1 -1
  751. package/api/types/EditProjectResponseModel.d.ts +1 -1
  752. package/api/types/EndCallToolConfig.d.ts +1 -2
  753. package/api/types/EvaluationSettings.d.ts +1 -1
  754. package/api/types/ExportOptions.d.ts +1 -1
  755. package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
  756. package/api/types/FeaturesUsageCommonModel.d.ts +1 -1
  757. package/api/types/FineTuningResponse.d.ts +1 -1
  758. package/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
  759. package/api/types/GenerateVoiceRequest.d.ts +1 -1
  760. package/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  761. package/api/types/GetAgentLinkResponseModel.d.ts +1 -1
  762. package/api/types/GetAgentResponseModel.d.ts +1 -5
  763. package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
  764. package/api/types/GetAgentsPageResponseModel.d.ts +1 -1
  765. package/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
  766. package/api/types/GetChaptersResponse.d.ts +1 -1
  767. package/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
  768. package/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
  769. package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
  770. package/api/types/GetConversationResponseModel.d.ts +1 -1
  771. package/api/types/GetConversationsPageResponseModel.d.ts +1 -1
  772. package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
  773. package/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  774. package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  775. package/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
  776. package/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
  777. package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  778. package/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
  779. package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  780. package/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
  781. package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  782. package/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
  783. package/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  784. package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  785. package/api/types/GetLibraryVoicesResponse.d.ts +1 -1
  786. package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
  787. package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
  788. package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
  789. package/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
  790. package/api/types/GetProjectsResponse.d.ts +1 -1
  791. package/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
  792. package/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
  793. package/api/types/GetSpeechHistoryResponse.d.ts +1 -1
  794. package/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
  795. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
  796. package/api/types/GetTestsPageResponseModel.d.ts +1 -1
  797. package/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
  798. package/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
  799. package/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  800. package/api/types/GetUnitTestResponseModel.d.ts +1 -1
  801. package/api/types/GetVoicesResponse.d.ts +1 -1
  802. package/api/types/GetVoicesV2Response.d.ts +1 -1
  803. package/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
  804. package/api/types/GuardrailsV1Input.d.ts +1 -1
  805. package/api/types/GuardrailsV1Output.d.ts +1 -1
  806. package/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
  807. package/api/types/HttpValidationError.d.ts +1 -1
  808. package/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
  809. package/api/types/InvoiceResponse.d.ts +1 -1
  810. package/api/types/KnowledgeBaseLocator.d.ts +1 -1
  811. package/api/types/LanguageDetectionToolConfig.d.ts +1 -2
  812. package/api/types/LanguagePresetInput.d.ts +1 -1
  813. package/api/types/LanguagePresetOutput.d.ts +1 -1
  814. package/api/types/LibraryVoiceResponse.d.ts +1 -1
  815. package/api/types/ListMcpToolsResponseModel.d.ts +1 -1
  816. package/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
  817. package/api/types/LiteralOverride.d.ts +1 -1
  818. package/api/types/Llm.d.ts +3 -0
  819. package/api/types/Llm.js +3 -0
  820. package/api/types/LlmCategoryUsage.d.ts +1 -1
  821. package/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
  822. package/api/types/LlmReasoningEffort.d.ts +1 -0
  823. package/api/types/LlmReasoningEffort.js +1 -0
  824. package/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
  825. package/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
  826. package/api/types/LlmUsageInput.d.ts +1 -1
  827. package/api/types/LlmUsageOutput.d.ts +1 -1
  828. package/api/types/ManualVerificationResponse.d.ts +1 -1
  829. package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
  830. package/api/types/McpServerConfigInput.d.ts +1 -1
  831. package/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
  832. package/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
  833. package/api/types/McpServerConfigInputUrl.d.ts +1 -1
  834. package/api/types/McpServerConfigOutput.d.ts +1 -1
  835. package/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
  836. package/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
  837. package/api/types/McpServerConfigOutputUrl.d.ts +1 -1
  838. package/api/types/McpServerResponseModel.d.ts +1 -1
  839. package/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
  840. package/api/types/McpServersResponseModel.d.ts +1 -1
  841. package/api/types/McpToolApprovalHash.d.ts +1 -1
  842. package/api/types/McpToolConfigOverride.d.ts +1 -1
  843. package/api/types/Model.d.ts +1 -1
  844. package/api/types/ModerationConfig.d.ts +1 -1
  845. package/api/types/ModerationGuardrailInput.d.ts +1 -1
  846. package/api/types/ModerationGuardrailOutput.d.ts +1 -1
  847. package/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
  848. package/api/types/MultipartMusicResponse.d.ts +1 -1
  849. package/api/types/MusicPrompt.d.ts +1 -1
  850. package/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
  851. package/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
  852. package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
  853. package/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
  854. package/api/types/ObjectOverrideInput.d.ts +1 -1
  855. package/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
  856. package/api/types/ObjectOverrideOutput.d.ts +1 -1
  857. package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
  858. package/api/types/OutboundCallRecipient.d.ts +1 -1
  859. package/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
  860. package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
  861. package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
  862. package/api/types/PhoneNumberTransfer.d.ts +1 -1
  863. package/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
  864. package/api/types/PlayDtmfToolConfig.d.ts +2 -0
  865. package/api/types/PodcastBulletinMode.d.ts +1 -1
  866. package/api/types/PodcastConversationMode.d.ts +1 -1
  867. package/api/types/PodcastProjectResponseModel.d.ts +1 -1
  868. package/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
  869. package/api/types/ProjectExtendedResponse.d.ts +3 -1
  870. package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
  871. package/api/types/ProjectImageResponseModel.d.ts +19 -0
  872. package/api/types/ProjectResponse.d.ts +1 -1
  873. package/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
  874. package/api/types/ProjectSnapshotsResponse.d.ts +1 -1
  875. package/api/types/ProjectVideoResponseModel.d.ts +2 -1
  876. package/api/types/PromptAgentApiModelInput.d.ts +1 -1
  877. package/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
  878. package/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
  879. package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  880. package/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
  881. package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
  882. package/api/types/PromptAgentApiModelOverride.d.ts +1 -1
  883. package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  884. package/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
  885. package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
  886. package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  887. package/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
  888. package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
  889. package/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
  890. package/api/types/QueryOverride.d.ts +1 -1
  891. package/api/types/QueryParamsJsonSchema.d.ts +1 -1
  892. package/api/types/RagConfig.d.ts +1 -1
  893. package/api/types/RagConfigWorkflowOverride.d.ts +1 -1
  894. package/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
  895. package/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
  896. package/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
  897. package/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
  898. package/api/types/RagRetrievalInfo.d.ts +1 -1
  899. package/api/types/ReaderResourceResponseModel.d.ts +1 -1
  900. package/api/types/ReferencedToolCommonModel.d.ts +1 -1
  901. package/api/types/RegionConfigRequest.d.ts +1 -1
  902. package/api/types/Render.d.ts +1 -1
  903. package/api/types/ResourceAccessInfo.d.ts +1 -1
  904. package/api/types/ResourceMetadataResponseModel.d.ts +1 -1
  905. package/api/types/SafetyCommonModel.d.ts +1 -1
  906. package/api/types/SafetyEvaluation.d.ts +1 -1
  907. package/api/types/SectionSource.d.ts +1 -1
  908. package/api/types/ShareOptionResponseModel.d.ts +1 -1
  909. package/api/types/SimilarVoice.d.ts +1 -1
  910. package/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
  911. package/api/types/SingleUseTokenType.d.ts +5 -1
  912. package/api/types/SingleUseTokenType.js +5 -0
  913. package/api/types/SkipTurnToolConfig.d.ts +1 -2
  914. package/api/types/SongSection.d.ts +1 -1
  915. package/api/types/SpeakerResponseModel.d.ts +1 -1
  916. package/api/types/SpeakerSegment.d.ts +1 -1
  917. package/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  918. package/api/types/SpeakerTrack.d.ts +1 -1
  919. package/api/types/SpeechHistoryItemResponse.d.ts +1 -1
  920. package/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
  921. package/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
  922. package/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  923. package/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
  924. package/api/types/Subscription.d.ts +1 -1
  925. package/api/types/SubscriptionResponse.d.ts +1 -1
  926. package/api/types/SuggestedAudioTag.d.ts +6 -0
  927. package/api/types/SupportedVoice.d.ts +1 -1
  928. package/api/types/SystemToolConfigInput.d.ts +1 -1
  929. package/api/types/SystemToolConfigInputParams.d.ts +1 -1
  930. package/api/types/SystemToolConfigOutput.d.ts +1 -1
  931. package/api/types/SystemToolConfigOutputParams.d.ts +1 -1
  932. package/api/types/TestConditionResultCommonModel.d.ts +1 -1
  933. package/api/types/TestFromConversationMetadataInput.d.ts +1 -1
  934. package/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
  935. package/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
  936. package/api/types/TestRunMetadata.d.ts +1 -1
  937. package/api/types/TextNormalisationType.d.ts +6 -0
  938. package/api/types/TextNormalisationType.js +9 -0
  939. package/api/types/Tool.d.ts +1 -1
  940. package/api/types/ToolRequestModel.d.ts +1 -1
  941. package/api/types/ToolRequestModelToolConfig.d.ts +2 -5
  942. package/api/types/ToolResponseModel.d.ts +1 -1
  943. package/api/types/ToolResponseModelToolConfig.d.ts +2 -5
  944. package/api/types/ToolsResponseModel.d.ts +1 -1
  945. package/api/types/TransferToAgentToolConfig.d.ts +1 -1
  946. package/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
  947. package/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
  948. package/api/types/TtsConversationalConfigInput.d.ts +5 -1
  949. package/api/types/TtsConversationalConfigOutput.d.ts +5 -1
  950. package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
  951. package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
  952. package/api/types/TtsConversationalModel.d.ts +0 -1
  953. package/api/types/TtsConversationalModel.js +0 -1
  954. package/api/types/TtsModelFamily.d.ts +0 -1
  955. package/api/types/TtsModelFamily.js +0 -1
  956. package/api/types/TurnConfig.d.ts +1 -1
  957. package/api/types/TurnConfigOverride.d.ts +1 -1
  958. package/api/types/TurnConfigOverrideConfig.d.ts +1 -1
  959. package/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
  960. package/api/types/UnitTestCommonModel.d.ts +1 -1
  961. package/api/types/UnitTestRunResponseModel.d.ts +1 -1
  962. package/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
  963. package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
  964. package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
  965. package/api/types/UnitTestToolCallParameter.d.ts +1 -1
  966. package/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
  967. package/api/types/User.d.ts +1 -1
  968. package/api/types/UserFeedback.d.ts +1 -1
  969. package/api/types/VadConfig.d.ts +1 -2
  970. package/api/types/VadConfigWorkflowOverride.d.ts +1 -2
  971. package/api/types/ValidationError.d.ts +1 -1
  972. package/api/types/VerificationAttemptResponse.d.ts +1 -1
  973. package/api/types/Voice.d.ts +1 -1
  974. package/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
  975. package/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
  976. package/api/types/VoiceSample.d.ts +1 -1
  977. package/api/types/VoiceSharingResponse.d.ts +1 -1
  978. package/api/types/VoiceVerificationResponse.d.ts +1 -1
  979. package/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  980. package/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
  981. package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  982. package/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
  983. package/api/types/WebhookToolConfigInput.d.ts +1 -1
  984. package/api/types/WebhookToolConfigOutput.d.ts +1 -1
  985. package/api/types/WidgetConfig.d.ts +1 -1
  986. package/api/types/WidgetConfigInputAvatar.d.ts +1 -1
  987. package/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
  988. package/api/types/WidgetConfigResponse.d.ts +1 -1
  989. package/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
  990. package/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
  991. package/api/types/WidgetLanguagePreset.d.ts +1 -1
  992. package/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
  993. package/api/types/WorkflowEdgeModelInput.d.ts +1 -1
  994. package/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
  995. package/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
  996. package/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
  997. package/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
  998. package/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
  999. package/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
  1000. package/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
  1001. package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  1002. package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
  1003. package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  1004. package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
  1005. package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
  1006. package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
  1007. package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
  1008. package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
  1009. package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
  1010. package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
  1011. package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
  1012. package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
  1013. package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
  1014. package/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
  1015. package/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
  1016. package/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
  1017. package/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  1018. package/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
  1019. package/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  1020. package/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
  1021. package/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
  1022. package/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
  1023. package/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
  1024. package/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
  1025. package/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
  1026. package/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
  1027. package/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
  1028. package/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
  1029. package/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
  1030. package/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
  1031. package/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
  1032. package/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
  1033. package/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
  1034. package/api/types/index.d.ts +296 -311
  1035. package/api/types/index.js +296 -311
  1036. package/biome.json +74 -0
  1037. package/core/exports.d.ts +1 -0
  1038. package/core/exports.js +1 -0
  1039. package/core/fetcher/APIResponse.d.ts +1 -1
  1040. package/core/fetcher/BinaryResponse.d.ts +1 -1
  1041. package/core/fetcher/EndpointSupplier.d.ts +2 -2
  1042. package/core/fetcher/Fetcher.d.ts +6 -3
  1043. package/core/fetcher/Fetcher.js +202 -8
  1044. package/core/fetcher/HttpResponsePromise.d.ts +1 -1
  1045. package/core/fetcher/getErrorResponseBody.js +2 -1
  1046. package/core/fetcher/getFetchFn.js +1 -1
  1047. package/core/fetcher/getRequestBody.d.ts +1 -1
  1048. package/core/fetcher/getRequestBody.js +4 -0
  1049. package/core/fetcher/getResponseBody.js +3 -3
  1050. package/core/fetcher/makeRequest.d.ts +1 -1
  1051. package/core/fetcher/makeRequest.js +2 -4
  1052. package/core/fetcher/requestWithRetries.js +3 -12
  1053. package/core/fetcher/signals.d.ts +0 -6
  1054. package/core/fetcher/signals.js +0 -12
  1055. package/core/file/file.d.ts +6 -1
  1056. package/core/file/file.js +25 -7
  1057. package/core/form-data-utils/FormDataWrapper.d.ts +2 -3
  1058. package/core/form-data-utils/FormDataWrapper.js +62 -85
  1059. package/core/headers.js +6 -4
  1060. package/core/index.d.ts +5 -4
  1061. package/core/index.js +6 -5
  1062. package/core/logging/exports.d.ts +18 -0
  1063. package/core/logging/exports.js +45 -0
  1064. package/core/logging/index.d.ts +1 -0
  1065. package/{dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput → core/logging}/index.js +1 -1
  1066. package/core/logging/logger.d.ts +126 -0
  1067. package/core/logging/logger.js +144 -0
  1068. package/core/schemas/Schema.d.ts +2 -1
  1069. package/core/schemas/Schema.js +1 -0
  1070. package/core/schemas/builders/bigint/bigint.d.ts +1 -1
  1071. package/core/schemas/builders/bigint/bigint.js +2 -2
  1072. package/core/schemas/builders/date/date.d.ts +1 -1
  1073. package/core/schemas/builders/date/date.js +2 -2
  1074. package/core/schemas/builders/enum/enum.d.ts +1 -1
  1075. package/core/schemas/builders/index.d.ts +14 -14
  1076. package/core/schemas/builders/index.js +14 -14
  1077. package/core/schemas/builders/lazy/lazy.d.ts +1 -1
  1078. package/core/schemas/builders/lazy/lazy.js +2 -2
  1079. package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  1080. package/core/schemas/builders/lazy/lazyObject.js +4 -4
  1081. package/core/schemas/builders/list/list.d.ts +1 -1
  1082. package/core/schemas/builders/list/list.js +2 -2
  1083. package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  1084. package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  1085. package/core/schemas/builders/object/object.d.ts +1 -1
  1086. package/core/schemas/builders/object/object.js +5 -5
  1087. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  1088. package/core/schemas/builders/object/property.d.ts +1 -1
  1089. package/core/schemas/builders/object/types.d.ts +5 -5
  1090. package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  1091. package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  1092. package/core/schemas/builders/object-like/types.d.ts +1 -1
  1093. package/core/schemas/builders/primitives/any.d.ts +1 -1
  1094. package/core/schemas/builders/primitives/boolean.d.ts +1 -1
  1095. package/core/schemas/builders/primitives/index.d.ts +1 -0
  1096. package/core/schemas/builders/primitives/index.js +3 -1
  1097. package/core/schemas/builders/primitives/never.d.ts +2 -0
  1098. package/core/schemas/builders/primitives/never.js +14 -0
  1099. package/core/schemas/builders/primitives/number.d.ts +1 -1
  1100. package/core/schemas/builders/primitives/string.d.ts +1 -1
  1101. package/core/schemas/builders/primitives/unknown.d.ts +1 -1
  1102. package/core/schemas/builders/record/record.d.ts +2 -2
  1103. package/core/schemas/builders/record/record.js +3 -3
  1104. package/core/schemas/builders/record/types.d.ts +2 -2
  1105. package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  1106. package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  1107. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  1108. package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  1109. package/core/schemas/builders/set/set.d.ts +1 -1
  1110. package/core/schemas/builders/set/set.js +4 -4
  1111. package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  1112. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  1113. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
  1114. package/core/schemas/builders/union/types.d.ts +2 -2
  1115. package/core/schemas/builders/union/union.d.ts +3 -3
  1116. package/core/schemas/builders/union/union.js +4 -4
  1117. package/core/schemas/index.d.ts +1 -1
  1118. package/core/schemas/index.js +1 -1
  1119. package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  1120. package/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
  1121. package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  1122. package/core/stream/Stream.d.ts +1 -0
  1123. package/core/stream/Stream.js +8 -5
  1124. package/core/url/encodePathParam.d.ts +1 -0
  1125. package/core/url/encodePathParam.js +21 -0
  1126. package/core/url/index.d.ts +1 -0
  1127. package/core/url/index.js +3 -1
  1128. package/core/url/join.js +3 -4
  1129. package/dist/BaseClient.d.ts +34 -0
  1130. package/dist/Client.d.ts +20 -39
  1131. package/dist/Client.js +59 -57
  1132. package/dist/api/errors/BadRequestError.d.ts +2 -2
  1133. package/dist/api/errors/ConflictError.d.ts +1 -1
  1134. package/dist/api/errors/ForbiddenError.d.ts +1 -1
  1135. package/dist/api/errors/NotFoundError.d.ts +1 -1
  1136. package/dist/api/errors/TooEarlyError.d.ts +1 -1
  1137. package/dist/api/errors/UnauthorizedError.d.ts +1 -1
  1138. package/dist/api/errors/UnprocessableEntityError.d.ts +2 -2
  1139. package/dist/api/errors/index.d.ts +2 -2
  1140. package/dist/api/errors/index.js +2 -2
  1141. package/dist/api/index.d.ts +1 -1
  1142. package/dist/api/index.js +1 -1
  1143. package/dist/api/resources/audioIsolation/client/Client.d.ts +3 -22
  1144. package/dist/api/resources/audioIsolation/client/Client.js +19 -15
  1145. package/dist/api/resources/audioIsolation/client/index.d.ts +0 -1
  1146. package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
  1147. package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
  1148. package/dist/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
  1149. package/dist/api/resources/audioIsolation/index.d.ts +1 -1
  1150. package/dist/api/resources/audioIsolation/index.js +1 -1
  1151. package/dist/api/resources/audioNative/client/Client.d.ts +7 -26
  1152. package/dist/api/resources/audioNative/client/Client.js +35 -29
  1153. package/dist/api/resources/audioNative/client/index.d.ts +0 -1
  1154. package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
  1155. package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
  1156. package/dist/api/resources/audioNative/client/requests/index.d.ts +2 -2
  1157. package/dist/api/resources/audioNative/index.d.ts +1 -1
  1158. package/dist/api/resources/audioNative/index.js +1 -1
  1159. package/dist/api/resources/conversationalAi/client/Client.d.ts +18 -37
  1160. package/dist/api/resources/conversationalAi/client/Client.js +71 -63
  1161. package/dist/api/resources/conversationalAi/client/index.d.ts +0 -1
  1162. package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
  1163. package/dist/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
  1164. package/dist/api/resources/conversationalAi/index.d.ts +1 -1
  1165. package/dist/api/resources/conversationalAi/index.js +1 -1
  1166. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
  1167. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
  1168. package/dist/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
  1169. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
  1170. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  1171. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
  1172. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
  1173. package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
  1174. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  1175. package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
  1176. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
  1177. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
  1178. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
  1179. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
  1180. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
  1181. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
  1182. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
  1183. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
  1184. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
  1185. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
  1186. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
  1187. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
  1188. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
  1189. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
  1190. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
  1191. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
  1192. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
  1193. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
  1194. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
  1195. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
  1196. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
  1197. package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
  1198. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
  1199. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
  1200. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
  1201. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
  1202. package/dist/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
  1203. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
  1204. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
  1205. package/dist/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  1206. package/dist/api/resources/conversationalAi/resources/conversations/index.js +1 -1
  1207. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
  1208. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
  1209. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
  1210. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
  1211. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
  1212. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
  1213. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  1214. package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
  1215. package/dist/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
  1216. package/dist/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
  1217. package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  1218. package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  1219. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
  1220. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
  1221. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
  1222. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
  1223. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
  1224. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  1225. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  1226. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
  1227. package/dist/api/resources/conversationalAi/resources/index.d.ts +22 -22
  1228. package/dist/api/resources/conversationalAi/resources/index.js +23 -23
  1229. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
  1230. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
  1231. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
  1232. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
  1233. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
  1234. package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
  1235. package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
  1236. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
  1237. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
  1238. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
  1239. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
  1240. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
  1241. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
  1242. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
  1243. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
  1244. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
  1245. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
  1246. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  1247. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  1248. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
  1249. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
  1250. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
  1251. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
  1252. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  1253. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  1254. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
  1255. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
  1256. package/dist/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
  1257. package/dist/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
  1258. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
  1259. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
  1260. package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
  1261. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  1262. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
  1263. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
  1264. package/dist/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  1265. package/dist/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  1266. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
  1267. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
  1268. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
  1269. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
  1270. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
  1271. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
  1272. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
  1273. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
  1274. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
  1275. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
  1276. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
  1277. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
  1278. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
  1279. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
  1280. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
  1281. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  1282. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  1283. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
  1284. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
  1285. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
  1286. package/dist/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
  1287. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
  1288. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
  1289. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
  1290. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
  1291. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
  1292. package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  1293. package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  1294. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
  1295. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
  1296. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
  1297. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
  1298. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  1299. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  1300. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
  1301. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
  1302. package/dist/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
  1303. package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
  1304. package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
  1305. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
  1306. package/dist/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
  1307. package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
  1308. package/dist/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
  1309. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
  1310. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
  1311. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
  1312. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
  1313. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
  1314. package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
  1315. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
  1316. package/dist/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
  1317. package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
  1318. package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
  1319. package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
  1320. package/dist/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  1321. package/dist/api/resources/conversationalAi/resources/tests/index.js +1 -1
  1322. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
  1323. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
  1324. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
  1325. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
  1326. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
  1327. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
  1328. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
  1329. package/dist/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
  1330. package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
  1331. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
  1332. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
  1333. package/dist/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
  1334. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
  1335. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
  1336. package/dist/api/resources/dubbing/client/Client.d.ts +8 -27
  1337. package/dist/api/resources/dubbing/client/Client.js +53 -45
  1338. package/dist/api/resources/dubbing/client/index.d.ts +0 -1
  1339. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
  1340. package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
  1341. package/dist/api/resources/dubbing/client/requests/index.d.ts +2 -2
  1342. package/dist/api/resources/dubbing/index.d.ts +2 -2
  1343. package/dist/api/resources/dubbing/index.js +2 -2
  1344. package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
  1345. package/dist/api/resources/dubbing/resources/audio/client/Client.js +13 -11
  1346. package/dist/api/resources/dubbing/resources/index.d.ts +4 -3
  1347. package/dist/api/resources/dubbing/resources/index.js +5 -4
  1348. package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
  1349. package/dist/api/resources/dubbing/resources/resource/client/Client.js +64 -54
  1350. package/dist/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
  1351. package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
  1352. package/dist/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
  1353. package/dist/api/resources/dubbing/resources/resource/index.d.ts +1 -0
  1354. package/dist/api/resources/dubbing/resources/resource/index.js +1 -0
  1355. package/dist/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
  1356. package/dist/api/resources/dubbing/resources/resource/resources/index.js +2 -2
  1357. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
  1358. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
  1359. package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
  1360. package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
  1361. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
  1362. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
  1363. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
  1364. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
  1365. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
  1366. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
  1367. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
  1368. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
  1369. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
  1370. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
  1371. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
  1372. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
  1373. package/dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
  1374. package/dist/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  1375. package/dist/api/resources/{v1TextToSpeechVoiceIdStreamInput → dubbing/resources/resource/types}/index.js +1 -1
  1376. package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
  1377. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
  1378. package/dist/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
  1379. package/dist/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
  1380. package/dist/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
  1381. package/dist/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
  1382. package/dist/api/resources/dubbing/resources/transcript/index.js +1 -1
  1383. package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
  1384. package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
  1385. package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
  1386. package/dist/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  1387. package/dist/api/resources/dubbing/resources/transcript/types/index.js +1 -0
  1388. package/dist/api/resources/dubbing/types/index.d.ts +1 -1
  1389. package/dist/api/resources/dubbing/types/index.js +1 -1
  1390. package/dist/api/resources/forcedAlignment/client/Client.d.ts +3 -22
  1391. package/dist/api/resources/forcedAlignment/client/Client.js +11 -9
  1392. package/dist/api/resources/forcedAlignment/client/index.d.ts +0 -1
  1393. package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
  1394. package/dist/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
  1395. package/dist/api/resources/history/client/Client.d.ts +8 -27
  1396. package/dist/api/resources/history/client/Client.js +63 -53
  1397. package/dist/api/resources/history/client/index.d.ts +0 -1
  1398. package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
  1399. package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
  1400. package/dist/api/resources/history/client/requests/index.d.ts +2 -2
  1401. package/dist/api/resources/history/index.d.ts +1 -1
  1402. package/dist/api/resources/history/index.js +1 -1
  1403. package/dist/api/resources/index.d.ts +43 -47
  1404. package/dist/api/resources/index.js +44 -48
  1405. package/dist/api/resources/models/client/Client.d.ts +3 -22
  1406. package/dist/api/resources/models/client/Client.js +11 -9
  1407. package/dist/api/resources/music/client/Client.d.ts +3 -22
  1408. package/dist/api/resources/music/client/Client.js +41 -31
  1409. package/dist/api/resources/music/client/index.d.ts +0 -1
  1410. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
  1411. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
  1412. package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
  1413. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
  1414. package/dist/api/resources/music/client/requests/index.d.ts +4 -4
  1415. package/dist/api/resources/music/index.d.ts +1 -1
  1416. package/dist/api/resources/music/index.js +1 -1
  1417. package/dist/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
  1418. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
  1419. package/dist/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
  1420. package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
  1421. package/dist/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
  1422. package/dist/api/resources/music/types/index.d.ts +2 -2
  1423. package/dist/api/resources/music/types/index.js +2 -2
  1424. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
  1425. package/dist/api/resources/pronunciationDictionaries/client/Client.js +67 -55
  1426. package/dist/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  1427. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
  1428. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
  1429. package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
  1430. package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
  1431. package/dist/api/resources/pronunciationDictionaries/index.d.ts +2 -2
  1432. package/dist/api/resources/pronunciationDictionaries/index.js +2 -2
  1433. package/dist/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  1434. package/dist/api/resources/pronunciationDictionaries/resources/index.js +1 -1
  1435. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
  1436. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
  1437. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
  1438. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
  1439. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
  1440. package/dist/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  1441. package/dist/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  1442. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
  1443. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
  1444. package/dist/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  1445. package/dist/api/resources/pronunciationDictionaries/types/index.js +1 -1
  1446. package/dist/api/resources/samples/client/Client.d.ts +6 -25
  1447. package/dist/api/resources/samples/client/Client.js +16 -14
  1448. package/dist/api/resources/serviceAccounts/client/Client.d.ts +3 -22
  1449. package/dist/api/resources/serviceAccounts/client/Client.js +11 -9
  1450. package/dist/api/resources/serviceAccounts/index.d.ts +1 -1
  1451. package/dist/api/resources/serviceAccounts/index.js +1 -1
  1452. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
  1453. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
  1454. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
  1455. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
  1456. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
  1457. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
  1458. package/dist/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  1459. package/dist/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  1460. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  1461. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  1462. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  1463. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  1464. package/dist/api/resources/serviceAccounts/resources/index.d.ts +1 -1
  1465. package/dist/api/resources/serviceAccounts/resources/index.js +1 -1
  1466. package/dist/api/resources/speechToSpeech/client/Client.d.ts +5 -24
  1467. package/dist/api/resources/speechToSpeech/client/Client.js +31 -27
  1468. package/dist/api/resources/speechToSpeech/client/index.d.ts +0 -1
  1469. package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
  1470. package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
  1471. package/dist/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
  1472. package/dist/api/resources/speechToSpeech/index.d.ts +1 -1
  1473. package/dist/api/resources/speechToSpeech/index.js +1 -1
  1474. package/dist/api/resources/speechToSpeech/types/index.d.ts +2 -2
  1475. package/dist/api/resources/speechToSpeech/types/index.js +2 -2
  1476. package/dist/api/resources/speechToText/client/Client.d.ts +3 -22
  1477. package/dist/api/resources/speechToText/client/Client.js +13 -11
  1478. package/dist/api/resources/speechToText/client/index.d.ts +0 -1
  1479. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
  1480. package/dist/api/resources/speechToText/client/requests/index.d.ts +1 -1
  1481. package/dist/api/resources/speechToText/index.d.ts +2 -2
  1482. package/dist/api/resources/speechToText/index.js +2 -2
  1483. package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
  1484. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
  1485. package/dist/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
  1486. package/dist/api/resources/speechToText/resources/transcripts/index.js +1 -1
  1487. package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
  1488. package/dist/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
  1489. package/dist/api/resources/speechToText/types/index.d.ts +1 -1
  1490. package/dist/api/resources/speechToText/types/index.js +1 -1
  1491. package/dist/api/resources/studio/client/Client.d.ts +3 -22
  1492. package/dist/api/resources/studio/client/Client.js +11 -9
  1493. package/dist/api/resources/studio/client/index.d.ts +0 -1
  1494. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
  1495. package/dist/api/resources/studio/client/requests/index.d.ts +1 -1
  1496. package/dist/api/resources/studio/index.d.ts +2 -2
  1497. package/dist/api/resources/studio/index.js +2 -2
  1498. package/dist/api/resources/studio/resources/index.d.ts +1 -1
  1499. package/dist/api/resources/studio/resources/index.js +1 -1
  1500. package/dist/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
  1501. package/dist/api/resources/studio/resources/projects/client/Client.js +75 -63
  1502. package/dist/api/resources/studio/resources/projects/client/index.d.ts +0 -1
  1503. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
  1504. package/dist/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
  1505. package/dist/api/resources/studio/resources/projects/index.d.ts +1 -1
  1506. package/dist/api/resources/studio/resources/projects/index.js +1 -1
  1507. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
  1508. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
  1509. package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
  1510. package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
  1511. package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
  1512. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
  1513. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
  1514. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
  1515. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
  1516. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
  1517. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
  1518. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
  1519. package/dist/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
  1520. package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
  1521. package/dist/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
  1522. package/dist/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
  1523. package/dist/api/resources/studio/resources/projects/resources/index.js +6 -6
  1524. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
  1525. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
  1526. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  1527. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
  1528. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
  1529. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
  1530. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
  1531. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
  1532. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
  1533. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
  1534. package/dist/api/resources/studio/resources/projects/types/index.d.ts +2 -2
  1535. package/dist/api/resources/studio/resources/projects/types/index.js +2 -2
  1536. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
  1537. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
  1538. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
  1539. package/dist/api/resources/studio/types/index.d.ts +4 -4
  1540. package/dist/api/resources/studio/types/index.js +4 -4
  1541. package/dist/api/resources/textToDialogue/client/Client.d.ts +3 -22
  1542. package/dist/api/resources/textToDialogue/client/Client.js +41 -37
  1543. package/dist/api/resources/textToDialogue/client/index.d.ts +0 -1
  1544. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  1545. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  1546. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  1547. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  1548. package/dist/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
  1549. package/dist/api/resources/textToDialogue/index.d.ts +1 -1
  1550. package/dist/api/resources/textToDialogue/index.js +1 -1
  1551. package/dist/api/resources/textToDialogue/types/index.d.ts +5 -5
  1552. package/dist/api/resources/textToDialogue/types/index.js +5 -5
  1553. package/dist/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
  1554. package/dist/api/resources/textToSoundEffects/client/Client.js +12 -10
  1555. package/dist/api/resources/textToSoundEffects/client/index.d.ts +0 -1
  1556. package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  1557. package/dist/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
  1558. package/dist/api/resources/textToSoundEffects/index.d.ts +1 -1
  1559. package/dist/api/resources/textToSoundEffects/index.js +1 -1
  1560. package/dist/api/resources/textToSpeech/client/Client.d.ts +8 -27
  1561. package/dist/api/resources/textToSpeech/client/Client.js +64 -55
  1562. package/dist/api/resources/textToSpeech/client/index.d.ts +0 -1
  1563. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  1564. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
  1565. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
  1566. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  1567. package/dist/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
  1568. package/dist/api/resources/textToSpeech/index.d.ts +1 -1
  1569. package/dist/api/resources/textToSpeech/index.js +1 -1
  1570. package/dist/api/resources/textToSpeech/types/index.d.ts +4 -4
  1571. package/dist/api/resources/textToSpeech/types/index.js +4 -4
  1572. package/dist/api/resources/textToVoice/client/Client.d.ts +5 -24
  1573. package/dist/api/resources/textToVoice/client/Client.js +42 -34
  1574. package/dist/api/resources/textToVoice/client/index.d.ts +0 -1
  1575. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
  1576. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  1577. package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  1578. package/dist/api/resources/textToVoice/client/requests/index.d.ts +4 -4
  1579. package/dist/api/resources/textToVoice/index.d.ts +1 -1
  1580. package/dist/api/resources/textToVoice/index.js +1 -1
  1581. package/dist/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
  1582. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
  1583. package/dist/api/resources/textToVoice/types/index.d.ts +1 -1
  1584. package/dist/api/resources/textToVoice/types/index.js +1 -1
  1585. package/dist/api/resources/tokens/client/Client.d.ts +2 -10
  1586. package/dist/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
  1587. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
  1588. package/dist/api/resources/usage/client/Client.d.ts +3 -22
  1589. package/dist/api/resources/usage/client/Client.js +20 -16
  1590. package/dist/api/resources/usage/client/index.d.ts +0 -1
  1591. package/dist/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
  1592. package/dist/api/resources/usage/client/requests/index.d.ts +1 -1
  1593. package/dist/api/resources/user/client/Client.d.ts +3 -22
  1594. package/dist/api/resources/user/client/Client.js +11 -9
  1595. package/dist/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
  1596. package/dist/api/resources/user/resources/subscription/client/Client.js +11 -9
  1597. package/dist/api/resources/voices/client/Client.d.ts +13 -32
  1598. package/dist/api/resources/voices/client/Client.js +127 -111
  1599. package/dist/api/resources/voices/client/index.d.ts +0 -1
  1600. package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
  1601. package/dist/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
  1602. package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
  1603. package/dist/api/resources/voices/client/requests/index.d.ts +7 -7
  1604. package/dist/api/resources/voices/index.d.ts +1 -1
  1605. package/dist/api/resources/voices/index.js +1 -1
  1606. package/dist/api/resources/voices/resources/index.d.ts +3 -3
  1607. package/dist/api/resources/voices/resources/index.js +4 -4
  1608. package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
  1609. package/dist/api/resources/voices/resources/ivc/client/Client.js +11 -9
  1610. package/dist/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
  1611. package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
  1612. package/dist/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
  1613. package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
  1614. package/dist/api/resources/voices/resources/pvc/client/Client.js +37 -31
  1615. package/dist/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
  1616. package/dist/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
  1617. package/dist/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
  1618. package/dist/api/resources/voices/resources/pvc/resources/index.js +1 -1
  1619. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
  1620. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
  1621. package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
  1622. package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
  1623. package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
  1624. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
  1625. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
  1626. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
  1627. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
  1628. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
  1629. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
  1630. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
  1631. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
  1632. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
  1633. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
  1634. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
  1635. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
  1636. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
  1637. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
  1638. package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
  1639. package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
  1640. package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
  1641. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
  1642. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
  1643. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
  1644. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
  1645. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
  1646. package/dist/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
  1647. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
  1648. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
  1649. package/dist/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
  1650. package/dist/api/resources/voices/resources/settings/client/Client.js +35 -29
  1651. package/dist/api/resources/webhooks/client/Client.d.ts +3 -22
  1652. package/dist/api/resources/webhooks/client/Client.js +12 -10
  1653. package/dist/api/resources/webhooks/client/index.d.ts +0 -1
  1654. package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -1
  1655. package/dist/api/resources/workspace/client/Client.d.ts +2 -10
  1656. package/dist/api/resources/workspace/index.d.ts +1 -1
  1657. package/dist/api/resources/workspace/index.js +1 -1
  1658. package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
  1659. package/dist/api/resources/workspace/resources/groups/client/Client.js +12 -10
  1660. package/dist/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
  1661. package/dist/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
  1662. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
  1663. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
  1664. package/dist/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
  1665. package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
  1666. package/dist/api/resources/workspace/resources/index.d.ts +5 -5
  1667. package/dist/api/resources/workspace/resources/index.js +6 -6
  1668. package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
  1669. package/dist/api/resources/workspace/resources/invites/client/Client.js +27 -21
  1670. package/dist/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
  1671. package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
  1672. package/dist/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
  1673. package/dist/api/resources/workspace/resources/invites/index.d.ts +1 -1
  1674. package/dist/api/resources/workspace/resources/invites/index.js +1 -1
  1675. package/dist/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
  1676. package/dist/api/resources/workspace/resources/members/client/Client.js +11 -9
  1677. package/dist/api/resources/workspace/resources/members/client/index.d.ts +0 -1
  1678. package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
  1679. package/dist/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
  1680. package/dist/api/resources/workspace/resources/members/index.d.ts +1 -1
  1681. package/dist/api/resources/workspace/resources/members/index.js +1 -1
  1682. package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
  1683. package/dist/api/resources/workspace/resources/resources/client/Client.js +40 -34
  1684. package/dist/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
  1685. package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
  1686. package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
  1687. package/dist/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
  1688. package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
  1689. package/dist/api/resources/workspace/resources/resources/index.d.ts +1 -1
  1690. package/dist/api/resources/workspace/resources/resources/index.js +1 -1
  1691. package/dist/api/types/AddChapterResponseModel.d.ts +1 -1
  1692. package/dist/api/types/AddProjectResponseModel.d.ts +1 -1
  1693. package/dist/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
  1694. package/dist/api/types/AdditionalFormats.d.ts +1 -1
  1695. package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
  1696. package/dist/api/types/AgentConfig.d.ts +1 -1
  1697. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1698. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1699. package/dist/api/types/AgentConfigOverrideConfig.d.ts +1 -1
  1700. package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
  1701. package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  1702. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
  1703. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
  1704. package/dist/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
  1705. package/dist/api/types/AgentSummaryResponseModel.d.ts +1 -1
  1706. package/dist/api/types/AgentTestingSettings.d.ts +1 -1
  1707. package/dist/api/types/AgentWorkflowRequestModel.d.ts +1 -1
  1708. package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
  1709. package/dist/api/types/AgentWorkflowResponseModel.d.ts +1 -1
  1710. package/dist/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
  1711. package/dist/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
  1712. package/dist/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
  1713. package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
  1714. package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
  1715. package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
  1716. package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
  1717. package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  1718. package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  1719. package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
  1720. package/dist/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
  1721. package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
  1722. package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
  1723. package/dist/api/types/AsrConversationalConfig.d.ts +1 -1
  1724. package/dist/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
  1725. package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  1726. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
  1727. package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  1728. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
  1729. package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
  1730. package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
  1731. package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
  1732. package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
  1733. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1734. package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
  1735. package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
  1736. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
  1737. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
  1738. package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
  1739. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
  1740. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
  1741. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
  1742. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  1743. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  1744. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  1745. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1746. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  1747. package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
  1748. package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
  1749. package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
  1750. package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
  1751. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
  1752. package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
  1753. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
  1754. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  1755. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  1756. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  1757. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1758. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  1759. package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
  1760. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
  1761. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
  1762. package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
  1763. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1764. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
  1765. package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  1766. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
  1767. package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  1768. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
  1769. package/dist/api/types/AsyncConversationMetadata.d.ts +1 -1
  1770. package/dist/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
  1771. package/dist/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  1772. package/dist/api/types/AudioWithTimestampsResponse.d.ts +1 -1
  1773. package/dist/api/types/AuthSettings.d.ts +1 -1
  1774. package/dist/api/types/BackupLlmDefault.d.ts +1 -2
  1775. package/dist/api/types/BackupLlmDisabled.d.ts +1 -2
  1776. package/dist/api/types/BackupLlmOverride.d.ts +1 -1
  1777. package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -2
  1778. package/dist/api/types/BatchCallResponse.d.ts +1 -2
  1779. package/dist/api/types/BatchCallWhatsAppParams.d.ts +5 -0
  1780. package/dist/api/types/BuiltInToolsInput.d.ts +1 -1
  1781. package/dist/api/types/BuiltInToolsOutput.d.ts +1 -1
  1782. package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
  1783. package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
  1784. package/dist/api/types/CanvasPlacement.d.ts +13 -0
  1785. package/dist/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
  1786. package/dist/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
  1787. package/dist/api/types/CaptionStyleModel.d.ts +1 -1
  1788. package/dist/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
  1789. package/dist/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
  1790. package/dist/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
  1791. package/dist/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
  1792. package/dist/api/types/ChapterContentBlockInputModel.d.ts +1 -1
  1793. package/dist/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
  1794. package/dist/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
  1795. package/dist/api/types/ChapterContentInputModel.d.ts +1 -1
  1796. package/dist/api/types/ChapterContentResponseModel.d.ts +1 -1
  1797. package/dist/api/types/ChapterResponse.d.ts +3 -1
  1798. package/dist/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
  1799. package/dist/api/types/ChapterSnapshotsResponse.d.ts +1 -1
  1800. package/dist/api/types/ChapterWithContentResponseModel.d.ts +3 -1
  1801. package/dist/api/types/ClientEvent.d.ts +1 -0
  1802. package/dist/api/types/ClientEvent.js +1 -0
  1803. package/dist/api/types/ClientToolConfigInput.d.ts +1 -1
  1804. package/dist/api/types/ClientToolConfigOutput.d.ts +1 -1
  1805. package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
  1806. package/dist/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
  1807. package/dist/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
  1808. package/dist/api/types/ConvAiWebhooks.d.ts +1 -1
  1809. package/dist/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
  1810. package/dist/api/types/ConversationChargingCommonModel.d.ts +1 -1
  1811. package/dist/api/types/ConversationConfig.d.ts +1 -1
  1812. package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
  1813. package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
  1814. package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
  1815. package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
  1816. package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
  1817. package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
  1818. package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
  1819. package/dist/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
  1820. package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
  1821. package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
  1822. package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
  1823. package/dist/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
  1824. package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
  1825. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  1826. package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  1827. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  1828. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  1829. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  1830. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
  1831. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
  1832. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
  1833. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
  1834. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
  1835. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
  1836. package/dist/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
  1837. package/dist/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
  1838. package/dist/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
  1839. package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  1840. package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  1841. package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  1842. package/dist/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
  1843. package/dist/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
  1844. package/dist/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
  1845. package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
  1846. package/dist/api/types/ConversationSummaryResponseModel.d.ts +1 -1
  1847. package/dist/api/types/ConversationTokenDbModel.d.ts +1 -1
  1848. package/dist/api/types/ConversationTurnMetrics.d.ts +1 -1
  1849. package/dist/api/types/ConversationalConfig.d.ts +1 -1
  1850. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1851. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1852. package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
  1853. package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
  1854. package/dist/api/types/CustomLlm.d.ts +1 -1
  1855. package/dist/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
  1856. package/dist/api/types/DataCollectionResultCommonModel.d.ts +1 -1
  1857. package/dist/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
  1858. package/dist/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
  1859. package/dist/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
  1860. package/dist/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
  1861. package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
  1862. package/dist/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
  1863. package/dist/api/types/DetailedMusicResponse.d.ts +1 -1
  1864. package/dist/api/types/DubbedSegment.d.ts +1 -1
  1865. package/dist/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
  1866. package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
  1867. package/dist/api/types/DubbingModel.d.ts +5 -0
  1868. package/dist/api/types/DubbingModel.js +8 -0
  1869. package/dist/api/types/DubbingResource.d.ts +1 -1
  1870. package/dist/api/types/DubbingTranscriptCharacter.d.ts +5 -0
  1871. package/dist/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
  1872. package/dist/api/types/DubbingTranscriptUtterance.d.ts +7 -0
  1873. package/dist/api/types/DubbingTranscriptWord.d.ts +8 -0
  1874. package/dist/api/types/DynamicVariablesConfig.d.ts +1 -1
  1875. package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
  1876. package/dist/api/types/EditChapterResponseModel.d.ts +1 -1
  1877. package/dist/api/types/EditProjectResponseModel.d.ts +1 -1
  1878. package/dist/api/types/EndCallToolConfig.d.ts +1 -2
  1879. package/dist/api/types/EvaluationSettings.d.ts +1 -1
  1880. package/dist/api/types/ExportOptions.d.ts +1 -1
  1881. package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
  1882. package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -1
  1883. package/dist/api/types/FineTuningResponse.d.ts +1 -1
  1884. package/dist/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
  1885. package/dist/api/types/GenerateVoiceRequest.d.ts +1 -1
  1886. package/dist/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  1887. package/dist/api/types/GetAgentLinkResponseModel.d.ts +1 -1
  1888. package/dist/api/types/GetAgentResponseModel.d.ts +1 -5
  1889. package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
  1890. package/dist/api/types/GetAgentsPageResponseModel.d.ts +1 -1
  1891. package/dist/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
  1892. package/dist/api/types/GetChaptersResponse.d.ts +1 -1
  1893. package/dist/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
  1894. package/dist/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
  1895. package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
  1896. package/dist/api/types/GetConversationResponseModel.d.ts +1 -1
  1897. package/dist/api/types/GetConversationsPageResponseModel.d.ts +1 -1
  1898. package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
  1899. package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  1900. package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  1901. package/dist/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
  1902. package/dist/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
  1903. package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  1904. package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
  1905. package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  1906. package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
  1907. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  1908. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
  1909. package/dist/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  1910. package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  1911. package/dist/api/types/GetLibraryVoicesResponse.d.ts +1 -1
  1912. package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
  1913. package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
  1914. package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
  1915. package/dist/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
  1916. package/dist/api/types/GetProjectsResponse.d.ts +1 -1
  1917. package/dist/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
  1918. package/dist/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
  1919. package/dist/api/types/GetSpeechHistoryResponse.d.ts +1 -1
  1920. package/dist/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
  1921. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
  1922. package/dist/api/types/GetTestsPageResponseModel.d.ts +1 -1
  1923. package/dist/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
  1924. package/dist/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
  1925. package/dist/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  1926. package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -1
  1927. package/dist/api/types/GetVoicesResponse.d.ts +1 -1
  1928. package/dist/api/types/GetVoicesV2Response.d.ts +1 -1
  1929. package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
  1930. package/dist/api/types/GuardrailsV1Input.d.ts +1 -1
  1931. package/dist/api/types/GuardrailsV1Output.d.ts +1 -1
  1932. package/dist/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
  1933. package/dist/api/types/HttpValidationError.d.ts +1 -1
  1934. package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
  1935. package/dist/api/types/InvoiceResponse.d.ts +1 -1
  1936. package/dist/api/types/KnowledgeBaseLocator.d.ts +1 -1
  1937. package/dist/api/types/LanguageDetectionToolConfig.d.ts +1 -2
  1938. package/dist/api/types/LanguagePresetInput.d.ts +1 -1
  1939. package/dist/api/types/LanguagePresetOutput.d.ts +1 -1
  1940. package/dist/api/types/LibraryVoiceResponse.d.ts +1 -1
  1941. package/dist/api/types/ListMcpToolsResponseModel.d.ts +1 -1
  1942. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
  1943. package/dist/api/types/LiteralOverride.d.ts +1 -1
  1944. package/dist/api/types/Llm.d.ts +3 -0
  1945. package/dist/api/types/Llm.js +3 -0
  1946. package/dist/api/types/LlmCategoryUsage.d.ts +1 -1
  1947. package/dist/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
  1948. package/dist/api/types/LlmReasoningEffort.d.ts +1 -0
  1949. package/dist/api/types/LlmReasoningEffort.js +1 -0
  1950. package/dist/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
  1951. package/dist/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
  1952. package/dist/api/types/LlmUsageInput.d.ts +1 -1
  1953. package/dist/api/types/LlmUsageOutput.d.ts +1 -1
  1954. package/dist/api/types/ManualVerificationResponse.d.ts +1 -1
  1955. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
  1956. package/dist/api/types/McpServerConfigInput.d.ts +1 -1
  1957. package/dist/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
  1958. package/dist/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
  1959. package/dist/api/types/McpServerConfigInputUrl.d.ts +1 -1
  1960. package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
  1961. package/dist/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
  1962. package/dist/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
  1963. package/dist/api/types/McpServerConfigOutputUrl.d.ts +1 -1
  1964. package/dist/api/types/McpServerResponseModel.d.ts +1 -1
  1965. package/dist/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
  1966. package/dist/api/types/McpServersResponseModel.d.ts +1 -1
  1967. package/dist/api/types/McpToolApprovalHash.d.ts +1 -1
  1968. package/dist/api/types/McpToolConfigOverride.d.ts +1 -1
  1969. package/dist/api/types/Model.d.ts +1 -1
  1970. package/dist/api/types/ModerationConfig.d.ts +1 -1
  1971. package/dist/api/types/ModerationGuardrailInput.d.ts +1 -1
  1972. package/dist/api/types/ModerationGuardrailOutput.d.ts +1 -1
  1973. package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
  1974. package/dist/api/types/MultipartMusicResponse.d.ts +1 -1
  1975. package/dist/api/types/MusicPrompt.d.ts +1 -1
  1976. package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
  1977. package/dist/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
  1978. package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
  1979. package/dist/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
  1980. package/dist/api/types/ObjectOverrideInput.d.ts +1 -1
  1981. package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
  1982. package/dist/api/types/ObjectOverrideOutput.d.ts +1 -1
  1983. package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
  1984. package/dist/api/types/OutboundCallRecipient.d.ts +1 -1
  1985. package/dist/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
  1986. package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
  1987. package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
  1988. package/dist/api/types/PhoneNumberTransfer.d.ts +1 -1
  1989. package/dist/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
  1990. package/dist/api/types/PlayDtmfToolConfig.d.ts +2 -0
  1991. package/dist/api/types/PodcastBulletinMode.d.ts +1 -1
  1992. package/dist/api/types/PodcastConversationMode.d.ts +1 -1
  1993. package/dist/api/types/PodcastProjectResponseModel.d.ts +1 -1
  1994. package/dist/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
  1995. package/dist/api/types/ProjectExtendedResponse.d.ts +3 -1
  1996. package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
  1997. package/dist/api/types/ProjectImageResponseModel.d.ts +19 -0
  1998. package/dist/api/types/ProjectResponse.d.ts +1 -1
  1999. package/dist/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
  2000. package/dist/api/types/ProjectSnapshotsResponse.d.ts +1 -1
  2001. package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -1
  2002. package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
  2003. package/dist/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
  2004. package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
  2005. package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  2006. package/dist/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
  2007. package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
  2008. package/dist/api/types/PromptAgentApiModelOverride.d.ts +1 -1
  2009. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  2010. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
  2011. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
  2012. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  2013. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
  2014. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
  2015. package/dist/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
  2016. package/dist/api/types/QueryOverride.d.ts +1 -1
  2017. package/dist/api/types/QueryParamsJsonSchema.d.ts +1 -1
  2018. package/dist/api/types/RagConfig.d.ts +1 -1
  2019. package/dist/api/types/RagConfigWorkflowOverride.d.ts +1 -1
  2020. package/dist/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
  2021. package/dist/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
  2022. package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
  2023. package/dist/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
  2024. package/dist/api/types/RagRetrievalInfo.d.ts +1 -1
  2025. package/dist/api/types/ReaderResourceResponseModel.d.ts +1 -1
  2026. package/dist/api/types/ReferencedToolCommonModel.d.ts +1 -1
  2027. package/dist/api/types/RegionConfigRequest.d.ts +1 -1
  2028. package/dist/api/types/Render.d.ts +1 -1
  2029. package/dist/api/types/ResourceAccessInfo.d.ts +1 -1
  2030. package/dist/api/types/ResourceMetadataResponseModel.d.ts +1 -1
  2031. package/dist/api/types/SafetyCommonModel.d.ts +1 -1
  2032. package/dist/api/types/SafetyEvaluation.d.ts +1 -1
  2033. package/dist/api/types/SectionSource.d.ts +1 -1
  2034. package/dist/api/types/ShareOptionResponseModel.d.ts +1 -1
  2035. package/dist/api/types/SimilarVoice.d.ts +1 -1
  2036. package/dist/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
  2037. package/dist/api/types/SingleUseTokenType.d.ts +5 -1
  2038. package/dist/api/types/SingleUseTokenType.js +5 -0
  2039. package/dist/api/types/SkipTurnToolConfig.d.ts +1 -2
  2040. package/dist/api/types/SongSection.d.ts +1 -1
  2041. package/dist/api/types/SpeakerResponseModel.d.ts +1 -1
  2042. package/dist/api/types/SpeakerSegment.d.ts +1 -1
  2043. package/dist/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  2044. package/dist/api/types/SpeakerTrack.d.ts +1 -1
  2045. package/dist/api/types/SpeechHistoryItemResponse.d.ts +1 -1
  2046. package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
  2047. package/dist/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
  2048. package/dist/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  2049. package/dist/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
  2050. package/dist/api/types/Subscription.d.ts +1 -1
  2051. package/dist/api/types/SubscriptionResponse.d.ts +1 -1
  2052. package/dist/api/types/SuggestedAudioTag.d.ts +6 -0
  2053. package/dist/api/types/SupportedVoice.d.ts +1 -1
  2054. package/dist/api/types/SystemToolConfigInput.d.ts +1 -1
  2055. package/dist/api/types/SystemToolConfigInputParams.d.ts +1 -1
  2056. package/dist/api/types/SystemToolConfigOutput.d.ts +1 -1
  2057. package/dist/api/types/SystemToolConfigOutputParams.d.ts +1 -1
  2058. package/dist/api/types/TestConditionResultCommonModel.d.ts +1 -1
  2059. package/dist/api/types/TestFromConversationMetadataInput.d.ts +1 -1
  2060. package/dist/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
  2061. package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
  2062. package/dist/api/types/TestRunMetadata.d.ts +1 -1
  2063. package/dist/api/types/TextNormalisationType.d.ts +6 -0
  2064. package/dist/api/types/TextNormalisationType.js +9 -0
  2065. package/dist/api/types/Tool.d.ts +1 -1
  2066. package/dist/api/types/ToolRequestModel.d.ts +1 -1
  2067. package/dist/api/types/ToolRequestModelToolConfig.d.ts +2 -5
  2068. package/dist/api/types/ToolResponseModel.d.ts +1 -1
  2069. package/dist/api/types/ToolResponseModelToolConfig.d.ts +2 -5
  2070. package/dist/api/types/ToolsResponseModel.d.ts +1 -1
  2071. package/dist/api/types/TransferToAgentToolConfig.d.ts +1 -1
  2072. package/dist/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
  2073. package/dist/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
  2074. package/dist/api/types/TtsConversationalConfigInput.d.ts +5 -1
  2075. package/dist/api/types/TtsConversationalConfigOutput.d.ts +5 -1
  2076. package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
  2077. package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
  2078. package/dist/api/types/TtsConversationalModel.d.ts +0 -1
  2079. package/dist/api/types/TtsConversationalModel.js +0 -1
  2080. package/dist/api/types/TtsModelFamily.d.ts +0 -1
  2081. package/dist/api/types/TtsModelFamily.js +0 -1
  2082. package/dist/api/types/TurnConfig.d.ts +1 -1
  2083. package/dist/api/types/TurnConfigOverride.d.ts +1 -1
  2084. package/dist/api/types/TurnConfigOverrideConfig.d.ts +1 -1
  2085. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
  2086. package/dist/api/types/UnitTestCommonModel.d.ts +1 -1
  2087. package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -1
  2088. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
  2089. package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
  2090. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
  2091. package/dist/api/types/UnitTestToolCallParameter.d.ts +1 -1
  2092. package/dist/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
  2093. package/dist/api/types/User.d.ts +1 -1
  2094. package/dist/api/types/UserFeedback.d.ts +1 -1
  2095. package/dist/api/types/VadConfig.d.ts +1 -2
  2096. package/dist/api/types/VadConfigWorkflowOverride.d.ts +1 -2
  2097. package/dist/api/types/ValidationError.d.ts +1 -1
  2098. package/dist/api/types/VerificationAttemptResponse.d.ts +1 -1
  2099. package/dist/api/types/Voice.d.ts +1 -1
  2100. package/dist/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
  2101. package/dist/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
  2102. package/dist/api/types/VoiceSample.d.ts +1 -1
  2103. package/dist/api/types/VoiceSharingResponse.d.ts +1 -1
  2104. package/dist/api/types/VoiceVerificationResponse.d.ts +1 -1
  2105. package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  2106. package/dist/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
  2107. package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  2108. package/dist/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
  2109. package/dist/api/types/WebhookToolConfigInput.d.ts +1 -1
  2110. package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -1
  2111. package/dist/api/types/WidgetConfig.d.ts +1 -1
  2112. package/dist/api/types/WidgetConfigInputAvatar.d.ts +1 -1
  2113. package/dist/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
  2114. package/dist/api/types/WidgetConfigResponse.d.ts +1 -1
  2115. package/dist/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
  2116. package/dist/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
  2117. package/dist/api/types/WidgetLanguagePreset.d.ts +1 -1
  2118. package/dist/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
  2119. package/dist/api/types/WorkflowEdgeModelInput.d.ts +1 -1
  2120. package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
  2121. package/dist/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
  2122. package/dist/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
  2123. package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
  2124. package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
  2125. package/dist/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
  2126. package/dist/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
  2127. package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  2128. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
  2129. package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  2130. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
  2131. package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
  2132. package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
  2133. package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
  2134. package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
  2135. package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
  2136. package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
  2137. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
  2138. package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
  2139. package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
  2140. package/dist/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
  2141. package/dist/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
  2142. package/dist/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
  2143. package/dist/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  2144. package/dist/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
  2145. package/dist/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  2146. package/dist/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
  2147. package/dist/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
  2148. package/dist/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
  2149. package/dist/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
  2150. package/dist/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
  2151. package/dist/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
  2152. package/dist/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
  2153. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
  2154. package/dist/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
  2155. package/dist/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
  2156. package/dist/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
  2157. package/dist/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
  2158. package/dist/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
  2159. package/dist/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
  2160. package/dist/api/types/index.d.ts +296 -311
  2161. package/dist/api/types/index.js +296 -311
  2162. package/dist/core/exports.d.ts +1 -0
  2163. package/dist/core/exports.js +1 -0
  2164. package/dist/core/fetcher/APIResponse.d.ts +1 -1
  2165. package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
  2166. package/dist/core/fetcher/EndpointSupplier.d.ts +2 -2
  2167. package/dist/core/fetcher/Fetcher.d.ts +6 -3
  2168. package/dist/core/fetcher/Fetcher.js +202 -8
  2169. package/dist/core/fetcher/HttpResponsePromise.d.ts +1 -1
  2170. package/dist/core/fetcher/getErrorResponseBody.js +2 -1
  2171. package/dist/core/fetcher/getFetchFn.js +1 -1
  2172. package/dist/core/fetcher/getRequestBody.d.ts +1 -1
  2173. package/dist/core/fetcher/getRequestBody.js +4 -0
  2174. package/dist/core/fetcher/getResponseBody.js +3 -3
  2175. package/dist/core/fetcher/makeRequest.d.ts +1 -1
  2176. package/dist/core/fetcher/makeRequest.js +2 -4
  2177. package/dist/core/fetcher/requestWithRetries.js +3 -12
  2178. package/dist/core/fetcher/signals.d.ts +0 -6
  2179. package/dist/core/fetcher/signals.js +0 -12
  2180. package/dist/core/file/file.d.ts +6 -1
  2181. package/dist/core/file/file.js +25 -7
  2182. package/dist/core/form-data-utils/FormDataWrapper.d.ts +2 -3
  2183. package/dist/core/form-data-utils/FormDataWrapper.js +62 -85
  2184. package/dist/core/headers.js +6 -4
  2185. package/dist/core/index.d.ts +5 -4
  2186. package/dist/core/index.js +6 -5
  2187. package/dist/core/logging/exports.d.ts +18 -0
  2188. package/dist/core/logging/exports.js +45 -0
  2189. package/dist/core/logging/index.d.ts +1 -0
  2190. package/{api/resources/v1TextToSpeechVoiceIdStreamInput → dist/core/logging}/index.js +1 -1
  2191. package/dist/core/logging/logger.d.ts +126 -0
  2192. package/dist/core/logging/logger.js +144 -0
  2193. package/dist/core/schemas/Schema.d.ts +2 -1
  2194. package/dist/core/schemas/Schema.js +1 -0
  2195. package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
  2196. package/dist/core/schemas/builders/bigint/bigint.js +2 -2
  2197. package/dist/core/schemas/builders/date/date.d.ts +1 -1
  2198. package/dist/core/schemas/builders/date/date.js +2 -2
  2199. package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
  2200. package/dist/core/schemas/builders/index.d.ts +14 -14
  2201. package/dist/core/schemas/builders/index.js +14 -14
  2202. package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
  2203. package/dist/core/schemas/builders/lazy/lazy.js +2 -2
  2204. package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  2205. package/dist/core/schemas/builders/lazy/lazyObject.js +4 -4
  2206. package/dist/core/schemas/builders/list/list.d.ts +1 -1
  2207. package/dist/core/schemas/builders/list/list.js +2 -2
  2208. package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  2209. package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  2210. package/dist/core/schemas/builders/object/object.d.ts +1 -1
  2211. package/dist/core/schemas/builders/object/object.js +5 -5
  2212. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  2213. package/dist/core/schemas/builders/object/property.d.ts +1 -1
  2214. package/dist/core/schemas/builders/object/types.d.ts +5 -5
  2215. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  2216. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  2217. package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
  2218. package/dist/core/schemas/builders/primitives/any.d.ts +1 -1
  2219. package/dist/core/schemas/builders/primitives/boolean.d.ts +1 -1
  2220. package/dist/core/schemas/builders/primitives/index.d.ts +1 -0
  2221. package/dist/core/schemas/builders/primitives/index.js +3 -1
  2222. package/dist/core/schemas/builders/primitives/never.d.ts +2 -0
  2223. package/dist/core/schemas/builders/primitives/never.js +14 -0
  2224. package/dist/core/schemas/builders/primitives/number.d.ts +1 -1
  2225. package/dist/core/schemas/builders/primitives/string.d.ts +1 -1
  2226. package/dist/core/schemas/builders/primitives/unknown.d.ts +1 -1
  2227. package/dist/core/schemas/builders/record/record.d.ts +2 -2
  2228. package/dist/core/schemas/builders/record/record.js +3 -3
  2229. package/dist/core/schemas/builders/record/types.d.ts +2 -2
  2230. package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  2231. package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  2232. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  2233. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  2234. package/dist/core/schemas/builders/set/set.d.ts +1 -1
  2235. package/dist/core/schemas/builders/set/set.js +4 -4
  2236. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  2237. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  2238. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
  2239. package/dist/core/schemas/builders/union/types.d.ts +2 -2
  2240. package/dist/core/schemas/builders/union/union.d.ts +3 -3
  2241. package/dist/core/schemas/builders/union/union.js +4 -4
  2242. package/dist/core/schemas/index.d.ts +1 -1
  2243. package/dist/core/schemas/index.js +1 -1
  2244. package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  2245. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
  2246. package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  2247. package/dist/core/stream/Stream.d.ts +1 -0
  2248. package/dist/core/stream/Stream.js +8 -5
  2249. package/dist/core/url/encodePathParam.d.ts +1 -0
  2250. package/dist/core/url/encodePathParam.js +21 -0
  2251. package/dist/core/url/index.d.ts +1 -0
  2252. package/dist/core/url/index.js +3 -1
  2253. package/dist/core/url/join.js +3 -4
  2254. package/dist/errors/ElevenLabsError.d.ts +1 -1
  2255. package/dist/errors/ElevenLabsError.js +1 -1
  2256. package/dist/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
  2257. package/dist/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
  2258. package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
  2259. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
  2260. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
  2261. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
  2262. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
  2263. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
  2264. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
  2265. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
  2266. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
  2267. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
  2268. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
  2269. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
  2270. package/dist/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
  2271. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
  2272. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
  2273. package/dist/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  2274. package/dist/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
  2275. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
  2276. package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
  2277. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  2278. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  2279. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
  2280. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  2281. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  2282. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
  2283. package/dist/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
  2284. package/dist/serialization/resources/conversationalAi/resources/index.js +18 -18
  2285. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
  2286. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
  2287. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
  2288. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
  2289. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
  2290. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
  2291. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  2292. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  2293. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
  2294. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
  2295. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
  2296. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
  2297. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  2298. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  2299. package/dist/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
  2300. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
  2301. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  2302. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
  2303. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
  2304. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
  2305. package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  2306. package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  2307. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
  2308. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
  2309. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
  2310. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
  2311. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
  2312. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
  2313. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
  2314. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
  2315. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
  2316. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
  2317. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
  2318. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  2319. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  2320. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
  2321. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
  2322. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
  2323. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
  2324. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
  2325. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
  2326. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
  2327. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
  2328. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  2329. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  2330. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
  2331. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
  2332. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
  2333. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
  2334. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
  2335. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
  2336. package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
  2337. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
  2338. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
  2339. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
  2340. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
  2341. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
  2342. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
  2343. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
  2344. package/dist/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  2345. package/dist/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
  2346. package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
  2347. package/dist/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  2348. package/dist/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  2349. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
  2350. package/dist/serialization/resources/dubbing/index.d.ts +1 -1
  2351. package/dist/serialization/resources/dubbing/index.js +1 -1
  2352. package/dist/serialization/resources/dubbing/resources/index.d.ts +3 -2
  2353. package/dist/serialization/resources/dubbing/resources/index.js +4 -3
  2354. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
  2355. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
  2356. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
  2357. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
  2358. package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
  2359. package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
  2360. package/dist/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
  2361. package/dist/serialization/resources/dubbing/resources/resource/index.js +1 -0
  2362. package/dist/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
  2363. package/dist/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
  2364. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
  2365. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
  2366. package/dist/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
  2367. package/dist/serialization/{types/FinalOutputMulti.js → resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +6 -6
  2368. package/dist/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  2369. package/dist/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
  2370. package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
  2371. package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
  2372. package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
  2373. package/dist/serialization/resources/{v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js → dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
  2374. package/dist/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  2375. package/dist/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
  2376. package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
  2377. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
  2378. package/dist/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
  2379. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
  2380. package/dist/serialization/resources/dubbing/types/index.d.ts +1 -1
  2381. package/dist/serialization/resources/dubbing/types/index.js +1 -1
  2382. package/dist/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
  2383. package/dist/serialization/resources/history/index.d.ts +1 -1
  2384. package/dist/serialization/resources/history/index.js +1 -1
  2385. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
  2386. package/dist/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
  2387. package/dist/serialization/resources/index.d.ts +29 -33
  2388. package/dist/serialization/resources/index.js +30 -34
  2389. package/dist/serialization/resources/models/client/list.d.ts +2 -2
  2390. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
  2391. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
  2392. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
  2393. package/dist/serialization/resources/music/index.d.ts +1 -1
  2394. package/dist/serialization/resources/music/index.js +1 -1
  2395. package/dist/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
  2396. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
  2397. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
  2398. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
  2399. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
  2400. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
  2401. package/dist/serialization/resources/music/types/index.d.ts +2 -2
  2402. package/dist/serialization/resources/music/types/index.js +2 -2
  2403. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
  2404. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
  2405. package/dist/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
  2406. package/dist/serialization/resources/pronunciationDictionaries/index.js +2 -2
  2407. package/dist/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  2408. package/dist/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
  2409. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
  2410. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
  2411. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  2412. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  2413. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
  2414. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
  2415. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
  2416. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
  2417. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
  2418. package/dist/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  2419. package/dist/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
  2420. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
  2421. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
  2422. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  2423. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  2424. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  2425. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
  2426. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  2427. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
  2428. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  2429. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  2430. package/dist/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
  2431. package/dist/serialization/resources/serviceAccounts/resources/index.js +1 -1
  2432. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
  2433. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
  2434. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
  2435. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
  2436. package/dist/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
  2437. package/dist/serialization/resources/speechToSpeech/types/index.js +2 -2
  2438. package/dist/serialization/resources/speechToText/index.d.ts +1 -1
  2439. package/dist/serialization/resources/speechToText/index.js +1 -1
  2440. package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
  2441. package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
  2442. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
  2443. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
  2444. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
  2445. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
  2446. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
  2447. package/dist/serialization/resources/speechToText/types/index.d.ts +1 -1
  2448. package/dist/serialization/resources/speechToText/types/index.js +1 -1
  2449. package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
  2450. package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
  2451. package/dist/serialization/resources/studio/index.d.ts +2 -2
  2452. package/dist/serialization/resources/studio/index.js +2 -2
  2453. package/dist/serialization/resources/studio/resources/index.d.ts +1 -1
  2454. package/dist/serialization/resources/studio/resources/index.js +1 -1
  2455. package/dist/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
  2456. package/dist/serialization/resources/studio/resources/projects/index.d.ts +1 -1
  2457. package/dist/serialization/resources/studio/resources/projects/index.js +1 -1
  2458. package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
  2459. package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
  2460. package/dist/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
  2461. package/dist/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
  2462. package/dist/serialization/resources/studio/resources/projects/resources/index.js +3 -3
  2463. package/dist/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
  2464. package/dist/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
  2465. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
  2466. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
  2467. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
  2468. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
  2469. package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
  2470. package/dist/serialization/resources/studio/resources/projects/types/index.js +2 -2
  2471. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
  2472. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
  2473. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
  2474. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
  2475. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
  2476. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
  2477. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
  2478. package/dist/serialization/resources/studio/types/index.d.ts +4 -4
  2479. package/dist/serialization/resources/studio/types/index.js +4 -4
  2480. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
  2481. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
  2482. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
  2483. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
  2484. package/dist/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
  2485. package/dist/serialization/resources/textToDialogue/client/requests/index.js +5 -5
  2486. package/dist/serialization/resources/textToDialogue/index.d.ts +1 -1
  2487. package/dist/serialization/resources/textToDialogue/index.js +1 -1
  2488. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  2489. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
  2490. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
  2491. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  2492. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
  2493. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  2494. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
  2495. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  2496. package/dist/serialization/resources/textToDialogue/types/index.d.ts +5 -5
  2497. package/dist/serialization/resources/textToDialogue/types/index.js +5 -5
  2498. package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
  2499. package/dist/serialization/resources/textToSoundEffects/index.d.ts +1 -1
  2500. package/dist/serialization/resources/textToSoundEffects/index.js +1 -1
  2501. package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
  2502. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
  2503. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
  2504. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
  2505. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
  2506. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
  2507. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
  2508. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
  2509. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
  2510. package/dist/serialization/resources/textToSpeech/index.d.ts +1 -1
  2511. package/dist/serialization/resources/textToSpeech/index.js +1 -1
  2512. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
  2513. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  2514. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
  2515. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  2516. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
  2517. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  2518. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
  2519. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  2520. package/dist/serialization/resources/textToSpeech/types/index.d.ts +4 -4
  2521. package/dist/serialization/resources/textToSpeech/types/index.js +4 -4
  2522. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
  2523. package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
  2524. package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
  2525. package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
  2526. package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
  2527. package/dist/serialization/resources/textToVoice/client/requests/index.js +3 -3
  2528. package/dist/serialization/resources/textToVoice/index.d.ts +1 -1
  2529. package/dist/serialization/resources/textToVoice/index.js +1 -1
  2530. package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
  2531. package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
  2532. package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
  2533. package/dist/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
  2534. package/dist/serialization/resources/textToVoice/types/index.d.ts +1 -1
  2535. package/dist/serialization/resources/textToVoice/types/index.js +1 -1
  2536. package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
  2537. package/dist/serialization/resources/voices/index.d.ts +2 -2
  2538. package/dist/serialization/resources/voices/index.js +2 -2
  2539. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
  2540. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
  2541. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
  2542. package/dist/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
  2543. package/dist/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
  2544. package/dist/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
  2545. package/dist/serialization/resources/voices/resources/pvc/index.js +1 -1
  2546. package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
  2547. package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
  2548. package/dist/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
  2549. package/dist/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
  2550. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
  2551. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
  2552. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
  2553. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
  2554. package/dist/serialization/resources/workspace/resources/index.d.ts +4 -4
  2555. package/dist/serialization/resources/workspace/resources/index.js +5 -5
  2556. package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
  2557. package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
  2558. package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
  2559. package/dist/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
  2560. package/dist/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
  2561. package/dist/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
  2562. package/dist/serialization/resources/workspace/resources/invites/index.js +1 -1
  2563. package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
  2564. package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
  2565. package/dist/serialization/resources/workspace/resources/members/index.d.ts +1 -1
  2566. package/dist/serialization/resources/workspace/resources/members/index.js +1 -1
  2567. package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
  2568. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
  2569. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
  2570. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
  2571. package/dist/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
  2572. package/dist/serialization/resources/workspace/resources/resources/index.js +1 -1
  2573. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
  2574. package/dist/serialization/types/AddChapterResponseModel.d.ts +2 -2
  2575. package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
  2576. package/dist/serialization/types/AddProjectRequest.d.ts +2 -2
  2577. package/dist/serialization/types/AddProjectResponseModel.d.ts +2 -2
  2578. package/dist/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
  2579. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
  2580. package/dist/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
  2581. package/dist/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
  2582. package/dist/serialization/types/AddVoiceResponseModel.d.ts +2 -2
  2583. package/dist/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
  2584. package/dist/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
  2585. package/dist/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
  2586. package/dist/serialization/types/AdditionalFormats.d.ts +2 -2
  2587. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
  2588. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
  2589. package/dist/serialization/types/Age.d.ts +2 -2
  2590. package/dist/serialization/types/AgentCallLimits.d.ts +2 -2
  2591. package/dist/serialization/types/AgentConfig.d.ts +2 -2
  2592. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
  2593. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
  2594. package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
  2595. package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  2596. package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  2597. package/dist/serialization/types/AgentDefinitionSource.d.ts +2 -2
  2598. package/dist/serialization/types/AgentFailureResponseExample.d.ts +2 -2
  2599. package/dist/serialization/types/AgentMetadata.d.ts +2 -2
  2600. package/dist/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
  2601. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
  2602. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
  2603. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
  2604. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
  2605. package/dist/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
  2606. package/dist/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
  2607. package/dist/serialization/types/AgentSortBy.d.ts +2 -2
  2608. package/dist/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
  2609. package/dist/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
  2610. package/dist/serialization/types/AgentTestingSettings.d.ts +2 -2
  2611. package/dist/serialization/types/AgentTransfer.d.ts +2 -2
  2612. package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
  2613. package/dist/serialization/types/AgentWorkflowRequestModel.js +1 -1
  2614. package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
  2615. package/dist/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
  2616. package/dist/serialization/types/AgentWorkflowResponseModel.js +1 -1
  2617. package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
  2618. package/dist/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
  2619. package/dist/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
  2620. package/dist/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
  2621. package/dist/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
  2622. package/dist/serialization/types/AllowlistItem.d.ts +2 -2
  2623. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
  2624. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
  2625. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
  2626. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
  2627. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
  2628. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
  2629. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
  2630. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
  2631. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
  2632. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
  2633. package/dist/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
  2634. package/dist/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
  2635. package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
  2636. package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
  2637. package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
  2638. package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
  2639. package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
  2640. package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
  2641. package/dist/serialization/types/AsrConversationalConfig.d.ts +4 -4
  2642. package/dist/serialization/types/AsrConversationalConfig.js +2 -2
  2643. package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
  2644. package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
  2645. package/dist/serialization/types/AsrInputFormat.d.ts +2 -2
  2646. package/dist/serialization/types/AsrProvider.d.ts +2 -2
  2647. package/dist/serialization/types/AsrQuality.d.ts +2 -2
  2648. package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
  2649. package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
  2650. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
  2651. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
  2652. package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
  2653. package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  2654. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
  2655. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
  2656. package/dist/serialization/types/AstBooleanNodeInput.d.ts +2 -2
  2657. package/dist/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
  2658. package/dist/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
  2659. package/dist/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
  2660. package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  2661. package/dist/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
  2662. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
  2663. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
  2664. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
  2665. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
  2666. package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  2667. package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
  2668. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2669. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
  2670. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
  2671. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
  2672. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  2673. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
  2674. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
  2675. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
  2676. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
  2677. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
  2678. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  2679. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
  2680. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
  2681. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
  2682. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
  2683. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
  2684. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  2685. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
  2686. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  2687. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
  2688. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  2689. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
  2690. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  2691. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
  2692. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2693. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  2694. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  2695. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
  2696. package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  2697. package/dist/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
  2698. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
  2699. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
  2700. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
  2701. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
  2702. package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  2703. package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
  2704. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
  2705. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
  2706. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
  2707. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
  2708. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  2709. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
  2710. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  2711. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
  2712. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  2713. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
  2714. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  2715. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
  2716. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2717. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  2718. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  2719. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
  2720. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  2721. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
  2722. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
  2723. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
  2724. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
  2725. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
  2726. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  2727. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
  2728. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2729. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
  2730. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
  2731. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
  2732. package/dist/serialization/types/AstNumberNodeInput.d.ts +2 -2
  2733. package/dist/serialization/types/AstNumberNodeOutput.d.ts +2 -2
  2734. package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
  2735. package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
  2736. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
  2737. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
  2738. package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
  2739. package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  2740. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
  2741. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
  2742. package/dist/serialization/types/AstStringNodeInput.d.ts +2 -2
  2743. package/dist/serialization/types/AstStringNodeOutput.d.ts +2 -2
  2744. package/dist/serialization/types/AstllmNodeInput.d.ts +2 -2
  2745. package/dist/serialization/types/AstllmNodeOutput.d.ts +2 -2
  2746. package/dist/serialization/types/AsyncConversationMetadata.d.ts +2 -2
  2747. package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
  2748. package/dist/serialization/types/AttachedTestModel.d.ts +2 -2
  2749. package/dist/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
  2750. package/dist/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
  2751. package/dist/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
  2752. package/dist/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
  2753. package/dist/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  2754. package/dist/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
  2755. package/dist/serialization/types/AuthConnectionLocator.d.ts +2 -2
  2756. package/dist/serialization/types/AuthSettings.d.ts +2 -2
  2757. package/dist/serialization/types/AuthorizationMethod.d.ts +2 -2
  2758. package/dist/serialization/types/BackupLlmDefault.d.ts +3 -4
  2759. package/dist/serialization/types/BackupLlmDisabled.d.ts +3 -4
  2760. package/dist/serialization/types/BackupLlmOverride.d.ts +2 -2
  2761. package/dist/serialization/types/BadRequestErrorBody.d.ts +2 -2
  2762. package/dist/serialization/types/BanReasonType.d.ts +2 -2
  2763. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
  2764. package/dist/serialization/types/BatchCallDetailedResponse.js +1 -2
  2765. package/dist/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
  2766. package/dist/serialization/types/BatchCallResponse.d.ts +3 -4
  2767. package/dist/serialization/types/BatchCallResponse.js +1 -2
  2768. package/dist/serialization/types/BatchCallStatus.d.ts +2 -2
  2769. package/dist/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
  2770. package/dist/serialization/types/{AudioOutput.js → BatchCallWhatsAppParams.js} +5 -7
  2771. package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
  2772. package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
  2773. package/dist/serialization/types/BreakdownTypes.d.ts +2 -2
  2774. package/dist/serialization/types/BuiltInToolsInput.d.ts +2 -2
  2775. package/dist/serialization/types/BuiltInToolsOutput.d.ts +2 -2
  2776. package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
  2777. package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
  2778. package/dist/serialization/types/CanvasPlacement.d.ts +16 -0
  2779. package/dist/serialization/types/{Alignment.js → CanvasPlacement.js} +10 -5
  2780. package/dist/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
  2781. package/dist/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
  2782. package/dist/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
  2783. package/dist/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
  2784. package/dist/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
  2785. package/dist/serialization/types/CaptionStyleModel.d.ts +6 -6
  2786. package/dist/serialization/types/CaptionStyleModel.js +4 -4
  2787. package/dist/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
  2788. package/dist/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
  2789. package/dist/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
  2790. package/dist/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
  2791. package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
  2792. package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
  2793. package/dist/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
  2794. package/dist/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
  2795. package/dist/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
  2796. package/dist/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
  2797. package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
  2798. package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
  2799. package/dist/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
  2800. package/dist/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
  2801. package/dist/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
  2802. package/dist/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
  2803. package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
  2804. package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
  2805. package/dist/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
  2806. package/dist/serialization/types/ChapterContentInputModel.d.ts +2 -2
  2807. package/dist/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
  2808. package/dist/serialization/types/ChapterContentResponseModel.d.ts +2 -2
  2809. package/dist/serialization/types/ChapterResponse.d.ts +3 -2
  2810. package/dist/serialization/types/ChapterResponse.js +1 -0
  2811. package/dist/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
  2812. package/dist/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
  2813. package/dist/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
  2814. package/dist/serialization/types/ChapterState.d.ts +2 -2
  2815. package/dist/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
  2816. package/dist/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
  2817. package/dist/serialization/types/ChapterWithContentResponseModel.js +3 -2
  2818. package/dist/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
  2819. package/dist/serialization/types/CharacterAlignmentModel.d.ts +2 -2
  2820. package/dist/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
  2821. package/dist/serialization/types/CharacterUsageResponse.d.ts +2 -2
  2822. package/dist/serialization/types/ClientEvent.d.ts +3 -3
  2823. package/dist/serialization/types/ClientEvent.js +1 -0
  2824. package/dist/serialization/types/ClientToolConfigInput.d.ts +4 -4
  2825. package/dist/serialization/types/ClientToolConfigInput.js +3 -3
  2826. package/dist/serialization/types/ClientToolConfigOutput.d.ts +4 -4
  2827. package/dist/serialization/types/ClientToolConfigOutput.js +3 -3
  2828. package/dist/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
  2829. package/dist/serialization/types/ConvAiSecretLocator.d.ts +2 -2
  2830. package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
  2831. package/dist/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
  2832. package/dist/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
  2833. package/dist/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
  2834. package/dist/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
  2835. package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -2
  2836. package/dist/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
  2837. package/dist/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
  2838. package/dist/serialization/types/ConversationConfig.d.ts +2 -2
  2839. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
  2840. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
  2841. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
  2842. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
  2843. package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
  2844. package/dist/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
  2845. package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
  2846. package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
  2847. package/dist/serialization/types/ConversationConfigOverride.d.ts +2 -2
  2848. package/dist/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
  2849. package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
  2850. package/dist/serialization/types/ConversationDeletionSettings.d.ts +2 -2
  2851. package/dist/serialization/types/ConversationFeedbackType.d.ts +2 -2
  2852. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
  2853. package/dist/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
  2854. package/dist/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
  2855. package/dist/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
  2856. package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
  2857. package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
  2858. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
  2859. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
  2860. package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
  2861. package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
  2862. package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
  2863. package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
  2864. package/dist/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
  2865. package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
  2866. package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
  2867. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
  2868. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
  2869. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
  2870. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
  2871. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
  2872. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
  2873. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
  2874. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
  2875. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
  2876. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
  2877. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
  2878. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
  2879. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
  2880. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  2881. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
  2882. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
  2883. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
  2884. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
  2885. package/dist/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
  2886. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
  2887. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
  2888. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
  2889. package/dist/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
  2890. package/dist/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
  2891. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
  2892. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
  2893. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
  2894. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
  2895. package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
  2896. package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
  2897. package/dist/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
  2898. package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
  2899. package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
  2900. package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  2901. package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
  2902. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
  2903. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  2904. package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
  2905. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
  2906. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  2907. package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
  2908. package/dist/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
  2909. package/dist/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
  2910. package/dist/serialization/types/ConversationInitiationSource.d.ts +2 -2
  2911. package/dist/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
  2912. package/dist/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
  2913. package/dist/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
  2914. package/dist/serialization/types/ConversationSimulationSpecification.js +1 -1
  2915. package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
  2916. package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
  2917. package/dist/serialization/types/ConversationSummaryResponseModel.js +1 -1
  2918. package/dist/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
  2919. package/dist/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
  2920. package/dist/serialization/types/ConversationTokenDbModel.d.ts +2 -2
  2921. package/dist/serialization/types/ConversationTokenPurpose.d.ts +2 -2
  2922. package/dist/serialization/types/ConversationTurnMetrics.d.ts +2 -2
  2923. package/dist/serialization/types/ConversationalConfig.d.ts +5 -5
  2924. package/dist/serialization/types/ConversationalConfig.js +3 -3
  2925. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
  2926. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
  2927. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
  2928. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
  2929. package/dist/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
  2930. package/dist/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
  2931. package/dist/serialization/types/CreateAgentResponseModel.d.ts +2 -2
  2932. package/dist/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
  2933. package/dist/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
  2934. package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
  2935. package/dist/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
  2936. package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
  2937. package/dist/serialization/types/CreateTranscriptRequest.d.ts +2 -2
  2938. package/dist/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
  2939. package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
  2940. package/dist/serialization/types/CustomLlm.d.ts +2 -2
  2941. package/dist/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
  2942. package/dist/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
  2943. package/dist/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
  2944. package/dist/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
  2945. package/dist/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
  2946. package/dist/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
  2947. package/dist/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
  2948. package/dist/serialization/types/DeleteChapterRequest.d.ts +2 -2
  2949. package/dist/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
  2950. package/dist/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
  2951. package/dist/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
  2952. package/dist/serialization/types/DeleteProjectRequest.d.ts +2 -2
  2953. package/dist/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
  2954. package/dist/serialization/types/DeleteSampleResponse.d.ts +2 -2
  2955. package/dist/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
  2956. package/dist/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
  2957. package/dist/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
  2958. package/dist/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
  2959. package/dist/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
  2960. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
  2961. package/dist/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
  2962. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
  2963. package/dist/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
  2964. package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
  2965. package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
  2966. package/dist/serialization/types/DetailedMusicResponse.d.ts +2 -2
  2967. package/dist/serialization/types/DialogueInput.d.ts +2 -2
  2968. package/dist/serialization/types/DialogueInputResponseModel.d.ts +2 -2
  2969. package/dist/serialization/types/DiscountResposneModel.d.ts +2 -2
  2970. package/dist/serialization/types/DoDubbingResponse.d.ts +2 -2
  2971. package/dist/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
  2972. package/dist/serialization/types/DocxExportOptions.d.ts +2 -2
  2973. package/dist/serialization/types/DubbedSegment.d.ts +3 -3
  2974. package/dist/serialization/types/DubbedSegment.js +1 -1
  2975. package/dist/serialization/types/DubbingMediaMetadata.d.ts +2 -2
  2976. package/dist/serialization/types/DubbingMediaReference.d.ts +2 -2
  2977. package/dist/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
  2978. package/dist/serialization/types/DubbingMetadataResponse.d.ts +2 -2
  2979. package/dist/serialization/types/DubbingModel.d.ts +7 -0
  2980. package/dist/serialization/types/{CloseConnection.js → DubbingModel.js} +2 -4
  2981. package/dist/serialization/types/DubbingReleaseChannel.d.ts +2 -2
  2982. package/dist/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
  2983. package/dist/serialization/types/DubbingResource.d.ts +4 -4
  2984. package/dist/serialization/types/DubbingResource.js +2 -2
  2985. package/dist/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
  2986. package/dist/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
  2987. package/dist/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
  2988. package/dist/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
  2989. package/dist/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
  2990. package/dist/serialization/types/{CloseContext.js → DubbingTranscriptUtterance.js} +7 -4
  2991. package/dist/serialization/types/DubbingTranscriptWord.d.ts +14 -0
  2992. package/dist/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
  2993. package/dist/serialization/types/DynamicVariableAssignment.d.ts +2 -2
  2994. package/dist/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
  2995. package/dist/serialization/types/DynamicVariablesConfig.d.ts +2 -2
  2996. package/dist/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
  2997. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
  2998. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
  2999. package/dist/serialization/types/EditChapterResponseModel.d.ts +2 -2
  3000. package/dist/serialization/types/EditProjectResponseModel.d.ts +2 -2
  3001. package/dist/serialization/types/EditVoiceResponseModel.d.ts +2 -2
  3002. package/dist/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
  3003. package/dist/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
  3004. package/dist/serialization/types/EmbedVariant.d.ts +2 -2
  3005. package/dist/serialization/types/EmbeddingModelEnum.d.ts +2 -2
  3006. package/dist/serialization/types/EndCallToolConfig.d.ts +3 -4
  3007. package/dist/serialization/types/EndCallToolResultModel.d.ts +2 -2
  3008. package/dist/serialization/types/EvaluationSettings.d.ts +2 -2
  3009. package/dist/serialization/types/EvaluationSuccessResult.d.ts +2 -2
  3010. package/dist/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
  3011. package/dist/serialization/types/ExportOptions.d.ts +2 -2
  3012. package/dist/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
  3013. package/dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  3014. package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
  3015. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
  3016. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
  3017. package/dist/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
  3018. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
  3019. package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -1
  3020. package/dist/serialization/types/FeedbackItem.d.ts +2 -2
  3021. package/dist/serialization/types/FineTuningResponse.d.ts +3 -3
  3022. package/dist/serialization/types/FineTuningResponse.js +1 -1
  3023. package/dist/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
  3024. package/dist/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
  3025. package/dist/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
  3026. package/dist/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
  3027. package/dist/serialization/types/Gender.d.ts +2 -2
  3028. package/dist/serialization/types/GenerateVoiceRequest.d.ts +3 -3
  3029. package/dist/serialization/types/GenerateVoiceRequest.js +1 -1
  3030. package/dist/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  3031. package/dist/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
  3032. package/dist/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
  3033. package/dist/serialization/types/GetAgentResponseModel.d.ts +4 -6
  3034. package/dist/serialization/types/GetAgentResponseModel.js +2 -4
  3035. package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
  3036. package/dist/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
  3037. package/dist/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
  3038. package/dist/serialization/types/GetChapterRequest.d.ts +2 -2
  3039. package/dist/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
  3040. package/dist/serialization/types/GetChaptersRequest.d.ts +2 -2
  3041. package/dist/serialization/types/GetChaptersResponse.d.ts +2 -2
  3042. package/dist/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
  3043. package/dist/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
  3044. package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
  3045. package/dist/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
  3046. package/dist/serialization/types/GetConversationResponseModel.d.ts +5 -5
  3047. package/dist/serialization/types/GetConversationResponseModel.js +3 -3
  3048. package/dist/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
  3049. package/dist/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
  3050. package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
  3051. package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  3052. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
  3053. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
  3054. package/dist/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
  3055. package/dist/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
  3056. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
  3057. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
  3058. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
  3059. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
  3060. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
  3061. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
  3062. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
  3063. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
  3064. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
  3065. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
  3066. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
  3067. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
  3068. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
  3069. package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
  3070. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
  3071. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
  3072. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
  3073. package/dist/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
  3074. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
  3075. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
  3076. package/dist/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
  3077. package/dist/serialization/types/GetProjectRequest.d.ts +2 -2
  3078. package/dist/serialization/types/GetProjectsRequest.d.ts +2 -2
  3079. package/dist/serialization/types/GetProjectsResponse.d.ts +2 -2
  3080. package/dist/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
  3081. package/dist/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
  3082. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
  3083. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
  3084. package/dist/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
  3085. package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
  3086. package/dist/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
  3087. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
  3088. package/dist/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
  3089. package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
  3090. package/dist/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
  3091. package/dist/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  3092. package/dist/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
  3093. package/dist/serialization/types/GetUnitTestResponseModel.js +4 -4
  3094. package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
  3095. package/dist/serialization/types/GetVoicesResponse.d.ts +2 -2
  3096. package/dist/serialization/types/GetVoicesV2Response.d.ts +2 -2
  3097. package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
  3098. package/dist/serialization/types/GuardrailsV1Input.d.ts +2 -2
  3099. package/dist/serialization/types/GuardrailsV1Output.d.ts +2 -2
  3100. package/dist/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
  3101. package/dist/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
  3102. package/dist/serialization/types/HistoryItemResponse.d.ts +2 -2
  3103. package/dist/serialization/types/HtmlExportOptions.d.ts +2 -2
  3104. package/dist/serialization/types/HttpValidationError.d.ts +2 -2
  3105. package/dist/serialization/types/ImageAvatar.d.ts +2 -2
  3106. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
  3107. package/dist/serialization/types/IntegrationType.d.ts +2 -2
  3108. package/dist/serialization/types/InvoiceResponse.d.ts +2 -2
  3109. package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
  3110. package/dist/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
  3111. package/dist/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
  3112. package/dist/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
  3113. package/dist/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
  3114. package/dist/serialization/types/KnowledgeBaseLocator.js +1 -1
  3115. package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
  3116. package/dist/serialization/types/LanguageAddedResponse.d.ts +2 -2
  3117. package/dist/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
  3118. package/dist/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
  3119. package/dist/serialization/types/LanguagePresetInput.d.ts +2 -2
  3120. package/dist/serialization/types/LanguagePresetOutput.d.ts +2 -2
  3121. package/dist/serialization/types/LanguagePresetTranslation.d.ts +2 -2
  3122. package/dist/serialization/types/LanguageResponse.d.ts +2 -2
  3123. package/dist/serialization/types/LibraryVoiceResponse.d.ts +2 -2
  3124. package/dist/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
  3125. package/dist/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
  3126. package/dist/serialization/types/ListResponseMeta.d.ts +2 -2
  3127. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
  3128. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -1
  3129. package/dist/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
  3130. package/dist/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
  3131. package/dist/serialization/types/LiteralOverride.d.ts +2 -2
  3132. package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
  3133. package/dist/serialization/types/LivekitStackType.d.ts +2 -2
  3134. package/dist/serialization/types/Llm.d.ts +3 -3
  3135. package/dist/serialization/types/Llm.js +3 -0
  3136. package/dist/serialization/types/LlmCategoryUsage.d.ts +2 -2
  3137. package/dist/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
  3138. package/dist/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
  3139. package/dist/serialization/types/LlmReasoningEffort.d.ts +3 -3
  3140. package/dist/serialization/types/LlmReasoningEffort.js +1 -1
  3141. package/dist/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
  3142. package/dist/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
  3143. package/dist/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
  3144. package/dist/serialization/types/LlmUsageInput.d.ts +2 -2
  3145. package/dist/serialization/types/LlmUsageOutput.d.ts +2 -2
  3146. package/dist/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
  3147. package/dist/serialization/types/ManualVerificationResponse.d.ts +2 -2
  3148. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
  3149. package/dist/serialization/types/McpApprovalPolicy.d.ts +2 -2
  3150. package/dist/serialization/types/McpServerConfigInput.d.ts +8 -8
  3151. package/dist/serialization/types/McpServerConfigInput.js +6 -6
  3152. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
  3153. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
  3154. package/dist/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
  3155. package/dist/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
  3156. package/dist/serialization/types/McpServerConfigOutput.d.ts +8 -8
  3157. package/dist/serialization/types/McpServerConfigOutput.js +6 -6
  3158. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
  3159. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
  3160. package/dist/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
  3161. package/dist/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
  3162. package/dist/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
  3163. package/dist/serialization/types/McpServerResponseModel.d.ts +4 -4
  3164. package/dist/serialization/types/McpServerResponseModel.js +2 -2
  3165. package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
  3166. package/dist/serialization/types/McpServerTransport.d.ts +2 -2
  3167. package/dist/serialization/types/McpServersResponseModel.d.ts +2 -2
  3168. package/dist/serialization/types/McpToolApprovalHash.d.ts +2 -2
  3169. package/dist/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
  3170. package/dist/serialization/types/McpToolConfigOverride.d.ts +4 -4
  3171. package/dist/serialization/types/McpToolConfigOverride.js +2 -2
  3172. package/dist/serialization/types/MetricRecord.d.ts +2 -2
  3173. package/dist/serialization/types/MetricType.d.ts +2 -2
  3174. package/dist/serialization/types/Model.d.ts +2 -2
  3175. package/dist/serialization/types/ModelRatesResponseModel.d.ts +2 -2
  3176. package/dist/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
  3177. package/dist/serialization/types/ModerationConfig.d.ts +2 -2
  3178. package/dist/serialization/types/ModerationGuardrailInput.d.ts +2 -2
  3179. package/dist/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
  3180. package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
  3181. package/dist/serialization/types/MultipartMusicResponse.d.ts +2 -2
  3182. package/dist/serialization/types/MusicPrompt.d.ts +2 -2
  3183. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
  3184. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
  3185. package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
  3186. package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
  3187. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
  3188. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
  3189. package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
  3190. package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
  3191. package/dist/serialization/types/ObjectOverrideInput.d.ts +2 -2
  3192. package/dist/serialization/types/ObjectOverrideInput.js +1 -1
  3193. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
  3194. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
  3195. package/dist/serialization/types/ObjectOverrideOutput.d.ts +2 -2
  3196. package/dist/serialization/types/ObjectOverrideOutput.js +1 -1
  3197. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
  3198. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
  3199. package/dist/serialization/types/OrbAvatar.d.ts +2 -2
  3200. package/dist/serialization/types/OutboundCallRecipient.d.ts +2 -2
  3201. package/dist/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
  3202. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
  3203. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
  3204. package/dist/serialization/types/OutputFormat.d.ts +2 -2
  3205. package/dist/serialization/types/PdfExportOptions.d.ts +2 -2
  3206. package/dist/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
  3207. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
  3208. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
  3209. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
  3210. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
  3211. package/dist/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
  3212. package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
  3213. package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -2
  3214. package/dist/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
  3215. package/dist/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
  3216. package/dist/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
  3217. package/dist/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
  3218. package/dist/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
  3219. package/dist/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
  3220. package/dist/serialization/types/PlayDtmfToolConfig.js +3 -1
  3221. package/dist/serialization/types/PodcastBulletinMode.d.ts +2 -2
  3222. package/dist/serialization/types/PodcastBulletinModeData.d.ts +2 -2
  3223. package/dist/serialization/types/PodcastConversationMode.d.ts +2 -2
  3224. package/dist/serialization/types/PodcastConversationModeData.d.ts +2 -2
  3225. package/dist/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
  3226. package/dist/serialization/types/PodcastTextSource.d.ts +2 -2
  3227. package/dist/serialization/types/PodcastUrlSource.d.ts +2 -2
  3228. package/dist/serialization/types/PositionInput.d.ts +2 -2
  3229. package/dist/serialization/types/PositionOutput.d.ts +2 -2
  3230. package/dist/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
  3231. package/dist/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
  3232. package/dist/serialization/types/PrivacyConfig.d.ts +2 -2
  3233. package/dist/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
  3234. package/dist/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
  3235. package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
  3236. package/dist/serialization/types/ProjectExtendedResponse.d.ts +14 -12
  3237. package/dist/serialization/types/ProjectExtendedResponse.js +12 -10
  3238. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
  3239. package/dist/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
  3240. package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
  3241. package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
  3242. package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
  3243. package/dist/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
  3244. package/dist/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
  3245. package/dist/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
  3246. package/dist/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
  3247. package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
  3248. package/dist/serialization/types/ProjectImageResponseModel.d.ts +25 -0
  3249. package/dist/serialization/types/ProjectImageResponseModel.js +57 -0
  3250. package/dist/serialization/types/ProjectResponse.d.ts +7 -7
  3251. package/dist/serialization/types/ProjectResponse.js +5 -5
  3252. package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
  3253. package/dist/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
  3254. package/dist/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
  3255. package/dist/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
  3256. package/dist/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
  3257. package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
  3258. package/dist/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
  3259. package/dist/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
  3260. package/dist/serialization/types/ProjectState.d.ts +2 -2
  3261. package/dist/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
  3262. package/dist/serialization/types/ProjectVideoResponseModel.js +2 -0
  3263. package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
  3264. package/dist/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
  3265. package/dist/serialization/types/PromptAgent.d.ts +2 -2
  3266. package/dist/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
  3267. package/dist/serialization/types/PromptAgentApiModelInput.js +4 -4
  3268. package/dist/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
  3269. package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
  3270. package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
  3271. package/dist/serialization/types/PromptAgentApiModelOutput.js +4 -4
  3272. package/dist/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
  3273. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
  3274. package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
  3275. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
  3276. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
  3277. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
  3278. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
  3279. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
  3280. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
  3281. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
  3282. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
  3283. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
  3284. package/dist/serialization/types/PromptAgentDbModel.d.ts +2 -2
  3285. package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
  3286. package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
  3287. package/dist/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
  3288. package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
  3289. package/dist/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
  3290. package/dist/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
  3291. package/dist/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
  3292. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
  3293. package/dist/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
  3294. package/dist/serialization/types/QueryOverride.d.ts +2 -2
  3295. package/dist/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
  3296. package/dist/serialization/types/RagChunkMetadata.d.ts +2 -2
  3297. package/dist/serialization/types/RagConfig.d.ts +2 -2
  3298. package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
  3299. package/dist/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
  3300. package/dist/serialization/types/RagDocumentIndexResponseModel.js +1 -1
  3301. package/dist/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
  3302. package/dist/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
  3303. package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
  3304. package/dist/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
  3305. package/dist/serialization/types/RagIndexStatus.d.ts +2 -2
  3306. package/dist/serialization/types/RagRetrievalInfo.d.ts +3 -3
  3307. package/dist/serialization/types/RagRetrievalInfo.js +1 -1
  3308. package/dist/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
  3309. package/dist/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
  3310. package/dist/serialization/types/RecordingResponse.d.ts +2 -2
  3311. package/dist/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
  3312. package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
  3313. package/dist/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
  3314. package/dist/serialization/types/RegionConfigRequest.d.ts +3 -3
  3315. package/dist/serialization/types/RegionConfigRequest.js +1 -1
  3316. package/dist/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
  3317. package/dist/serialization/types/Render.d.ts +3 -3
  3318. package/dist/serialization/types/Render.js +1 -1
  3319. package/dist/serialization/types/RenderStatus.d.ts +2 -2
  3320. package/dist/serialization/types/RenderType.d.ts +2 -2
  3321. package/dist/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
  3322. package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -2
  3323. package/dist/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
  3324. package/dist/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
  3325. package/dist/serialization/types/ResourceMetadataResponseModel.js +1 -1
  3326. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
  3327. package/dist/serialization/types/ReviewStatus.d.ts +2 -2
  3328. package/dist/serialization/types/SafetyCommonModel.d.ts +2 -2
  3329. package/dist/serialization/types/SafetyEvaluation.d.ts +2 -2
  3330. package/dist/serialization/types/SafetyResponseModel.d.ts +2 -2
  3331. package/dist/serialization/types/SafetyRule.d.ts +2 -2
  3332. package/dist/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
  3333. package/dist/serialization/types/SecretDependencyType.d.ts +2 -2
  3334. package/dist/serialization/types/SectionSource.d.ts +2 -2
  3335. package/dist/serialization/types/SegmentCreateResponse.d.ts +2 -2
  3336. package/dist/serialization/types/SegmentDeleteResponse.d.ts +2 -2
  3337. package/dist/serialization/types/SegmentDubResponse.d.ts +2 -2
  3338. package/dist/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
  3339. package/dist/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
  3340. package/dist/serialization/types/SegmentTranslationResponse.d.ts +2 -2
  3341. package/dist/serialization/types/SegmentUpdateResponse.d.ts +2 -2
  3342. package/dist/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
  3343. package/dist/serialization/types/ShareOptionResponseModel.d.ts +2 -2
  3344. package/dist/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
  3345. package/dist/serialization/types/SimilarVoice.d.ts +2 -2
  3346. package/dist/serialization/types/SimilarVoiceCategory.d.ts +2 -2
  3347. package/dist/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
  3348. package/dist/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
  3349. package/dist/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
  3350. package/dist/serialization/types/SingleUseTokenType.d.ts +3 -3
  3351. package/dist/serialization/types/SingleUseTokenType.js +1 -1
  3352. package/dist/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
  3353. package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  3354. package/dist/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
  3355. package/dist/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
  3356. package/dist/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
  3357. package/dist/serialization/types/SipUriTransferDestination.d.ts +2 -2
  3358. package/dist/serialization/types/SkipTurnToolConfig.d.ts +3 -4
  3359. package/dist/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
  3360. package/dist/serialization/types/SoftTimeoutConfig.d.ts +2 -2
  3361. package/dist/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
  3362. package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
  3363. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
  3364. package/dist/serialization/types/SongMetadata.d.ts +2 -2
  3365. package/dist/serialization/types/SongSection.d.ts +2 -2
  3366. package/dist/serialization/types/SortDirection.d.ts +2 -2
  3367. package/dist/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
  3368. package/dist/serialization/types/SpeakerResponseModel.d.ts +2 -2
  3369. package/dist/serialization/types/SpeakerSegment.d.ts +3 -3
  3370. package/dist/serialization/types/SpeakerSegment.js +1 -1
  3371. package/dist/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
  3372. package/dist/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  3373. package/dist/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
  3374. package/dist/serialization/types/SpeakerTrack.d.ts +2 -2
  3375. package/dist/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
  3376. package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
  3377. package/dist/serialization/types/SpeechHistoryItemResponse.js +3 -3
  3378. package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
  3379. package/dist/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
  3380. package/dist/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
  3381. package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
  3382. package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
  3383. package/dist/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
  3384. package/dist/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
  3385. package/dist/serialization/types/SpeechToTextWordResponseModel.js +1 -1
  3386. package/dist/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
  3387. package/dist/serialization/types/SrtExportOptions.d.ts +2 -2
  3388. package/dist/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
  3389. package/dist/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
  3390. package/dist/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  3391. package/dist/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
  3392. package/dist/serialization/types/Subscription.d.ts +5 -5
  3393. package/dist/serialization/types/Subscription.js +3 -3
  3394. package/dist/serialization/types/SubscriptionResponse.d.ts +4 -4
  3395. package/dist/serialization/types/SubscriptionResponse.js +2 -2
  3396. package/dist/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
  3397. package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  3398. package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
  3399. package/dist/serialization/types/SubscriptionStatusType.d.ts +2 -2
  3400. package/dist/serialization/types/SuggestedAudioTag.d.ts +10 -0
  3401. package/dist/serialization/types/{CloseSocket.js → SuggestedAudioTag.js} +4 -3
  3402. package/dist/serialization/types/SupportedVoice.d.ts +2 -2
  3403. package/dist/serialization/types/SystemToolConfigInput.d.ts +4 -4
  3404. package/dist/serialization/types/SystemToolConfigInput.js +2 -2
  3405. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
  3406. package/dist/serialization/types/SystemToolConfigOutput.d.ts +4 -4
  3407. package/dist/serialization/types/SystemToolConfigOutput.js +2 -2
  3408. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
  3409. package/dist/serialization/types/TelephonyProvider.d.ts +2 -2
  3410. package/dist/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
  3411. package/dist/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
  3412. package/dist/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
  3413. package/dist/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
  3414. package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
  3415. package/dist/serialization/types/TestRunMetadata.d.ts +2 -2
  3416. package/dist/serialization/types/TestRunMetadataTestType.d.ts +2 -2
  3417. package/dist/serialization/types/TestRunStatus.d.ts +2 -2
  3418. package/dist/serialization/types/TestToolResultModel.d.ts +2 -2
  3419. package/dist/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
  3420. package/dist/serialization/types/TextNormalisationType.d.ts +7 -0
  3421. package/{serialization/types/CloseConnection.js → dist/serialization/types/TextNormalisationType.js} +2 -4
  3422. package/dist/serialization/types/TextToSpeechRequest.d.ts +2 -2
  3423. package/dist/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
  3424. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
  3425. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
  3426. package/dist/serialization/types/ThresholdGuardrail.d.ts +2 -2
  3427. package/dist/serialization/types/TimeRange.d.ts +2 -2
  3428. package/dist/serialization/types/TokenResponseModel.d.ts +2 -2
  3429. package/dist/serialization/types/Tool.d.ts +2 -2
  3430. package/dist/serialization/types/ToolAnnotations.d.ts +2 -2
  3431. package/dist/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
  3432. package/dist/serialization/types/ToolCallSoundType.d.ts +2 -2
  3433. package/dist/serialization/types/ToolExecutionMode.d.ts +2 -2
  3434. package/dist/serialization/types/ToolMockConfig.d.ts +2 -2
  3435. package/dist/serialization/types/ToolRequestModel.d.ts +2 -2
  3436. package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
  3437. package/dist/serialization/types/ToolRequestModelToolConfig.js +0 -2
  3438. package/dist/serialization/types/ToolResponseModel.d.ts +3 -3
  3439. package/dist/serialization/types/ToolResponseModel.js +1 -1
  3440. package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
  3441. package/dist/serialization/types/ToolResponseModelToolConfig.js +0 -2
  3442. package/dist/serialization/types/ToolType.d.ts +2 -2
  3443. package/dist/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
  3444. package/dist/serialization/types/ToolsResponseModel.d.ts +2 -2
  3445. package/dist/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
  3446. package/dist/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
  3447. package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
  3448. package/dist/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
  3449. package/dist/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
  3450. package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
  3451. package/dist/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
  3452. package/dist/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
  3453. package/dist/serialization/types/TransferTypeEnum.d.ts +2 -2
  3454. package/dist/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
  3455. package/dist/serialization/types/TtsConversationalConfigInput.js +7 -3
  3456. package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
  3457. package/dist/serialization/types/TtsConversationalConfigOutput.js +7 -3
  3458. package/dist/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
  3459. package/dist/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
  3460. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
  3461. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
  3462. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
  3463. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
  3464. package/dist/serialization/types/TtsConversationalModel.d.ts +3 -3
  3465. package/dist/serialization/types/TtsConversationalModel.js +0 -1
  3466. package/dist/serialization/types/TtsModelFamily.d.ts +3 -3
  3467. package/dist/serialization/types/TtsModelFamily.js +1 -1
  3468. package/dist/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
  3469. package/dist/serialization/types/TtsOutputFormat.d.ts +2 -2
  3470. package/dist/serialization/types/TurnConfig.d.ts +2 -2
  3471. package/dist/serialization/types/TurnConfigOverride.d.ts +2 -2
  3472. package/dist/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
  3473. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
  3474. package/dist/serialization/types/TurnEagerness.d.ts +2 -2
  3475. package/dist/serialization/types/TurnMode.d.ts +2 -2
  3476. package/dist/serialization/types/TwilioEdgeLocation.d.ts +2 -2
  3477. package/dist/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
  3478. package/dist/serialization/types/TwilioRegionId.d.ts +2 -2
  3479. package/dist/serialization/types/TxtExportOptions.d.ts +2 -2
  3480. package/dist/serialization/types/UnitTestCommonModel.d.ts +6 -6
  3481. package/dist/serialization/types/UnitTestCommonModel.js +4 -4
  3482. package/dist/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
  3483. package/dist/serialization/types/UnitTestCommonModelType.d.ts +2 -2
  3484. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
  3485. package/dist/serialization/types/UnitTestRunResponseModel.js +2 -2
  3486. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
  3487. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
  3488. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
  3489. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
  3490. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
  3491. package/dist/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
  3492. package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
  3493. package/dist/serialization/types/UnitTestToolCallParameterEval.js +1 -1
  3494. package/dist/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
  3495. package/dist/serialization/types/UpdateChapterRequest.d.ts +2 -2
  3496. package/dist/serialization/types/UpdateProjectRequest.d.ts +2 -2
  3497. package/dist/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
  3498. package/dist/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
  3499. package/dist/serialization/types/UrlAvatar.d.ts +2 -2
  3500. package/dist/serialization/types/UsageAggregationInterval.d.ts +2 -2
  3501. package/dist/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
  3502. package/dist/serialization/types/User.d.ts +2 -2
  3503. package/dist/serialization/types/UserFeedback.d.ts +2 -2
  3504. package/dist/serialization/types/UserFeedbackScore.d.ts +2 -2
  3505. package/dist/serialization/types/UtteranceResponseModel.d.ts +2 -2
  3506. package/dist/serialization/types/VadConfig.d.ts +3 -4
  3507. package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
  3508. package/dist/serialization/types/ValidationError.d.ts +2 -2
  3509. package/dist/serialization/types/ValidationErrorLocItem.d.ts +2 -2
  3510. package/dist/serialization/types/VerificationAttemptResponse.d.ts +2 -2
  3511. package/dist/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
  3512. package/dist/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
  3513. package/dist/serialization/types/Voice.d.ts +6 -6
  3514. package/dist/serialization/types/Voice.js +4 -4
  3515. package/dist/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
  3516. package/dist/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
  3517. package/dist/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
  3518. package/dist/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
  3519. package/dist/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
  3520. package/dist/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
  3521. package/dist/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
  3522. package/dist/serialization/types/VoiceSample.d.ts +2 -2
  3523. package/dist/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
  3524. package/dist/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
  3525. package/dist/serialization/types/VoiceSegment.d.ts +2 -2
  3526. package/dist/serialization/types/VoiceSettings.d.ts +2 -2
  3527. package/dist/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
  3528. package/dist/serialization/types/VoiceSharingResponse.d.ts +5 -5
  3529. package/dist/serialization/types/VoiceSharingResponse.js +3 -3
  3530. package/dist/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
  3531. package/dist/serialization/types/VoiceSharingState.d.ts +2 -2
  3532. package/dist/serialization/types/VoiceVerificationResponse.d.ts +2 -2
  3533. package/dist/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
  3534. package/dist/serialization/types/WebhookAuthMethodType.d.ts +2 -2
  3535. package/dist/serialization/types/WebhookEventType.d.ts +2 -2
  3536. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
  3537. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
  3538. package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
  3539. package/dist/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
  3540. package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
  3541. package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
  3542. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
  3543. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
  3544. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
  3545. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
  3546. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
  3547. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
  3548. package/dist/serialization/types/WebhookToolConfigInput.d.ts +4 -4
  3549. package/dist/serialization/types/WebhookToolConfigInput.js +2 -2
  3550. package/dist/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
  3551. package/dist/serialization/types/WebhookToolConfigOutput.js +2 -2
  3552. package/dist/serialization/types/WebhookUsageType.d.ts +2 -2
  3553. package/dist/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
  3554. package/dist/serialization/types/WidgetConfig.d.ts +7 -7
  3555. package/dist/serialization/types/WidgetConfig.js +5 -5
  3556. package/dist/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
  3557. package/dist/serialization/types/WidgetConfigInputAvatar.js +1 -1
  3558. package/dist/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
  3559. package/dist/serialization/types/WidgetConfigOutputAvatar.js +1 -1
  3560. package/dist/serialization/types/WidgetConfigResponse.d.ts +7 -7
  3561. package/dist/serialization/types/WidgetConfigResponse.js +5 -5
  3562. package/dist/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
  3563. package/dist/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
  3564. package/dist/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
  3565. package/dist/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
  3566. package/dist/serialization/types/WidgetExpandable.d.ts +2 -2
  3567. package/dist/serialization/types/WidgetFeedbackMode.d.ts +2 -2
  3568. package/dist/serialization/types/WidgetLanguagePreset.d.ts +2 -2
  3569. package/dist/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
  3570. package/dist/serialization/types/WidgetPlacement.d.ts +2 -2
  3571. package/dist/serialization/types/WidgetStyles.d.ts +2 -2
  3572. package/dist/serialization/types/WidgetTextContents.d.ts +2 -2
  3573. package/dist/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
  3574. package/dist/serialization/types/WorkflowEdgeModelInput.js +1 -1
  3575. package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
  3576. package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
  3577. package/dist/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
  3578. package/dist/serialization/types/WorkflowEdgeModelOutput.js +1 -1
  3579. package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
  3580. package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
  3581. package/dist/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
  3582. package/dist/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
  3583. package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
  3584. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
  3585. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
  3586. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
  3587. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
  3588. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
  3589. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
  3590. package/dist/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
  3591. package/dist/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
  3592. package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
  3593. package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
  3594. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
  3595. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
  3596. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
  3597. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
  3598. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
  3599. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
  3600. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
  3601. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
  3602. package/dist/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
  3603. package/dist/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
  3604. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
  3605. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
  3606. package/dist/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
  3607. package/dist/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
  3608. package/dist/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
  3609. package/dist/serialization/types/WorkflowToolLocator.d.ts +2 -2
  3610. package/dist/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
  3611. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
  3612. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
  3613. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
  3614. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
  3615. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
  3616. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
  3617. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
  3618. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
  3619. package/dist/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
  3620. package/dist/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
  3621. package/dist/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
  3622. package/dist/serialization/types/WorkflowToolResponseModelInput.js +1 -1
  3623. package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
  3624. package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
  3625. package/dist/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
  3626. package/dist/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
  3627. package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
  3628. package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
  3629. package/dist/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
  3630. package/dist/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
  3631. package/dist/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
  3632. package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
  3633. package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
  3634. package/dist/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
  3635. package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
  3636. package/dist/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
  3637. package/dist/serialization/types/WorkspaceResourceType.d.ts +2 -2
  3638. package/dist/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
  3639. package/dist/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
  3640. package/dist/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
  3641. package/dist/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
  3642. package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
  3643. package/dist/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
  3644. package/dist/serialization/types/index.d.ts +296 -311
  3645. package/dist/serialization/types/index.js +296 -311
  3646. package/dist/version.d.ts +1 -1
  3647. package/dist/version.js +1 -1
  3648. package/errors/ElevenLabsError.d.ts +1 -1
  3649. package/errors/ElevenLabsError.js +1 -1
  3650. package/jest.config.mjs +2 -3
  3651. package/package.json +8 -3
  3652. package/reference.md +1790 -1994
  3653. package/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
  3654. package/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
  3655. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
  3656. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
  3657. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
  3658. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
  3659. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
  3660. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
  3661. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
  3662. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
  3663. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
  3664. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
  3665. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
  3666. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
  3667. package/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
  3668. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
  3669. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
  3670. package/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  3671. package/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
  3672. package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
  3673. package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
  3674. package/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  3675. package/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  3676. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
  3677. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  3678. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  3679. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
  3680. package/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
  3681. package/serialization/resources/conversationalAi/resources/index.js +18 -18
  3682. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
  3683. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
  3684. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
  3685. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
  3686. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
  3687. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
  3688. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  3689. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  3690. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
  3691. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
  3692. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
  3693. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
  3694. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  3695. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  3696. package/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
  3697. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
  3698. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  3699. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
  3700. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
  3701. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
  3702. package/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  3703. package/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  3704. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
  3705. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
  3706. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
  3707. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
  3708. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
  3709. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
  3710. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
  3711. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
  3712. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
  3713. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
  3714. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
  3715. package/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  3716. package/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  3717. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
  3718. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
  3719. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
  3720. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
  3721. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
  3722. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
  3723. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
  3724. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
  3725. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  3726. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  3727. package/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
  3728. package/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
  3729. package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
  3730. package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
  3731. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
  3732. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
  3733. package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
  3734. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
  3735. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
  3736. package/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
  3737. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
  3738. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
  3739. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
  3740. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
  3741. package/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  3742. package/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
  3743. package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
  3744. package/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  3745. package/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  3746. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
  3747. package/serialization/resources/dubbing/index.d.ts +1 -1
  3748. package/serialization/resources/dubbing/index.js +1 -1
  3749. package/serialization/resources/dubbing/resources/index.d.ts +3 -2
  3750. package/serialization/resources/dubbing/resources/index.js +4 -3
  3751. package/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
  3752. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
  3753. package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
  3754. package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
  3755. package/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
  3756. package/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
  3757. package/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
  3758. package/serialization/resources/dubbing/resources/resource/index.js +1 -0
  3759. package/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
  3760. package/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
  3761. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
  3762. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
  3763. package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
  3764. package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js +42 -0
  3765. package/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  3766. package/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
  3767. package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
  3768. package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
  3769. package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
  3770. package/{dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js → serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
  3771. package/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  3772. package/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
  3773. package/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
  3774. package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
  3775. package/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
  3776. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
  3777. package/serialization/resources/dubbing/types/index.d.ts +1 -1
  3778. package/serialization/resources/dubbing/types/index.js +1 -1
  3779. package/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
  3780. package/serialization/resources/history/index.d.ts +1 -1
  3781. package/serialization/resources/history/index.js +1 -1
  3782. package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
  3783. package/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
  3784. package/serialization/resources/index.d.ts +29 -33
  3785. package/serialization/resources/index.js +30 -34
  3786. package/serialization/resources/models/client/list.d.ts +2 -2
  3787. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
  3788. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
  3789. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
  3790. package/serialization/resources/music/index.d.ts +1 -1
  3791. package/serialization/resources/music/index.js +1 -1
  3792. package/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
  3793. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
  3794. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
  3795. package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
  3796. package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
  3797. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
  3798. package/serialization/resources/music/types/index.d.ts +2 -2
  3799. package/serialization/resources/music/types/index.js +2 -2
  3800. package/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
  3801. package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
  3802. package/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
  3803. package/serialization/resources/pronunciationDictionaries/index.js +2 -2
  3804. package/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  3805. package/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
  3806. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
  3807. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
  3808. package/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  3809. package/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  3810. package/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
  3811. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
  3812. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
  3813. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
  3814. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
  3815. package/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  3816. package/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
  3817. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
  3818. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
  3819. package/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  3820. package/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  3821. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  3822. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
  3823. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  3824. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
  3825. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  3826. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  3827. package/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
  3828. package/serialization/resources/serviceAccounts/resources/index.js +1 -1
  3829. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
  3830. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
  3831. package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
  3832. package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
  3833. package/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
  3834. package/serialization/resources/speechToSpeech/types/index.js +2 -2
  3835. package/serialization/resources/speechToText/index.d.ts +1 -1
  3836. package/serialization/resources/speechToText/index.js +1 -1
  3837. package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
  3838. package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
  3839. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
  3840. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
  3841. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
  3842. package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
  3843. package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
  3844. package/serialization/resources/speechToText/types/index.d.ts +1 -1
  3845. package/serialization/resources/speechToText/types/index.js +1 -1
  3846. package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
  3847. package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
  3848. package/serialization/resources/studio/index.d.ts +2 -2
  3849. package/serialization/resources/studio/index.js +2 -2
  3850. package/serialization/resources/studio/resources/index.d.ts +1 -1
  3851. package/serialization/resources/studio/resources/index.js +1 -1
  3852. package/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
  3853. package/serialization/resources/studio/resources/projects/index.d.ts +1 -1
  3854. package/serialization/resources/studio/resources/projects/index.js +1 -1
  3855. package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
  3856. package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
  3857. package/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
  3858. package/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
  3859. package/serialization/resources/studio/resources/projects/resources/index.js +3 -3
  3860. package/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
  3861. package/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
  3862. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
  3863. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
  3864. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
  3865. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
  3866. package/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
  3867. package/serialization/resources/studio/resources/projects/types/index.js +2 -2
  3868. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
  3869. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
  3870. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
  3871. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
  3872. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
  3873. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
  3874. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
  3875. package/serialization/resources/studio/types/index.d.ts +4 -4
  3876. package/serialization/resources/studio/types/index.js +4 -4
  3877. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
  3878. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
  3879. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
  3880. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
  3881. package/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
  3882. package/serialization/resources/textToDialogue/client/requests/index.js +5 -5
  3883. package/serialization/resources/textToDialogue/index.d.ts +1 -1
  3884. package/serialization/resources/textToDialogue/index.js +1 -1
  3885. package/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  3886. package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
  3887. package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
  3888. package/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  3889. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
  3890. package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  3891. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
  3892. package/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  3893. package/serialization/resources/textToDialogue/types/index.d.ts +5 -5
  3894. package/serialization/resources/textToDialogue/types/index.js +5 -5
  3895. package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
  3896. package/serialization/resources/textToSoundEffects/index.d.ts +1 -1
  3897. package/serialization/resources/textToSoundEffects/index.js +1 -1
  3898. package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
  3899. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
  3900. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
  3901. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
  3902. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
  3903. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
  3904. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
  3905. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
  3906. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
  3907. package/serialization/resources/textToSpeech/index.d.ts +1 -1
  3908. package/serialization/resources/textToSpeech/index.js +1 -1
  3909. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
  3910. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  3911. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
  3912. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  3913. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
  3914. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  3915. package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
  3916. package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  3917. package/serialization/resources/textToSpeech/types/index.d.ts +4 -4
  3918. package/serialization/resources/textToSpeech/types/index.js +4 -4
  3919. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
  3920. package/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
  3921. package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
  3922. package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
  3923. package/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
  3924. package/serialization/resources/textToVoice/client/requests/index.js +3 -3
  3925. package/serialization/resources/textToVoice/index.d.ts +1 -1
  3926. package/serialization/resources/textToVoice/index.js +1 -1
  3927. package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
  3928. package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
  3929. package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
  3930. package/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
  3931. package/serialization/resources/textToVoice/types/index.d.ts +1 -1
  3932. package/serialization/resources/textToVoice/types/index.js +1 -1
  3933. package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
  3934. package/serialization/resources/voices/index.d.ts +2 -2
  3935. package/serialization/resources/voices/index.js +2 -2
  3936. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
  3937. package/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
  3938. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
  3939. package/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
  3940. package/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
  3941. package/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
  3942. package/serialization/resources/voices/resources/pvc/index.js +1 -1
  3943. package/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
  3944. package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
  3945. package/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
  3946. package/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
  3947. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
  3948. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
  3949. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
  3950. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
  3951. package/serialization/resources/workspace/resources/index.d.ts +4 -4
  3952. package/serialization/resources/workspace/resources/index.js +5 -5
  3953. package/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
  3954. package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
  3955. package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
  3956. package/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
  3957. package/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
  3958. package/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
  3959. package/serialization/resources/workspace/resources/invites/index.js +1 -1
  3960. package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
  3961. package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
  3962. package/serialization/resources/workspace/resources/members/index.d.ts +1 -1
  3963. package/serialization/resources/workspace/resources/members/index.js +1 -1
  3964. package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
  3965. package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
  3966. package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
  3967. package/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
  3968. package/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
  3969. package/serialization/resources/workspace/resources/resources/index.js +1 -1
  3970. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
  3971. package/serialization/types/AddChapterResponseModel.d.ts +2 -2
  3972. package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
  3973. package/serialization/types/AddProjectRequest.d.ts +2 -2
  3974. package/serialization/types/AddProjectResponseModel.d.ts +2 -2
  3975. package/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
  3976. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
  3977. package/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
  3978. package/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
  3979. package/serialization/types/AddVoiceResponseModel.d.ts +2 -2
  3980. package/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
  3981. package/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
  3982. package/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
  3983. package/serialization/types/AdditionalFormats.d.ts +2 -2
  3984. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
  3985. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
  3986. package/serialization/types/Age.d.ts +2 -2
  3987. package/serialization/types/AgentCallLimits.d.ts +2 -2
  3988. package/serialization/types/AgentConfig.d.ts +2 -2
  3989. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
  3990. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
  3991. package/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
  3992. package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  3993. package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  3994. package/serialization/types/AgentDefinitionSource.d.ts +2 -2
  3995. package/serialization/types/AgentFailureResponseExample.d.ts +2 -2
  3996. package/serialization/types/AgentMetadata.d.ts +2 -2
  3997. package/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
  3998. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
  3999. package/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
  4000. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
  4001. package/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
  4002. package/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
  4003. package/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
  4004. package/serialization/types/AgentSortBy.d.ts +2 -2
  4005. package/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
  4006. package/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
  4007. package/serialization/types/AgentTestingSettings.d.ts +2 -2
  4008. package/serialization/types/AgentTransfer.d.ts +2 -2
  4009. package/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
  4010. package/serialization/types/AgentWorkflowRequestModel.js +1 -1
  4011. package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
  4012. package/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
  4013. package/serialization/types/AgentWorkflowResponseModel.js +1 -1
  4014. package/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
  4015. package/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
  4016. package/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
  4017. package/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
  4018. package/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
  4019. package/serialization/types/AllowlistItem.d.ts +2 -2
  4020. package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
  4021. package/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
  4022. package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
  4023. package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
  4024. package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
  4025. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
  4026. package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
  4027. package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
  4028. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
  4029. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
  4030. package/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
  4031. package/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
  4032. package/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
  4033. package/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
  4034. package/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
  4035. package/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
  4036. package/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
  4037. package/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
  4038. package/serialization/types/AsrConversationalConfig.d.ts +4 -4
  4039. package/serialization/types/AsrConversationalConfig.js +2 -2
  4040. package/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
  4041. package/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
  4042. package/serialization/types/AsrInputFormat.d.ts +2 -2
  4043. package/serialization/types/AsrProvider.d.ts +2 -2
  4044. package/serialization/types/AsrQuality.d.ts +2 -2
  4045. package/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
  4046. package/serialization/types/AstAndOperatorNodeInput.js +1 -1
  4047. package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
  4048. package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
  4049. package/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
  4050. package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  4051. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
  4052. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
  4053. package/serialization/types/AstBooleanNodeInput.d.ts +2 -2
  4054. package/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
  4055. package/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
  4056. package/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
  4057. package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  4058. package/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
  4059. package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
  4060. package/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
  4061. package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
  4062. package/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
  4063. package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  4064. package/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
  4065. package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4066. package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
  4067. package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
  4068. package/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
  4069. package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  4070. package/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
  4071. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
  4072. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
  4073. package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
  4074. package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
  4075. package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  4076. package/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
  4077. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
  4078. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
  4079. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
  4080. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
  4081. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  4082. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
  4083. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  4084. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
  4085. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  4086. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
  4087. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  4088. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
  4089. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4090. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  4091. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  4092. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
  4093. package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  4094. package/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
  4095. package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
  4096. package/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
  4097. package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
  4098. package/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
  4099. package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  4100. package/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
  4101. package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
  4102. package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
  4103. package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
  4104. package/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
  4105. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  4106. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
  4107. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  4108. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
  4109. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  4110. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
  4111. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  4112. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
  4113. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4114. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  4115. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  4116. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
  4117. package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  4118. package/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
  4119. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
  4120. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
  4121. package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
  4122. package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
  4123. package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  4124. package/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
  4125. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4126. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
  4127. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
  4128. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
  4129. package/serialization/types/AstNumberNodeInput.d.ts +2 -2
  4130. package/serialization/types/AstNumberNodeOutput.d.ts +2 -2
  4131. package/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
  4132. package/serialization/types/AstOrOperatorNodeInput.js +1 -1
  4133. package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
  4134. package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
  4135. package/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
  4136. package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  4137. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
  4138. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
  4139. package/serialization/types/AstStringNodeInput.d.ts +2 -2
  4140. package/serialization/types/AstStringNodeOutput.d.ts +2 -2
  4141. package/serialization/types/AstllmNodeInput.d.ts +2 -2
  4142. package/serialization/types/AstllmNodeOutput.d.ts +2 -2
  4143. package/serialization/types/AsyncConversationMetadata.d.ts +2 -2
  4144. package/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
  4145. package/serialization/types/AttachedTestModel.d.ts +2 -2
  4146. package/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
  4147. package/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
  4148. package/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
  4149. package/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
  4150. package/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  4151. package/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
  4152. package/serialization/types/AuthConnectionLocator.d.ts +2 -2
  4153. package/serialization/types/AuthSettings.d.ts +2 -2
  4154. package/serialization/types/AuthorizationMethod.d.ts +2 -2
  4155. package/serialization/types/BackupLlmDefault.d.ts +3 -4
  4156. package/serialization/types/BackupLlmDisabled.d.ts +3 -4
  4157. package/serialization/types/BackupLlmOverride.d.ts +2 -2
  4158. package/serialization/types/BadRequestErrorBody.d.ts +2 -2
  4159. package/serialization/types/BanReasonType.d.ts +2 -2
  4160. package/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
  4161. package/serialization/types/BatchCallDetailedResponse.js +1 -2
  4162. package/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
  4163. package/serialization/types/BatchCallResponse.d.ts +3 -4
  4164. package/serialization/types/BatchCallResponse.js +1 -2
  4165. package/serialization/types/BatchCallStatus.d.ts +2 -2
  4166. package/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
  4167. package/{dist/serialization/types/AudioOutputMulti.js → serialization/types/BatchCallWhatsAppParams.js} +5 -8
  4168. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
  4169. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
  4170. package/serialization/types/BreakdownTypes.d.ts +2 -2
  4171. package/serialization/types/BuiltInToolsInput.d.ts +2 -2
  4172. package/serialization/types/BuiltInToolsOutput.d.ts +2 -2
  4173. package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
  4174. package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
  4175. package/serialization/types/CanvasPlacement.d.ts +16 -0
  4176. package/serialization/types/CanvasPlacement.js +48 -0
  4177. package/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
  4178. package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
  4179. package/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
  4180. package/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
  4181. package/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
  4182. package/serialization/types/CaptionStyleModel.d.ts +6 -6
  4183. package/serialization/types/CaptionStyleModel.js +4 -4
  4184. package/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
  4185. package/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
  4186. package/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
  4187. package/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
  4188. package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
  4189. package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
  4190. package/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
  4191. package/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
  4192. package/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
  4193. package/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
  4194. package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
  4195. package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
  4196. package/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
  4197. package/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
  4198. package/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
  4199. package/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
  4200. package/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
  4201. package/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
  4202. package/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
  4203. package/serialization/types/ChapterContentInputModel.d.ts +2 -2
  4204. package/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
  4205. package/serialization/types/ChapterContentResponseModel.d.ts +2 -2
  4206. package/serialization/types/ChapterResponse.d.ts +3 -2
  4207. package/serialization/types/ChapterResponse.js +1 -0
  4208. package/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
  4209. package/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
  4210. package/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
  4211. package/serialization/types/ChapterState.d.ts +2 -2
  4212. package/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
  4213. package/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
  4214. package/serialization/types/ChapterWithContentResponseModel.js +3 -2
  4215. package/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
  4216. package/serialization/types/CharacterAlignmentModel.d.ts +2 -2
  4217. package/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
  4218. package/serialization/types/CharacterUsageResponse.d.ts +2 -2
  4219. package/serialization/types/ClientEvent.d.ts +3 -3
  4220. package/serialization/types/ClientEvent.js +1 -0
  4221. package/serialization/types/ClientToolConfigInput.d.ts +4 -4
  4222. package/serialization/types/ClientToolConfigInput.js +3 -3
  4223. package/serialization/types/ClientToolConfigOutput.d.ts +4 -4
  4224. package/serialization/types/ClientToolConfigOutput.js +3 -3
  4225. package/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
  4226. package/serialization/types/ConvAiSecretLocator.d.ts +2 -2
  4227. package/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
  4228. package/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
  4229. package/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
  4230. package/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
  4231. package/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
  4232. package/serialization/types/ConvAiWebhooks.d.ts +2 -2
  4233. package/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
  4234. package/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
  4235. package/serialization/types/ConversationConfig.d.ts +2 -2
  4236. package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
  4237. package/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
  4238. package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
  4239. package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
  4240. package/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
  4241. package/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
  4242. package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
  4243. package/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
  4244. package/serialization/types/ConversationConfigOverride.d.ts +2 -2
  4245. package/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
  4246. package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
  4247. package/serialization/types/ConversationDeletionSettings.d.ts +2 -2
  4248. package/serialization/types/ConversationFeedbackType.d.ts +2 -2
  4249. package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
  4250. package/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
  4251. package/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
  4252. package/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
  4253. package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
  4254. package/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
  4255. package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
  4256. package/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
  4257. package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
  4258. package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
  4259. package/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
  4260. package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
  4261. package/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
  4262. package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
  4263. package/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
  4264. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
  4265. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
  4266. package/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
  4267. package/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
  4268. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
  4269. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
  4270. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
  4271. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
  4272. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
  4273. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
  4274. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
  4275. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
  4276. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
  4277. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  4278. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
  4279. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
  4280. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
  4281. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
  4282. package/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
  4283. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
  4284. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
  4285. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
  4286. package/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
  4287. package/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
  4288. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
  4289. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
  4290. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
  4291. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
  4292. package/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
  4293. package/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
  4294. package/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
  4295. package/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
  4296. package/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
  4297. package/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  4298. package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
  4299. package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
  4300. package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  4301. package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
  4302. package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
  4303. package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  4304. package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
  4305. package/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
  4306. package/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
  4307. package/serialization/types/ConversationInitiationSource.d.ts +2 -2
  4308. package/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
  4309. package/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
  4310. package/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
  4311. package/serialization/types/ConversationSimulationSpecification.js +1 -1
  4312. package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
  4313. package/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
  4314. package/serialization/types/ConversationSummaryResponseModel.js +1 -1
  4315. package/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
  4316. package/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
  4317. package/serialization/types/ConversationTokenDbModel.d.ts +2 -2
  4318. package/serialization/types/ConversationTokenPurpose.d.ts +2 -2
  4319. package/serialization/types/ConversationTurnMetrics.d.ts +2 -2
  4320. package/serialization/types/ConversationalConfig.d.ts +5 -5
  4321. package/serialization/types/ConversationalConfig.js +3 -3
  4322. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
  4323. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
  4324. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
  4325. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
  4326. package/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
  4327. package/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
  4328. package/serialization/types/CreateAgentResponseModel.d.ts +2 -2
  4329. package/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
  4330. package/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
  4331. package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
  4332. package/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
  4333. package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
  4334. package/serialization/types/CreateTranscriptRequest.d.ts +2 -2
  4335. package/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
  4336. package/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
  4337. package/serialization/types/CustomLlm.d.ts +2 -2
  4338. package/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
  4339. package/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
  4340. package/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
  4341. package/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
  4342. package/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
  4343. package/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
  4344. package/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
  4345. package/serialization/types/DeleteChapterRequest.d.ts +2 -2
  4346. package/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
  4347. package/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
  4348. package/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
  4349. package/serialization/types/DeleteProjectRequest.d.ts +2 -2
  4350. package/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
  4351. package/serialization/types/DeleteSampleResponse.d.ts +2 -2
  4352. package/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
  4353. package/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
  4354. package/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
  4355. package/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
  4356. package/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
  4357. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
  4358. package/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
  4359. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
  4360. package/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
  4361. package/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
  4362. package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
  4363. package/serialization/types/DetailedMusicResponse.d.ts +2 -2
  4364. package/serialization/types/DialogueInput.d.ts +2 -2
  4365. package/serialization/types/DialogueInputResponseModel.d.ts +2 -2
  4366. package/serialization/types/DiscountResposneModel.d.ts +2 -2
  4367. package/serialization/types/DoDubbingResponse.d.ts +2 -2
  4368. package/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
  4369. package/serialization/types/DocxExportOptions.d.ts +2 -2
  4370. package/serialization/types/DubbedSegment.d.ts +3 -3
  4371. package/serialization/types/DubbedSegment.js +1 -1
  4372. package/serialization/types/DubbingMediaMetadata.d.ts +2 -2
  4373. package/serialization/types/DubbingMediaReference.d.ts +2 -2
  4374. package/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
  4375. package/serialization/types/DubbingMetadataResponse.d.ts +2 -2
  4376. package/serialization/types/DubbingModel.d.ts +7 -0
  4377. package/{dist/serialization/types/FinalOutput.js → serialization/types/DubbingModel.js} +2 -4
  4378. package/serialization/types/DubbingReleaseChannel.d.ts +2 -2
  4379. package/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
  4380. package/serialization/types/DubbingResource.d.ts +4 -4
  4381. package/serialization/types/DubbingResource.js +2 -2
  4382. package/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
  4383. package/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
  4384. package/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
  4385. package/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
  4386. package/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
  4387. package/{dist/serialization/types/KeepContextAlive.js → serialization/types/DubbingTranscriptUtterance.js} +7 -4
  4388. package/serialization/types/DubbingTranscriptWord.d.ts +14 -0
  4389. package/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
  4390. package/serialization/types/DynamicVariableAssignment.d.ts +2 -2
  4391. package/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
  4392. package/serialization/types/DynamicVariablesConfig.d.ts +2 -2
  4393. package/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
  4394. package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
  4395. package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
  4396. package/serialization/types/EditChapterResponseModel.d.ts +2 -2
  4397. package/serialization/types/EditProjectResponseModel.d.ts +2 -2
  4398. package/serialization/types/EditVoiceResponseModel.d.ts +2 -2
  4399. package/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
  4400. package/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
  4401. package/serialization/types/EmbedVariant.d.ts +2 -2
  4402. package/serialization/types/EmbeddingModelEnum.d.ts +2 -2
  4403. package/serialization/types/EndCallToolConfig.d.ts +3 -4
  4404. package/serialization/types/EndCallToolResultModel.d.ts +2 -2
  4405. package/serialization/types/EvaluationSettings.d.ts +2 -2
  4406. package/serialization/types/EvaluationSuccessResult.d.ts +2 -2
  4407. package/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
  4408. package/serialization/types/ExportOptions.d.ts +2 -2
  4409. package/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
  4410. package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  4411. package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
  4412. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
  4413. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
  4414. package/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
  4415. package/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
  4416. package/serialization/types/FeaturesUsageCommonModel.js +1 -1
  4417. package/serialization/types/FeedbackItem.d.ts +2 -2
  4418. package/serialization/types/FineTuningResponse.d.ts +3 -3
  4419. package/serialization/types/FineTuningResponse.js +1 -1
  4420. package/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
  4421. package/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
  4422. package/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
  4423. package/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
  4424. package/serialization/types/Gender.d.ts +2 -2
  4425. package/serialization/types/GenerateVoiceRequest.d.ts +3 -3
  4426. package/serialization/types/GenerateVoiceRequest.js +1 -1
  4427. package/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  4428. package/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
  4429. package/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
  4430. package/serialization/types/GetAgentResponseModel.d.ts +4 -6
  4431. package/serialization/types/GetAgentResponseModel.js +2 -4
  4432. package/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
  4433. package/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
  4434. package/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
  4435. package/serialization/types/GetChapterRequest.d.ts +2 -2
  4436. package/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
  4437. package/serialization/types/GetChaptersRequest.d.ts +2 -2
  4438. package/serialization/types/GetChaptersResponse.d.ts +2 -2
  4439. package/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
  4440. package/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
  4441. package/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
  4442. package/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
  4443. package/serialization/types/GetConversationResponseModel.d.ts +5 -5
  4444. package/serialization/types/GetConversationResponseModel.js +3 -3
  4445. package/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
  4446. package/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
  4447. package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
  4448. package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  4449. package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
  4450. package/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
  4451. package/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
  4452. package/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
  4453. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
  4454. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
  4455. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
  4456. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
  4457. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
  4458. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
  4459. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
  4460. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
  4461. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
  4462. package/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
  4463. package/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
  4464. package/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
  4465. package/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
  4466. package/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
  4467. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
  4468. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
  4469. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
  4470. package/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
  4471. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
  4472. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
  4473. package/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
  4474. package/serialization/types/GetProjectRequest.d.ts +2 -2
  4475. package/serialization/types/GetProjectsRequest.d.ts +2 -2
  4476. package/serialization/types/GetProjectsResponse.d.ts +2 -2
  4477. package/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
  4478. package/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
  4479. package/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
  4480. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
  4481. package/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
  4482. package/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
  4483. package/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
  4484. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
  4485. package/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
  4486. package/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
  4487. package/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
  4488. package/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  4489. package/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
  4490. package/serialization/types/GetUnitTestResponseModel.js +4 -4
  4491. package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
  4492. package/serialization/types/GetVoicesResponse.d.ts +2 -2
  4493. package/serialization/types/GetVoicesV2Response.d.ts +2 -2
  4494. package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
  4495. package/serialization/types/GuardrailsV1Input.d.ts +2 -2
  4496. package/serialization/types/GuardrailsV1Output.d.ts +2 -2
  4497. package/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
  4498. package/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
  4499. package/serialization/types/HistoryItemResponse.d.ts +2 -2
  4500. package/serialization/types/HtmlExportOptions.d.ts +2 -2
  4501. package/serialization/types/HttpValidationError.d.ts +2 -2
  4502. package/serialization/types/ImageAvatar.d.ts +2 -2
  4503. package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
  4504. package/serialization/types/IntegrationType.d.ts +2 -2
  4505. package/serialization/types/InvoiceResponse.d.ts +2 -2
  4506. package/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
  4507. package/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
  4508. package/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
  4509. package/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
  4510. package/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
  4511. package/serialization/types/KnowledgeBaseLocator.js +1 -1
  4512. package/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
  4513. package/serialization/types/LanguageAddedResponse.d.ts +2 -2
  4514. package/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
  4515. package/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
  4516. package/serialization/types/LanguagePresetInput.d.ts +2 -2
  4517. package/serialization/types/LanguagePresetOutput.d.ts +2 -2
  4518. package/serialization/types/LanguagePresetTranslation.d.ts +2 -2
  4519. package/serialization/types/LanguageResponse.d.ts +2 -2
  4520. package/serialization/types/LibraryVoiceResponse.d.ts +2 -2
  4521. package/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
  4522. package/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
  4523. package/serialization/types/ListResponseMeta.d.ts +2 -2
  4524. package/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
  4525. package/serialization/types/LiteralJsonSchemaProperty.js +1 -1
  4526. package/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
  4527. package/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
  4528. package/serialization/types/LiteralOverride.d.ts +2 -2
  4529. package/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
  4530. package/serialization/types/LivekitStackType.d.ts +2 -2
  4531. package/serialization/types/Llm.d.ts +3 -3
  4532. package/serialization/types/Llm.js +3 -0
  4533. package/serialization/types/LlmCategoryUsage.d.ts +2 -2
  4534. package/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
  4535. package/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
  4536. package/serialization/types/LlmReasoningEffort.d.ts +3 -3
  4537. package/serialization/types/LlmReasoningEffort.js +1 -1
  4538. package/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
  4539. package/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
  4540. package/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
  4541. package/serialization/types/LlmUsageInput.d.ts +2 -2
  4542. package/serialization/types/LlmUsageOutput.d.ts +2 -2
  4543. package/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
  4544. package/serialization/types/ManualVerificationResponse.d.ts +2 -2
  4545. package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
  4546. package/serialization/types/McpApprovalPolicy.d.ts +2 -2
  4547. package/serialization/types/McpServerConfigInput.d.ts +8 -8
  4548. package/serialization/types/McpServerConfigInput.js +6 -6
  4549. package/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
  4550. package/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
  4551. package/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
  4552. package/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
  4553. package/serialization/types/McpServerConfigOutput.d.ts +8 -8
  4554. package/serialization/types/McpServerConfigOutput.js +6 -6
  4555. package/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
  4556. package/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
  4557. package/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
  4558. package/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
  4559. package/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
  4560. package/serialization/types/McpServerResponseModel.d.ts +4 -4
  4561. package/serialization/types/McpServerResponseModel.js +2 -2
  4562. package/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
  4563. package/serialization/types/McpServerTransport.d.ts +2 -2
  4564. package/serialization/types/McpServersResponseModel.d.ts +2 -2
  4565. package/serialization/types/McpToolApprovalHash.d.ts +2 -2
  4566. package/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
  4567. package/serialization/types/McpToolConfigOverride.d.ts +4 -4
  4568. package/serialization/types/McpToolConfigOverride.js +2 -2
  4569. package/serialization/types/MetricRecord.d.ts +2 -2
  4570. package/serialization/types/MetricType.d.ts +2 -2
  4571. package/serialization/types/Model.d.ts +2 -2
  4572. package/serialization/types/ModelRatesResponseModel.d.ts +2 -2
  4573. package/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
  4574. package/serialization/types/ModerationConfig.d.ts +2 -2
  4575. package/serialization/types/ModerationGuardrailInput.d.ts +2 -2
  4576. package/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
  4577. package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
  4578. package/serialization/types/MultipartMusicResponse.d.ts +2 -2
  4579. package/serialization/types/MusicPrompt.d.ts +2 -2
  4580. package/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
  4581. package/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
  4582. package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
  4583. package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
  4584. package/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
  4585. package/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
  4586. package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
  4587. package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
  4588. package/serialization/types/ObjectOverrideInput.d.ts +2 -2
  4589. package/serialization/types/ObjectOverrideInput.js +1 -1
  4590. package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
  4591. package/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
  4592. package/serialization/types/ObjectOverrideOutput.d.ts +2 -2
  4593. package/serialization/types/ObjectOverrideOutput.js +1 -1
  4594. package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
  4595. package/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
  4596. package/serialization/types/OrbAvatar.d.ts +2 -2
  4597. package/serialization/types/OutboundCallRecipient.d.ts +2 -2
  4598. package/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
  4599. package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
  4600. package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
  4601. package/serialization/types/OutputFormat.d.ts +2 -2
  4602. package/serialization/types/PdfExportOptions.d.ts +2 -2
  4603. package/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
  4604. package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
  4605. package/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
  4606. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
  4607. package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
  4608. package/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
  4609. package/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
  4610. package/serialization/types/PhoneNumberTransfer.d.ts +2 -2
  4611. package/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
  4612. package/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
  4613. package/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
  4614. package/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
  4615. package/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
  4616. package/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
  4617. package/serialization/types/PlayDtmfToolConfig.js +3 -1
  4618. package/serialization/types/PodcastBulletinMode.d.ts +2 -2
  4619. package/serialization/types/PodcastBulletinModeData.d.ts +2 -2
  4620. package/serialization/types/PodcastConversationMode.d.ts +2 -2
  4621. package/serialization/types/PodcastConversationModeData.d.ts +2 -2
  4622. package/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
  4623. package/serialization/types/PodcastTextSource.d.ts +2 -2
  4624. package/serialization/types/PodcastUrlSource.d.ts +2 -2
  4625. package/serialization/types/PositionInput.d.ts +2 -2
  4626. package/serialization/types/PositionOutput.d.ts +2 -2
  4627. package/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
  4628. package/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
  4629. package/serialization/types/PrivacyConfig.d.ts +2 -2
  4630. package/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
  4631. package/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
  4632. package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
  4633. package/serialization/types/ProjectExtendedResponse.d.ts +14 -12
  4634. package/serialization/types/ProjectExtendedResponse.js +12 -10
  4635. package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
  4636. package/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
  4637. package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
  4638. package/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
  4639. package/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
  4640. package/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
  4641. package/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
  4642. package/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
  4643. package/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
  4644. package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
  4645. package/serialization/types/ProjectImageResponseModel.d.ts +25 -0
  4646. package/serialization/types/ProjectImageResponseModel.js +57 -0
  4647. package/serialization/types/ProjectResponse.d.ts +7 -7
  4648. package/serialization/types/ProjectResponse.js +5 -5
  4649. package/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
  4650. package/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
  4651. package/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
  4652. package/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
  4653. package/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
  4654. package/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
  4655. package/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
  4656. package/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
  4657. package/serialization/types/ProjectState.d.ts +2 -2
  4658. package/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
  4659. package/serialization/types/ProjectVideoResponseModel.js +2 -0
  4660. package/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
  4661. package/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
  4662. package/serialization/types/PromptAgent.d.ts +2 -2
  4663. package/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
  4664. package/serialization/types/PromptAgentApiModelInput.js +4 -4
  4665. package/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
  4666. package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
  4667. package/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
  4668. package/serialization/types/PromptAgentApiModelOutput.js +4 -4
  4669. package/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
  4670. package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
  4671. package/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
  4672. package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
  4673. package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
  4674. package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
  4675. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
  4676. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
  4677. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
  4678. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
  4679. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
  4680. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
  4681. package/serialization/types/PromptAgentDbModel.d.ts +2 -2
  4682. package/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
  4683. package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
  4684. package/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
  4685. package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
  4686. package/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
  4687. package/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
  4688. package/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
  4689. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
  4690. package/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
  4691. package/serialization/types/QueryOverride.d.ts +2 -2
  4692. package/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
  4693. package/serialization/types/RagChunkMetadata.d.ts +2 -2
  4694. package/serialization/types/RagConfig.d.ts +2 -2
  4695. package/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
  4696. package/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
  4697. package/serialization/types/RagDocumentIndexResponseModel.js +1 -1
  4698. package/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
  4699. package/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
  4700. package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
  4701. package/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
  4702. package/serialization/types/RagIndexStatus.d.ts +2 -2
  4703. package/serialization/types/RagRetrievalInfo.d.ts +3 -3
  4704. package/serialization/types/RagRetrievalInfo.js +1 -1
  4705. package/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
  4706. package/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
  4707. package/serialization/types/RecordingResponse.d.ts +2 -2
  4708. package/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
  4709. package/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
  4710. package/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
  4711. package/serialization/types/RegionConfigRequest.d.ts +3 -3
  4712. package/serialization/types/RegionConfigRequest.js +1 -1
  4713. package/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
  4714. package/serialization/types/Render.d.ts +3 -3
  4715. package/serialization/types/Render.js +1 -1
  4716. package/serialization/types/RenderStatus.d.ts +2 -2
  4717. package/serialization/types/RenderType.d.ts +2 -2
  4718. package/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
  4719. package/serialization/types/ResourceAccessInfo.d.ts +2 -2
  4720. package/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
  4721. package/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
  4722. package/serialization/types/ResourceMetadataResponseModel.js +1 -1
  4723. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
  4724. package/serialization/types/ReviewStatus.d.ts +2 -2
  4725. package/serialization/types/SafetyCommonModel.d.ts +2 -2
  4726. package/serialization/types/SafetyEvaluation.d.ts +2 -2
  4727. package/serialization/types/SafetyResponseModel.d.ts +2 -2
  4728. package/serialization/types/SafetyRule.d.ts +2 -2
  4729. package/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
  4730. package/serialization/types/SecretDependencyType.d.ts +2 -2
  4731. package/serialization/types/SectionSource.d.ts +2 -2
  4732. package/serialization/types/SegmentCreateResponse.d.ts +2 -2
  4733. package/serialization/types/SegmentDeleteResponse.d.ts +2 -2
  4734. package/serialization/types/SegmentDubResponse.d.ts +2 -2
  4735. package/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
  4736. package/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
  4737. package/serialization/types/SegmentTranslationResponse.d.ts +2 -2
  4738. package/serialization/types/SegmentUpdateResponse.d.ts +2 -2
  4739. package/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
  4740. package/serialization/types/ShareOptionResponseModel.d.ts +2 -2
  4741. package/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
  4742. package/serialization/types/SimilarVoice.d.ts +2 -2
  4743. package/serialization/types/SimilarVoiceCategory.d.ts +2 -2
  4744. package/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
  4745. package/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
  4746. package/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
  4747. package/serialization/types/SingleUseTokenType.d.ts +3 -3
  4748. package/serialization/types/SingleUseTokenType.js +1 -1
  4749. package/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
  4750. package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  4751. package/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
  4752. package/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
  4753. package/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
  4754. package/serialization/types/SipUriTransferDestination.d.ts +2 -2
  4755. package/serialization/types/SkipTurnToolConfig.d.ts +3 -4
  4756. package/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
  4757. package/serialization/types/SoftTimeoutConfig.d.ts +2 -2
  4758. package/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
  4759. package/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
  4760. package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
  4761. package/serialization/types/SongMetadata.d.ts +2 -2
  4762. package/serialization/types/SongSection.d.ts +2 -2
  4763. package/serialization/types/SortDirection.d.ts +2 -2
  4764. package/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
  4765. package/serialization/types/SpeakerResponseModel.d.ts +2 -2
  4766. package/serialization/types/SpeakerSegment.d.ts +3 -3
  4767. package/serialization/types/SpeakerSegment.js +1 -1
  4768. package/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
  4769. package/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  4770. package/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
  4771. package/serialization/types/SpeakerTrack.d.ts +2 -2
  4772. package/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
  4773. package/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
  4774. package/serialization/types/SpeechHistoryItemResponse.js +3 -3
  4775. package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
  4776. package/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
  4777. package/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
  4778. package/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
  4779. package/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
  4780. package/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
  4781. package/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
  4782. package/serialization/types/SpeechToTextWordResponseModel.js +1 -1
  4783. package/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
  4784. package/serialization/types/SrtExportOptions.d.ts +2 -2
  4785. package/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
  4786. package/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
  4787. package/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  4788. package/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
  4789. package/serialization/types/Subscription.d.ts +5 -5
  4790. package/serialization/types/Subscription.js +3 -3
  4791. package/serialization/types/SubscriptionResponse.d.ts +4 -4
  4792. package/serialization/types/SubscriptionResponse.js +2 -2
  4793. package/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
  4794. package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  4795. package/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
  4796. package/serialization/types/SubscriptionStatusType.d.ts +2 -2
  4797. package/serialization/types/SuggestedAudioTag.d.ts +10 -0
  4798. package/serialization/types/SuggestedAudioTag.js +42 -0
  4799. package/serialization/types/SupportedVoice.d.ts +2 -2
  4800. package/serialization/types/SystemToolConfigInput.d.ts +4 -4
  4801. package/serialization/types/SystemToolConfigInput.js +2 -2
  4802. package/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
  4803. package/serialization/types/SystemToolConfigOutput.d.ts +4 -4
  4804. package/serialization/types/SystemToolConfigOutput.js +2 -2
  4805. package/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
  4806. package/serialization/types/TelephonyProvider.d.ts +2 -2
  4807. package/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
  4808. package/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
  4809. package/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
  4810. package/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
  4811. package/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
  4812. package/serialization/types/TestRunMetadata.d.ts +2 -2
  4813. package/serialization/types/TestRunMetadataTestType.d.ts +2 -2
  4814. package/serialization/types/TestRunStatus.d.ts +2 -2
  4815. package/serialization/types/TestToolResultModel.d.ts +2 -2
  4816. package/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
  4817. package/serialization/types/TextNormalisationType.d.ts +7 -0
  4818. package/serialization/types/{FinalOutput.js → TextNormalisationType.js} +2 -4
  4819. package/serialization/types/TextToSpeechRequest.d.ts +2 -2
  4820. package/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
  4821. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
  4822. package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
  4823. package/serialization/types/ThresholdGuardrail.d.ts +2 -2
  4824. package/serialization/types/TimeRange.d.ts +2 -2
  4825. package/serialization/types/TokenResponseModel.d.ts +2 -2
  4826. package/serialization/types/Tool.d.ts +2 -2
  4827. package/serialization/types/ToolAnnotations.d.ts +2 -2
  4828. package/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
  4829. package/serialization/types/ToolCallSoundType.d.ts +2 -2
  4830. package/serialization/types/ToolExecutionMode.d.ts +2 -2
  4831. package/serialization/types/ToolMockConfig.d.ts +2 -2
  4832. package/serialization/types/ToolRequestModel.d.ts +2 -2
  4833. package/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
  4834. package/serialization/types/ToolRequestModelToolConfig.js +0 -2
  4835. package/serialization/types/ToolResponseModel.d.ts +3 -3
  4836. package/serialization/types/ToolResponseModel.js +1 -1
  4837. package/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
  4838. package/serialization/types/ToolResponseModelToolConfig.js +0 -2
  4839. package/serialization/types/ToolType.d.ts +2 -2
  4840. package/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
  4841. package/serialization/types/ToolsResponseModel.d.ts +2 -2
  4842. package/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
  4843. package/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
  4844. package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
  4845. package/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
  4846. package/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
  4847. package/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
  4848. package/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
  4849. package/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
  4850. package/serialization/types/TransferTypeEnum.d.ts +2 -2
  4851. package/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
  4852. package/serialization/types/TtsConversationalConfigInput.js +7 -3
  4853. package/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
  4854. package/serialization/types/TtsConversationalConfigOutput.js +7 -3
  4855. package/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
  4856. package/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
  4857. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
  4858. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
  4859. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
  4860. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
  4861. package/serialization/types/TtsConversationalModel.d.ts +3 -3
  4862. package/serialization/types/TtsConversationalModel.js +0 -1
  4863. package/serialization/types/TtsModelFamily.d.ts +3 -3
  4864. package/serialization/types/TtsModelFamily.js +1 -1
  4865. package/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
  4866. package/serialization/types/TtsOutputFormat.d.ts +2 -2
  4867. package/serialization/types/TurnConfig.d.ts +2 -2
  4868. package/serialization/types/TurnConfigOverride.d.ts +2 -2
  4869. package/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
  4870. package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
  4871. package/serialization/types/TurnEagerness.d.ts +2 -2
  4872. package/serialization/types/TurnMode.d.ts +2 -2
  4873. package/serialization/types/TwilioEdgeLocation.d.ts +2 -2
  4874. package/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
  4875. package/serialization/types/TwilioRegionId.d.ts +2 -2
  4876. package/serialization/types/TxtExportOptions.d.ts +2 -2
  4877. package/serialization/types/UnitTestCommonModel.d.ts +6 -6
  4878. package/serialization/types/UnitTestCommonModel.js +4 -4
  4879. package/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
  4880. package/serialization/types/UnitTestCommonModelType.d.ts +2 -2
  4881. package/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
  4882. package/serialization/types/UnitTestRunResponseModel.js +2 -2
  4883. package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
  4884. package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
  4885. package/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
  4886. package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
  4887. package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
  4888. package/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
  4889. package/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
  4890. package/serialization/types/UnitTestToolCallParameterEval.js +1 -1
  4891. package/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
  4892. package/serialization/types/UpdateChapterRequest.d.ts +2 -2
  4893. package/serialization/types/UpdateProjectRequest.d.ts +2 -2
  4894. package/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
  4895. package/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
  4896. package/serialization/types/UrlAvatar.d.ts +2 -2
  4897. package/serialization/types/UsageAggregationInterval.d.ts +2 -2
  4898. package/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
  4899. package/serialization/types/User.d.ts +2 -2
  4900. package/serialization/types/UserFeedback.d.ts +2 -2
  4901. package/serialization/types/UserFeedbackScore.d.ts +2 -2
  4902. package/serialization/types/UtteranceResponseModel.d.ts +2 -2
  4903. package/serialization/types/VadConfig.d.ts +3 -4
  4904. package/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
  4905. package/serialization/types/ValidationError.d.ts +2 -2
  4906. package/serialization/types/ValidationErrorLocItem.d.ts +2 -2
  4907. package/serialization/types/VerificationAttemptResponse.d.ts +2 -2
  4908. package/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
  4909. package/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
  4910. package/serialization/types/Voice.d.ts +6 -6
  4911. package/serialization/types/Voice.js +4 -4
  4912. package/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
  4913. package/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
  4914. package/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
  4915. package/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
  4916. package/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
  4917. package/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
  4918. package/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
  4919. package/serialization/types/VoiceSample.d.ts +2 -2
  4920. package/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
  4921. package/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
  4922. package/serialization/types/VoiceSegment.d.ts +2 -2
  4923. package/serialization/types/VoiceSettings.d.ts +2 -2
  4924. package/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
  4925. package/serialization/types/VoiceSharingResponse.d.ts +5 -5
  4926. package/serialization/types/VoiceSharingResponse.js +3 -3
  4927. package/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
  4928. package/serialization/types/VoiceSharingState.d.ts +2 -2
  4929. package/serialization/types/VoiceVerificationResponse.d.ts +2 -2
  4930. package/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
  4931. package/serialization/types/WebhookAuthMethodType.d.ts +2 -2
  4932. package/serialization/types/WebhookEventType.d.ts +2 -2
  4933. package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
  4934. package/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
  4935. package/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
  4936. package/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
  4937. package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
  4938. package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
  4939. package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
  4940. package/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
  4941. package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
  4942. package/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
  4943. package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
  4944. package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
  4945. package/serialization/types/WebhookToolConfigInput.d.ts +4 -4
  4946. package/serialization/types/WebhookToolConfigInput.js +2 -2
  4947. package/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
  4948. package/serialization/types/WebhookToolConfigOutput.js +2 -2
  4949. package/serialization/types/WebhookUsageType.d.ts +2 -2
  4950. package/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
  4951. package/serialization/types/WidgetConfig.d.ts +7 -7
  4952. package/serialization/types/WidgetConfig.js +5 -5
  4953. package/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
  4954. package/serialization/types/WidgetConfigInputAvatar.js +1 -1
  4955. package/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
  4956. package/serialization/types/WidgetConfigOutputAvatar.js +1 -1
  4957. package/serialization/types/WidgetConfigResponse.d.ts +7 -7
  4958. package/serialization/types/WidgetConfigResponse.js +5 -5
  4959. package/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
  4960. package/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
  4961. package/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
  4962. package/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
  4963. package/serialization/types/WidgetExpandable.d.ts +2 -2
  4964. package/serialization/types/WidgetFeedbackMode.d.ts +2 -2
  4965. package/serialization/types/WidgetLanguagePreset.d.ts +2 -2
  4966. package/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
  4967. package/serialization/types/WidgetPlacement.d.ts +2 -2
  4968. package/serialization/types/WidgetStyles.d.ts +2 -2
  4969. package/serialization/types/WidgetTextContents.d.ts +2 -2
  4970. package/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
  4971. package/serialization/types/WorkflowEdgeModelInput.js +1 -1
  4972. package/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
  4973. package/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
  4974. package/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
  4975. package/serialization/types/WorkflowEdgeModelOutput.js +1 -1
  4976. package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
  4977. package/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
  4978. package/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
  4979. package/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
  4980. package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
  4981. package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
  4982. package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
  4983. package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
  4984. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
  4985. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
  4986. package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
  4987. package/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
  4988. package/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
  4989. package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
  4990. package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
  4991. package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
  4992. package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
  4993. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
  4994. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
  4995. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
  4996. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
  4997. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
  4998. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
  4999. package/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
  5000. package/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
  5001. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
  5002. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
  5003. package/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
  5004. package/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
  5005. package/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
  5006. package/serialization/types/WorkflowToolLocator.d.ts +2 -2
  5007. package/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
  5008. package/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
  5009. package/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
  5010. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
  5011. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
  5012. package/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
  5013. package/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
  5014. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
  5015. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
  5016. package/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
  5017. package/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
  5018. package/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
  5019. package/serialization/types/WorkflowToolResponseModelInput.js +1 -1
  5020. package/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
  5021. package/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
  5022. package/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
  5023. package/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
  5024. package/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
  5025. package/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
  5026. package/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
  5027. package/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
  5028. package/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
  5029. package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
  5030. package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
  5031. package/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
  5032. package/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
  5033. package/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
  5034. package/serialization/types/WorkspaceResourceType.d.ts +2 -2
  5035. package/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
  5036. package/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
  5037. package/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
  5038. package/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
  5039. package/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
  5040. package/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
  5041. package/serialization/types/index.d.ts +296 -311
  5042. package/serialization/types/index.js +296 -311
  5043. package/version.d.ts +1 -1
  5044. package/version.js +1 -1
  5045. package/.prettierignore +0 -9
  5046. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5047. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -5
  5048. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -5
  5049. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5050. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5051. package/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5052. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -5
  5053. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -5
  5054. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5055. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5056. package/api/types/Alignment.d.ts +0 -25
  5057. package/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -34
  5058. package/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -34
  5059. package/api/types/AudioOutput.d.ts +0 -10
  5060. package/api/types/AudioOutputMulti.d.ts +0 -12
  5061. package/api/types/CloseConnection.d.ts +0 -4
  5062. package/api/types/CloseContext.d.ts +0 -9
  5063. package/api/types/CloseSocket.d.ts +0 -7
  5064. package/api/types/FinalOutput.d.ts +0 -4
  5065. package/api/types/FinalOutputMulti.d.ts +0 -9
  5066. package/api/types/FlushContext.d.ts +0 -11
  5067. package/api/types/GenerationConfig.d.ts +0 -30
  5068. package/api/types/InitialiseContext.d.ts +0 -18
  5069. package/api/types/InitializeConnection.d.ts +0 -18
  5070. package/api/types/InitializeConnectionMulti.d.ts +0 -18
  5071. package/api/types/KeepContextAlive.d.ts +0 -9
  5072. package/api/types/NormalizedAlignment.d.ts +0 -25
  5073. package/api/types/PronunciationDictionaryLocator.d.ts +0 -9
  5074. package/api/types/RealtimeVoiceSettings.d.ts +0 -12
  5075. package/api/types/RealtimeVoiceSettings.js +0 -3
  5076. package/api/types/SendText.d.ts +0 -29
  5077. package/api/types/SendText.js +0 -3
  5078. package/api/types/SendTextMulti.d.ts +0 -11
  5079. package/api/types/SendTextMulti.js +0 -3
  5080. package/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5081. package/api/types/TextToSpeechApplyTextNormalizationEnum.js +0 -10
  5082. package/api/types/TextToSpeechOutputFormatEnum.d.ts +0 -22
  5083. package/api/types/TextToSpeechOutputFormatEnum.js +0 -25
  5084. package/api/types/WebsocketTtsClientMessageMulti.d.ts +0 -31
  5085. package/api/types/WebsocketTtsClientMessageMulti.js +0 -3
  5086. package/api/types/WebsocketTtsServerMessageMulti.d.ts +0 -14
  5087. package/api/types/WebsocketTtsServerMessageMulti.js +0 -3
  5088. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5089. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -5
  5090. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +0 -3
  5091. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -5
  5092. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -3
  5093. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5094. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5095. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5096. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -5
  5097. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +0 -3
  5098. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -5
  5099. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -3
  5100. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5101. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5102. package/dist/api/types/Alignment.d.ts +0 -25
  5103. package/dist/api/types/Alignment.js +0 -3
  5104. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -34
  5105. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -3
  5106. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -34
  5107. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -3
  5108. package/dist/api/types/AudioOutput.d.ts +0 -10
  5109. package/dist/api/types/AudioOutput.js +0 -3
  5110. package/dist/api/types/AudioOutputMulti.d.ts +0 -12
  5111. package/dist/api/types/AudioOutputMulti.js +0 -3
  5112. package/dist/api/types/CloseConnection.d.ts +0 -4
  5113. package/dist/api/types/CloseConnection.js +0 -3
  5114. package/dist/api/types/CloseContext.d.ts +0 -9
  5115. package/dist/api/types/CloseContext.js +0 -3
  5116. package/dist/api/types/CloseSocket.d.ts +0 -7
  5117. package/dist/api/types/CloseSocket.js +0 -3
  5118. package/dist/api/types/FinalOutput.d.ts +0 -4
  5119. package/dist/api/types/FinalOutput.js +0 -3
  5120. package/dist/api/types/FinalOutputMulti.d.ts +0 -9
  5121. package/dist/api/types/FinalOutputMulti.js +0 -3
  5122. package/dist/api/types/FlushContext.d.ts +0 -11
  5123. package/dist/api/types/FlushContext.js +0 -3
  5124. package/dist/api/types/GenerationConfig.d.ts +0 -30
  5125. package/dist/api/types/GenerationConfig.js +0 -3
  5126. package/dist/api/types/InitialiseContext.d.ts +0 -18
  5127. package/dist/api/types/InitialiseContext.js +0 -3
  5128. package/dist/api/types/InitializeConnection.d.ts +0 -18
  5129. package/dist/api/types/InitializeConnection.js +0 -3
  5130. package/dist/api/types/InitializeConnectionMulti.d.ts +0 -18
  5131. package/dist/api/types/InitializeConnectionMulti.js +0 -3
  5132. package/dist/api/types/KeepContextAlive.d.ts +0 -9
  5133. package/dist/api/types/KeepContextAlive.js +0 -3
  5134. package/dist/api/types/NormalizedAlignment.d.ts +0 -25
  5135. package/dist/api/types/NormalizedAlignment.js +0 -3
  5136. package/dist/api/types/PronunciationDictionaryLocator.d.ts +0 -9
  5137. package/dist/api/types/PronunciationDictionaryLocator.js +0 -3
  5138. package/dist/api/types/RealtimeVoiceSettings.d.ts +0 -12
  5139. package/dist/api/types/RealtimeVoiceSettings.js +0 -3
  5140. package/dist/api/types/SendText.d.ts +0 -29
  5141. package/dist/api/types/SendText.js +0 -3
  5142. package/dist/api/types/SendTextMulti.d.ts +0 -11
  5143. package/dist/api/types/SendTextMulti.js +0 -3
  5144. package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5145. package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.js +0 -10
  5146. package/dist/api/types/TextToSpeechOutputFormatEnum.d.ts +0 -22
  5147. package/dist/api/types/TextToSpeechOutputFormatEnum.js +0 -25
  5148. package/dist/api/types/WebsocketTtsClientMessageMulti.d.ts +0 -31
  5149. package/dist/api/types/WebsocketTtsClientMessageMulti.js +0 -3
  5150. package/dist/api/types/WebsocketTtsServerMessageMulti.d.ts +0 -14
  5151. package/dist/api/types/WebsocketTtsServerMessageMulti.js +0 -3
  5152. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5153. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +0 -17
  5154. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -9
  5155. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -14
  5156. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -54
  5157. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5158. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5159. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5160. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +0 -17
  5161. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -9
  5162. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -10
  5163. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -42
  5164. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5165. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5166. package/dist/serialization/types/Alignment.d.ts +0 -11
  5167. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -30
  5168. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -62
  5169. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -30
  5170. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -62
  5171. package/dist/serialization/types/AudioOutput.d.ts +0 -13
  5172. package/dist/serialization/types/AudioOutputMulti.d.ts +0 -14
  5173. package/dist/serialization/types/CloseConnection.d.ts +0 -9
  5174. package/dist/serialization/types/CloseContext.d.ts +0 -10
  5175. package/dist/serialization/types/CloseSocket.d.ts +0 -9
  5176. package/dist/serialization/types/FinalOutput.d.ts +0 -9
  5177. package/dist/serialization/types/FinalOutputMulti.d.ts +0 -10
  5178. package/dist/serialization/types/FlushContext.d.ts +0 -11
  5179. package/dist/serialization/types/GenerationConfig.d.ts +0 -9
  5180. package/dist/serialization/types/GenerationConfig.js +0 -41
  5181. package/dist/serialization/types/InitialiseContext.d.ts +0 -18
  5182. package/dist/serialization/types/InitialiseContext.js +0 -50
  5183. package/dist/serialization/types/InitializeConnection.d.ts +0 -17
  5184. package/dist/serialization/types/InitializeConnection.js +0 -49
  5185. package/dist/serialization/types/InitializeConnectionMulti.d.ts +0 -18
  5186. package/dist/serialization/types/InitializeConnectionMulti.js +0 -50
  5187. package/dist/serialization/types/KeepContextAlive.d.ts +0 -10
  5188. package/dist/serialization/types/NormalizedAlignment.d.ts +0 -11
  5189. package/dist/serialization/types/NormalizedAlignment.js +0 -43
  5190. package/dist/serialization/types/PronunciationDictionaryLocator.d.ts +0 -10
  5191. package/dist/serialization/types/RealtimeVoiceSettings.d.ts +0 -13
  5192. package/dist/serialization/types/RealtimeVoiceSettings.js +0 -45
  5193. package/dist/serialization/types/SendText.d.ts +0 -15
  5194. package/dist/serialization/types/SendText.js +0 -47
  5195. package/dist/serialization/types/SendTextMulti.d.ts +0 -11
  5196. package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5197. package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +0 -39
  5198. package/dist/serialization/types/TextToSpeechOutputFormatEnum.d.ts +0 -7
  5199. package/dist/serialization/types/TextToSpeechOutputFormatEnum.js +0 -58
  5200. package/dist/serialization/types/WebsocketTtsClientMessageMulti.d.ts +0 -21
  5201. package/dist/serialization/types/WebsocketTtsClientMessageMulti.js +0 -53
  5202. package/dist/serialization/types/WebsocketTtsServerMessageMulti.d.ts +0 -15
  5203. package/dist/serialization/types/WebsocketTtsServerMessageMulti.js +0 -47
  5204. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5205. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +0 -17
  5206. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -9
  5207. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +0 -41
  5208. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -14
  5209. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -54
  5210. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5211. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5212. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5213. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +0 -17
  5214. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -9
  5215. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +0 -41
  5216. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -10
  5217. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -42
  5218. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5219. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5220. package/serialization/types/Alignment.d.ts +0 -11
  5221. package/serialization/types/Alignment.js +0 -43
  5222. package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -30
  5223. package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -62
  5224. package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -30
  5225. package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -62
  5226. package/serialization/types/AudioOutput.d.ts +0 -13
  5227. package/serialization/types/AudioOutput.js +0 -45
  5228. package/serialization/types/AudioOutputMulti.d.ts +0 -14
  5229. package/serialization/types/AudioOutputMulti.js +0 -46
  5230. package/serialization/types/CloseConnection.d.ts +0 -9
  5231. package/serialization/types/CloseContext.d.ts +0 -10
  5232. package/serialization/types/CloseContext.js +0 -42
  5233. package/serialization/types/CloseSocket.d.ts +0 -9
  5234. package/serialization/types/CloseSocket.js +0 -41
  5235. package/serialization/types/FinalOutput.d.ts +0 -9
  5236. package/serialization/types/FinalOutputMulti.d.ts +0 -10
  5237. package/serialization/types/FinalOutputMulti.js +0 -42
  5238. package/serialization/types/FlushContext.d.ts +0 -11
  5239. package/serialization/types/GenerationConfig.d.ts +0 -9
  5240. package/serialization/types/GenerationConfig.js +0 -41
  5241. package/serialization/types/InitialiseContext.d.ts +0 -18
  5242. package/serialization/types/InitialiseContext.js +0 -50
  5243. package/serialization/types/InitializeConnection.d.ts +0 -17
  5244. package/serialization/types/InitializeConnection.js +0 -49
  5245. package/serialization/types/InitializeConnectionMulti.d.ts +0 -18
  5246. package/serialization/types/InitializeConnectionMulti.js +0 -50
  5247. package/serialization/types/KeepContextAlive.d.ts +0 -10
  5248. package/serialization/types/KeepContextAlive.js +0 -42
  5249. package/serialization/types/NormalizedAlignment.d.ts +0 -11
  5250. package/serialization/types/NormalizedAlignment.js +0 -43
  5251. package/serialization/types/PronunciationDictionaryLocator.d.ts +0 -10
  5252. package/serialization/types/RealtimeVoiceSettings.d.ts +0 -13
  5253. package/serialization/types/RealtimeVoiceSettings.js +0 -45
  5254. package/serialization/types/SendText.d.ts +0 -15
  5255. package/serialization/types/SendText.js +0 -47
  5256. package/serialization/types/SendTextMulti.d.ts +0 -11
  5257. package/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5258. package/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +0 -39
  5259. package/serialization/types/TextToSpeechOutputFormatEnum.d.ts +0 -7
  5260. package/serialization/types/TextToSpeechOutputFormatEnum.js +0 -58
  5261. package/serialization/types/WebsocketTtsClientMessageMulti.d.ts +0 -21
  5262. package/serialization/types/WebsocketTtsClientMessageMulti.js +0 -53
  5263. package/serialization/types/WebsocketTtsServerMessageMulti.d.ts +0 -15
  5264. package/serialization/types/WebsocketTtsServerMessageMulti.js +0 -47
  5265. /package/{api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js → BaseClient.js} +0 -0
  5266. /package/api/resources/{v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js → dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +0 -0
  5267. /package/api/resources/{v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js → dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +0 -0
  5268. /package/api/{resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js → types/BatchCallWhatsAppParams.js} +0 -0
  5269. /package/api/types/{Alignment.js → CanvasPlacement.js} +0 -0
  5270. /package/api/types/{ApiIntegrationWebhookToolConfigExternalInput.js → DubbingTranscriptCharacter.js} +0 -0
  5271. /package/api/types/{ApiIntegrationWebhookToolConfigExternalOutput.js → DubbingTranscriptResponseModel.js} +0 -0
  5272. /package/api/types/{AudioOutput.js → DubbingTranscriptUtterance.js} +0 -0
  5273. /package/api/types/{AudioOutputMulti.js → DubbingTranscriptWord.js} +0 -0
  5274. /package/api/types/{CloseConnection.js → ProjectImageResponseModel.js} +0 -0
  5275. /package/api/types/{CloseContext.js → SuggestedAudioTag.js} +0 -0
  5276. /package/{api/types/CloseSocket.js → dist/BaseClient.js} +0 -0
  5277. /package/{api/types/FinalOutput.js → dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +0 -0
  5278. /package/{api/types/FinalOutputMulti.js → dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +0 -0
  5279. /package/{api/types/FlushContext.js → dist/api/types/BatchCallWhatsAppParams.js} +0 -0
  5280. /package/{api/types/GenerationConfig.js → dist/api/types/CanvasPlacement.js} +0 -0
  5281. /package/{api/types/InitialiseContext.js → dist/api/types/DubbingTranscriptCharacter.js} +0 -0
  5282. /package/{api/types/InitializeConnection.js → dist/api/types/DubbingTranscriptResponseModel.js} +0 -0
  5283. /package/{api/types/InitializeConnectionMulti.js → dist/api/types/DubbingTranscriptUtterance.js} +0 -0
  5284. /package/{api/types/KeepContextAlive.js → dist/api/types/DubbingTranscriptWord.js} +0 -0
  5285. /package/{api/types/NormalizedAlignment.js → dist/api/types/ProjectImageResponseModel.js} +0 -0
  5286. /package/{api/types/PronunciationDictionaryLocator.js → dist/api/types/SuggestedAudioTag.js} +0 -0
@@ -0,0 +1,39 @@
1
+ {
2
+ "cliVersion": "0.107.3",
3
+ "generatorName": "fernapi/fern-typescript-sdk",
4
+ "generatorVersion": "3.29.2",
5
+ "generatorConfig": {
6
+ "defaultTimeoutInSeconds": 240,
7
+ "inlineFileProperties": true,
8
+ "inlinePathParameters": false,
9
+ "enableInlineTypes": false,
10
+ "omitUndefined": false,
11
+ "skipResponseValidation": false,
12
+ "useLegacyExports": true,
13
+ "noSerdeLayer": false,
14
+ "namespaceExport": "ElevenLabs",
15
+ "fileResponseType": "stream",
16
+ "fetchSupport": "node-fetch",
17
+ "packageManager": "yarn",
18
+ "testFramework": "jest",
19
+ "wireTestsFallbackToAutoGeneratedErrorExamples": false,
20
+ "allowCustomFetcher": true,
21
+ "extraDependencies": {
22
+ "command-exists": "^1.2.9",
23
+ "ws": "^8.18.3"
24
+ },
25
+ "extraDevDependencies": {
26
+ "msw": "2.11.2",
27
+ "jest": "^29.7.0",
28
+ "@types/jest": "^29.5.5",
29
+ "ts-jest": "^29.1.1",
30
+ "@types/command-exists": "^1.2.3",
31
+ "@types/ws": "^8.18.1"
32
+ },
33
+ "packageJson": {
34
+ "browser": {
35
+ "command-exists": false
36
+ }
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,34 @@
1
+ import type * as core from "./core";
2
+ import type * as environments from "./environments";
3
+ export interface BaseClientOptions {
4
+ environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
5
+ /** Specify a custom URL to connect the client to. */
6
+ baseUrl?: core.Supplier<string>;
7
+ /** Override the xi-api-key header */
8
+ apiKey?: core.Supplier<string | undefined>;
9
+ /** Additional headers to include in requests. */
10
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
11
+ /** The default maximum time to wait for a response in seconds. */
12
+ timeoutInSeconds?: number;
13
+ /** The default number of times to retry the request. Defaults to 2. */
14
+ maxRetries?: number;
15
+ /** Provide a custom fetch implementation. Useful for platforms that don't have a built-in fetch or need a custom implementation. */
16
+ fetch?: typeof fetch;
17
+ fetcher?: core.FetchFunction;
18
+ /** Configure logging for the client. */
19
+ logging?: core.logging.LogConfig | core.logging.Logger;
20
+ }
21
+ export interface BaseRequestOptions {
22
+ /** The maximum time to wait for a response in seconds. */
23
+ timeoutInSeconds?: number;
24
+ /** The number of times to retry the request. Defaults to 2. */
25
+ maxRetries?: number;
26
+ /** A hook to abort the request. */
27
+ abortSignal?: AbortSignal;
28
+ /** Override the xi-api-key header */
29
+ apiKey?: string | undefined;
30
+ /** Additional query string parameters to include in the request. */
31
+ queryParams?: Record<string, unknown>;
32
+ /** Additional headers to include in the request. */
33
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
34
+ }
@@ -0,0 +1,133 @@
1
+ # Contributing
2
+
3
+ Thanks for your interest in contributing to this SDK! This document provides guidelines for contributing to the project.
4
+
5
+ ## Getting Started
6
+
7
+ ### Prerequisites
8
+
9
+ - Node.js 20 or higher
10
+ - yarn package manager
11
+
12
+ ### Installation
13
+
14
+ Install the project dependencies:
15
+
16
+ ```bash
17
+ yarn install
18
+ ```
19
+
20
+ ### Building
21
+
22
+ Build the project:
23
+
24
+ ```bash
25
+ yarn build
26
+ ```
27
+
28
+ ### Testing
29
+
30
+ Run the test suite:
31
+
32
+ ```bash
33
+ yarn test
34
+ ```
35
+
36
+ Run specific test types:
37
+ - `yarn test:unit` - Run unit tests
38
+ - `yarn test:wire` - Run wire/integration tests
39
+
40
+ ### Linting and Formatting
41
+
42
+ Check code style:
43
+
44
+ ```bash
45
+ yarn run lint
46
+ yarn run format:check
47
+ ```
48
+
49
+ Fix code style issues:
50
+
51
+ ```bash
52
+ yarn run lint:fix
53
+ yarn run format:fix
54
+ ```
55
+
56
+ Or use the combined check command:
57
+
58
+ ```bash
59
+ yarn run check:fix
60
+ ```
61
+
62
+ ## About Generated Code
63
+
64
+ **Important**: Most files in this SDK are automatically generated by [Fern](https://buildwithfern.com) from the API definition. Direct modifications to generated files will be overwritten the next time the SDK is generated.
65
+
66
+ ### Generated Files
67
+
68
+ The following directories contain generated code:
69
+ - `src/api/` - API client classes and types
70
+ - `src/serialization/` - Serialization/deserialization logic
71
+ - Most TypeScript files in `src/`
72
+
73
+ ### How to Customize
74
+
75
+ If you need to customize the SDK, you have two options:
76
+
77
+ #### Option 1: Use `.fernignore`
78
+
79
+ For custom code that should persist across SDK regenerations:
80
+
81
+ 1. Create a `.fernignore` file in the project root
82
+ 2. Add file patterns for files you want to preserve (similar to `.gitignore` syntax)
83
+ 3. Add your custom code to those files
84
+
85
+ Files listed in `.fernignore` will not be overwritten when the SDK is regenerated.
86
+
87
+ For more information, see the [Fern documentation on custom code](https://buildwithfern.com/learn/sdks/overview/custom-code).
88
+
89
+ #### Option 2: Contribute to the Generator
90
+
91
+ If you want to change how code is generated for all users of this SDK:
92
+
93
+ 1. The TypeScript SDK generator lives in the [Fern repository](https://github.com/fern-api/fern)
94
+ 2. Generator code is located at `generators/typescript/sdk/`
95
+ 3. Follow the [Fern contributing guidelines](https://github.com/fern-api/fern/blob/main/CONTRIBUTING.md)
96
+ 4. Submit a pull request with your changes to the generator
97
+
98
+ This approach is best for:
99
+ - Bug fixes in generated code
100
+ - New features that would benefit all users
101
+ - Improvements to code generation patterns
102
+
103
+ ## Making Changes
104
+
105
+ ### Workflow
106
+
107
+ 1. Create a new branch for your changes
108
+ 2. Make your modifications
109
+ 3. Run tests to ensure nothing breaks: `yarn test`
110
+ 4. Run linting and formatting: `yarn run check:fix`
111
+ 5. Build the project: `yarn build`
112
+ 6. Commit your changes with a clear commit message
113
+ 7. Push your branch and create a pull request
114
+
115
+ ### Commit Messages
116
+
117
+ Write clear, descriptive commit messages that explain what changed and why.
118
+
119
+ ### Code Style
120
+
121
+ This project uses automated code formatting and linting. Run `yarn run check:fix` before committing to ensure your code meets the project's style guidelines.
122
+
123
+ ## Questions or Issues?
124
+
125
+ If you have questions or run into issues:
126
+
127
+ 1. Check the [Fern documentation](https://buildwithfern.com)
128
+ 2. Search existing [GitHub issues](https://github.com/fern-api/fern/issues)
129
+ 3. Open a new issue if your question hasn't been addressed
130
+
131
+ ## License
132
+
133
+ By contributing to this project, you agree that your contributions will be licensed under the same license as the project.
package/Client.d.ts CHANGED
@@ -1,52 +1,33 @@
1
- import * as environments from "./environments";
2
- import * as core from "./core";
3
- import { History } from "./api/resources/history/client/Client";
4
- import { TextToSoundEffects } from "./api/resources/textToSoundEffects/client/Client";
5
1
  import { AudioIsolation } from "./api/resources/audioIsolation/client/Client";
6
- import { Samples } from "./api/resources/samples/client/Client";
7
- import { TextToSpeech } from "./api/resources/textToSpeech/client/Client";
8
- import { TextToDialogue } from "./api/resources/textToDialogue/client/Client";
9
- import { SpeechToSpeech } from "./api/resources/speechToSpeech/client/Client";
10
- import { TextToVoice } from "./api/resources/textToVoice/client/Client";
11
- import { User } from "./api/resources/user/client/Client";
12
- import { Voices } from "./api/resources/voices/client/Client";
13
- import { Studio } from "./api/resources/studio/client/Client";
2
+ import { AudioNative } from "./api/resources/audioNative/client/Client";
3
+ import { ConversationalAi } from "./api/resources/conversationalAi/client/Client";
14
4
  import { Dubbing } from "./api/resources/dubbing/client/Client";
5
+ import { ForcedAlignment } from "./api/resources/forcedAlignment/client/Client";
6
+ import { History } from "./api/resources/history/client/Client";
15
7
  import { Models } from "./api/resources/models/client/Client";
16
- import { AudioNative } from "./api/resources/audioNative/client/Client";
17
- import { Usage } from "./api/resources/usage/client/Client";
8
+ import { Music } from "./api/resources/music/client/Client";
18
9
  import { PronunciationDictionaries } from "./api/resources/pronunciationDictionaries/client/Client";
10
+ import { Samples } from "./api/resources/samples/client/Client";
19
11
  import { ServiceAccounts } from "./api/resources/serviceAccounts/client/Client";
20
- import { Webhooks } from "./api/resources/webhooks/client/Client";
12
+ import { SpeechToSpeech } from "./api/resources/speechToSpeech/client/Client";
21
13
  import { SpeechToText } from "./api/resources/speechToText/client/Client";
22
- import { ForcedAlignment } from "./api/resources/forcedAlignment/client/Client";
23
- import { ConversationalAi } from "./api/resources/conversationalAi/client/Client";
24
- import { Music } from "./api/resources/music/client/Client";
14
+ import { Studio } from "./api/resources/studio/client/Client";
15
+ import { TextToDialogue } from "./api/resources/textToDialogue/client/Client";
16
+ import { TextToSoundEffects } from "./api/resources/textToSoundEffects/client/Client";
17
+ import { TextToSpeech } from "./api/resources/textToSpeech/client/Client";
18
+ import { TextToVoice } from "./api/resources/textToVoice/client/Client";
25
19
  import { Tokens } from "./api/resources/tokens/client/Client";
20
+ import { Usage } from "./api/resources/usage/client/Client";
21
+ import { User } from "./api/resources/user/client/Client";
22
+ import { Voices } from "./api/resources/voices/client/Client";
23
+ import { Webhooks } from "./api/resources/webhooks/client/Client";
26
24
  import { Workspace } from "./api/resources/workspace/client/Client";
25
+ import type { BaseClientOptions, BaseRequestOptions } from "./BaseClient";
26
+ import * as core from "./core";
27
27
  export declare namespace ElevenLabsClient {
28
- interface Options {
29
- environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
30
- /** Specify a custom URL to connect the client to. */
31
- baseUrl?: core.Supplier<string>;
32
- /** Override the xi-api-key header */
33
- apiKey?: core.Supplier<string | undefined>;
34
- /** Additional headers to include in requests. */
35
- headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
28
+ interface Options extends BaseClientOptions {
36
29
  }
37
- interface RequestOptions {
38
- /** The maximum time to wait for a response in seconds. */
39
- timeoutInSeconds?: number;
40
- /** The number of times to retry the request. Defaults to 2. */
41
- maxRetries?: number;
42
- /** A hook to abort the request. */
43
- abortSignal?: AbortSignal;
44
- /** Override the xi-api-key header */
45
- apiKey?: string | undefined;
46
- /** Additional query string parameters to include in the request. */
47
- queryParams?: Record<string, unknown>;
48
- /** Additional headers to include in the request. */
49
- headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
30
+ interface RequestOptions extends BaseRequestOptions {
50
31
  }
51
32
  }
52
33
  export declare class ElevenLabsClient {
package/Client.js CHANGED
@@ -44,137 +44,137 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  };
45
45
  Object.defineProperty(exports, "__esModule", { value: true });
46
46
  exports.ElevenLabsClient = void 0;
47
- const environments = __importStar(require("./environments"));
47
+ const Client_1 = require("./api/resources/audioIsolation/client/Client");
48
+ const Client_2 = require("./api/resources/audioNative/client/Client");
49
+ const Client_3 = require("./api/resources/conversationalAi/client/Client");
50
+ const Client_4 = require("./api/resources/dubbing/client/Client");
51
+ const Client_5 = require("./api/resources/forcedAlignment/client/Client");
52
+ const Client_6 = require("./api/resources/history/client/Client");
53
+ const Client_7 = require("./api/resources/models/client/Client");
54
+ const Client_8 = require("./api/resources/music/client/Client");
55
+ const Client_9 = require("./api/resources/pronunciationDictionaries/client/Client");
56
+ const Client_10 = require("./api/resources/samples/client/Client");
57
+ const Client_11 = require("./api/resources/serviceAccounts/client/Client");
58
+ const Client_12 = require("./api/resources/speechToSpeech/client/Client");
59
+ const Client_13 = require("./api/resources/speechToText/client/Client");
60
+ const Client_14 = require("./api/resources/studio/client/Client");
61
+ const Client_15 = require("./api/resources/textToDialogue/client/Client");
62
+ const Client_16 = require("./api/resources/textToSoundEffects/client/Client");
63
+ const Client_17 = require("./api/resources/textToSpeech/client/Client");
64
+ const Client_18 = require("./api/resources/textToVoice/client/Client");
65
+ const Client_19 = require("./api/resources/tokens/client/Client");
66
+ const Client_20 = require("./api/resources/usage/client/Client");
67
+ const Client_21 = require("./api/resources/user/client/Client");
68
+ const Client_22 = require("./api/resources/voices/client/Client");
69
+ const Client_23 = require("./api/resources/webhooks/client/Client");
70
+ const Client_24 = require("./api/resources/workspace/client/Client");
48
71
  const core = __importStar(require("./core"));
49
72
  const headers_1 = require("./core/headers");
73
+ const environments = __importStar(require("./environments"));
50
74
  const errors = __importStar(require("./errors/index"));
51
- const Client_1 = require("./api/resources/history/client/Client");
52
- const Client_2 = require("./api/resources/textToSoundEffects/client/Client");
53
- const Client_3 = require("./api/resources/audioIsolation/client/Client");
54
- const Client_4 = require("./api/resources/samples/client/Client");
55
- const Client_5 = require("./api/resources/textToSpeech/client/Client");
56
- const Client_6 = require("./api/resources/textToDialogue/client/Client");
57
- const Client_7 = require("./api/resources/speechToSpeech/client/Client");
58
- const Client_8 = require("./api/resources/textToVoice/client/Client");
59
- const Client_9 = require("./api/resources/user/client/Client");
60
- const Client_10 = require("./api/resources/voices/client/Client");
61
- const Client_11 = require("./api/resources/studio/client/Client");
62
- const Client_12 = require("./api/resources/dubbing/client/Client");
63
- const Client_13 = require("./api/resources/models/client/Client");
64
- const Client_14 = require("./api/resources/audioNative/client/Client");
65
- const Client_15 = require("./api/resources/usage/client/Client");
66
- const Client_16 = require("./api/resources/pronunciationDictionaries/client/Client");
67
- const Client_17 = require("./api/resources/serviceAccounts/client/Client");
68
- const Client_18 = require("./api/resources/webhooks/client/Client");
69
- const Client_19 = require("./api/resources/speechToText/client/Client");
70
- const Client_20 = require("./api/resources/forcedAlignment/client/Client");
71
- const Client_21 = require("./api/resources/conversationalAi/client/Client");
72
- const Client_22 = require("./api/resources/music/client/Client");
73
- const Client_23 = require("./api/resources/tokens/client/Client");
74
- const Client_24 = require("./api/resources/workspace/client/Client");
75
75
  class ElevenLabsClient {
76
76
  constructor(_options = {}) {
77
- this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
77
+ this._options = Object.assign(Object.assign({}, _options), { logging: core.logging.createLogger(_options === null || _options === void 0 ? void 0 : _options.logging), headers: (0, headers_1.mergeHeaders)({
78
78
  "xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
81
- "X-Fern-SDK-Version": "v2.24.0",
82
- "User-Agent": "@elevenlabs/elevenlabs-js/v2.24.0",
81
+ "X-Fern-SDK-Version": "v2.25.0",
82
+ "User-Agent": "@elevenlabs/elevenlabs-js/v2.25.0",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
86
86
  }
87
87
  get history() {
88
88
  var _a;
89
- return ((_a = this._history) !== null && _a !== void 0 ? _a : (this._history = new Client_1.History(this._options)));
89
+ return ((_a = this._history) !== null && _a !== void 0 ? _a : (this._history = new Client_6.History(this._options)));
90
90
  }
91
91
  get textToSoundEffects() {
92
92
  var _a;
93
- return ((_a = this._textToSoundEffects) !== null && _a !== void 0 ? _a : (this._textToSoundEffects = new Client_2.TextToSoundEffects(this._options)));
93
+ return ((_a = this._textToSoundEffects) !== null && _a !== void 0 ? _a : (this._textToSoundEffects = new Client_16.TextToSoundEffects(this._options)));
94
94
  }
95
95
  get audioIsolation() {
96
96
  var _a;
97
- return ((_a = this._audioIsolation) !== null && _a !== void 0 ? _a : (this._audioIsolation = new Client_3.AudioIsolation(this._options)));
97
+ return ((_a = this._audioIsolation) !== null && _a !== void 0 ? _a : (this._audioIsolation = new Client_1.AudioIsolation(this._options)));
98
98
  }
99
99
  get samples() {
100
100
  var _a;
101
- return ((_a = this._samples) !== null && _a !== void 0 ? _a : (this._samples = new Client_4.Samples(this._options)));
101
+ return ((_a = this._samples) !== null && _a !== void 0 ? _a : (this._samples = new Client_10.Samples(this._options)));
102
102
  }
103
103
  get textToSpeech() {
104
104
  var _a;
105
- return ((_a = this._textToSpeech) !== null && _a !== void 0 ? _a : (this._textToSpeech = new Client_5.TextToSpeech(this._options)));
105
+ return ((_a = this._textToSpeech) !== null && _a !== void 0 ? _a : (this._textToSpeech = new Client_17.TextToSpeech(this._options)));
106
106
  }
107
107
  get textToDialogue() {
108
108
  var _a;
109
- return ((_a = this._textToDialogue) !== null && _a !== void 0 ? _a : (this._textToDialogue = new Client_6.TextToDialogue(this._options)));
109
+ return ((_a = this._textToDialogue) !== null && _a !== void 0 ? _a : (this._textToDialogue = new Client_15.TextToDialogue(this._options)));
110
110
  }
111
111
  get speechToSpeech() {
112
112
  var _a;
113
- return ((_a = this._speechToSpeech) !== null && _a !== void 0 ? _a : (this._speechToSpeech = new Client_7.SpeechToSpeech(this._options)));
113
+ return ((_a = this._speechToSpeech) !== null && _a !== void 0 ? _a : (this._speechToSpeech = new Client_12.SpeechToSpeech(this._options)));
114
114
  }
115
115
  get textToVoice() {
116
116
  var _a;
117
- return ((_a = this._textToVoice) !== null && _a !== void 0 ? _a : (this._textToVoice = new Client_8.TextToVoice(this._options)));
117
+ return ((_a = this._textToVoice) !== null && _a !== void 0 ? _a : (this._textToVoice = new Client_18.TextToVoice(this._options)));
118
118
  }
119
119
  get user() {
120
120
  var _a;
121
- return ((_a = this._user) !== null && _a !== void 0 ? _a : (this._user = new Client_9.User(this._options)));
121
+ return ((_a = this._user) !== null && _a !== void 0 ? _a : (this._user = new Client_21.User(this._options)));
122
122
  }
123
123
  get voices() {
124
124
  var _a;
125
- return ((_a = this._voices) !== null && _a !== void 0 ? _a : (this._voices = new Client_10.Voices(this._options)));
125
+ return ((_a = this._voices) !== null && _a !== void 0 ? _a : (this._voices = new Client_22.Voices(this._options)));
126
126
  }
127
127
  get studio() {
128
128
  var _a;
129
- return ((_a = this._studio) !== null && _a !== void 0 ? _a : (this._studio = new Client_11.Studio(this._options)));
129
+ return ((_a = this._studio) !== null && _a !== void 0 ? _a : (this._studio = new Client_14.Studio(this._options)));
130
130
  }
131
131
  get dubbing() {
132
132
  var _a;
133
- return ((_a = this._dubbing) !== null && _a !== void 0 ? _a : (this._dubbing = new Client_12.Dubbing(this._options)));
133
+ return ((_a = this._dubbing) !== null && _a !== void 0 ? _a : (this._dubbing = new Client_4.Dubbing(this._options)));
134
134
  }
135
135
  get models() {
136
136
  var _a;
137
- return ((_a = this._models) !== null && _a !== void 0 ? _a : (this._models = new Client_13.Models(this._options)));
137
+ return ((_a = this._models) !== null && _a !== void 0 ? _a : (this._models = new Client_7.Models(this._options)));
138
138
  }
139
139
  get audioNative() {
140
140
  var _a;
141
- return ((_a = this._audioNative) !== null && _a !== void 0 ? _a : (this._audioNative = new Client_14.AudioNative(this._options)));
141
+ return ((_a = this._audioNative) !== null && _a !== void 0 ? _a : (this._audioNative = new Client_2.AudioNative(this._options)));
142
142
  }
143
143
  get usage() {
144
144
  var _a;
145
- return ((_a = this._usage) !== null && _a !== void 0 ? _a : (this._usage = new Client_15.Usage(this._options)));
145
+ return ((_a = this._usage) !== null && _a !== void 0 ? _a : (this._usage = new Client_20.Usage(this._options)));
146
146
  }
147
147
  get pronunciationDictionaries() {
148
148
  var _a;
149
- return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new Client_16.PronunciationDictionaries(this._options)));
149
+ return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new Client_9.PronunciationDictionaries(this._options)));
150
150
  }
151
151
  get serviceAccounts() {
152
152
  var _a;
153
- return ((_a = this._serviceAccounts) !== null && _a !== void 0 ? _a : (this._serviceAccounts = new Client_17.ServiceAccounts(this._options)));
153
+ return ((_a = this._serviceAccounts) !== null && _a !== void 0 ? _a : (this._serviceAccounts = new Client_11.ServiceAccounts(this._options)));
154
154
  }
155
155
  get webhooks() {
156
156
  var _a;
157
- return ((_a = this._webhooks) !== null && _a !== void 0 ? _a : (this._webhooks = new Client_18.Webhooks(this._options)));
157
+ return ((_a = this._webhooks) !== null && _a !== void 0 ? _a : (this._webhooks = new Client_23.Webhooks(this._options)));
158
158
  }
159
159
  get speechToText() {
160
160
  var _a;
161
- return ((_a = this._speechToText) !== null && _a !== void 0 ? _a : (this._speechToText = new Client_19.SpeechToText(this._options)));
161
+ return ((_a = this._speechToText) !== null && _a !== void 0 ? _a : (this._speechToText = new Client_13.SpeechToText(this._options)));
162
162
  }
163
163
  get forcedAlignment() {
164
164
  var _a;
165
- return ((_a = this._forcedAlignment) !== null && _a !== void 0 ? _a : (this._forcedAlignment = new Client_20.ForcedAlignment(this._options)));
165
+ return ((_a = this._forcedAlignment) !== null && _a !== void 0 ? _a : (this._forcedAlignment = new Client_5.ForcedAlignment(this._options)));
166
166
  }
167
167
  get conversationalAi() {
168
168
  var _a;
169
- return ((_a = this._conversationalAi) !== null && _a !== void 0 ? _a : (this._conversationalAi = new Client_21.ConversationalAi(this._options)));
169
+ return ((_a = this._conversationalAi) !== null && _a !== void 0 ? _a : (this._conversationalAi = new Client_3.ConversationalAi(this._options)));
170
170
  }
171
171
  get music() {
172
172
  var _a;
173
- return ((_a = this._music) !== null && _a !== void 0 ? _a : (this._music = new Client_22.Music(this._options)));
173
+ return ((_a = this._music) !== null && _a !== void 0 ? _a : (this._music = new Client_8.Music(this._options)));
174
174
  }
175
175
  get tokens() {
176
176
  var _a;
177
- return ((_a = this._tokens) !== null && _a !== void 0 ? _a : (this._tokens = new Client_23.Tokens(this._options)));
177
+ return ((_a = this._tokens) !== null && _a !== void 0 ? _a : (this._tokens = new Client_19.Tokens(this._options)));
178
178
  }
179
179
  get workspace() {
180
180
  var _a;
@@ -193,16 +193,18 @@ class ElevenLabsClient {
193
193
  }
194
194
  __saveAVoicePreview(requestOptions) {
195
195
  return __awaiter(this, void 0, void 0, function* () {
196
- var _a, _b, _c, _d, _e;
197
- let _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
198
- const _response = yield core.fetcher({
199
- url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ElevenLabsEnvironment.Production, "v1/text-to-voice/create-voice-from-preview"),
196
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
197
+ const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
198
+ const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
199
+ url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/text-to-voice/create-voice-from-preview"),
200
200
  method: "POST",
201
201
  headers: _headers,
202
202
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
203
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
204
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
203
+ timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
204
+ maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
205
205
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
206
+ fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
207
+ logging: this._options.logging,
206
208
  });
207
209
  if (_response.ok) {
208
210
  return { data: undefined, rawResponse: _response.rawResponse };
@@ -1,6 +1,6 @@
1
+ import type * as core from "../../core";
1
2
  import * as errors from "../../errors/index";
2
- import * as ElevenLabs from "../index";
3
- import * as core from "../../core";
3
+ import type * as ElevenLabs from "../index";
4
4
  export declare class BadRequestError extends errors.ElevenLabsError {
5
5
  constructor(body: ElevenLabs.BadRequestErrorBody, rawResponse?: core.RawResponse);
6
6
  }
@@ -1,5 +1,5 @@
1
+ import type * as core from "../../core";
1
2
  import * as errors from "../../errors/index";
2
- import * as core from "../../core";
3
3
  export declare class ConflictError extends errors.ElevenLabsError {
4
4
  constructor(body?: unknown, rawResponse?: core.RawResponse);
5
5
  }
@@ -1,5 +1,5 @@
1
+ import type * as core from "../../core";
1
2
  import * as errors from "../../errors/index";
2
- import * as core from "../../core";
3
3
  export declare class ForbiddenError extends errors.ElevenLabsError {
4
4
  constructor(body?: unknown, rawResponse?: core.RawResponse);
5
5
  }
@@ -1,5 +1,5 @@
1
+ import type * as core from "../../core";
1
2
  import * as errors from "../../errors/index";
2
- import * as core from "../../core";
3
3
  export declare class NotFoundError extends errors.ElevenLabsError {
4
4
  constructor(body?: unknown, rawResponse?: core.RawResponse);
5
5
  }
@@ -1,5 +1,5 @@
1
+ import type * as core from "../../core";
1
2
  import * as errors from "../../errors/index";
2
- import * as core from "../../core";
3
3
  export declare class TooEarlyError extends errors.ElevenLabsError {
4
4
  constructor(body?: unknown, rawResponse?: core.RawResponse);
5
5
  }
@@ -1,5 +1,5 @@
1
+ import type * as core from "../../core";
1
2
  import * as errors from "../../errors/index";
2
- import * as core from "../../core";
3
3
  export declare class UnauthorizedError extends errors.ElevenLabsError {
4
4
  constructor(body?: unknown, rawResponse?: core.RawResponse);
5
5
  }
@@ -1,6 +1,6 @@
1
+ import type * as core from "../../core";
1
2
  import * as errors from "../../errors/index";
2
- import * as ElevenLabs from "../index";
3
- import * as core from "../../core";
3
+ import type * as ElevenLabs from "../index";
4
4
  export declare class UnprocessableEntityError extends errors.ElevenLabsError {
5
5
  constructor(body: ElevenLabs.HttpValidationError, rawResponse?: core.RawResponse);
6
6
  }
@@ -1,7 +1,7 @@
1
- export * from "./UnprocessableEntityError";
2
1
  export * from "./BadRequestError";
2
+ export * from "./ConflictError";
3
3
  export * from "./ForbiddenError";
4
4
  export * from "./NotFoundError";
5
5
  export * from "./TooEarlyError";
6
6
  export * from "./UnauthorizedError";
7
- export * from "./ConflictError";
7
+ export * from "./UnprocessableEntityError";
@@ -14,10 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./UnprocessableEntityError"), exports);
18
17
  __exportStar(require("./BadRequestError"), exports);
18
+ __exportStar(require("./ConflictError"), exports);
19
19
  __exportStar(require("./ForbiddenError"), exports);
20
20
  __exportStar(require("./NotFoundError"), exports);
21
21
  __exportStar(require("./TooEarlyError"), exports);
22
22
  __exportStar(require("./UnauthorizedError"), exports);
23
- __exportStar(require("./ConflictError"), exports);
23
+ __exportStar(require("./UnprocessableEntityError"), exports);
package/api/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ export * from "./errors";
1
2
  export * from "./resources";
2
3
  export * from "./types";
3
- export * from "./errors";
package/api/index.js CHANGED
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./errors"), exports);
17
18
  __exportStar(require("./resources"), exports);
18
19
  __exportStar(require("./types"), exports);
19
- __exportStar(require("./errors"), exports);
@@ -1,29 +1,10 @@
1
- import * as environments from "../../../../environments";
1
+ import type { BaseClientOptions, BaseRequestOptions } from "../../../../BaseClient";
2
2
  import * as core from "../../../../core";
3
3
  import * as ElevenLabs from "../../../index";
4
4
  export declare namespace AudioIsolation {
5
- interface Options {
6
- environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
7
- /** Specify a custom URL to connect the client to. */
8
- baseUrl?: core.Supplier<string>;
9
- /** Override the xi-api-key header */
10
- apiKey?: core.Supplier<string | undefined>;
11
- /** Additional headers to include in requests. */
12
- headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
5
+ interface Options extends BaseClientOptions {
13
6
  }
14
- interface RequestOptions {
15
- /** The maximum time to wait for a response in seconds. */
16
- timeoutInSeconds?: number;
17
- /** The number of times to retry the request. Defaults to 2. */
18
- maxRetries?: number;
19
- /** A hook to abort the request. */
20
- abortSignal?: AbortSignal;
21
- /** Override the xi-api-key header */
22
- apiKey?: string | undefined;
23
- /** Additional query string parameters to include in the request. */
24
- queryParams?: Record<string, unknown>;
25
- /** Additional headers to include in the request. */
26
- headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
7
+ interface RequestOptions extends BaseRequestOptions {
27
8
  }
28
9
  }
29
10
  export declare class AudioIsolation {