@elevenlabs/elevenlabs-js 2.24.0 → 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 (5295) 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/README.md +3 -3
  7. package/api/errors/BadRequestError.d.ts +2 -2
  8. package/api/errors/ConflictError.d.ts +1 -1
  9. package/api/errors/ForbiddenError.d.ts +1 -1
  10. package/api/errors/NotFoundError.d.ts +1 -1
  11. package/api/errors/TooEarlyError.d.ts +1 -1
  12. package/api/errors/UnauthorizedError.d.ts +1 -1
  13. package/api/errors/UnprocessableEntityError.d.ts +2 -2
  14. package/api/errors/index.d.ts +2 -2
  15. package/api/errors/index.js +2 -2
  16. package/api/index.d.ts +1 -1
  17. package/api/index.js +1 -1
  18. package/api/resources/audioIsolation/client/Client.d.ts +3 -22
  19. package/api/resources/audioIsolation/client/Client.js +19 -15
  20. package/api/resources/audioIsolation/client/index.d.ts +0 -1
  21. package/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
  22. package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
  23. package/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
  24. package/api/resources/audioIsolation/index.d.ts +1 -1
  25. package/api/resources/audioIsolation/index.js +1 -1
  26. package/api/resources/audioNative/client/Client.d.ts +7 -26
  27. package/api/resources/audioNative/client/Client.js +35 -29
  28. package/api/resources/audioNative/client/index.d.ts +0 -1
  29. package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
  30. package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
  31. package/api/resources/audioNative/client/requests/index.d.ts +2 -2
  32. package/api/resources/audioNative/index.d.ts +1 -1
  33. package/api/resources/audioNative/index.js +1 -1
  34. package/api/resources/conversationalAi/client/Client.d.ts +18 -37
  35. package/api/resources/conversationalAi/client/Client.js +71 -63
  36. package/api/resources/conversationalAi/client/index.d.ts +0 -1
  37. package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
  38. package/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
  39. package/api/resources/conversationalAi/index.d.ts +1 -1
  40. package/api/resources/conversationalAi/index.js +1 -1
  41. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
  42. package/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
  43. package/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
  44. package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
  45. package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  46. package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
  47. package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
  48. package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
  49. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  50. package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
  51. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
  52. package/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
  53. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
  54. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
  55. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
  56. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
  57. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
  58. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
  59. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
  60. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
  61. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
  62. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
  63. package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
  64. package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
  65. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
  66. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
  67. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
  68. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
  69. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
  70. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
  71. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
  72. package/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
  73. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
  74. package/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
  75. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
  76. package/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
  77. package/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
  78. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
  79. package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
  80. package/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  81. package/api/resources/conversationalAi/resources/conversations/index.js +1 -1
  82. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
  83. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
  84. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
  85. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
  86. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
  87. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
  88. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  89. package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
  90. package/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
  91. package/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
  92. package/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  93. package/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  94. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
  95. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
  96. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
  97. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
  98. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
  99. package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  100. package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  101. package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
  102. package/api/resources/conversationalAi/resources/index.d.ts +22 -22
  103. package/api/resources/conversationalAi/resources/index.js +23 -23
  104. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
  105. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
  106. package/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
  107. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
  108. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
  109. package/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
  110. package/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
  111. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
  112. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
  113. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
  114. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
  115. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
  116. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
  117. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
  118. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
  119. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
  120. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
  121. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  122. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  123. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
  124. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
  125. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
  126. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
  127. package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  128. package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  129. package/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
  130. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
  131. package/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
  132. package/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
  133. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
  134. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
  135. package/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
  136. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  137. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
  138. package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
  139. package/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  140. package/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  141. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
  142. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
  143. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
  144. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
  145. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
  146. package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
  147. package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
  148. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
  149. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
  150. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
  151. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
  152. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
  153. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
  154. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
  155. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
  156. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  157. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  158. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
  159. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
  160. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
  161. package/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
  162. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
  163. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
  164. package/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
  165. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
  166. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
  167. package/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  168. package/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  169. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
  170. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
  171. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
  172. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
  173. package/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  174. package/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  175. package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
  176. package/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
  177. package/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
  178. package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
  179. package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
  180. package/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
  181. package/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
  182. package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
  183. package/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
  184. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
  185. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
  186. package/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
  187. package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
  188. package/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
  189. package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
  190. package/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
  191. package/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
  192. package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
  193. package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
  194. package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
  195. package/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  196. package/api/resources/conversationalAi/resources/tests/index.js +1 -1
  197. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
  198. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
  199. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
  200. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
  201. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
  202. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
  203. package/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
  204. package/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
  205. package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
  206. package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
  207. package/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
  208. package/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
  209. package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
  210. package/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
  211. package/api/resources/dubbing/client/Client.d.ts +8 -27
  212. package/api/resources/dubbing/client/Client.js +53 -45
  213. package/api/resources/dubbing/client/index.d.ts +0 -1
  214. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
  215. package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
  216. package/api/resources/dubbing/client/requests/index.d.ts +2 -2
  217. package/api/resources/dubbing/index.d.ts +2 -2
  218. package/api/resources/dubbing/index.js +2 -2
  219. package/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
  220. package/api/resources/dubbing/resources/audio/client/Client.js +13 -11
  221. package/api/resources/dubbing/resources/index.d.ts +4 -3
  222. package/api/resources/dubbing/resources/index.js +5 -4
  223. package/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
  224. package/api/resources/dubbing/resources/resource/client/Client.js +64 -54
  225. package/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
  226. package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
  227. package/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
  228. package/api/resources/dubbing/resources/resource/index.d.ts +1 -0
  229. package/api/resources/dubbing/resources/resource/index.js +1 -0
  230. package/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
  231. package/api/resources/dubbing/resources/resource/resources/index.js +2 -2
  232. package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
  233. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
  234. package/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
  235. package/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
  236. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
  237. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
  238. package/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
  239. package/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
  240. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
  241. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
  242. package/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
  243. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
  244. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
  245. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
  246. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
  247. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
  248. package/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
  249. package/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  250. package/api/resources/{v1TextToSpeechVoiceIdMultiStreamInput → dubbing/resources/resource/types}/index.js +1 -1
  251. package/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
  252. package/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
  253. package/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
  254. package/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
  255. package/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
  256. package/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
  257. package/api/resources/dubbing/resources/transcript/index.js +1 -1
  258. package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
  259. package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
  260. package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
  261. package/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  262. package/api/resources/dubbing/resources/transcript/types/index.js +1 -0
  263. package/api/resources/dubbing/types/index.d.ts +1 -1
  264. package/api/resources/dubbing/types/index.js +1 -1
  265. package/api/resources/forcedAlignment/client/Client.d.ts +3 -22
  266. package/api/resources/forcedAlignment/client/Client.js +11 -9
  267. package/api/resources/forcedAlignment/client/index.d.ts +0 -1
  268. package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
  269. package/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
  270. package/api/resources/history/client/Client.d.ts +8 -27
  271. package/api/resources/history/client/Client.js +63 -53
  272. package/api/resources/history/client/index.d.ts +0 -1
  273. package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
  274. package/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
  275. package/api/resources/history/client/requests/index.d.ts +2 -2
  276. package/api/resources/history/index.d.ts +1 -1
  277. package/api/resources/history/index.js +1 -1
  278. package/api/resources/index.d.ts +43 -47
  279. package/api/resources/index.js +44 -48
  280. package/api/resources/models/client/Client.d.ts +3 -22
  281. package/api/resources/models/client/Client.js +11 -9
  282. package/api/resources/music/client/Client.d.ts +3 -22
  283. package/api/resources/music/client/Client.js +41 -31
  284. package/api/resources/music/client/index.d.ts +0 -1
  285. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
  286. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
  287. package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
  288. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
  289. package/api/resources/music/client/requests/index.d.ts +4 -4
  290. package/api/resources/music/index.d.ts +1 -1
  291. package/api/resources/music/index.js +1 -1
  292. package/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
  293. package/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
  294. package/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
  295. package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
  296. package/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
  297. package/api/resources/music/types/index.d.ts +2 -2
  298. package/api/resources/music/types/index.js +2 -2
  299. package/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
  300. package/api/resources/pronunciationDictionaries/client/Client.js +67 -55
  301. package/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  302. package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
  303. package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
  304. package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
  305. package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
  306. package/api/resources/pronunciationDictionaries/index.d.ts +2 -2
  307. package/api/resources/pronunciationDictionaries/index.js +2 -2
  308. package/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  309. package/api/resources/pronunciationDictionaries/resources/index.js +1 -1
  310. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
  311. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
  312. package/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
  313. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
  314. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
  315. package/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  316. package/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  317. package/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
  318. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
  319. package/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  320. package/api/resources/pronunciationDictionaries/types/index.js +1 -1
  321. package/api/resources/samples/client/Client.d.ts +6 -25
  322. package/api/resources/samples/client/Client.js +16 -14
  323. package/api/resources/serviceAccounts/client/Client.d.ts +3 -22
  324. package/api/resources/serviceAccounts/client/Client.js +11 -9
  325. package/api/resources/serviceAccounts/index.d.ts +1 -1
  326. package/api/resources/serviceAccounts/index.js +1 -1
  327. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
  328. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
  329. package/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
  330. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
  331. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
  332. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
  333. package/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  334. package/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  335. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  336. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  337. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  338. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  339. package/api/resources/serviceAccounts/resources/index.d.ts +1 -1
  340. package/api/resources/serviceAccounts/resources/index.js +1 -1
  341. package/api/resources/speechToSpeech/client/Client.d.ts +5 -24
  342. package/api/resources/speechToSpeech/client/Client.js +31 -27
  343. package/api/resources/speechToSpeech/client/index.d.ts +0 -1
  344. package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
  345. package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
  346. package/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
  347. package/api/resources/speechToSpeech/index.d.ts +1 -1
  348. package/api/resources/speechToSpeech/index.js +1 -1
  349. package/api/resources/speechToSpeech/types/index.d.ts +2 -2
  350. package/api/resources/speechToSpeech/types/index.js +2 -2
  351. package/api/resources/speechToText/client/Client.d.ts +3 -22
  352. package/api/resources/speechToText/client/Client.js +13 -11
  353. package/api/resources/speechToText/client/index.d.ts +0 -1
  354. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
  355. package/api/resources/speechToText/client/requests/index.d.ts +1 -1
  356. package/api/resources/speechToText/index.d.ts +2 -2
  357. package/api/resources/speechToText/index.js +2 -2
  358. package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
  359. package/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
  360. package/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
  361. package/api/resources/speechToText/resources/transcripts/index.js +1 -1
  362. package/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
  363. package/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
  364. package/api/resources/speechToText/types/index.d.ts +1 -1
  365. package/api/resources/speechToText/types/index.js +1 -1
  366. package/api/resources/studio/client/Client.d.ts +3 -22
  367. package/api/resources/studio/client/Client.js +11 -9
  368. package/api/resources/studio/client/index.d.ts +0 -1
  369. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
  370. package/api/resources/studio/client/requests/index.d.ts +1 -1
  371. package/api/resources/studio/index.d.ts +2 -2
  372. package/api/resources/studio/index.js +2 -2
  373. package/api/resources/studio/resources/index.d.ts +1 -1
  374. package/api/resources/studio/resources/index.js +1 -1
  375. package/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
  376. package/api/resources/studio/resources/projects/client/Client.js +75 -63
  377. package/api/resources/studio/resources/projects/client/index.d.ts +0 -1
  378. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
  379. package/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
  380. package/api/resources/studio/resources/projects/index.d.ts +1 -1
  381. package/api/resources/studio/resources/projects/index.js +1 -1
  382. package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
  383. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
  384. package/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
  385. package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
  386. package/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
  387. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
  388. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
  389. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
  390. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
  391. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
  392. package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
  393. package/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
  394. package/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
  395. package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
  396. package/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
  397. package/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
  398. package/api/resources/studio/resources/projects/resources/index.js +6 -6
  399. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
  400. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
  401. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  402. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
  403. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
  404. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
  405. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
  406. package/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
  407. package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
  408. package/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
  409. package/api/resources/studio/resources/projects/types/index.d.ts +2 -2
  410. package/api/resources/studio/resources/projects/types/index.js +2 -2
  411. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
  412. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
  413. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
  414. package/api/resources/studio/types/index.d.ts +4 -4
  415. package/api/resources/studio/types/index.js +4 -4
  416. package/api/resources/textToDialogue/client/Client.d.ts +3 -22
  417. package/api/resources/textToDialogue/client/Client.js +41 -37
  418. package/api/resources/textToDialogue/client/index.d.ts +0 -1
  419. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  420. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  421. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  422. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  423. package/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
  424. package/api/resources/textToDialogue/index.d.ts +1 -1
  425. package/api/resources/textToDialogue/index.js +1 -1
  426. package/api/resources/textToDialogue/types/index.d.ts +5 -5
  427. package/api/resources/textToDialogue/types/index.js +5 -5
  428. package/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
  429. package/api/resources/textToSoundEffects/client/Client.js +12 -10
  430. package/api/resources/textToSoundEffects/client/index.d.ts +0 -1
  431. package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  432. package/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
  433. package/api/resources/textToSoundEffects/index.d.ts +1 -1
  434. package/api/resources/textToSoundEffects/index.js +1 -1
  435. package/api/resources/textToSpeech/client/Client.d.ts +8 -27
  436. package/api/resources/textToSpeech/client/Client.js +64 -55
  437. package/api/resources/textToSpeech/client/index.d.ts +0 -1
  438. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  439. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
  440. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
  441. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  442. package/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
  443. package/api/resources/textToSpeech/index.d.ts +1 -1
  444. package/api/resources/textToSpeech/index.js +1 -1
  445. package/api/resources/textToSpeech/types/index.d.ts +4 -4
  446. package/api/resources/textToSpeech/types/index.js +4 -4
  447. package/api/resources/textToVoice/client/Client.d.ts +5 -24
  448. package/api/resources/textToVoice/client/Client.js +42 -34
  449. package/api/resources/textToVoice/client/index.d.ts +0 -1
  450. package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
  451. package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  452. package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  453. package/api/resources/textToVoice/client/requests/index.d.ts +4 -4
  454. package/api/resources/textToVoice/index.d.ts +1 -1
  455. package/api/resources/textToVoice/index.js +1 -1
  456. package/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
  457. package/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
  458. package/api/resources/textToVoice/types/index.d.ts +1 -1
  459. package/api/resources/textToVoice/types/index.js +1 -1
  460. package/api/resources/tokens/client/Client.d.ts +2 -10
  461. package/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
  462. package/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
  463. package/api/resources/usage/client/Client.d.ts +3 -22
  464. package/api/resources/usage/client/Client.js +20 -16
  465. package/api/resources/usage/client/index.d.ts +0 -1
  466. package/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
  467. package/api/resources/usage/client/requests/index.d.ts +1 -1
  468. package/api/resources/user/client/Client.d.ts +3 -22
  469. package/api/resources/user/client/Client.js +11 -9
  470. package/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
  471. package/api/resources/user/resources/subscription/client/Client.js +11 -9
  472. package/api/resources/voices/client/Client.d.ts +13 -32
  473. package/api/resources/voices/client/Client.js +127 -111
  474. package/api/resources/voices/client/index.d.ts +0 -1
  475. package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
  476. package/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
  477. package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
  478. package/api/resources/voices/client/requests/index.d.ts +7 -7
  479. package/api/resources/voices/index.d.ts +1 -1
  480. package/api/resources/voices/index.js +1 -1
  481. package/api/resources/voices/resources/index.d.ts +3 -3
  482. package/api/resources/voices/resources/index.js +4 -4
  483. package/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
  484. package/api/resources/voices/resources/ivc/client/Client.js +11 -9
  485. package/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
  486. package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
  487. package/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
  488. package/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
  489. package/api/resources/voices/resources/pvc/client/Client.js +37 -31
  490. package/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
  491. package/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
  492. package/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
  493. package/api/resources/voices/resources/pvc/resources/index.js +1 -1
  494. package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
  495. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
  496. package/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
  497. package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
  498. package/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
  499. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
  500. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
  501. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
  502. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
  503. package/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
  504. package/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
  505. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
  506. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
  507. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
  508. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
  509. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
  510. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
  511. package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
  512. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
  513. package/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
  514. package/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
  515. package/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
  516. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
  517. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
  518. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
  519. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
  520. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
  521. package/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
  522. package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
  523. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
  524. package/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
  525. package/api/resources/voices/resources/settings/client/Client.js +35 -29
  526. package/api/resources/webhooks/client/Client.d.ts +3 -22
  527. package/api/resources/webhooks/client/Client.js +12 -10
  528. package/api/resources/webhooks/client/index.d.ts +0 -1
  529. package/api/resources/webhooks/client/requests/index.d.ts +1 -1
  530. package/api/resources/workspace/client/Client.d.ts +2 -10
  531. package/api/resources/workspace/index.d.ts +1 -1
  532. package/api/resources/workspace/index.js +1 -1
  533. package/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
  534. package/api/resources/workspace/resources/groups/client/Client.js +12 -10
  535. package/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
  536. package/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
  537. package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
  538. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
  539. package/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
  540. package/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
  541. package/api/resources/workspace/resources/index.d.ts +5 -5
  542. package/api/resources/workspace/resources/index.js +6 -6
  543. package/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
  544. package/api/resources/workspace/resources/invites/client/Client.js +27 -21
  545. package/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
  546. package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
  547. package/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
  548. package/api/resources/workspace/resources/invites/index.d.ts +1 -1
  549. package/api/resources/workspace/resources/invites/index.js +1 -1
  550. package/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
  551. package/api/resources/workspace/resources/members/client/Client.js +11 -9
  552. package/api/resources/workspace/resources/members/client/index.d.ts +0 -1
  553. package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
  554. package/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
  555. package/api/resources/workspace/resources/members/index.d.ts +1 -1
  556. package/api/resources/workspace/resources/members/index.js +1 -1
  557. package/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
  558. package/api/resources/workspace/resources/resources/client/Client.js +40 -34
  559. package/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
  560. package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
  561. package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
  562. package/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
  563. package/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
  564. package/api/resources/workspace/resources/resources/index.d.ts +1 -1
  565. package/api/resources/workspace/resources/resources/index.js +1 -1
  566. package/api/types/AddChapterResponseModel.d.ts +1 -1
  567. package/api/types/AddProjectResponseModel.d.ts +1 -1
  568. package/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
  569. package/api/types/AdditionalFormats.d.ts +1 -1
  570. package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
  571. package/api/types/AgentConfig.d.ts +1 -1
  572. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  573. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  574. package/api/types/AgentConfigOverrideConfig.d.ts +1 -1
  575. package/api/types/AgentConfigOverrideInput.d.ts +1 -1
  576. package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  577. package/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
  578. package/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
  579. package/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
  580. package/api/types/AgentSummaryResponseModel.d.ts +1 -1
  581. package/api/types/AgentTestingSettings.d.ts +1 -1
  582. package/api/types/AgentWorkflowRequestModel.d.ts +1 -1
  583. package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
  584. package/api/types/AgentWorkflowResponseModel.d.ts +1 -1
  585. package/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
  586. package/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
  587. package/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
  588. package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
  589. package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
  590. package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
  591. package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
  592. package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  593. package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  594. package/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
  595. package/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
  596. package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
  597. package/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
  598. package/api/types/AsrConversationalConfig.d.ts +1 -1
  599. package/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
  600. package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  601. package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
  602. package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  603. package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
  604. package/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
  605. package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
  606. package/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
  607. package/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
  608. package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
  609. package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
  610. package/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
  611. package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
  612. package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
  613. package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
  614. package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
  615. package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
  616. package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
  617. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  618. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  619. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  620. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  621. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  622. package/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
  623. package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
  624. package/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
  625. package/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
  626. package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
  627. package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
  628. package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
  629. package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  630. package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  631. package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  632. package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  633. package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  634. package/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
  635. package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
  636. package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
  637. package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
  638. package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
  639. package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
  640. package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  641. package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
  642. package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  643. package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
  644. package/api/types/AsyncConversationMetadata.d.ts +1 -1
  645. package/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
  646. package/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  647. package/api/types/AudioWithTimestampsResponse.d.ts +1 -1
  648. package/api/types/AuthSettings.d.ts +1 -1
  649. package/api/types/BackupLlmDefault.d.ts +1 -2
  650. package/api/types/BackupLlmDisabled.d.ts +1 -2
  651. package/api/types/BackupLlmOverride.d.ts +1 -1
  652. package/api/types/BatchCallDetailedResponse.d.ts +1 -2
  653. package/api/types/BatchCallResponse.d.ts +1 -2
  654. package/api/types/BatchCallWhatsAppParams.d.ts +5 -0
  655. package/api/types/BuiltInToolsInput.d.ts +1 -1
  656. package/api/types/BuiltInToolsOutput.d.ts +1 -1
  657. package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
  658. package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
  659. package/api/types/CanvasPlacement.d.ts +13 -0
  660. package/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
  661. package/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
  662. package/api/types/CaptionStyleModel.d.ts +1 -1
  663. package/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
  664. package/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
  665. package/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
  666. package/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
  667. package/api/types/ChapterContentBlockInputModel.d.ts +1 -1
  668. package/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
  669. package/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
  670. package/api/types/ChapterContentInputModel.d.ts +1 -1
  671. package/api/types/ChapterContentResponseModel.d.ts +1 -1
  672. package/api/types/ChapterResponse.d.ts +3 -1
  673. package/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
  674. package/api/types/ChapterSnapshotsResponse.d.ts +1 -1
  675. package/api/types/ChapterWithContentResponseModel.d.ts +3 -1
  676. package/api/types/ClientEvent.d.ts +1 -0
  677. package/api/types/ClientEvent.js +1 -0
  678. package/api/types/ClientToolConfigInput.d.ts +1 -1
  679. package/api/types/ClientToolConfigOutput.d.ts +1 -1
  680. package/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
  681. package/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
  682. package/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
  683. package/api/types/ConvAiWebhooks.d.ts +1 -1
  684. package/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
  685. package/api/types/ConversationChargingCommonModel.d.ts +1 -1
  686. package/api/types/ConversationConfig.d.ts +1 -1
  687. package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
  688. package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
  689. package/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
  690. package/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
  691. package/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
  692. package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
  693. package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
  694. package/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
  695. package/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
  696. package/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
  697. package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
  698. package/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
  699. package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
  700. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  701. package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  702. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  703. package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  704. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  705. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
  706. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
  707. package/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
  708. package/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
  709. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
  710. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
  711. package/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
  712. package/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
  713. package/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
  714. package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  715. package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  716. package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  717. package/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
  718. package/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
  719. package/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
  720. package/api/types/ConversationSimulationSpecification.d.ts +1 -1
  721. package/api/types/ConversationSummaryResponseModel.d.ts +1 -1
  722. package/api/types/ConversationTokenDbModel.d.ts +1 -1
  723. package/api/types/ConversationTurnMetrics.d.ts +1 -1
  724. package/api/types/ConversationalConfig.d.ts +1 -1
  725. package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  726. package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  727. package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
  728. package/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
  729. package/api/types/CustomLlm.d.ts +1 -1
  730. package/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
  731. package/api/types/DataCollectionResultCommonModel.d.ts +1 -1
  732. package/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
  733. package/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
  734. package/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
  735. package/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
  736. package/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
  737. package/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
  738. package/api/types/DetailedMusicResponse.d.ts +1 -1
  739. package/api/types/DubbedSegment.d.ts +1 -1
  740. package/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
  741. package/api/types/DubbingMetadataResponse.d.ts +1 -1
  742. package/api/types/DubbingModel.d.ts +5 -0
  743. package/api/types/DubbingModel.js +8 -0
  744. package/api/types/DubbingResource.d.ts +1 -1
  745. package/api/types/DubbingTranscriptCharacter.d.ts +5 -0
  746. package/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
  747. package/api/types/DubbingTranscriptUtterance.d.ts +7 -0
  748. package/api/types/DubbingTranscriptWord.d.ts +8 -0
  749. package/api/types/DynamicVariablesConfig.d.ts +1 -1
  750. package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
  751. package/api/types/EditChapterResponseModel.d.ts +1 -1
  752. package/api/types/EditProjectResponseModel.d.ts +1 -1
  753. package/api/types/EndCallToolConfig.d.ts +1 -2
  754. package/api/types/EvaluationSettings.d.ts +1 -1
  755. package/api/types/ExportOptions.d.ts +1 -1
  756. package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
  757. package/api/types/FeaturesUsageCommonModel.d.ts +1 -1
  758. package/api/types/FineTuningResponse.d.ts +1 -1
  759. package/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
  760. package/api/types/GenerateVoiceRequest.d.ts +1 -1
  761. package/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  762. package/api/types/GetAgentLinkResponseModel.d.ts +1 -1
  763. package/api/types/GetAgentResponseModel.d.ts +1 -5
  764. package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
  765. package/api/types/GetAgentsPageResponseModel.d.ts +1 -1
  766. package/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
  767. package/api/types/GetChaptersResponse.d.ts +1 -1
  768. package/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
  769. package/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
  770. package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
  771. package/api/types/GetConversationResponseModel.d.ts +1 -1
  772. package/api/types/GetConversationsPageResponseModel.d.ts +1 -1
  773. package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
  774. package/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  775. package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  776. package/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
  777. package/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
  778. package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  779. package/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
  780. package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  781. package/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
  782. package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  783. package/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
  784. package/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  785. package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  786. package/api/types/GetLibraryVoicesResponse.d.ts +1 -1
  787. package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
  788. package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
  789. package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
  790. package/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
  791. package/api/types/GetProjectsResponse.d.ts +1 -1
  792. package/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
  793. package/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
  794. package/api/types/GetSpeechHistoryResponse.d.ts +1 -1
  795. package/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
  796. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
  797. package/api/types/GetTestsPageResponseModel.d.ts +1 -1
  798. package/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
  799. package/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
  800. package/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  801. package/api/types/GetUnitTestResponseModel.d.ts +1 -1
  802. package/api/types/GetVoicesResponse.d.ts +1 -1
  803. package/api/types/GetVoicesV2Response.d.ts +1 -1
  804. package/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
  805. package/api/types/GuardrailsV1Input.d.ts +1 -1
  806. package/api/types/GuardrailsV1Output.d.ts +1 -1
  807. package/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
  808. package/api/types/HttpValidationError.d.ts +1 -1
  809. package/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
  810. package/api/types/InvoiceResponse.d.ts +1 -1
  811. package/api/types/KnowledgeBaseLocator.d.ts +1 -1
  812. package/api/types/LanguageDetectionToolConfig.d.ts +1 -2
  813. package/api/types/LanguagePresetInput.d.ts +1 -1
  814. package/api/types/LanguagePresetOutput.d.ts +1 -1
  815. package/api/types/LibraryVoiceResponse.d.ts +1 -1
  816. package/api/types/ListMcpToolsResponseModel.d.ts +1 -1
  817. package/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
  818. package/api/types/LiteralOverride.d.ts +1 -1
  819. package/api/types/Llm.d.ts +3 -0
  820. package/api/types/Llm.js +3 -0
  821. package/api/types/LlmCategoryUsage.d.ts +1 -1
  822. package/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
  823. package/api/types/LlmReasoningEffort.d.ts +1 -0
  824. package/api/types/LlmReasoningEffort.js +1 -0
  825. package/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
  826. package/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
  827. package/api/types/LlmUsageInput.d.ts +1 -1
  828. package/api/types/LlmUsageOutput.d.ts +1 -1
  829. package/api/types/ManualVerificationResponse.d.ts +1 -1
  830. package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
  831. package/api/types/McpServerConfigInput.d.ts +1 -1
  832. package/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
  833. package/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
  834. package/api/types/McpServerConfigInputUrl.d.ts +1 -1
  835. package/api/types/McpServerConfigOutput.d.ts +1 -1
  836. package/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
  837. package/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
  838. package/api/types/McpServerConfigOutputUrl.d.ts +1 -1
  839. package/api/types/McpServerResponseModel.d.ts +1 -1
  840. package/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
  841. package/api/types/McpServersResponseModel.d.ts +1 -1
  842. package/api/types/McpToolApprovalHash.d.ts +1 -1
  843. package/api/types/McpToolConfigOverride.d.ts +1 -1
  844. package/api/types/Model.d.ts +1 -1
  845. package/api/types/ModerationConfig.d.ts +1 -1
  846. package/api/types/ModerationGuardrailInput.d.ts +1 -1
  847. package/api/types/ModerationGuardrailOutput.d.ts +1 -1
  848. package/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
  849. package/api/types/MultipartMusicResponse.d.ts +1 -1
  850. package/api/types/MusicPrompt.d.ts +1 -1
  851. package/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
  852. package/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
  853. package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
  854. package/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
  855. package/api/types/ObjectOverrideInput.d.ts +1 -1
  856. package/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
  857. package/api/types/ObjectOverrideOutput.d.ts +1 -1
  858. package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
  859. package/api/types/OutboundCallRecipient.d.ts +1 -1
  860. package/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
  861. package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
  862. package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
  863. package/api/types/PhoneNumberTransfer.d.ts +1 -1
  864. package/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
  865. package/api/types/PlayDtmfToolConfig.d.ts +2 -0
  866. package/api/types/PodcastBulletinMode.d.ts +1 -1
  867. package/api/types/PodcastConversationMode.d.ts +1 -1
  868. package/api/types/PodcastProjectResponseModel.d.ts +1 -1
  869. package/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
  870. package/api/types/ProjectExtendedResponse.d.ts +3 -1
  871. package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
  872. package/api/types/ProjectImageResponseModel.d.ts +19 -0
  873. package/api/types/ProjectResponse.d.ts +1 -1
  874. package/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
  875. package/api/types/ProjectSnapshotsResponse.d.ts +1 -1
  876. package/api/types/ProjectVideoResponseModel.d.ts +2 -1
  877. package/api/types/PromptAgentApiModelInput.d.ts +1 -1
  878. package/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
  879. package/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
  880. package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  881. package/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
  882. package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
  883. package/api/types/PromptAgentApiModelOverride.d.ts +1 -1
  884. package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  885. package/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
  886. package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
  887. package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  888. package/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
  889. package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
  890. package/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
  891. package/api/types/QueryOverride.d.ts +1 -1
  892. package/api/types/QueryParamsJsonSchema.d.ts +1 -1
  893. package/api/types/RagConfig.d.ts +1 -1
  894. package/api/types/RagConfigWorkflowOverride.d.ts +1 -1
  895. package/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
  896. package/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
  897. package/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
  898. package/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
  899. package/api/types/RagRetrievalInfo.d.ts +1 -1
  900. package/api/types/ReaderResourceResponseModel.d.ts +1 -1
  901. package/api/types/ReferencedToolCommonModel.d.ts +1 -1
  902. package/api/types/RegionConfigRequest.d.ts +1 -1
  903. package/api/types/Render.d.ts +1 -1
  904. package/api/types/ResourceAccessInfo.d.ts +1 -1
  905. package/api/types/ResourceMetadataResponseModel.d.ts +1 -1
  906. package/api/types/SafetyCommonModel.d.ts +1 -1
  907. package/api/types/SafetyEvaluation.d.ts +1 -1
  908. package/api/types/SectionSource.d.ts +1 -1
  909. package/api/types/ShareOptionResponseModel.d.ts +1 -1
  910. package/api/types/SimilarVoice.d.ts +1 -1
  911. package/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
  912. package/api/types/SingleUseTokenType.d.ts +5 -1
  913. package/api/types/SingleUseTokenType.js +5 -0
  914. package/api/types/SkipTurnToolConfig.d.ts +1 -2
  915. package/api/types/SongSection.d.ts +1 -1
  916. package/api/types/SpeakerResponseModel.d.ts +1 -1
  917. package/api/types/SpeakerSegment.d.ts +1 -1
  918. package/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  919. package/api/types/SpeakerTrack.d.ts +1 -1
  920. package/api/types/SpeechHistoryItemResponse.d.ts +1 -1
  921. package/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
  922. package/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
  923. package/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  924. package/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
  925. package/api/types/Subscription.d.ts +1 -1
  926. package/api/types/SubscriptionResponse.d.ts +1 -1
  927. package/api/types/SuggestedAudioTag.d.ts +6 -0
  928. package/api/types/SupportedVoice.d.ts +1 -1
  929. package/api/types/SystemToolConfigInput.d.ts +1 -1
  930. package/api/types/SystemToolConfigInputParams.d.ts +1 -1
  931. package/api/types/SystemToolConfigOutput.d.ts +1 -1
  932. package/api/types/SystemToolConfigOutputParams.d.ts +1 -1
  933. package/api/types/TestConditionResultCommonModel.d.ts +1 -1
  934. package/api/types/TestFromConversationMetadataInput.d.ts +1 -1
  935. package/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
  936. package/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
  937. package/api/types/TestRunMetadata.d.ts +1 -1
  938. package/api/types/TextNormalisationType.d.ts +6 -0
  939. package/api/types/TextNormalisationType.js +9 -0
  940. package/api/types/Tool.d.ts +1 -1
  941. package/api/types/ToolRequestModel.d.ts +1 -1
  942. package/api/types/ToolRequestModelToolConfig.d.ts +2 -5
  943. package/api/types/ToolResponseModel.d.ts +1 -1
  944. package/api/types/ToolResponseModelToolConfig.d.ts +2 -5
  945. package/api/types/ToolsResponseModel.d.ts +1 -1
  946. package/api/types/TransferToAgentToolConfig.d.ts +1 -1
  947. package/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
  948. package/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
  949. package/api/types/TtsConversationalConfigInput.d.ts +5 -1
  950. package/api/types/TtsConversationalConfigOutput.d.ts +5 -1
  951. package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
  952. package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
  953. package/api/types/TtsConversationalModel.d.ts +0 -1
  954. package/api/types/TtsConversationalModel.js +0 -1
  955. package/api/types/TtsModelFamily.d.ts +0 -1
  956. package/api/types/TtsModelFamily.js +0 -1
  957. package/api/types/TurnConfig.d.ts +1 -1
  958. package/api/types/TurnConfigOverride.d.ts +1 -1
  959. package/api/types/TurnConfigOverrideConfig.d.ts +1 -1
  960. package/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
  961. package/api/types/UnitTestCommonModel.d.ts +1 -1
  962. package/api/types/UnitTestRunResponseModel.d.ts +1 -1
  963. package/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
  964. package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
  965. package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
  966. package/api/types/UnitTestToolCallParameter.d.ts +1 -1
  967. package/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
  968. package/api/types/User.d.ts +1 -1
  969. package/api/types/UserFeedback.d.ts +1 -1
  970. package/api/types/VadConfig.d.ts +1 -2
  971. package/api/types/VadConfigWorkflowOverride.d.ts +1 -2
  972. package/api/types/ValidationError.d.ts +1 -1
  973. package/api/types/VerificationAttemptResponse.d.ts +1 -1
  974. package/api/types/Voice.d.ts +1 -1
  975. package/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
  976. package/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
  977. package/api/types/VoiceSample.d.ts +1 -1
  978. package/api/types/VoiceSharingResponse.d.ts +1 -1
  979. package/api/types/VoiceVerificationResponse.d.ts +1 -1
  980. package/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  981. package/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
  982. package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  983. package/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
  984. package/api/types/WebhookToolConfigInput.d.ts +1 -1
  985. package/api/types/WebhookToolConfigOutput.d.ts +1 -1
  986. package/api/types/WidgetConfig.d.ts +1 -1
  987. package/api/types/WidgetConfigInputAvatar.d.ts +1 -1
  988. package/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
  989. package/api/types/WidgetConfigResponse.d.ts +1 -1
  990. package/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
  991. package/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
  992. package/api/types/WidgetLanguagePreset.d.ts +1 -1
  993. package/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
  994. package/api/types/WorkflowEdgeModelInput.d.ts +1 -1
  995. package/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
  996. package/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
  997. package/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
  998. package/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
  999. package/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
  1000. package/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
  1001. package/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
  1002. package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  1003. package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
  1004. package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  1005. package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
  1006. package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
  1007. package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
  1008. package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
  1009. package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
  1010. package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
  1011. package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
  1012. package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
  1013. package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
  1014. package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
  1015. package/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
  1016. package/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
  1017. package/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
  1018. package/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  1019. package/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
  1020. package/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  1021. package/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
  1022. package/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
  1023. package/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
  1024. package/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
  1025. package/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
  1026. package/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
  1027. package/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
  1028. package/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
  1029. package/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
  1030. package/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
  1031. package/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
  1032. package/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
  1033. package/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
  1034. package/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
  1035. package/api/types/index.d.ts +296 -311
  1036. package/api/types/index.js +296 -311
  1037. package/biome.json +74 -0
  1038. package/core/exports.d.ts +1 -0
  1039. package/core/exports.js +1 -0
  1040. package/core/fetcher/APIResponse.d.ts +1 -1
  1041. package/core/fetcher/BinaryResponse.d.ts +1 -1
  1042. package/core/fetcher/EndpointSupplier.d.ts +2 -2
  1043. package/core/fetcher/Fetcher.d.ts +6 -3
  1044. package/core/fetcher/Fetcher.js +202 -8
  1045. package/core/fetcher/HttpResponsePromise.d.ts +1 -1
  1046. package/core/fetcher/getErrorResponseBody.js +2 -1
  1047. package/core/fetcher/getFetchFn.js +1 -1
  1048. package/core/fetcher/getRequestBody.d.ts +1 -1
  1049. package/core/fetcher/getRequestBody.js +4 -0
  1050. package/core/fetcher/getResponseBody.js +3 -3
  1051. package/core/fetcher/makeRequest.d.ts +1 -1
  1052. package/core/fetcher/makeRequest.js +2 -4
  1053. package/core/fetcher/requestWithRetries.js +3 -12
  1054. package/core/fetcher/signals.d.ts +0 -6
  1055. package/core/fetcher/signals.js +0 -12
  1056. package/core/file/file.d.ts +6 -1
  1057. package/core/file/file.js +25 -7
  1058. package/core/form-data-utils/FormDataWrapper.d.ts +2 -3
  1059. package/core/form-data-utils/FormDataWrapper.js +62 -85
  1060. package/core/headers.js +6 -4
  1061. package/core/index.d.ts +5 -4
  1062. package/core/index.js +6 -5
  1063. package/core/logging/exports.d.ts +18 -0
  1064. package/core/logging/exports.js +45 -0
  1065. package/core/logging/index.d.ts +1 -0
  1066. package/{dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput → core/logging}/index.js +1 -1
  1067. package/core/logging/logger.d.ts +126 -0
  1068. package/core/logging/logger.js +144 -0
  1069. package/core/schemas/Schema.d.ts +2 -1
  1070. package/core/schemas/Schema.js +1 -0
  1071. package/core/schemas/builders/bigint/bigint.d.ts +1 -1
  1072. package/core/schemas/builders/bigint/bigint.js +2 -2
  1073. package/core/schemas/builders/date/date.d.ts +1 -1
  1074. package/core/schemas/builders/date/date.js +2 -2
  1075. package/core/schemas/builders/enum/enum.d.ts +1 -1
  1076. package/core/schemas/builders/index.d.ts +14 -14
  1077. package/core/schemas/builders/index.js +14 -14
  1078. package/core/schemas/builders/lazy/lazy.d.ts +1 -1
  1079. package/core/schemas/builders/lazy/lazy.js +2 -2
  1080. package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  1081. package/core/schemas/builders/lazy/lazyObject.js +4 -4
  1082. package/core/schemas/builders/list/list.d.ts +1 -1
  1083. package/core/schemas/builders/list/list.js +2 -2
  1084. package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  1085. package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  1086. package/core/schemas/builders/object/object.d.ts +1 -1
  1087. package/core/schemas/builders/object/object.js +5 -5
  1088. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  1089. package/core/schemas/builders/object/property.d.ts +1 -1
  1090. package/core/schemas/builders/object/types.d.ts +5 -5
  1091. package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  1092. package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  1093. package/core/schemas/builders/object-like/types.d.ts +1 -1
  1094. package/core/schemas/builders/primitives/any.d.ts +1 -1
  1095. package/core/schemas/builders/primitives/boolean.d.ts +1 -1
  1096. package/core/schemas/builders/primitives/index.d.ts +1 -0
  1097. package/core/schemas/builders/primitives/index.js +3 -1
  1098. package/core/schemas/builders/primitives/never.d.ts +2 -0
  1099. package/core/schemas/builders/primitives/never.js +14 -0
  1100. package/core/schemas/builders/primitives/number.d.ts +1 -1
  1101. package/core/schemas/builders/primitives/string.d.ts +1 -1
  1102. package/core/schemas/builders/primitives/unknown.d.ts +1 -1
  1103. package/core/schemas/builders/record/record.d.ts +2 -2
  1104. package/core/schemas/builders/record/record.js +3 -3
  1105. package/core/schemas/builders/record/types.d.ts +2 -2
  1106. package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  1107. package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  1108. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  1109. package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  1110. package/core/schemas/builders/set/set.d.ts +1 -1
  1111. package/core/schemas/builders/set/set.js +4 -4
  1112. package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  1113. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  1114. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
  1115. package/core/schemas/builders/union/types.d.ts +2 -2
  1116. package/core/schemas/builders/union/union.d.ts +3 -3
  1117. package/core/schemas/builders/union/union.js +4 -4
  1118. package/core/schemas/index.d.ts +1 -1
  1119. package/core/schemas/index.js +1 -1
  1120. package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  1121. package/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
  1122. package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  1123. package/core/stream/Stream.d.ts +1 -0
  1124. package/core/stream/Stream.js +8 -5
  1125. package/core/url/encodePathParam.d.ts +1 -0
  1126. package/core/url/encodePathParam.js +21 -0
  1127. package/core/url/index.d.ts +1 -0
  1128. package/core/url/index.js +3 -1
  1129. package/core/url/join.js +3 -4
  1130. package/dist/BaseClient.d.ts +34 -0
  1131. package/dist/Client.d.ts +20 -39
  1132. package/dist/Client.js +59 -57
  1133. package/dist/api/errors/BadRequestError.d.ts +2 -2
  1134. package/dist/api/errors/ConflictError.d.ts +1 -1
  1135. package/dist/api/errors/ForbiddenError.d.ts +1 -1
  1136. package/dist/api/errors/NotFoundError.d.ts +1 -1
  1137. package/dist/api/errors/TooEarlyError.d.ts +1 -1
  1138. package/dist/api/errors/UnauthorizedError.d.ts +1 -1
  1139. package/dist/api/errors/UnprocessableEntityError.d.ts +2 -2
  1140. package/dist/api/errors/index.d.ts +2 -2
  1141. package/dist/api/errors/index.js +2 -2
  1142. package/dist/api/index.d.ts +1 -1
  1143. package/dist/api/index.js +1 -1
  1144. package/dist/api/resources/audioIsolation/client/Client.d.ts +3 -22
  1145. package/dist/api/resources/audioIsolation/client/Client.js +19 -15
  1146. package/dist/api/resources/audioIsolation/client/index.d.ts +0 -1
  1147. package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
  1148. package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
  1149. package/dist/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
  1150. package/dist/api/resources/audioIsolation/index.d.ts +1 -1
  1151. package/dist/api/resources/audioIsolation/index.js +1 -1
  1152. package/dist/api/resources/audioNative/client/Client.d.ts +7 -26
  1153. package/dist/api/resources/audioNative/client/Client.js +35 -29
  1154. package/dist/api/resources/audioNative/client/index.d.ts +0 -1
  1155. package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
  1156. package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
  1157. package/dist/api/resources/audioNative/client/requests/index.d.ts +2 -2
  1158. package/dist/api/resources/audioNative/index.d.ts +1 -1
  1159. package/dist/api/resources/audioNative/index.js +1 -1
  1160. package/dist/api/resources/conversationalAi/client/Client.d.ts +18 -37
  1161. package/dist/api/resources/conversationalAi/client/Client.js +71 -63
  1162. package/dist/api/resources/conversationalAi/client/index.d.ts +0 -1
  1163. package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
  1164. package/dist/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
  1165. package/dist/api/resources/conversationalAi/index.d.ts +1 -1
  1166. package/dist/api/resources/conversationalAi/index.js +1 -1
  1167. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
  1168. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
  1169. package/dist/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
  1170. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
  1171. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  1172. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
  1173. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
  1174. package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
  1175. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  1176. package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
  1177. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
  1178. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
  1179. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
  1180. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
  1181. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
  1182. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
  1183. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
  1184. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
  1185. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
  1186. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
  1187. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
  1188. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
  1189. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
  1190. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
  1191. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
  1192. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
  1193. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
  1194. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
  1195. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
  1196. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
  1197. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
  1198. package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
  1199. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
  1200. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
  1201. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
  1202. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
  1203. package/dist/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
  1204. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
  1205. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
  1206. package/dist/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  1207. package/dist/api/resources/conversationalAi/resources/conversations/index.js +1 -1
  1208. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
  1209. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
  1210. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
  1211. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
  1212. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
  1213. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
  1214. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  1215. package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
  1216. package/dist/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
  1217. package/dist/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
  1218. package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  1219. package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  1220. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
  1221. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
  1222. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
  1223. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
  1224. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
  1225. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  1226. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  1227. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
  1228. package/dist/api/resources/conversationalAi/resources/index.d.ts +22 -22
  1229. package/dist/api/resources/conversationalAi/resources/index.js +23 -23
  1230. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
  1231. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
  1232. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
  1233. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
  1234. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
  1235. package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
  1236. package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
  1237. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
  1238. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
  1239. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
  1240. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
  1241. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
  1242. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
  1243. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
  1244. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
  1245. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
  1246. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
  1247. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  1248. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  1249. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
  1250. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
  1251. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
  1252. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
  1253. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  1254. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  1255. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
  1256. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
  1257. package/dist/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
  1258. package/dist/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
  1259. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
  1260. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
  1261. package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
  1262. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  1263. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
  1264. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
  1265. package/dist/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  1266. package/dist/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  1267. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
  1268. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
  1269. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
  1270. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
  1271. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
  1272. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
  1273. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
  1274. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
  1275. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
  1276. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
  1277. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
  1278. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
  1279. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
  1280. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
  1281. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
  1282. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  1283. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  1284. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
  1285. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
  1286. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
  1287. package/dist/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
  1288. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
  1289. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
  1290. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
  1291. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
  1292. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
  1293. package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  1294. package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  1295. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
  1296. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
  1297. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
  1298. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
  1299. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  1300. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  1301. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
  1302. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
  1303. package/dist/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
  1304. package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
  1305. package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
  1306. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
  1307. package/dist/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
  1308. package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
  1309. package/dist/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
  1310. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
  1311. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
  1312. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
  1313. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
  1314. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
  1315. package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
  1316. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
  1317. package/dist/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
  1318. package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
  1319. package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
  1320. package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
  1321. package/dist/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  1322. package/dist/api/resources/conversationalAi/resources/tests/index.js +1 -1
  1323. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
  1324. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
  1325. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
  1326. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
  1327. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
  1328. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
  1329. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
  1330. package/dist/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
  1331. package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
  1332. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
  1333. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
  1334. package/dist/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
  1335. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
  1336. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
  1337. package/dist/api/resources/dubbing/client/Client.d.ts +8 -27
  1338. package/dist/api/resources/dubbing/client/Client.js +53 -45
  1339. package/dist/api/resources/dubbing/client/index.d.ts +0 -1
  1340. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
  1341. package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
  1342. package/dist/api/resources/dubbing/client/requests/index.d.ts +2 -2
  1343. package/dist/api/resources/dubbing/index.d.ts +2 -2
  1344. package/dist/api/resources/dubbing/index.js +2 -2
  1345. package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
  1346. package/dist/api/resources/dubbing/resources/audio/client/Client.js +13 -11
  1347. package/dist/api/resources/dubbing/resources/index.d.ts +4 -3
  1348. package/dist/api/resources/dubbing/resources/index.js +5 -4
  1349. package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
  1350. package/dist/api/resources/dubbing/resources/resource/client/Client.js +64 -54
  1351. package/dist/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
  1352. package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
  1353. package/dist/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
  1354. package/dist/api/resources/dubbing/resources/resource/index.d.ts +1 -0
  1355. package/dist/api/resources/dubbing/resources/resource/index.js +1 -0
  1356. package/dist/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
  1357. package/dist/api/resources/dubbing/resources/resource/resources/index.js +2 -2
  1358. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
  1359. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
  1360. package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
  1361. package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
  1362. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
  1363. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
  1364. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
  1365. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
  1366. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
  1367. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
  1368. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
  1369. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
  1370. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
  1371. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
  1372. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
  1373. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
  1374. package/dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
  1375. package/dist/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  1376. package/dist/api/resources/{v1TextToSpeechVoiceIdStreamInput → dubbing/resources/resource/types}/index.js +1 -1
  1377. package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
  1378. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
  1379. package/dist/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
  1380. package/dist/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
  1381. package/dist/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
  1382. package/dist/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
  1383. package/dist/api/resources/dubbing/resources/transcript/index.js +1 -1
  1384. package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
  1385. package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
  1386. package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
  1387. package/dist/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  1388. package/dist/api/resources/dubbing/resources/transcript/types/index.js +1 -0
  1389. package/dist/api/resources/dubbing/types/index.d.ts +1 -1
  1390. package/dist/api/resources/dubbing/types/index.js +1 -1
  1391. package/dist/api/resources/forcedAlignment/client/Client.d.ts +3 -22
  1392. package/dist/api/resources/forcedAlignment/client/Client.js +11 -9
  1393. package/dist/api/resources/forcedAlignment/client/index.d.ts +0 -1
  1394. package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
  1395. package/dist/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
  1396. package/dist/api/resources/history/client/Client.d.ts +8 -27
  1397. package/dist/api/resources/history/client/Client.js +63 -53
  1398. package/dist/api/resources/history/client/index.d.ts +0 -1
  1399. package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
  1400. package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
  1401. package/dist/api/resources/history/client/requests/index.d.ts +2 -2
  1402. package/dist/api/resources/history/index.d.ts +1 -1
  1403. package/dist/api/resources/history/index.js +1 -1
  1404. package/dist/api/resources/index.d.ts +43 -47
  1405. package/dist/api/resources/index.js +44 -48
  1406. package/dist/api/resources/models/client/Client.d.ts +3 -22
  1407. package/dist/api/resources/models/client/Client.js +11 -9
  1408. package/dist/api/resources/music/client/Client.d.ts +3 -22
  1409. package/dist/api/resources/music/client/Client.js +41 -31
  1410. package/dist/api/resources/music/client/index.d.ts +0 -1
  1411. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
  1412. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
  1413. package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
  1414. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
  1415. package/dist/api/resources/music/client/requests/index.d.ts +4 -4
  1416. package/dist/api/resources/music/index.d.ts +1 -1
  1417. package/dist/api/resources/music/index.js +1 -1
  1418. package/dist/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
  1419. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
  1420. package/dist/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
  1421. package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
  1422. package/dist/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
  1423. package/dist/api/resources/music/types/index.d.ts +2 -2
  1424. package/dist/api/resources/music/types/index.js +2 -2
  1425. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
  1426. package/dist/api/resources/pronunciationDictionaries/client/Client.js +67 -55
  1427. package/dist/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  1428. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
  1429. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
  1430. package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
  1431. package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
  1432. package/dist/api/resources/pronunciationDictionaries/index.d.ts +2 -2
  1433. package/dist/api/resources/pronunciationDictionaries/index.js +2 -2
  1434. package/dist/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  1435. package/dist/api/resources/pronunciationDictionaries/resources/index.js +1 -1
  1436. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
  1437. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
  1438. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
  1439. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
  1440. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
  1441. package/dist/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  1442. package/dist/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  1443. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
  1444. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
  1445. package/dist/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  1446. package/dist/api/resources/pronunciationDictionaries/types/index.js +1 -1
  1447. package/dist/api/resources/samples/client/Client.d.ts +6 -25
  1448. package/dist/api/resources/samples/client/Client.js +16 -14
  1449. package/dist/api/resources/serviceAccounts/client/Client.d.ts +3 -22
  1450. package/dist/api/resources/serviceAccounts/client/Client.js +11 -9
  1451. package/dist/api/resources/serviceAccounts/index.d.ts +1 -1
  1452. package/dist/api/resources/serviceAccounts/index.js +1 -1
  1453. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
  1454. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
  1455. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
  1456. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
  1457. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
  1458. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
  1459. package/dist/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  1460. package/dist/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  1461. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  1462. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  1463. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  1464. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  1465. package/dist/api/resources/serviceAccounts/resources/index.d.ts +1 -1
  1466. package/dist/api/resources/serviceAccounts/resources/index.js +1 -1
  1467. package/dist/api/resources/speechToSpeech/client/Client.d.ts +5 -24
  1468. package/dist/api/resources/speechToSpeech/client/Client.js +31 -27
  1469. package/dist/api/resources/speechToSpeech/client/index.d.ts +0 -1
  1470. package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
  1471. package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
  1472. package/dist/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
  1473. package/dist/api/resources/speechToSpeech/index.d.ts +1 -1
  1474. package/dist/api/resources/speechToSpeech/index.js +1 -1
  1475. package/dist/api/resources/speechToSpeech/types/index.d.ts +2 -2
  1476. package/dist/api/resources/speechToSpeech/types/index.js +2 -2
  1477. package/dist/api/resources/speechToText/client/Client.d.ts +3 -22
  1478. package/dist/api/resources/speechToText/client/Client.js +13 -11
  1479. package/dist/api/resources/speechToText/client/index.d.ts +0 -1
  1480. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
  1481. package/dist/api/resources/speechToText/client/requests/index.d.ts +1 -1
  1482. package/dist/api/resources/speechToText/index.d.ts +2 -2
  1483. package/dist/api/resources/speechToText/index.js +2 -2
  1484. package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
  1485. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
  1486. package/dist/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
  1487. package/dist/api/resources/speechToText/resources/transcripts/index.js +1 -1
  1488. package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
  1489. package/dist/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
  1490. package/dist/api/resources/speechToText/types/index.d.ts +1 -1
  1491. package/dist/api/resources/speechToText/types/index.js +1 -1
  1492. package/dist/api/resources/studio/client/Client.d.ts +3 -22
  1493. package/dist/api/resources/studio/client/Client.js +11 -9
  1494. package/dist/api/resources/studio/client/index.d.ts +0 -1
  1495. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
  1496. package/dist/api/resources/studio/client/requests/index.d.ts +1 -1
  1497. package/dist/api/resources/studio/index.d.ts +2 -2
  1498. package/dist/api/resources/studio/index.js +2 -2
  1499. package/dist/api/resources/studio/resources/index.d.ts +1 -1
  1500. package/dist/api/resources/studio/resources/index.js +1 -1
  1501. package/dist/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
  1502. package/dist/api/resources/studio/resources/projects/client/Client.js +75 -63
  1503. package/dist/api/resources/studio/resources/projects/client/index.d.ts +0 -1
  1504. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
  1505. package/dist/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
  1506. package/dist/api/resources/studio/resources/projects/index.d.ts +1 -1
  1507. package/dist/api/resources/studio/resources/projects/index.js +1 -1
  1508. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
  1509. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
  1510. package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
  1511. package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
  1512. package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
  1513. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
  1514. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
  1515. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
  1516. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
  1517. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
  1518. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
  1519. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
  1520. package/dist/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
  1521. package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
  1522. package/dist/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
  1523. package/dist/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
  1524. package/dist/api/resources/studio/resources/projects/resources/index.js +6 -6
  1525. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
  1526. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
  1527. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
  1528. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
  1529. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
  1530. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
  1531. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
  1532. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
  1533. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
  1534. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
  1535. package/dist/api/resources/studio/resources/projects/types/index.d.ts +2 -2
  1536. package/dist/api/resources/studio/resources/projects/types/index.js +2 -2
  1537. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
  1538. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
  1539. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
  1540. package/dist/api/resources/studio/types/index.d.ts +4 -4
  1541. package/dist/api/resources/studio/types/index.js +4 -4
  1542. package/dist/api/resources/textToDialogue/client/Client.d.ts +3 -22
  1543. package/dist/api/resources/textToDialogue/client/Client.js +41 -37
  1544. package/dist/api/resources/textToDialogue/client/index.d.ts +0 -1
  1545. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  1546. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  1547. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  1548. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  1549. package/dist/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
  1550. package/dist/api/resources/textToDialogue/index.d.ts +1 -1
  1551. package/dist/api/resources/textToDialogue/index.js +1 -1
  1552. package/dist/api/resources/textToDialogue/types/index.d.ts +5 -5
  1553. package/dist/api/resources/textToDialogue/types/index.js +5 -5
  1554. package/dist/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
  1555. package/dist/api/resources/textToSoundEffects/client/Client.js +12 -10
  1556. package/dist/api/resources/textToSoundEffects/client/index.d.ts +0 -1
  1557. package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  1558. package/dist/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
  1559. package/dist/api/resources/textToSoundEffects/index.d.ts +1 -1
  1560. package/dist/api/resources/textToSoundEffects/index.js +1 -1
  1561. package/dist/api/resources/textToSpeech/client/Client.d.ts +8 -27
  1562. package/dist/api/resources/textToSpeech/client/Client.js +64 -55
  1563. package/dist/api/resources/textToSpeech/client/index.d.ts +0 -1
  1564. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  1565. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
  1566. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
  1567. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  1568. package/dist/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
  1569. package/dist/api/resources/textToSpeech/index.d.ts +1 -1
  1570. package/dist/api/resources/textToSpeech/index.js +1 -1
  1571. package/dist/api/resources/textToSpeech/types/index.d.ts +4 -4
  1572. package/dist/api/resources/textToSpeech/types/index.js +4 -4
  1573. package/dist/api/resources/textToVoice/client/Client.d.ts +5 -24
  1574. package/dist/api/resources/textToVoice/client/Client.js +42 -34
  1575. package/dist/api/resources/textToVoice/client/index.d.ts +0 -1
  1576. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
  1577. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  1578. package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  1579. package/dist/api/resources/textToVoice/client/requests/index.d.ts +4 -4
  1580. package/dist/api/resources/textToVoice/index.d.ts +1 -1
  1581. package/dist/api/resources/textToVoice/index.js +1 -1
  1582. package/dist/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
  1583. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
  1584. package/dist/api/resources/textToVoice/types/index.d.ts +1 -1
  1585. package/dist/api/resources/textToVoice/types/index.js +1 -1
  1586. package/dist/api/resources/tokens/client/Client.d.ts +2 -10
  1587. package/dist/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
  1588. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
  1589. package/dist/api/resources/usage/client/Client.d.ts +3 -22
  1590. package/dist/api/resources/usage/client/Client.js +20 -16
  1591. package/dist/api/resources/usage/client/index.d.ts +0 -1
  1592. package/dist/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
  1593. package/dist/api/resources/usage/client/requests/index.d.ts +1 -1
  1594. package/dist/api/resources/user/client/Client.d.ts +3 -22
  1595. package/dist/api/resources/user/client/Client.js +11 -9
  1596. package/dist/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
  1597. package/dist/api/resources/user/resources/subscription/client/Client.js +11 -9
  1598. package/dist/api/resources/voices/client/Client.d.ts +13 -32
  1599. package/dist/api/resources/voices/client/Client.js +127 -111
  1600. package/dist/api/resources/voices/client/index.d.ts +0 -1
  1601. package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
  1602. package/dist/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
  1603. package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
  1604. package/dist/api/resources/voices/client/requests/index.d.ts +7 -7
  1605. package/dist/api/resources/voices/index.d.ts +1 -1
  1606. package/dist/api/resources/voices/index.js +1 -1
  1607. package/dist/api/resources/voices/resources/index.d.ts +3 -3
  1608. package/dist/api/resources/voices/resources/index.js +4 -4
  1609. package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
  1610. package/dist/api/resources/voices/resources/ivc/client/Client.js +11 -9
  1611. package/dist/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
  1612. package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
  1613. package/dist/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
  1614. package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
  1615. package/dist/api/resources/voices/resources/pvc/client/Client.js +37 -31
  1616. package/dist/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
  1617. package/dist/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
  1618. package/dist/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
  1619. package/dist/api/resources/voices/resources/pvc/resources/index.js +1 -1
  1620. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
  1621. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
  1622. package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
  1623. package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
  1624. package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
  1625. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
  1626. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
  1627. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
  1628. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
  1629. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
  1630. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
  1631. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
  1632. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
  1633. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
  1634. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
  1635. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
  1636. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
  1637. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
  1638. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
  1639. package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
  1640. package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
  1641. package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
  1642. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
  1643. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
  1644. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
  1645. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
  1646. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
  1647. package/dist/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
  1648. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
  1649. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
  1650. package/dist/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
  1651. package/dist/api/resources/voices/resources/settings/client/Client.js +35 -29
  1652. package/dist/api/resources/webhooks/client/Client.d.ts +3 -22
  1653. package/dist/api/resources/webhooks/client/Client.js +12 -10
  1654. package/dist/api/resources/webhooks/client/index.d.ts +0 -1
  1655. package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -1
  1656. package/dist/api/resources/workspace/client/Client.d.ts +2 -10
  1657. package/dist/api/resources/workspace/index.d.ts +1 -1
  1658. package/dist/api/resources/workspace/index.js +1 -1
  1659. package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
  1660. package/dist/api/resources/workspace/resources/groups/client/Client.js +12 -10
  1661. package/dist/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
  1662. package/dist/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
  1663. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
  1664. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
  1665. package/dist/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
  1666. package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
  1667. package/dist/api/resources/workspace/resources/index.d.ts +5 -5
  1668. package/dist/api/resources/workspace/resources/index.js +6 -6
  1669. package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
  1670. package/dist/api/resources/workspace/resources/invites/client/Client.js +27 -21
  1671. package/dist/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
  1672. package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
  1673. package/dist/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
  1674. package/dist/api/resources/workspace/resources/invites/index.d.ts +1 -1
  1675. package/dist/api/resources/workspace/resources/invites/index.js +1 -1
  1676. package/dist/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
  1677. package/dist/api/resources/workspace/resources/members/client/Client.js +11 -9
  1678. package/dist/api/resources/workspace/resources/members/client/index.d.ts +0 -1
  1679. package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
  1680. package/dist/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
  1681. package/dist/api/resources/workspace/resources/members/index.d.ts +1 -1
  1682. package/dist/api/resources/workspace/resources/members/index.js +1 -1
  1683. package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
  1684. package/dist/api/resources/workspace/resources/resources/client/Client.js +40 -34
  1685. package/dist/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
  1686. package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
  1687. package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
  1688. package/dist/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
  1689. package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
  1690. package/dist/api/resources/workspace/resources/resources/index.d.ts +1 -1
  1691. package/dist/api/resources/workspace/resources/resources/index.js +1 -1
  1692. package/dist/api/types/AddChapterResponseModel.d.ts +1 -1
  1693. package/dist/api/types/AddProjectResponseModel.d.ts +1 -1
  1694. package/dist/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
  1695. package/dist/api/types/AdditionalFormats.d.ts +1 -1
  1696. package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
  1697. package/dist/api/types/AgentConfig.d.ts +1 -1
  1698. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1699. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1700. package/dist/api/types/AgentConfigOverrideConfig.d.ts +1 -1
  1701. package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
  1702. package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  1703. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
  1704. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
  1705. package/dist/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
  1706. package/dist/api/types/AgentSummaryResponseModel.d.ts +1 -1
  1707. package/dist/api/types/AgentTestingSettings.d.ts +1 -1
  1708. package/dist/api/types/AgentWorkflowRequestModel.d.ts +1 -1
  1709. package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
  1710. package/dist/api/types/AgentWorkflowResponseModel.d.ts +1 -1
  1711. package/dist/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
  1712. package/dist/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
  1713. package/dist/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
  1714. package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
  1715. package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
  1716. package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
  1717. package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
  1718. package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  1719. package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  1720. package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
  1721. package/dist/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
  1722. package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
  1723. package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
  1724. package/dist/api/types/AsrConversationalConfig.d.ts +1 -1
  1725. package/dist/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
  1726. package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  1727. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
  1728. package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  1729. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
  1730. package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
  1731. package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
  1732. package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
  1733. package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
  1734. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1735. package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
  1736. package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
  1737. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
  1738. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
  1739. package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
  1740. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
  1741. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
  1742. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
  1743. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  1744. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  1745. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  1746. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1747. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  1748. package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
  1749. package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
  1750. package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
  1751. package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
  1752. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
  1753. package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
  1754. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
  1755. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
  1756. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
  1757. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
  1758. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1759. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
  1760. package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
  1761. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
  1762. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
  1763. package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
  1764. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
  1765. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
  1766. package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  1767. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
  1768. package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  1769. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
  1770. package/dist/api/types/AsyncConversationMetadata.d.ts +1 -1
  1771. package/dist/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
  1772. package/dist/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  1773. package/dist/api/types/AudioWithTimestampsResponse.d.ts +1 -1
  1774. package/dist/api/types/AuthSettings.d.ts +1 -1
  1775. package/dist/api/types/BackupLlmDefault.d.ts +1 -2
  1776. package/dist/api/types/BackupLlmDisabled.d.ts +1 -2
  1777. package/dist/api/types/BackupLlmOverride.d.ts +1 -1
  1778. package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -2
  1779. package/dist/api/types/BatchCallResponse.d.ts +1 -2
  1780. package/dist/api/types/BatchCallWhatsAppParams.d.ts +5 -0
  1781. package/dist/api/types/BuiltInToolsInput.d.ts +1 -1
  1782. package/dist/api/types/BuiltInToolsOutput.d.ts +1 -1
  1783. package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
  1784. package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
  1785. package/dist/api/types/CanvasPlacement.d.ts +13 -0
  1786. package/dist/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
  1787. package/dist/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
  1788. package/dist/api/types/CaptionStyleModel.d.ts +1 -1
  1789. package/dist/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
  1790. package/dist/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
  1791. package/dist/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
  1792. package/dist/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
  1793. package/dist/api/types/ChapterContentBlockInputModel.d.ts +1 -1
  1794. package/dist/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
  1795. package/dist/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
  1796. package/dist/api/types/ChapterContentInputModel.d.ts +1 -1
  1797. package/dist/api/types/ChapterContentResponseModel.d.ts +1 -1
  1798. package/dist/api/types/ChapterResponse.d.ts +3 -1
  1799. package/dist/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
  1800. package/dist/api/types/ChapterSnapshotsResponse.d.ts +1 -1
  1801. package/dist/api/types/ChapterWithContentResponseModel.d.ts +3 -1
  1802. package/dist/api/types/ClientEvent.d.ts +1 -0
  1803. package/dist/api/types/ClientEvent.js +1 -0
  1804. package/dist/api/types/ClientToolConfigInput.d.ts +1 -1
  1805. package/dist/api/types/ClientToolConfigOutput.d.ts +1 -1
  1806. package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
  1807. package/dist/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
  1808. package/dist/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
  1809. package/dist/api/types/ConvAiWebhooks.d.ts +1 -1
  1810. package/dist/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
  1811. package/dist/api/types/ConversationChargingCommonModel.d.ts +1 -1
  1812. package/dist/api/types/ConversationConfig.d.ts +1 -1
  1813. package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
  1814. package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
  1815. package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
  1816. package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
  1817. package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
  1818. package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
  1819. package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
  1820. package/dist/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
  1821. package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
  1822. package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
  1823. package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
  1824. package/dist/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
  1825. package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
  1826. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  1827. package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  1828. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  1829. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  1830. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  1831. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
  1832. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
  1833. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
  1834. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
  1835. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
  1836. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
  1837. package/dist/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
  1838. package/dist/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
  1839. package/dist/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
  1840. package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  1841. package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  1842. package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  1843. package/dist/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
  1844. package/dist/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
  1845. package/dist/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
  1846. package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
  1847. package/dist/api/types/ConversationSummaryResponseModel.d.ts +1 -1
  1848. package/dist/api/types/ConversationTokenDbModel.d.ts +1 -1
  1849. package/dist/api/types/ConversationTurnMetrics.d.ts +1 -1
  1850. package/dist/api/types/ConversationalConfig.d.ts +1 -1
  1851. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1852. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1853. package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
  1854. package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
  1855. package/dist/api/types/CustomLlm.d.ts +1 -1
  1856. package/dist/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
  1857. package/dist/api/types/DataCollectionResultCommonModel.d.ts +1 -1
  1858. package/dist/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
  1859. package/dist/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
  1860. package/dist/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
  1861. package/dist/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
  1862. package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
  1863. package/dist/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
  1864. package/dist/api/types/DetailedMusicResponse.d.ts +1 -1
  1865. package/dist/api/types/DubbedSegment.d.ts +1 -1
  1866. package/dist/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
  1867. package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
  1868. package/dist/api/types/DubbingModel.d.ts +5 -0
  1869. package/dist/api/types/DubbingModel.js +8 -0
  1870. package/dist/api/types/DubbingResource.d.ts +1 -1
  1871. package/dist/api/types/DubbingTranscriptCharacter.d.ts +5 -0
  1872. package/dist/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
  1873. package/dist/api/types/DubbingTranscriptUtterance.d.ts +7 -0
  1874. package/dist/api/types/DubbingTranscriptWord.d.ts +8 -0
  1875. package/dist/api/types/DynamicVariablesConfig.d.ts +1 -1
  1876. package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
  1877. package/dist/api/types/EditChapterResponseModel.d.ts +1 -1
  1878. package/dist/api/types/EditProjectResponseModel.d.ts +1 -1
  1879. package/dist/api/types/EndCallToolConfig.d.ts +1 -2
  1880. package/dist/api/types/EvaluationSettings.d.ts +1 -1
  1881. package/dist/api/types/ExportOptions.d.ts +1 -1
  1882. package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
  1883. package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -1
  1884. package/dist/api/types/FineTuningResponse.d.ts +1 -1
  1885. package/dist/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
  1886. package/dist/api/types/GenerateVoiceRequest.d.ts +1 -1
  1887. package/dist/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  1888. package/dist/api/types/GetAgentLinkResponseModel.d.ts +1 -1
  1889. package/dist/api/types/GetAgentResponseModel.d.ts +1 -5
  1890. package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
  1891. package/dist/api/types/GetAgentsPageResponseModel.d.ts +1 -1
  1892. package/dist/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
  1893. package/dist/api/types/GetChaptersResponse.d.ts +1 -1
  1894. package/dist/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
  1895. package/dist/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
  1896. package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
  1897. package/dist/api/types/GetConversationResponseModel.d.ts +1 -1
  1898. package/dist/api/types/GetConversationsPageResponseModel.d.ts +1 -1
  1899. package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
  1900. package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  1901. package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  1902. package/dist/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
  1903. package/dist/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
  1904. package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  1905. package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
  1906. package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  1907. package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
  1908. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  1909. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
  1910. package/dist/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  1911. package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  1912. package/dist/api/types/GetLibraryVoicesResponse.d.ts +1 -1
  1913. package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
  1914. package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
  1915. package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
  1916. package/dist/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
  1917. package/dist/api/types/GetProjectsResponse.d.ts +1 -1
  1918. package/dist/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
  1919. package/dist/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
  1920. package/dist/api/types/GetSpeechHistoryResponse.d.ts +1 -1
  1921. package/dist/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
  1922. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
  1923. package/dist/api/types/GetTestsPageResponseModel.d.ts +1 -1
  1924. package/dist/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
  1925. package/dist/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
  1926. package/dist/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
  1927. package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -1
  1928. package/dist/api/types/GetVoicesResponse.d.ts +1 -1
  1929. package/dist/api/types/GetVoicesV2Response.d.ts +1 -1
  1930. package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
  1931. package/dist/api/types/GuardrailsV1Input.d.ts +1 -1
  1932. package/dist/api/types/GuardrailsV1Output.d.ts +1 -1
  1933. package/dist/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
  1934. package/dist/api/types/HttpValidationError.d.ts +1 -1
  1935. package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
  1936. package/dist/api/types/InvoiceResponse.d.ts +1 -1
  1937. package/dist/api/types/KnowledgeBaseLocator.d.ts +1 -1
  1938. package/dist/api/types/LanguageDetectionToolConfig.d.ts +1 -2
  1939. package/dist/api/types/LanguagePresetInput.d.ts +1 -1
  1940. package/dist/api/types/LanguagePresetOutput.d.ts +1 -1
  1941. package/dist/api/types/LibraryVoiceResponse.d.ts +1 -1
  1942. package/dist/api/types/ListMcpToolsResponseModel.d.ts +1 -1
  1943. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
  1944. package/dist/api/types/LiteralOverride.d.ts +1 -1
  1945. package/dist/api/types/Llm.d.ts +3 -0
  1946. package/dist/api/types/Llm.js +3 -0
  1947. package/dist/api/types/LlmCategoryUsage.d.ts +1 -1
  1948. package/dist/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
  1949. package/dist/api/types/LlmReasoningEffort.d.ts +1 -0
  1950. package/dist/api/types/LlmReasoningEffort.js +1 -0
  1951. package/dist/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
  1952. package/dist/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
  1953. package/dist/api/types/LlmUsageInput.d.ts +1 -1
  1954. package/dist/api/types/LlmUsageOutput.d.ts +1 -1
  1955. package/dist/api/types/ManualVerificationResponse.d.ts +1 -1
  1956. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
  1957. package/dist/api/types/McpServerConfigInput.d.ts +1 -1
  1958. package/dist/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
  1959. package/dist/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
  1960. package/dist/api/types/McpServerConfigInputUrl.d.ts +1 -1
  1961. package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
  1962. package/dist/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
  1963. package/dist/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
  1964. package/dist/api/types/McpServerConfigOutputUrl.d.ts +1 -1
  1965. package/dist/api/types/McpServerResponseModel.d.ts +1 -1
  1966. package/dist/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
  1967. package/dist/api/types/McpServersResponseModel.d.ts +1 -1
  1968. package/dist/api/types/McpToolApprovalHash.d.ts +1 -1
  1969. package/dist/api/types/McpToolConfigOverride.d.ts +1 -1
  1970. package/dist/api/types/Model.d.ts +1 -1
  1971. package/dist/api/types/ModerationConfig.d.ts +1 -1
  1972. package/dist/api/types/ModerationGuardrailInput.d.ts +1 -1
  1973. package/dist/api/types/ModerationGuardrailOutput.d.ts +1 -1
  1974. package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
  1975. package/dist/api/types/MultipartMusicResponse.d.ts +1 -1
  1976. package/dist/api/types/MusicPrompt.d.ts +1 -1
  1977. package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
  1978. package/dist/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
  1979. package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
  1980. package/dist/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
  1981. package/dist/api/types/ObjectOverrideInput.d.ts +1 -1
  1982. package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
  1983. package/dist/api/types/ObjectOverrideOutput.d.ts +1 -1
  1984. package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
  1985. package/dist/api/types/OutboundCallRecipient.d.ts +1 -1
  1986. package/dist/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
  1987. package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
  1988. package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
  1989. package/dist/api/types/PhoneNumberTransfer.d.ts +1 -1
  1990. package/dist/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
  1991. package/dist/api/types/PlayDtmfToolConfig.d.ts +2 -0
  1992. package/dist/api/types/PodcastBulletinMode.d.ts +1 -1
  1993. package/dist/api/types/PodcastConversationMode.d.ts +1 -1
  1994. package/dist/api/types/PodcastProjectResponseModel.d.ts +1 -1
  1995. package/dist/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
  1996. package/dist/api/types/ProjectExtendedResponse.d.ts +3 -1
  1997. package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
  1998. package/dist/api/types/ProjectImageResponseModel.d.ts +19 -0
  1999. package/dist/api/types/ProjectResponse.d.ts +1 -1
  2000. package/dist/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
  2001. package/dist/api/types/ProjectSnapshotsResponse.d.ts +1 -1
  2002. package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -1
  2003. package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
  2004. package/dist/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
  2005. package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
  2006. package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  2007. package/dist/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
  2008. package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
  2009. package/dist/api/types/PromptAgentApiModelOverride.d.ts +1 -1
  2010. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  2011. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
  2012. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
  2013. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  2014. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
  2015. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
  2016. package/dist/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
  2017. package/dist/api/types/QueryOverride.d.ts +1 -1
  2018. package/dist/api/types/QueryParamsJsonSchema.d.ts +1 -1
  2019. package/dist/api/types/RagConfig.d.ts +1 -1
  2020. package/dist/api/types/RagConfigWorkflowOverride.d.ts +1 -1
  2021. package/dist/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
  2022. package/dist/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
  2023. package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
  2024. package/dist/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
  2025. package/dist/api/types/RagRetrievalInfo.d.ts +1 -1
  2026. package/dist/api/types/ReaderResourceResponseModel.d.ts +1 -1
  2027. package/dist/api/types/ReferencedToolCommonModel.d.ts +1 -1
  2028. package/dist/api/types/RegionConfigRequest.d.ts +1 -1
  2029. package/dist/api/types/Render.d.ts +1 -1
  2030. package/dist/api/types/ResourceAccessInfo.d.ts +1 -1
  2031. package/dist/api/types/ResourceMetadataResponseModel.d.ts +1 -1
  2032. package/dist/api/types/SafetyCommonModel.d.ts +1 -1
  2033. package/dist/api/types/SafetyEvaluation.d.ts +1 -1
  2034. package/dist/api/types/SectionSource.d.ts +1 -1
  2035. package/dist/api/types/ShareOptionResponseModel.d.ts +1 -1
  2036. package/dist/api/types/SimilarVoice.d.ts +1 -1
  2037. package/dist/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
  2038. package/dist/api/types/SingleUseTokenType.d.ts +5 -1
  2039. package/dist/api/types/SingleUseTokenType.js +5 -0
  2040. package/dist/api/types/SkipTurnToolConfig.d.ts +1 -2
  2041. package/dist/api/types/SongSection.d.ts +1 -1
  2042. package/dist/api/types/SpeakerResponseModel.d.ts +1 -1
  2043. package/dist/api/types/SpeakerSegment.d.ts +1 -1
  2044. package/dist/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  2045. package/dist/api/types/SpeakerTrack.d.ts +1 -1
  2046. package/dist/api/types/SpeechHistoryItemResponse.d.ts +1 -1
  2047. package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
  2048. package/dist/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
  2049. package/dist/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
  2050. package/dist/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
  2051. package/dist/api/types/Subscription.d.ts +1 -1
  2052. package/dist/api/types/SubscriptionResponse.d.ts +1 -1
  2053. package/dist/api/types/SuggestedAudioTag.d.ts +6 -0
  2054. package/dist/api/types/SupportedVoice.d.ts +1 -1
  2055. package/dist/api/types/SystemToolConfigInput.d.ts +1 -1
  2056. package/dist/api/types/SystemToolConfigInputParams.d.ts +1 -1
  2057. package/dist/api/types/SystemToolConfigOutput.d.ts +1 -1
  2058. package/dist/api/types/SystemToolConfigOutputParams.d.ts +1 -1
  2059. package/dist/api/types/TestConditionResultCommonModel.d.ts +1 -1
  2060. package/dist/api/types/TestFromConversationMetadataInput.d.ts +1 -1
  2061. package/dist/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
  2062. package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
  2063. package/dist/api/types/TestRunMetadata.d.ts +1 -1
  2064. package/dist/api/types/TextNormalisationType.d.ts +6 -0
  2065. package/dist/api/types/TextNormalisationType.js +9 -0
  2066. package/dist/api/types/Tool.d.ts +1 -1
  2067. package/dist/api/types/ToolRequestModel.d.ts +1 -1
  2068. package/dist/api/types/ToolRequestModelToolConfig.d.ts +2 -5
  2069. package/dist/api/types/ToolResponseModel.d.ts +1 -1
  2070. package/dist/api/types/ToolResponseModelToolConfig.d.ts +2 -5
  2071. package/dist/api/types/ToolsResponseModel.d.ts +1 -1
  2072. package/dist/api/types/TransferToAgentToolConfig.d.ts +1 -1
  2073. package/dist/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
  2074. package/dist/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
  2075. package/dist/api/types/TtsConversationalConfigInput.d.ts +5 -1
  2076. package/dist/api/types/TtsConversationalConfigOutput.d.ts +5 -1
  2077. package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
  2078. package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
  2079. package/dist/api/types/TtsConversationalModel.d.ts +0 -1
  2080. package/dist/api/types/TtsConversationalModel.js +0 -1
  2081. package/dist/api/types/TtsModelFamily.d.ts +0 -1
  2082. package/dist/api/types/TtsModelFamily.js +0 -1
  2083. package/dist/api/types/TurnConfig.d.ts +1 -1
  2084. package/dist/api/types/TurnConfigOverride.d.ts +1 -1
  2085. package/dist/api/types/TurnConfigOverrideConfig.d.ts +1 -1
  2086. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
  2087. package/dist/api/types/UnitTestCommonModel.d.ts +1 -1
  2088. package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -1
  2089. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
  2090. package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
  2091. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
  2092. package/dist/api/types/UnitTestToolCallParameter.d.ts +1 -1
  2093. package/dist/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
  2094. package/dist/api/types/User.d.ts +1 -1
  2095. package/dist/api/types/UserFeedback.d.ts +1 -1
  2096. package/dist/api/types/VadConfig.d.ts +1 -2
  2097. package/dist/api/types/VadConfigWorkflowOverride.d.ts +1 -2
  2098. package/dist/api/types/ValidationError.d.ts +1 -1
  2099. package/dist/api/types/VerificationAttemptResponse.d.ts +1 -1
  2100. package/dist/api/types/Voice.d.ts +1 -1
  2101. package/dist/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
  2102. package/dist/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
  2103. package/dist/api/types/VoiceSample.d.ts +1 -1
  2104. package/dist/api/types/VoiceSharingResponse.d.ts +1 -1
  2105. package/dist/api/types/VoiceVerificationResponse.d.ts +1 -1
  2106. package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  2107. package/dist/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
  2108. package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  2109. package/dist/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
  2110. package/dist/api/types/WebhookToolConfigInput.d.ts +1 -1
  2111. package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -1
  2112. package/dist/api/types/WidgetConfig.d.ts +1 -1
  2113. package/dist/api/types/WidgetConfigInputAvatar.d.ts +1 -1
  2114. package/dist/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
  2115. package/dist/api/types/WidgetConfigResponse.d.ts +1 -1
  2116. package/dist/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
  2117. package/dist/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
  2118. package/dist/api/types/WidgetLanguagePreset.d.ts +1 -1
  2119. package/dist/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
  2120. package/dist/api/types/WorkflowEdgeModelInput.d.ts +1 -1
  2121. package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
  2122. package/dist/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
  2123. package/dist/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
  2124. package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
  2125. package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
  2126. package/dist/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
  2127. package/dist/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
  2128. package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  2129. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
  2130. package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  2131. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
  2132. package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
  2133. package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
  2134. package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
  2135. package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
  2136. package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
  2137. package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
  2138. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
  2139. package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
  2140. package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
  2141. package/dist/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
  2142. package/dist/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
  2143. package/dist/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
  2144. package/dist/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  2145. package/dist/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
  2146. package/dist/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  2147. package/dist/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
  2148. package/dist/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
  2149. package/dist/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
  2150. package/dist/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
  2151. package/dist/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
  2152. package/dist/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
  2153. package/dist/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
  2154. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
  2155. package/dist/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
  2156. package/dist/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
  2157. package/dist/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
  2158. package/dist/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
  2159. package/dist/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
  2160. package/dist/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
  2161. package/dist/api/types/index.d.ts +296 -311
  2162. package/dist/api/types/index.js +296 -311
  2163. package/dist/core/exports.d.ts +1 -0
  2164. package/dist/core/exports.js +1 -0
  2165. package/dist/core/fetcher/APIResponse.d.ts +1 -1
  2166. package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
  2167. package/dist/core/fetcher/EndpointSupplier.d.ts +2 -2
  2168. package/dist/core/fetcher/Fetcher.d.ts +6 -3
  2169. package/dist/core/fetcher/Fetcher.js +202 -8
  2170. package/dist/core/fetcher/HttpResponsePromise.d.ts +1 -1
  2171. package/dist/core/fetcher/getErrorResponseBody.js +2 -1
  2172. package/dist/core/fetcher/getFetchFn.js +1 -1
  2173. package/dist/core/fetcher/getRequestBody.d.ts +1 -1
  2174. package/dist/core/fetcher/getRequestBody.js +4 -0
  2175. package/dist/core/fetcher/getResponseBody.js +3 -3
  2176. package/dist/core/fetcher/makeRequest.d.ts +1 -1
  2177. package/dist/core/fetcher/makeRequest.js +2 -4
  2178. package/dist/core/fetcher/requestWithRetries.js +3 -12
  2179. package/dist/core/fetcher/signals.d.ts +0 -6
  2180. package/dist/core/fetcher/signals.js +0 -12
  2181. package/dist/core/file/file.d.ts +6 -1
  2182. package/dist/core/file/file.js +25 -7
  2183. package/dist/core/form-data-utils/FormDataWrapper.d.ts +2 -3
  2184. package/dist/core/form-data-utils/FormDataWrapper.js +62 -85
  2185. package/dist/core/headers.js +6 -4
  2186. package/dist/core/index.d.ts +5 -4
  2187. package/dist/core/index.js +6 -5
  2188. package/dist/core/logging/exports.d.ts +18 -0
  2189. package/dist/core/logging/exports.js +45 -0
  2190. package/dist/core/logging/index.d.ts +1 -0
  2191. package/{api/resources/v1TextToSpeechVoiceIdStreamInput → dist/core/logging}/index.js +1 -1
  2192. package/dist/core/logging/logger.d.ts +126 -0
  2193. package/dist/core/logging/logger.js +144 -0
  2194. package/dist/core/schemas/Schema.d.ts +2 -1
  2195. package/dist/core/schemas/Schema.js +1 -0
  2196. package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
  2197. package/dist/core/schemas/builders/bigint/bigint.js +2 -2
  2198. package/dist/core/schemas/builders/date/date.d.ts +1 -1
  2199. package/dist/core/schemas/builders/date/date.js +2 -2
  2200. package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
  2201. package/dist/core/schemas/builders/index.d.ts +14 -14
  2202. package/dist/core/schemas/builders/index.js +14 -14
  2203. package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
  2204. package/dist/core/schemas/builders/lazy/lazy.js +2 -2
  2205. package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  2206. package/dist/core/schemas/builders/lazy/lazyObject.js +4 -4
  2207. package/dist/core/schemas/builders/list/list.d.ts +1 -1
  2208. package/dist/core/schemas/builders/list/list.js +2 -2
  2209. package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  2210. package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  2211. package/dist/core/schemas/builders/object/object.d.ts +1 -1
  2212. package/dist/core/schemas/builders/object/object.js +5 -5
  2213. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  2214. package/dist/core/schemas/builders/object/property.d.ts +1 -1
  2215. package/dist/core/schemas/builders/object/types.d.ts +5 -5
  2216. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  2217. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  2218. package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
  2219. package/dist/core/schemas/builders/primitives/any.d.ts +1 -1
  2220. package/dist/core/schemas/builders/primitives/boolean.d.ts +1 -1
  2221. package/dist/core/schemas/builders/primitives/index.d.ts +1 -0
  2222. package/dist/core/schemas/builders/primitives/index.js +3 -1
  2223. package/dist/core/schemas/builders/primitives/never.d.ts +2 -0
  2224. package/dist/core/schemas/builders/primitives/never.js +14 -0
  2225. package/dist/core/schemas/builders/primitives/number.d.ts +1 -1
  2226. package/dist/core/schemas/builders/primitives/string.d.ts +1 -1
  2227. package/dist/core/schemas/builders/primitives/unknown.d.ts +1 -1
  2228. package/dist/core/schemas/builders/record/record.d.ts +2 -2
  2229. package/dist/core/schemas/builders/record/record.js +3 -3
  2230. package/dist/core/schemas/builders/record/types.d.ts +2 -2
  2231. package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  2232. package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  2233. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  2234. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  2235. package/dist/core/schemas/builders/set/set.d.ts +1 -1
  2236. package/dist/core/schemas/builders/set/set.js +4 -4
  2237. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  2238. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  2239. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
  2240. package/dist/core/schemas/builders/union/types.d.ts +2 -2
  2241. package/dist/core/schemas/builders/union/union.d.ts +3 -3
  2242. package/dist/core/schemas/builders/union/union.js +4 -4
  2243. package/dist/core/schemas/index.d.ts +1 -1
  2244. package/dist/core/schemas/index.js +1 -1
  2245. package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  2246. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
  2247. package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  2248. package/dist/core/stream/Stream.d.ts +1 -0
  2249. package/dist/core/stream/Stream.js +8 -5
  2250. package/dist/core/url/encodePathParam.d.ts +1 -0
  2251. package/dist/core/url/encodePathParam.js +21 -0
  2252. package/dist/core/url/index.d.ts +1 -0
  2253. package/dist/core/url/index.js +3 -1
  2254. package/dist/core/url/join.js +3 -4
  2255. package/dist/errors/ElevenLabsError.d.ts +1 -1
  2256. package/dist/errors/ElevenLabsError.js +1 -1
  2257. package/dist/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
  2258. package/dist/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
  2259. package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
  2260. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
  2261. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
  2262. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
  2263. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
  2264. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
  2265. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
  2266. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
  2267. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
  2268. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
  2269. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
  2270. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
  2271. package/dist/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
  2272. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
  2273. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
  2274. package/dist/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  2275. package/dist/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
  2276. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
  2277. package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
  2278. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  2279. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  2280. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
  2281. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  2282. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  2283. package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
  2284. package/dist/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
  2285. package/dist/serialization/resources/conversationalAi/resources/index.js +18 -18
  2286. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
  2287. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
  2288. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
  2289. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
  2290. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
  2291. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
  2292. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  2293. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  2294. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
  2295. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
  2296. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
  2297. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
  2298. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  2299. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  2300. package/dist/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
  2301. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
  2302. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  2303. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
  2304. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
  2305. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
  2306. package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  2307. package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  2308. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
  2309. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
  2310. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
  2311. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
  2312. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
  2313. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
  2314. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
  2315. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
  2316. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
  2317. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
  2318. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
  2319. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  2320. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  2321. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
  2322. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
  2323. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
  2324. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
  2325. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
  2326. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
  2327. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
  2328. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
  2329. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  2330. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  2331. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
  2332. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
  2333. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
  2334. package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
  2335. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
  2336. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
  2337. package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
  2338. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
  2339. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
  2340. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
  2341. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
  2342. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
  2343. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
  2344. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
  2345. package/dist/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  2346. package/dist/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
  2347. package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
  2348. package/dist/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  2349. package/dist/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  2350. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
  2351. package/dist/serialization/resources/dubbing/index.d.ts +1 -1
  2352. package/dist/serialization/resources/dubbing/index.js +1 -1
  2353. package/dist/serialization/resources/dubbing/resources/index.d.ts +3 -2
  2354. package/dist/serialization/resources/dubbing/resources/index.js +4 -3
  2355. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
  2356. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
  2357. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
  2358. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
  2359. package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
  2360. package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
  2361. package/dist/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
  2362. package/dist/serialization/resources/dubbing/resources/resource/index.js +1 -0
  2363. package/dist/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
  2364. package/dist/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
  2365. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
  2366. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
  2367. package/dist/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
  2368. package/dist/serialization/{types/FinalOutputMulti.js → resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +6 -6
  2369. package/dist/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  2370. package/dist/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
  2371. package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
  2372. package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
  2373. package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
  2374. package/dist/serialization/resources/{v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js → dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
  2375. package/dist/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  2376. package/dist/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
  2377. package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
  2378. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
  2379. package/dist/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
  2380. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
  2381. package/dist/serialization/resources/dubbing/types/index.d.ts +1 -1
  2382. package/dist/serialization/resources/dubbing/types/index.js +1 -1
  2383. package/dist/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
  2384. package/dist/serialization/resources/history/index.d.ts +1 -1
  2385. package/dist/serialization/resources/history/index.js +1 -1
  2386. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
  2387. package/dist/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
  2388. package/dist/serialization/resources/index.d.ts +29 -33
  2389. package/dist/serialization/resources/index.js +30 -34
  2390. package/dist/serialization/resources/models/client/list.d.ts +2 -2
  2391. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
  2392. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
  2393. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
  2394. package/dist/serialization/resources/music/index.d.ts +1 -1
  2395. package/dist/serialization/resources/music/index.js +1 -1
  2396. package/dist/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
  2397. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
  2398. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
  2399. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
  2400. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
  2401. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
  2402. package/dist/serialization/resources/music/types/index.d.ts +2 -2
  2403. package/dist/serialization/resources/music/types/index.js +2 -2
  2404. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
  2405. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
  2406. package/dist/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
  2407. package/dist/serialization/resources/pronunciationDictionaries/index.js +2 -2
  2408. package/dist/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  2409. package/dist/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
  2410. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
  2411. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
  2412. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  2413. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  2414. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
  2415. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
  2416. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
  2417. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
  2418. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
  2419. package/dist/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  2420. package/dist/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
  2421. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
  2422. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
  2423. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  2424. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  2425. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  2426. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
  2427. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  2428. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
  2429. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  2430. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  2431. package/dist/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
  2432. package/dist/serialization/resources/serviceAccounts/resources/index.js +1 -1
  2433. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
  2434. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
  2435. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
  2436. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
  2437. package/dist/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
  2438. package/dist/serialization/resources/speechToSpeech/types/index.js +2 -2
  2439. package/dist/serialization/resources/speechToText/index.d.ts +1 -1
  2440. package/dist/serialization/resources/speechToText/index.js +1 -1
  2441. package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
  2442. package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
  2443. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
  2444. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
  2445. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
  2446. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
  2447. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
  2448. package/dist/serialization/resources/speechToText/types/index.d.ts +1 -1
  2449. package/dist/serialization/resources/speechToText/types/index.js +1 -1
  2450. package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
  2451. package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
  2452. package/dist/serialization/resources/studio/index.d.ts +2 -2
  2453. package/dist/serialization/resources/studio/index.js +2 -2
  2454. package/dist/serialization/resources/studio/resources/index.d.ts +1 -1
  2455. package/dist/serialization/resources/studio/resources/index.js +1 -1
  2456. package/dist/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
  2457. package/dist/serialization/resources/studio/resources/projects/index.d.ts +1 -1
  2458. package/dist/serialization/resources/studio/resources/projects/index.js +1 -1
  2459. package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
  2460. package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
  2461. package/dist/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
  2462. package/dist/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
  2463. package/dist/serialization/resources/studio/resources/projects/resources/index.js +3 -3
  2464. package/dist/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
  2465. package/dist/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
  2466. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
  2467. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
  2468. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
  2469. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
  2470. package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
  2471. package/dist/serialization/resources/studio/resources/projects/types/index.js +2 -2
  2472. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
  2473. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
  2474. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
  2475. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
  2476. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
  2477. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
  2478. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
  2479. package/dist/serialization/resources/studio/types/index.d.ts +4 -4
  2480. package/dist/serialization/resources/studio/types/index.js +4 -4
  2481. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
  2482. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
  2483. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
  2484. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
  2485. package/dist/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
  2486. package/dist/serialization/resources/textToDialogue/client/requests/index.js +5 -5
  2487. package/dist/serialization/resources/textToDialogue/index.d.ts +1 -1
  2488. package/dist/serialization/resources/textToDialogue/index.js +1 -1
  2489. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  2490. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
  2491. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
  2492. package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  2493. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
  2494. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  2495. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
  2496. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  2497. package/dist/serialization/resources/textToDialogue/types/index.d.ts +5 -5
  2498. package/dist/serialization/resources/textToDialogue/types/index.js +5 -5
  2499. package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
  2500. package/dist/serialization/resources/textToSoundEffects/index.d.ts +1 -1
  2501. package/dist/serialization/resources/textToSoundEffects/index.js +1 -1
  2502. package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
  2503. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
  2504. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
  2505. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
  2506. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
  2507. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
  2508. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
  2509. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
  2510. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
  2511. package/dist/serialization/resources/textToSpeech/index.d.ts +1 -1
  2512. package/dist/serialization/resources/textToSpeech/index.js +1 -1
  2513. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
  2514. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  2515. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
  2516. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  2517. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
  2518. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  2519. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
  2520. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  2521. package/dist/serialization/resources/textToSpeech/types/index.d.ts +4 -4
  2522. package/dist/serialization/resources/textToSpeech/types/index.js +4 -4
  2523. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
  2524. package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
  2525. package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
  2526. package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
  2527. package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
  2528. package/dist/serialization/resources/textToVoice/client/requests/index.js +3 -3
  2529. package/dist/serialization/resources/textToVoice/index.d.ts +1 -1
  2530. package/dist/serialization/resources/textToVoice/index.js +1 -1
  2531. package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
  2532. package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
  2533. package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
  2534. package/dist/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
  2535. package/dist/serialization/resources/textToVoice/types/index.d.ts +1 -1
  2536. package/dist/serialization/resources/textToVoice/types/index.js +1 -1
  2537. package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
  2538. package/dist/serialization/resources/voices/index.d.ts +2 -2
  2539. package/dist/serialization/resources/voices/index.js +2 -2
  2540. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
  2541. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
  2542. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
  2543. package/dist/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
  2544. package/dist/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
  2545. package/dist/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
  2546. package/dist/serialization/resources/voices/resources/pvc/index.js +1 -1
  2547. package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
  2548. package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
  2549. package/dist/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
  2550. package/dist/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
  2551. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
  2552. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
  2553. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
  2554. package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
  2555. package/dist/serialization/resources/workspace/resources/index.d.ts +4 -4
  2556. package/dist/serialization/resources/workspace/resources/index.js +5 -5
  2557. package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
  2558. package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
  2559. package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
  2560. package/dist/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
  2561. package/dist/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
  2562. package/dist/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
  2563. package/dist/serialization/resources/workspace/resources/invites/index.js +1 -1
  2564. package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
  2565. package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
  2566. package/dist/serialization/resources/workspace/resources/members/index.d.ts +1 -1
  2567. package/dist/serialization/resources/workspace/resources/members/index.js +1 -1
  2568. package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
  2569. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
  2570. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
  2571. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
  2572. package/dist/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
  2573. package/dist/serialization/resources/workspace/resources/resources/index.js +1 -1
  2574. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
  2575. package/dist/serialization/types/AddChapterResponseModel.d.ts +2 -2
  2576. package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
  2577. package/dist/serialization/types/AddProjectRequest.d.ts +2 -2
  2578. package/dist/serialization/types/AddProjectResponseModel.d.ts +2 -2
  2579. package/dist/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
  2580. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
  2581. package/dist/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
  2582. package/dist/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
  2583. package/dist/serialization/types/AddVoiceResponseModel.d.ts +2 -2
  2584. package/dist/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
  2585. package/dist/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
  2586. package/dist/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
  2587. package/dist/serialization/types/AdditionalFormats.d.ts +2 -2
  2588. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
  2589. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
  2590. package/dist/serialization/types/Age.d.ts +2 -2
  2591. package/dist/serialization/types/AgentCallLimits.d.ts +2 -2
  2592. package/dist/serialization/types/AgentConfig.d.ts +2 -2
  2593. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
  2594. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
  2595. package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
  2596. package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  2597. package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  2598. package/dist/serialization/types/AgentDefinitionSource.d.ts +2 -2
  2599. package/dist/serialization/types/AgentFailureResponseExample.d.ts +2 -2
  2600. package/dist/serialization/types/AgentMetadata.d.ts +2 -2
  2601. package/dist/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
  2602. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
  2603. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
  2604. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
  2605. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
  2606. package/dist/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
  2607. package/dist/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
  2608. package/dist/serialization/types/AgentSortBy.d.ts +2 -2
  2609. package/dist/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
  2610. package/dist/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
  2611. package/dist/serialization/types/AgentTestingSettings.d.ts +2 -2
  2612. package/dist/serialization/types/AgentTransfer.d.ts +2 -2
  2613. package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
  2614. package/dist/serialization/types/AgentWorkflowRequestModel.js +1 -1
  2615. package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
  2616. package/dist/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
  2617. package/dist/serialization/types/AgentWorkflowResponseModel.js +1 -1
  2618. package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
  2619. package/dist/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
  2620. package/dist/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
  2621. package/dist/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
  2622. package/dist/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
  2623. package/dist/serialization/types/AllowlistItem.d.ts +2 -2
  2624. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
  2625. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
  2626. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
  2627. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
  2628. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
  2629. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
  2630. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
  2631. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
  2632. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
  2633. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
  2634. package/dist/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
  2635. package/dist/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
  2636. package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
  2637. package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
  2638. package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
  2639. package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
  2640. package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
  2641. package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
  2642. package/dist/serialization/types/AsrConversationalConfig.d.ts +4 -4
  2643. package/dist/serialization/types/AsrConversationalConfig.js +2 -2
  2644. package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
  2645. package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
  2646. package/dist/serialization/types/AsrInputFormat.d.ts +2 -2
  2647. package/dist/serialization/types/AsrProvider.d.ts +2 -2
  2648. package/dist/serialization/types/AsrQuality.d.ts +2 -2
  2649. package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
  2650. package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
  2651. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
  2652. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
  2653. package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
  2654. package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  2655. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
  2656. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
  2657. package/dist/serialization/types/AstBooleanNodeInput.d.ts +2 -2
  2658. package/dist/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
  2659. package/dist/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
  2660. package/dist/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
  2661. package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  2662. package/dist/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
  2663. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
  2664. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
  2665. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
  2666. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
  2667. package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  2668. package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
  2669. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2670. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
  2671. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
  2672. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
  2673. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  2674. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
  2675. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
  2676. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
  2677. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
  2678. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
  2679. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  2680. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
  2681. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
  2682. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
  2683. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
  2684. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
  2685. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  2686. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
  2687. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  2688. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
  2689. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  2690. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
  2691. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  2692. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
  2693. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2694. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  2695. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  2696. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
  2697. package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  2698. package/dist/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
  2699. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
  2700. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
  2701. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
  2702. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
  2703. package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  2704. package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
  2705. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
  2706. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
  2707. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
  2708. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
  2709. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  2710. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
  2711. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  2712. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
  2713. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  2714. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
  2715. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  2716. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
  2717. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2718. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  2719. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  2720. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
  2721. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  2722. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
  2723. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
  2724. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
  2725. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
  2726. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
  2727. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  2728. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
  2729. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
  2730. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
  2731. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
  2732. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
  2733. package/dist/serialization/types/AstNumberNodeInput.d.ts +2 -2
  2734. package/dist/serialization/types/AstNumberNodeOutput.d.ts +2 -2
  2735. package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
  2736. package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
  2737. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
  2738. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
  2739. package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
  2740. package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  2741. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
  2742. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
  2743. package/dist/serialization/types/AstStringNodeInput.d.ts +2 -2
  2744. package/dist/serialization/types/AstStringNodeOutput.d.ts +2 -2
  2745. package/dist/serialization/types/AstllmNodeInput.d.ts +2 -2
  2746. package/dist/serialization/types/AstllmNodeOutput.d.ts +2 -2
  2747. package/dist/serialization/types/AsyncConversationMetadata.d.ts +2 -2
  2748. package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
  2749. package/dist/serialization/types/AttachedTestModel.d.ts +2 -2
  2750. package/dist/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
  2751. package/dist/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
  2752. package/dist/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
  2753. package/dist/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
  2754. package/dist/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  2755. package/dist/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
  2756. package/dist/serialization/types/AuthConnectionLocator.d.ts +2 -2
  2757. package/dist/serialization/types/AuthSettings.d.ts +2 -2
  2758. package/dist/serialization/types/AuthorizationMethod.d.ts +2 -2
  2759. package/dist/serialization/types/BackupLlmDefault.d.ts +3 -4
  2760. package/dist/serialization/types/BackupLlmDisabled.d.ts +3 -4
  2761. package/dist/serialization/types/BackupLlmOverride.d.ts +2 -2
  2762. package/dist/serialization/types/BadRequestErrorBody.d.ts +2 -2
  2763. package/dist/serialization/types/BanReasonType.d.ts +2 -2
  2764. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
  2765. package/dist/serialization/types/BatchCallDetailedResponse.js +1 -2
  2766. package/dist/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
  2767. package/dist/serialization/types/BatchCallResponse.d.ts +3 -4
  2768. package/dist/serialization/types/BatchCallResponse.js +1 -2
  2769. package/dist/serialization/types/BatchCallStatus.d.ts +2 -2
  2770. package/dist/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
  2771. package/dist/serialization/types/{AudioOutput.js → BatchCallWhatsAppParams.js} +5 -7
  2772. package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
  2773. package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
  2774. package/dist/serialization/types/BreakdownTypes.d.ts +2 -2
  2775. package/dist/serialization/types/BuiltInToolsInput.d.ts +2 -2
  2776. package/dist/serialization/types/BuiltInToolsOutput.d.ts +2 -2
  2777. package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
  2778. package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
  2779. package/dist/serialization/types/CanvasPlacement.d.ts +16 -0
  2780. package/dist/serialization/types/{Alignment.js → CanvasPlacement.js} +10 -5
  2781. package/dist/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
  2782. package/dist/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
  2783. package/dist/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
  2784. package/dist/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
  2785. package/dist/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
  2786. package/dist/serialization/types/CaptionStyleModel.d.ts +6 -6
  2787. package/dist/serialization/types/CaptionStyleModel.js +4 -4
  2788. package/dist/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
  2789. package/dist/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
  2790. package/dist/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
  2791. package/dist/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
  2792. package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
  2793. package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
  2794. package/dist/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
  2795. package/dist/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
  2796. package/dist/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
  2797. package/dist/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
  2798. package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
  2799. package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
  2800. package/dist/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
  2801. package/dist/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
  2802. package/dist/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
  2803. package/dist/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
  2804. package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
  2805. package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
  2806. package/dist/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
  2807. package/dist/serialization/types/ChapterContentInputModel.d.ts +2 -2
  2808. package/dist/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
  2809. package/dist/serialization/types/ChapterContentResponseModel.d.ts +2 -2
  2810. package/dist/serialization/types/ChapterResponse.d.ts +3 -2
  2811. package/dist/serialization/types/ChapterResponse.js +1 -0
  2812. package/dist/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
  2813. package/dist/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
  2814. package/dist/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
  2815. package/dist/serialization/types/ChapterState.d.ts +2 -2
  2816. package/dist/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
  2817. package/dist/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
  2818. package/dist/serialization/types/ChapterWithContentResponseModel.js +3 -2
  2819. package/dist/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
  2820. package/dist/serialization/types/CharacterAlignmentModel.d.ts +2 -2
  2821. package/dist/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
  2822. package/dist/serialization/types/CharacterUsageResponse.d.ts +2 -2
  2823. package/dist/serialization/types/ClientEvent.d.ts +3 -3
  2824. package/dist/serialization/types/ClientEvent.js +1 -0
  2825. package/dist/serialization/types/ClientToolConfigInput.d.ts +4 -4
  2826. package/dist/serialization/types/ClientToolConfigInput.js +3 -3
  2827. package/dist/serialization/types/ClientToolConfigOutput.d.ts +4 -4
  2828. package/dist/serialization/types/ClientToolConfigOutput.js +3 -3
  2829. package/dist/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
  2830. package/dist/serialization/types/ConvAiSecretLocator.d.ts +2 -2
  2831. package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
  2832. package/dist/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
  2833. package/dist/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
  2834. package/dist/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
  2835. package/dist/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
  2836. package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -2
  2837. package/dist/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
  2838. package/dist/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
  2839. package/dist/serialization/types/ConversationConfig.d.ts +2 -2
  2840. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
  2841. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
  2842. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
  2843. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
  2844. package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
  2845. package/dist/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
  2846. package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
  2847. package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
  2848. package/dist/serialization/types/ConversationConfigOverride.d.ts +2 -2
  2849. package/dist/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
  2850. package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
  2851. package/dist/serialization/types/ConversationDeletionSettings.d.ts +2 -2
  2852. package/dist/serialization/types/ConversationFeedbackType.d.ts +2 -2
  2853. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
  2854. package/dist/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
  2855. package/dist/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
  2856. package/dist/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
  2857. package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
  2858. package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
  2859. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
  2860. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
  2861. package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
  2862. package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
  2863. package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
  2864. package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
  2865. package/dist/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
  2866. package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
  2867. package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
  2868. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
  2869. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
  2870. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
  2871. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
  2872. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
  2873. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
  2874. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
  2875. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
  2876. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
  2877. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
  2878. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
  2879. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
  2880. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
  2881. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  2882. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
  2883. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
  2884. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
  2885. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
  2886. package/dist/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
  2887. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
  2888. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
  2889. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
  2890. package/dist/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
  2891. package/dist/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
  2892. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
  2893. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
  2894. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
  2895. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
  2896. package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
  2897. package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
  2898. package/dist/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
  2899. package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
  2900. package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
  2901. package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  2902. package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
  2903. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
  2904. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  2905. package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
  2906. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
  2907. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  2908. package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
  2909. package/dist/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
  2910. package/dist/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
  2911. package/dist/serialization/types/ConversationInitiationSource.d.ts +2 -2
  2912. package/dist/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
  2913. package/dist/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
  2914. package/dist/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
  2915. package/dist/serialization/types/ConversationSimulationSpecification.js +1 -1
  2916. package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
  2917. package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
  2918. package/dist/serialization/types/ConversationSummaryResponseModel.js +1 -1
  2919. package/dist/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
  2920. package/dist/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
  2921. package/dist/serialization/types/ConversationTokenDbModel.d.ts +2 -2
  2922. package/dist/serialization/types/ConversationTokenPurpose.d.ts +2 -2
  2923. package/dist/serialization/types/ConversationTurnMetrics.d.ts +2 -2
  2924. package/dist/serialization/types/ConversationalConfig.d.ts +5 -5
  2925. package/dist/serialization/types/ConversationalConfig.js +3 -3
  2926. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
  2927. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
  2928. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
  2929. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
  2930. package/dist/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
  2931. package/dist/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
  2932. package/dist/serialization/types/CreateAgentResponseModel.d.ts +2 -2
  2933. package/dist/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
  2934. package/dist/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
  2935. package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
  2936. package/dist/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
  2937. package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
  2938. package/dist/serialization/types/CreateTranscriptRequest.d.ts +2 -2
  2939. package/dist/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
  2940. package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
  2941. package/dist/serialization/types/CustomLlm.d.ts +2 -2
  2942. package/dist/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
  2943. package/dist/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
  2944. package/dist/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
  2945. package/dist/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
  2946. package/dist/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
  2947. package/dist/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
  2948. package/dist/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
  2949. package/dist/serialization/types/DeleteChapterRequest.d.ts +2 -2
  2950. package/dist/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
  2951. package/dist/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
  2952. package/dist/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
  2953. package/dist/serialization/types/DeleteProjectRequest.d.ts +2 -2
  2954. package/dist/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
  2955. package/dist/serialization/types/DeleteSampleResponse.d.ts +2 -2
  2956. package/dist/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
  2957. package/dist/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
  2958. package/dist/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
  2959. package/dist/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
  2960. package/dist/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
  2961. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
  2962. package/dist/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
  2963. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
  2964. package/dist/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
  2965. package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
  2966. package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
  2967. package/dist/serialization/types/DetailedMusicResponse.d.ts +2 -2
  2968. package/dist/serialization/types/DialogueInput.d.ts +2 -2
  2969. package/dist/serialization/types/DialogueInputResponseModel.d.ts +2 -2
  2970. package/dist/serialization/types/DiscountResposneModel.d.ts +2 -2
  2971. package/dist/serialization/types/DoDubbingResponse.d.ts +2 -2
  2972. package/dist/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
  2973. package/dist/serialization/types/DocxExportOptions.d.ts +2 -2
  2974. package/dist/serialization/types/DubbedSegment.d.ts +3 -3
  2975. package/dist/serialization/types/DubbedSegment.js +1 -1
  2976. package/dist/serialization/types/DubbingMediaMetadata.d.ts +2 -2
  2977. package/dist/serialization/types/DubbingMediaReference.d.ts +2 -2
  2978. package/dist/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
  2979. package/dist/serialization/types/DubbingMetadataResponse.d.ts +2 -2
  2980. package/dist/serialization/types/DubbingModel.d.ts +7 -0
  2981. package/dist/serialization/types/{CloseConnection.js → DubbingModel.js} +2 -4
  2982. package/dist/serialization/types/DubbingReleaseChannel.d.ts +2 -2
  2983. package/dist/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
  2984. package/dist/serialization/types/DubbingResource.d.ts +4 -4
  2985. package/dist/serialization/types/DubbingResource.js +2 -2
  2986. package/dist/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
  2987. package/dist/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
  2988. package/dist/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
  2989. package/dist/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
  2990. package/dist/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
  2991. package/dist/serialization/types/{CloseContext.js → DubbingTranscriptUtterance.js} +7 -4
  2992. package/dist/serialization/types/DubbingTranscriptWord.d.ts +14 -0
  2993. package/dist/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
  2994. package/dist/serialization/types/DynamicVariableAssignment.d.ts +2 -2
  2995. package/dist/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
  2996. package/dist/serialization/types/DynamicVariablesConfig.d.ts +2 -2
  2997. package/dist/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
  2998. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
  2999. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
  3000. package/dist/serialization/types/EditChapterResponseModel.d.ts +2 -2
  3001. package/dist/serialization/types/EditProjectResponseModel.d.ts +2 -2
  3002. package/dist/serialization/types/EditVoiceResponseModel.d.ts +2 -2
  3003. package/dist/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
  3004. package/dist/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
  3005. package/dist/serialization/types/EmbedVariant.d.ts +2 -2
  3006. package/dist/serialization/types/EmbeddingModelEnum.d.ts +2 -2
  3007. package/dist/serialization/types/EndCallToolConfig.d.ts +3 -4
  3008. package/dist/serialization/types/EndCallToolResultModel.d.ts +2 -2
  3009. package/dist/serialization/types/EvaluationSettings.d.ts +2 -2
  3010. package/dist/serialization/types/EvaluationSuccessResult.d.ts +2 -2
  3011. package/dist/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
  3012. package/dist/serialization/types/ExportOptions.d.ts +2 -2
  3013. package/dist/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
  3014. package/dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  3015. package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
  3016. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
  3017. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
  3018. package/dist/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
  3019. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
  3020. package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -1
  3021. package/dist/serialization/types/FeedbackItem.d.ts +2 -2
  3022. package/dist/serialization/types/FineTuningResponse.d.ts +3 -3
  3023. package/dist/serialization/types/FineTuningResponse.js +1 -1
  3024. package/dist/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
  3025. package/dist/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
  3026. package/dist/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
  3027. package/dist/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
  3028. package/dist/serialization/types/Gender.d.ts +2 -2
  3029. package/dist/serialization/types/GenerateVoiceRequest.d.ts +3 -3
  3030. package/dist/serialization/types/GenerateVoiceRequest.js +1 -1
  3031. package/dist/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  3032. package/dist/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
  3033. package/dist/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
  3034. package/dist/serialization/types/GetAgentResponseModel.d.ts +4 -6
  3035. package/dist/serialization/types/GetAgentResponseModel.js +2 -4
  3036. package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
  3037. package/dist/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
  3038. package/dist/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
  3039. package/dist/serialization/types/GetChapterRequest.d.ts +2 -2
  3040. package/dist/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
  3041. package/dist/serialization/types/GetChaptersRequest.d.ts +2 -2
  3042. package/dist/serialization/types/GetChaptersResponse.d.ts +2 -2
  3043. package/dist/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
  3044. package/dist/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
  3045. package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
  3046. package/dist/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
  3047. package/dist/serialization/types/GetConversationResponseModel.d.ts +5 -5
  3048. package/dist/serialization/types/GetConversationResponseModel.js +3 -3
  3049. package/dist/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
  3050. package/dist/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
  3051. package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
  3052. package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  3053. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
  3054. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
  3055. package/dist/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
  3056. package/dist/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
  3057. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
  3058. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
  3059. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
  3060. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
  3061. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
  3062. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
  3063. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
  3064. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
  3065. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
  3066. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
  3067. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
  3068. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
  3069. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
  3070. package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
  3071. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
  3072. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
  3073. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
  3074. package/dist/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
  3075. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
  3076. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
  3077. package/dist/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
  3078. package/dist/serialization/types/GetProjectRequest.d.ts +2 -2
  3079. package/dist/serialization/types/GetProjectsRequest.d.ts +2 -2
  3080. package/dist/serialization/types/GetProjectsResponse.d.ts +2 -2
  3081. package/dist/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
  3082. package/dist/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
  3083. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
  3084. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
  3085. package/dist/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
  3086. package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
  3087. package/dist/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
  3088. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
  3089. package/dist/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
  3090. package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
  3091. package/dist/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
  3092. package/dist/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  3093. package/dist/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
  3094. package/dist/serialization/types/GetUnitTestResponseModel.js +4 -4
  3095. package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
  3096. package/dist/serialization/types/GetVoicesResponse.d.ts +2 -2
  3097. package/dist/serialization/types/GetVoicesV2Response.d.ts +2 -2
  3098. package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
  3099. package/dist/serialization/types/GuardrailsV1Input.d.ts +2 -2
  3100. package/dist/serialization/types/GuardrailsV1Output.d.ts +2 -2
  3101. package/dist/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
  3102. package/dist/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
  3103. package/dist/serialization/types/HistoryItemResponse.d.ts +2 -2
  3104. package/dist/serialization/types/HtmlExportOptions.d.ts +2 -2
  3105. package/dist/serialization/types/HttpValidationError.d.ts +2 -2
  3106. package/dist/serialization/types/ImageAvatar.d.ts +2 -2
  3107. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
  3108. package/dist/serialization/types/IntegrationType.d.ts +2 -2
  3109. package/dist/serialization/types/InvoiceResponse.d.ts +2 -2
  3110. package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
  3111. package/dist/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
  3112. package/dist/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
  3113. package/dist/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
  3114. package/dist/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
  3115. package/dist/serialization/types/KnowledgeBaseLocator.js +1 -1
  3116. package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
  3117. package/dist/serialization/types/LanguageAddedResponse.d.ts +2 -2
  3118. package/dist/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
  3119. package/dist/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
  3120. package/dist/serialization/types/LanguagePresetInput.d.ts +2 -2
  3121. package/dist/serialization/types/LanguagePresetOutput.d.ts +2 -2
  3122. package/dist/serialization/types/LanguagePresetTranslation.d.ts +2 -2
  3123. package/dist/serialization/types/LanguageResponse.d.ts +2 -2
  3124. package/dist/serialization/types/LibraryVoiceResponse.d.ts +2 -2
  3125. package/dist/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
  3126. package/dist/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
  3127. package/dist/serialization/types/ListResponseMeta.d.ts +2 -2
  3128. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
  3129. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -1
  3130. package/dist/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
  3131. package/dist/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
  3132. package/dist/serialization/types/LiteralOverride.d.ts +2 -2
  3133. package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
  3134. package/dist/serialization/types/LivekitStackType.d.ts +2 -2
  3135. package/dist/serialization/types/Llm.d.ts +3 -3
  3136. package/dist/serialization/types/Llm.js +3 -0
  3137. package/dist/serialization/types/LlmCategoryUsage.d.ts +2 -2
  3138. package/dist/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
  3139. package/dist/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
  3140. package/dist/serialization/types/LlmReasoningEffort.d.ts +3 -3
  3141. package/dist/serialization/types/LlmReasoningEffort.js +1 -1
  3142. package/dist/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
  3143. package/dist/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
  3144. package/dist/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
  3145. package/dist/serialization/types/LlmUsageInput.d.ts +2 -2
  3146. package/dist/serialization/types/LlmUsageOutput.d.ts +2 -2
  3147. package/dist/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
  3148. package/dist/serialization/types/ManualVerificationResponse.d.ts +2 -2
  3149. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
  3150. package/dist/serialization/types/McpApprovalPolicy.d.ts +2 -2
  3151. package/dist/serialization/types/McpServerConfigInput.d.ts +8 -8
  3152. package/dist/serialization/types/McpServerConfigInput.js +6 -6
  3153. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
  3154. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
  3155. package/dist/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
  3156. package/dist/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
  3157. package/dist/serialization/types/McpServerConfigOutput.d.ts +8 -8
  3158. package/dist/serialization/types/McpServerConfigOutput.js +6 -6
  3159. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
  3160. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
  3161. package/dist/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
  3162. package/dist/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
  3163. package/dist/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
  3164. package/dist/serialization/types/McpServerResponseModel.d.ts +4 -4
  3165. package/dist/serialization/types/McpServerResponseModel.js +2 -2
  3166. package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
  3167. package/dist/serialization/types/McpServerTransport.d.ts +2 -2
  3168. package/dist/serialization/types/McpServersResponseModel.d.ts +2 -2
  3169. package/dist/serialization/types/McpToolApprovalHash.d.ts +2 -2
  3170. package/dist/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
  3171. package/dist/serialization/types/McpToolConfigOverride.d.ts +4 -4
  3172. package/dist/serialization/types/McpToolConfigOverride.js +2 -2
  3173. package/dist/serialization/types/MetricRecord.d.ts +2 -2
  3174. package/dist/serialization/types/MetricType.d.ts +2 -2
  3175. package/dist/serialization/types/Model.d.ts +2 -2
  3176. package/dist/serialization/types/ModelRatesResponseModel.d.ts +2 -2
  3177. package/dist/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
  3178. package/dist/serialization/types/ModerationConfig.d.ts +2 -2
  3179. package/dist/serialization/types/ModerationGuardrailInput.d.ts +2 -2
  3180. package/dist/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
  3181. package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
  3182. package/dist/serialization/types/MultipartMusicResponse.d.ts +2 -2
  3183. package/dist/serialization/types/MusicPrompt.d.ts +2 -2
  3184. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
  3185. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
  3186. package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
  3187. package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
  3188. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
  3189. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
  3190. package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
  3191. package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
  3192. package/dist/serialization/types/ObjectOverrideInput.d.ts +2 -2
  3193. package/dist/serialization/types/ObjectOverrideInput.js +1 -1
  3194. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
  3195. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
  3196. package/dist/serialization/types/ObjectOverrideOutput.d.ts +2 -2
  3197. package/dist/serialization/types/ObjectOverrideOutput.js +1 -1
  3198. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
  3199. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
  3200. package/dist/serialization/types/OrbAvatar.d.ts +2 -2
  3201. package/dist/serialization/types/OutboundCallRecipient.d.ts +2 -2
  3202. package/dist/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
  3203. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
  3204. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
  3205. package/dist/serialization/types/OutputFormat.d.ts +2 -2
  3206. package/dist/serialization/types/PdfExportOptions.d.ts +2 -2
  3207. package/dist/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
  3208. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
  3209. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
  3210. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
  3211. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
  3212. package/dist/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
  3213. package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
  3214. package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -2
  3215. package/dist/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
  3216. package/dist/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
  3217. package/dist/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
  3218. package/dist/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
  3219. package/dist/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
  3220. package/dist/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
  3221. package/dist/serialization/types/PlayDtmfToolConfig.js +3 -1
  3222. package/dist/serialization/types/PodcastBulletinMode.d.ts +2 -2
  3223. package/dist/serialization/types/PodcastBulletinModeData.d.ts +2 -2
  3224. package/dist/serialization/types/PodcastConversationMode.d.ts +2 -2
  3225. package/dist/serialization/types/PodcastConversationModeData.d.ts +2 -2
  3226. package/dist/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
  3227. package/dist/serialization/types/PodcastTextSource.d.ts +2 -2
  3228. package/dist/serialization/types/PodcastUrlSource.d.ts +2 -2
  3229. package/dist/serialization/types/PositionInput.d.ts +2 -2
  3230. package/dist/serialization/types/PositionOutput.d.ts +2 -2
  3231. package/dist/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
  3232. package/dist/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
  3233. package/dist/serialization/types/PrivacyConfig.d.ts +2 -2
  3234. package/dist/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
  3235. package/dist/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
  3236. package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
  3237. package/dist/serialization/types/ProjectExtendedResponse.d.ts +14 -12
  3238. package/dist/serialization/types/ProjectExtendedResponse.js +12 -10
  3239. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
  3240. package/dist/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
  3241. package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
  3242. package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
  3243. package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
  3244. package/dist/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
  3245. package/dist/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
  3246. package/dist/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
  3247. package/dist/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
  3248. package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
  3249. package/dist/serialization/types/ProjectImageResponseModel.d.ts +25 -0
  3250. package/dist/serialization/types/ProjectImageResponseModel.js +57 -0
  3251. package/dist/serialization/types/ProjectResponse.d.ts +7 -7
  3252. package/dist/serialization/types/ProjectResponse.js +5 -5
  3253. package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
  3254. package/dist/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
  3255. package/dist/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
  3256. package/dist/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
  3257. package/dist/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
  3258. package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
  3259. package/dist/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
  3260. package/dist/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
  3261. package/dist/serialization/types/ProjectState.d.ts +2 -2
  3262. package/dist/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
  3263. package/dist/serialization/types/ProjectVideoResponseModel.js +2 -0
  3264. package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
  3265. package/dist/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
  3266. package/dist/serialization/types/PromptAgent.d.ts +2 -2
  3267. package/dist/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
  3268. package/dist/serialization/types/PromptAgentApiModelInput.js +4 -4
  3269. package/dist/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
  3270. package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
  3271. package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
  3272. package/dist/serialization/types/PromptAgentApiModelOutput.js +4 -4
  3273. package/dist/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
  3274. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
  3275. package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
  3276. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
  3277. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
  3278. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
  3279. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
  3280. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
  3281. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
  3282. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
  3283. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
  3284. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
  3285. package/dist/serialization/types/PromptAgentDbModel.d.ts +2 -2
  3286. package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
  3287. package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
  3288. package/dist/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
  3289. package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
  3290. package/dist/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
  3291. package/dist/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
  3292. package/dist/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
  3293. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
  3294. package/dist/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
  3295. package/dist/serialization/types/QueryOverride.d.ts +2 -2
  3296. package/dist/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
  3297. package/dist/serialization/types/RagChunkMetadata.d.ts +2 -2
  3298. package/dist/serialization/types/RagConfig.d.ts +2 -2
  3299. package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
  3300. package/dist/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
  3301. package/dist/serialization/types/RagDocumentIndexResponseModel.js +1 -1
  3302. package/dist/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
  3303. package/dist/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
  3304. package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
  3305. package/dist/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
  3306. package/dist/serialization/types/RagIndexStatus.d.ts +2 -2
  3307. package/dist/serialization/types/RagRetrievalInfo.d.ts +3 -3
  3308. package/dist/serialization/types/RagRetrievalInfo.js +1 -1
  3309. package/dist/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
  3310. package/dist/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
  3311. package/dist/serialization/types/RecordingResponse.d.ts +2 -2
  3312. package/dist/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
  3313. package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
  3314. package/dist/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
  3315. package/dist/serialization/types/RegionConfigRequest.d.ts +3 -3
  3316. package/dist/serialization/types/RegionConfigRequest.js +1 -1
  3317. package/dist/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
  3318. package/dist/serialization/types/Render.d.ts +3 -3
  3319. package/dist/serialization/types/Render.js +1 -1
  3320. package/dist/serialization/types/RenderStatus.d.ts +2 -2
  3321. package/dist/serialization/types/RenderType.d.ts +2 -2
  3322. package/dist/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
  3323. package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -2
  3324. package/dist/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
  3325. package/dist/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
  3326. package/dist/serialization/types/ResourceMetadataResponseModel.js +1 -1
  3327. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
  3328. package/dist/serialization/types/ReviewStatus.d.ts +2 -2
  3329. package/dist/serialization/types/SafetyCommonModel.d.ts +2 -2
  3330. package/dist/serialization/types/SafetyEvaluation.d.ts +2 -2
  3331. package/dist/serialization/types/SafetyResponseModel.d.ts +2 -2
  3332. package/dist/serialization/types/SafetyRule.d.ts +2 -2
  3333. package/dist/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
  3334. package/dist/serialization/types/SecretDependencyType.d.ts +2 -2
  3335. package/dist/serialization/types/SectionSource.d.ts +2 -2
  3336. package/dist/serialization/types/SegmentCreateResponse.d.ts +2 -2
  3337. package/dist/serialization/types/SegmentDeleteResponse.d.ts +2 -2
  3338. package/dist/serialization/types/SegmentDubResponse.d.ts +2 -2
  3339. package/dist/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
  3340. package/dist/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
  3341. package/dist/serialization/types/SegmentTranslationResponse.d.ts +2 -2
  3342. package/dist/serialization/types/SegmentUpdateResponse.d.ts +2 -2
  3343. package/dist/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
  3344. package/dist/serialization/types/ShareOptionResponseModel.d.ts +2 -2
  3345. package/dist/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
  3346. package/dist/serialization/types/SimilarVoice.d.ts +2 -2
  3347. package/dist/serialization/types/SimilarVoiceCategory.d.ts +2 -2
  3348. package/dist/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
  3349. package/dist/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
  3350. package/dist/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
  3351. package/dist/serialization/types/SingleUseTokenType.d.ts +3 -3
  3352. package/dist/serialization/types/SingleUseTokenType.js +1 -1
  3353. package/dist/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
  3354. package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  3355. package/dist/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
  3356. package/dist/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
  3357. package/dist/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
  3358. package/dist/serialization/types/SipUriTransferDestination.d.ts +2 -2
  3359. package/dist/serialization/types/SkipTurnToolConfig.d.ts +3 -4
  3360. package/dist/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
  3361. package/dist/serialization/types/SoftTimeoutConfig.d.ts +2 -2
  3362. package/dist/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
  3363. package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
  3364. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
  3365. package/dist/serialization/types/SongMetadata.d.ts +2 -2
  3366. package/dist/serialization/types/SongSection.d.ts +2 -2
  3367. package/dist/serialization/types/SortDirection.d.ts +2 -2
  3368. package/dist/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
  3369. package/dist/serialization/types/SpeakerResponseModel.d.ts +2 -2
  3370. package/dist/serialization/types/SpeakerSegment.d.ts +3 -3
  3371. package/dist/serialization/types/SpeakerSegment.js +1 -1
  3372. package/dist/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
  3373. package/dist/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  3374. package/dist/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
  3375. package/dist/serialization/types/SpeakerTrack.d.ts +2 -2
  3376. package/dist/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
  3377. package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
  3378. package/dist/serialization/types/SpeechHistoryItemResponse.js +3 -3
  3379. package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
  3380. package/dist/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
  3381. package/dist/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
  3382. package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
  3383. package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
  3384. package/dist/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
  3385. package/dist/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
  3386. package/dist/serialization/types/SpeechToTextWordResponseModel.js +1 -1
  3387. package/dist/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
  3388. package/dist/serialization/types/SrtExportOptions.d.ts +2 -2
  3389. package/dist/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
  3390. package/dist/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
  3391. package/dist/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  3392. package/dist/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
  3393. package/dist/serialization/types/Subscription.d.ts +5 -5
  3394. package/dist/serialization/types/Subscription.js +3 -3
  3395. package/dist/serialization/types/SubscriptionResponse.d.ts +4 -4
  3396. package/dist/serialization/types/SubscriptionResponse.js +2 -2
  3397. package/dist/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
  3398. package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  3399. package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
  3400. package/dist/serialization/types/SubscriptionStatusType.d.ts +2 -2
  3401. package/dist/serialization/types/SuggestedAudioTag.d.ts +10 -0
  3402. package/dist/serialization/types/{CloseSocket.js → SuggestedAudioTag.js} +4 -3
  3403. package/dist/serialization/types/SupportedVoice.d.ts +2 -2
  3404. package/dist/serialization/types/SystemToolConfigInput.d.ts +4 -4
  3405. package/dist/serialization/types/SystemToolConfigInput.js +2 -2
  3406. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
  3407. package/dist/serialization/types/SystemToolConfigOutput.d.ts +4 -4
  3408. package/dist/serialization/types/SystemToolConfigOutput.js +2 -2
  3409. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
  3410. package/dist/serialization/types/TelephonyProvider.d.ts +2 -2
  3411. package/dist/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
  3412. package/dist/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
  3413. package/dist/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
  3414. package/dist/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
  3415. package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
  3416. package/dist/serialization/types/TestRunMetadata.d.ts +2 -2
  3417. package/dist/serialization/types/TestRunMetadataTestType.d.ts +2 -2
  3418. package/dist/serialization/types/TestRunStatus.d.ts +2 -2
  3419. package/dist/serialization/types/TestToolResultModel.d.ts +2 -2
  3420. package/dist/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
  3421. package/dist/serialization/types/TextNormalisationType.d.ts +7 -0
  3422. package/{serialization/types/CloseConnection.js → dist/serialization/types/TextNormalisationType.js} +2 -4
  3423. package/dist/serialization/types/TextToSpeechRequest.d.ts +2 -2
  3424. package/dist/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
  3425. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
  3426. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
  3427. package/dist/serialization/types/ThresholdGuardrail.d.ts +2 -2
  3428. package/dist/serialization/types/TimeRange.d.ts +2 -2
  3429. package/dist/serialization/types/TokenResponseModel.d.ts +2 -2
  3430. package/dist/serialization/types/Tool.d.ts +2 -2
  3431. package/dist/serialization/types/ToolAnnotations.d.ts +2 -2
  3432. package/dist/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
  3433. package/dist/serialization/types/ToolCallSoundType.d.ts +2 -2
  3434. package/dist/serialization/types/ToolExecutionMode.d.ts +2 -2
  3435. package/dist/serialization/types/ToolMockConfig.d.ts +2 -2
  3436. package/dist/serialization/types/ToolRequestModel.d.ts +2 -2
  3437. package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
  3438. package/dist/serialization/types/ToolRequestModelToolConfig.js +0 -2
  3439. package/dist/serialization/types/ToolResponseModel.d.ts +3 -3
  3440. package/dist/serialization/types/ToolResponseModel.js +1 -1
  3441. package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
  3442. package/dist/serialization/types/ToolResponseModelToolConfig.js +0 -2
  3443. package/dist/serialization/types/ToolType.d.ts +2 -2
  3444. package/dist/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
  3445. package/dist/serialization/types/ToolsResponseModel.d.ts +2 -2
  3446. package/dist/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
  3447. package/dist/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
  3448. package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
  3449. package/dist/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
  3450. package/dist/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
  3451. package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
  3452. package/dist/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
  3453. package/dist/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
  3454. package/dist/serialization/types/TransferTypeEnum.d.ts +2 -2
  3455. package/dist/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
  3456. package/dist/serialization/types/TtsConversationalConfigInput.js +7 -3
  3457. package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
  3458. package/dist/serialization/types/TtsConversationalConfigOutput.js +7 -3
  3459. package/dist/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
  3460. package/dist/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
  3461. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
  3462. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
  3463. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
  3464. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
  3465. package/dist/serialization/types/TtsConversationalModel.d.ts +3 -3
  3466. package/dist/serialization/types/TtsConversationalModel.js +0 -1
  3467. package/dist/serialization/types/TtsModelFamily.d.ts +3 -3
  3468. package/dist/serialization/types/TtsModelFamily.js +1 -1
  3469. package/dist/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
  3470. package/dist/serialization/types/TtsOutputFormat.d.ts +2 -2
  3471. package/dist/serialization/types/TurnConfig.d.ts +2 -2
  3472. package/dist/serialization/types/TurnConfigOverride.d.ts +2 -2
  3473. package/dist/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
  3474. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
  3475. package/dist/serialization/types/TurnEagerness.d.ts +2 -2
  3476. package/dist/serialization/types/TurnMode.d.ts +2 -2
  3477. package/dist/serialization/types/TwilioEdgeLocation.d.ts +2 -2
  3478. package/dist/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
  3479. package/dist/serialization/types/TwilioRegionId.d.ts +2 -2
  3480. package/dist/serialization/types/TxtExportOptions.d.ts +2 -2
  3481. package/dist/serialization/types/UnitTestCommonModel.d.ts +6 -6
  3482. package/dist/serialization/types/UnitTestCommonModel.js +4 -4
  3483. package/dist/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
  3484. package/dist/serialization/types/UnitTestCommonModelType.d.ts +2 -2
  3485. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
  3486. package/dist/serialization/types/UnitTestRunResponseModel.js +2 -2
  3487. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
  3488. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
  3489. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
  3490. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
  3491. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
  3492. package/dist/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
  3493. package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
  3494. package/dist/serialization/types/UnitTestToolCallParameterEval.js +1 -1
  3495. package/dist/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
  3496. package/dist/serialization/types/UpdateChapterRequest.d.ts +2 -2
  3497. package/dist/serialization/types/UpdateProjectRequest.d.ts +2 -2
  3498. package/dist/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
  3499. package/dist/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
  3500. package/dist/serialization/types/UrlAvatar.d.ts +2 -2
  3501. package/dist/serialization/types/UsageAggregationInterval.d.ts +2 -2
  3502. package/dist/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
  3503. package/dist/serialization/types/User.d.ts +2 -2
  3504. package/dist/serialization/types/UserFeedback.d.ts +2 -2
  3505. package/dist/serialization/types/UserFeedbackScore.d.ts +2 -2
  3506. package/dist/serialization/types/UtteranceResponseModel.d.ts +2 -2
  3507. package/dist/serialization/types/VadConfig.d.ts +3 -4
  3508. package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
  3509. package/dist/serialization/types/ValidationError.d.ts +2 -2
  3510. package/dist/serialization/types/ValidationErrorLocItem.d.ts +2 -2
  3511. package/dist/serialization/types/VerificationAttemptResponse.d.ts +2 -2
  3512. package/dist/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
  3513. package/dist/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
  3514. package/dist/serialization/types/Voice.d.ts +6 -6
  3515. package/dist/serialization/types/Voice.js +4 -4
  3516. package/dist/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
  3517. package/dist/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
  3518. package/dist/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
  3519. package/dist/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
  3520. package/dist/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
  3521. package/dist/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
  3522. package/dist/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
  3523. package/dist/serialization/types/VoiceSample.d.ts +2 -2
  3524. package/dist/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
  3525. package/dist/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
  3526. package/dist/serialization/types/VoiceSegment.d.ts +2 -2
  3527. package/dist/serialization/types/VoiceSettings.d.ts +2 -2
  3528. package/dist/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
  3529. package/dist/serialization/types/VoiceSharingResponse.d.ts +5 -5
  3530. package/dist/serialization/types/VoiceSharingResponse.js +3 -3
  3531. package/dist/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
  3532. package/dist/serialization/types/VoiceSharingState.d.ts +2 -2
  3533. package/dist/serialization/types/VoiceVerificationResponse.d.ts +2 -2
  3534. package/dist/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
  3535. package/dist/serialization/types/WebhookAuthMethodType.d.ts +2 -2
  3536. package/dist/serialization/types/WebhookEventType.d.ts +2 -2
  3537. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
  3538. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
  3539. package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
  3540. package/dist/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
  3541. package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
  3542. package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
  3543. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
  3544. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
  3545. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
  3546. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
  3547. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
  3548. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
  3549. package/dist/serialization/types/WebhookToolConfigInput.d.ts +4 -4
  3550. package/dist/serialization/types/WebhookToolConfigInput.js +2 -2
  3551. package/dist/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
  3552. package/dist/serialization/types/WebhookToolConfigOutput.js +2 -2
  3553. package/dist/serialization/types/WebhookUsageType.d.ts +2 -2
  3554. package/dist/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
  3555. package/dist/serialization/types/WidgetConfig.d.ts +7 -7
  3556. package/dist/serialization/types/WidgetConfig.js +5 -5
  3557. package/dist/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
  3558. package/dist/serialization/types/WidgetConfigInputAvatar.js +1 -1
  3559. package/dist/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
  3560. package/dist/serialization/types/WidgetConfigOutputAvatar.js +1 -1
  3561. package/dist/serialization/types/WidgetConfigResponse.d.ts +7 -7
  3562. package/dist/serialization/types/WidgetConfigResponse.js +5 -5
  3563. package/dist/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
  3564. package/dist/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
  3565. package/dist/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
  3566. package/dist/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
  3567. package/dist/serialization/types/WidgetExpandable.d.ts +2 -2
  3568. package/dist/serialization/types/WidgetFeedbackMode.d.ts +2 -2
  3569. package/dist/serialization/types/WidgetLanguagePreset.d.ts +2 -2
  3570. package/dist/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
  3571. package/dist/serialization/types/WidgetPlacement.d.ts +2 -2
  3572. package/dist/serialization/types/WidgetStyles.d.ts +2 -2
  3573. package/dist/serialization/types/WidgetTextContents.d.ts +2 -2
  3574. package/dist/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
  3575. package/dist/serialization/types/WorkflowEdgeModelInput.js +1 -1
  3576. package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
  3577. package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
  3578. package/dist/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
  3579. package/dist/serialization/types/WorkflowEdgeModelOutput.js +1 -1
  3580. package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
  3581. package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
  3582. package/dist/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
  3583. package/dist/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
  3584. package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
  3585. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
  3586. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
  3587. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
  3588. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
  3589. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
  3590. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
  3591. package/dist/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
  3592. package/dist/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
  3593. package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
  3594. package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
  3595. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
  3596. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
  3597. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
  3598. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
  3599. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
  3600. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
  3601. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
  3602. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
  3603. package/dist/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
  3604. package/dist/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
  3605. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
  3606. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
  3607. package/dist/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
  3608. package/dist/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
  3609. package/dist/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
  3610. package/dist/serialization/types/WorkflowToolLocator.d.ts +2 -2
  3611. package/dist/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
  3612. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
  3613. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
  3614. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
  3615. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
  3616. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
  3617. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
  3618. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
  3619. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
  3620. package/dist/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
  3621. package/dist/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
  3622. package/dist/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
  3623. package/dist/serialization/types/WorkflowToolResponseModelInput.js +1 -1
  3624. package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
  3625. package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
  3626. package/dist/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
  3627. package/dist/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
  3628. package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
  3629. package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
  3630. package/dist/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
  3631. package/dist/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
  3632. package/dist/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
  3633. package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
  3634. package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
  3635. package/dist/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
  3636. package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
  3637. package/dist/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
  3638. package/dist/serialization/types/WorkspaceResourceType.d.ts +2 -2
  3639. package/dist/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
  3640. package/dist/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
  3641. package/dist/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
  3642. package/dist/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
  3643. package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
  3644. package/dist/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
  3645. package/dist/serialization/types/index.d.ts +296 -311
  3646. package/dist/serialization/types/index.js +296 -311
  3647. package/dist/version.d.ts +1 -1
  3648. package/dist/version.js +1 -1
  3649. package/dist/wrapper/realtime/connection.d.ts +18 -1
  3650. package/dist/wrapper/realtime/connection.js +13 -0
  3651. package/dist/wrapper/realtime/scribe.d.ts +5 -0
  3652. package/dist/wrapper/realtime/scribe.js +3 -0
  3653. package/errors/ElevenLabsError.d.ts +1 -1
  3654. package/errors/ElevenLabsError.js +1 -1
  3655. package/jest.config.mjs +2 -3
  3656. package/package.json +8 -3
  3657. package/reference.md +1790 -1994
  3658. package/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
  3659. package/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
  3660. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
  3661. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
  3662. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
  3663. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
  3664. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
  3665. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
  3666. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
  3667. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
  3668. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
  3669. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
  3670. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
  3671. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
  3672. package/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
  3673. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
  3674. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
  3675. package/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
  3676. package/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
  3677. package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
  3678. package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
  3679. package/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
  3680. package/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
  3681. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
  3682. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
  3683. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
  3684. package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
  3685. package/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
  3686. package/serialization/resources/conversationalAi/resources/index.js +18 -18
  3687. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
  3688. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
  3689. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
  3690. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
  3691. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
  3692. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
  3693. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
  3694. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
  3695. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
  3696. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
  3697. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
  3698. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
  3699. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
  3700. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
  3701. package/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
  3702. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
  3703. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  3704. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
  3705. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
  3706. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
  3707. package/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
  3708. package/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
  3709. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
  3710. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
  3711. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
  3712. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
  3713. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
  3714. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
  3715. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
  3716. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
  3717. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
  3718. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
  3719. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
  3720. package/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
  3721. package/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
  3722. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
  3723. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
  3724. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
  3725. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
  3726. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
  3727. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
  3728. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
  3729. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
  3730. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
  3731. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
  3732. package/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
  3733. package/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
  3734. package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
  3735. package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
  3736. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
  3737. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
  3738. package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
  3739. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
  3740. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
  3741. package/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
  3742. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
  3743. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
  3744. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
  3745. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
  3746. package/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
  3747. package/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
  3748. package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
  3749. package/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  3750. package/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
  3751. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
  3752. package/serialization/resources/dubbing/index.d.ts +1 -1
  3753. package/serialization/resources/dubbing/index.js +1 -1
  3754. package/serialization/resources/dubbing/resources/index.d.ts +3 -2
  3755. package/serialization/resources/dubbing/resources/index.js +4 -3
  3756. package/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
  3757. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
  3758. package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
  3759. package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
  3760. package/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
  3761. package/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
  3762. package/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
  3763. package/serialization/resources/dubbing/resources/resource/index.js +1 -0
  3764. package/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
  3765. package/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
  3766. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
  3767. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
  3768. package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
  3769. package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js +42 -0
  3770. package/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
  3771. package/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
  3772. package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
  3773. package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
  3774. package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
  3775. package/{dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js → serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
  3776. package/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
  3777. package/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
  3778. package/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
  3779. package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
  3780. package/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
  3781. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
  3782. package/serialization/resources/dubbing/types/index.d.ts +1 -1
  3783. package/serialization/resources/dubbing/types/index.js +1 -1
  3784. package/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
  3785. package/serialization/resources/history/index.d.ts +1 -1
  3786. package/serialization/resources/history/index.js +1 -1
  3787. package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
  3788. package/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
  3789. package/serialization/resources/index.d.ts +29 -33
  3790. package/serialization/resources/index.js +30 -34
  3791. package/serialization/resources/models/client/list.d.ts +2 -2
  3792. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
  3793. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
  3794. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
  3795. package/serialization/resources/music/index.d.ts +1 -1
  3796. package/serialization/resources/music/index.js +1 -1
  3797. package/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
  3798. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
  3799. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
  3800. package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
  3801. package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
  3802. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
  3803. package/serialization/resources/music/types/index.d.ts +2 -2
  3804. package/serialization/resources/music/types/index.js +2 -2
  3805. package/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
  3806. package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
  3807. package/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
  3808. package/serialization/resources/pronunciationDictionaries/index.js +2 -2
  3809. package/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
  3810. package/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
  3811. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
  3812. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
  3813. package/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
  3814. package/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
  3815. package/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
  3816. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
  3817. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
  3818. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
  3819. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
  3820. package/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
  3821. package/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
  3822. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
  3823. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
  3824. package/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
  3825. package/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
  3826. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  3827. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
  3828. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  3829. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
  3830. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  3831. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  3832. package/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
  3833. package/serialization/resources/serviceAccounts/resources/index.js +1 -1
  3834. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
  3835. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
  3836. package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
  3837. package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
  3838. package/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
  3839. package/serialization/resources/speechToSpeech/types/index.js +2 -2
  3840. package/serialization/resources/speechToText/index.d.ts +1 -1
  3841. package/serialization/resources/speechToText/index.js +1 -1
  3842. package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
  3843. package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
  3844. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
  3845. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
  3846. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
  3847. package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
  3848. package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
  3849. package/serialization/resources/speechToText/types/index.d.ts +1 -1
  3850. package/serialization/resources/speechToText/types/index.js +1 -1
  3851. package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
  3852. package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
  3853. package/serialization/resources/studio/index.d.ts +2 -2
  3854. package/serialization/resources/studio/index.js +2 -2
  3855. package/serialization/resources/studio/resources/index.d.ts +1 -1
  3856. package/serialization/resources/studio/resources/index.js +1 -1
  3857. package/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
  3858. package/serialization/resources/studio/resources/projects/index.d.ts +1 -1
  3859. package/serialization/resources/studio/resources/projects/index.js +1 -1
  3860. package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
  3861. package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
  3862. package/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
  3863. package/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
  3864. package/serialization/resources/studio/resources/projects/resources/index.js +3 -3
  3865. package/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
  3866. package/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
  3867. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
  3868. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
  3869. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
  3870. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
  3871. package/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
  3872. package/serialization/resources/studio/resources/projects/types/index.js +2 -2
  3873. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
  3874. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
  3875. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
  3876. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
  3877. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
  3878. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
  3879. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
  3880. package/serialization/resources/studio/types/index.d.ts +4 -4
  3881. package/serialization/resources/studio/types/index.js +4 -4
  3882. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
  3883. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
  3884. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
  3885. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
  3886. package/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
  3887. package/serialization/resources/textToDialogue/client/requests/index.js +5 -5
  3888. package/serialization/resources/textToDialogue/index.d.ts +1 -1
  3889. package/serialization/resources/textToDialogue/index.js +1 -1
  3890. package/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  3891. package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
  3892. package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
  3893. package/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  3894. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
  3895. package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  3896. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
  3897. package/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  3898. package/serialization/resources/textToDialogue/types/index.d.ts +5 -5
  3899. package/serialization/resources/textToDialogue/types/index.js +5 -5
  3900. package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
  3901. package/serialization/resources/textToSoundEffects/index.d.ts +1 -1
  3902. package/serialization/resources/textToSoundEffects/index.js +1 -1
  3903. package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
  3904. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
  3905. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
  3906. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
  3907. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
  3908. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
  3909. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
  3910. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
  3911. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
  3912. package/serialization/resources/textToSpeech/index.d.ts +1 -1
  3913. package/serialization/resources/textToSpeech/index.js +1 -1
  3914. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
  3915. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
  3916. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
  3917. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
  3918. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
  3919. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
  3920. package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
  3921. package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
  3922. package/serialization/resources/textToSpeech/types/index.d.ts +4 -4
  3923. package/serialization/resources/textToSpeech/types/index.js +4 -4
  3924. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
  3925. package/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
  3926. package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
  3927. package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
  3928. package/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
  3929. package/serialization/resources/textToVoice/client/requests/index.js +3 -3
  3930. package/serialization/resources/textToVoice/index.d.ts +1 -1
  3931. package/serialization/resources/textToVoice/index.js +1 -1
  3932. package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
  3933. package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
  3934. package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
  3935. package/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
  3936. package/serialization/resources/textToVoice/types/index.d.ts +1 -1
  3937. package/serialization/resources/textToVoice/types/index.js +1 -1
  3938. package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
  3939. package/serialization/resources/voices/index.d.ts +2 -2
  3940. package/serialization/resources/voices/index.js +2 -2
  3941. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
  3942. package/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
  3943. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
  3944. package/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
  3945. package/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
  3946. package/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
  3947. package/serialization/resources/voices/resources/pvc/index.js +1 -1
  3948. package/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
  3949. package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
  3950. package/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
  3951. package/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
  3952. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
  3953. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
  3954. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
  3955. package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
  3956. package/serialization/resources/workspace/resources/index.d.ts +4 -4
  3957. package/serialization/resources/workspace/resources/index.js +5 -5
  3958. package/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
  3959. package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
  3960. package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
  3961. package/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
  3962. package/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
  3963. package/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
  3964. package/serialization/resources/workspace/resources/invites/index.js +1 -1
  3965. package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
  3966. package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
  3967. package/serialization/resources/workspace/resources/members/index.d.ts +1 -1
  3968. package/serialization/resources/workspace/resources/members/index.js +1 -1
  3969. package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
  3970. package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
  3971. package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
  3972. package/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
  3973. package/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
  3974. package/serialization/resources/workspace/resources/resources/index.js +1 -1
  3975. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
  3976. package/serialization/types/AddChapterResponseModel.d.ts +2 -2
  3977. package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
  3978. package/serialization/types/AddProjectRequest.d.ts +2 -2
  3979. package/serialization/types/AddProjectResponseModel.d.ts +2 -2
  3980. package/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
  3981. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
  3982. package/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
  3983. package/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
  3984. package/serialization/types/AddVoiceResponseModel.d.ts +2 -2
  3985. package/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
  3986. package/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
  3987. package/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
  3988. package/serialization/types/AdditionalFormats.d.ts +2 -2
  3989. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
  3990. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
  3991. package/serialization/types/Age.d.ts +2 -2
  3992. package/serialization/types/AgentCallLimits.d.ts +2 -2
  3993. package/serialization/types/AgentConfig.d.ts +2 -2
  3994. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
  3995. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
  3996. package/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
  3997. package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  3998. package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  3999. package/serialization/types/AgentDefinitionSource.d.ts +2 -2
  4000. package/serialization/types/AgentFailureResponseExample.d.ts +2 -2
  4001. package/serialization/types/AgentMetadata.d.ts +2 -2
  4002. package/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
  4003. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
  4004. package/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
  4005. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
  4006. package/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
  4007. package/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
  4008. package/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
  4009. package/serialization/types/AgentSortBy.d.ts +2 -2
  4010. package/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
  4011. package/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
  4012. package/serialization/types/AgentTestingSettings.d.ts +2 -2
  4013. package/serialization/types/AgentTransfer.d.ts +2 -2
  4014. package/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
  4015. package/serialization/types/AgentWorkflowRequestModel.js +1 -1
  4016. package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
  4017. package/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
  4018. package/serialization/types/AgentWorkflowResponseModel.js +1 -1
  4019. package/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
  4020. package/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
  4021. package/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
  4022. package/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
  4023. package/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
  4024. package/serialization/types/AllowlistItem.d.ts +2 -2
  4025. package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
  4026. package/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
  4027. package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
  4028. package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
  4029. package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
  4030. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
  4031. package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
  4032. package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
  4033. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
  4034. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
  4035. package/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
  4036. package/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
  4037. package/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
  4038. package/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
  4039. package/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
  4040. package/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
  4041. package/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
  4042. package/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
  4043. package/serialization/types/AsrConversationalConfig.d.ts +4 -4
  4044. package/serialization/types/AsrConversationalConfig.js +2 -2
  4045. package/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
  4046. package/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
  4047. package/serialization/types/AsrInputFormat.d.ts +2 -2
  4048. package/serialization/types/AsrProvider.d.ts +2 -2
  4049. package/serialization/types/AsrQuality.d.ts +2 -2
  4050. package/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
  4051. package/serialization/types/AstAndOperatorNodeInput.js +1 -1
  4052. package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
  4053. package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
  4054. package/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
  4055. package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  4056. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
  4057. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
  4058. package/serialization/types/AstBooleanNodeInput.d.ts +2 -2
  4059. package/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
  4060. package/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
  4061. package/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
  4062. package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  4063. package/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
  4064. package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
  4065. package/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
  4066. package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
  4067. package/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
  4068. package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  4069. package/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
  4070. package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4071. package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
  4072. package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
  4073. package/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
  4074. package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  4075. package/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
  4076. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
  4077. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
  4078. package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
  4079. package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
  4080. package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  4081. package/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
  4082. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
  4083. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
  4084. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
  4085. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
  4086. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  4087. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
  4088. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  4089. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
  4090. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  4091. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
  4092. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  4093. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
  4094. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4095. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  4096. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  4097. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
  4098. package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  4099. package/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
  4100. package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
  4101. package/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
  4102. package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
  4103. package/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
  4104. package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  4105. package/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
  4106. package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
  4107. package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
  4108. package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
  4109. package/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
  4110. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  4111. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
  4112. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
  4113. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
  4114. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
  4115. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
  4116. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  4117. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
  4118. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4119. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
  4120. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
  4121. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
  4122. package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  4123. package/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
  4124. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
  4125. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
  4126. package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
  4127. package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
  4128. package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  4129. package/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
  4130. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
  4131. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
  4132. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
  4133. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
  4134. package/serialization/types/AstNumberNodeInput.d.ts +2 -2
  4135. package/serialization/types/AstNumberNodeOutput.d.ts +2 -2
  4136. package/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
  4137. package/serialization/types/AstOrOperatorNodeInput.js +1 -1
  4138. package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
  4139. package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
  4140. package/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
  4141. package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  4142. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
  4143. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
  4144. package/serialization/types/AstStringNodeInput.d.ts +2 -2
  4145. package/serialization/types/AstStringNodeOutput.d.ts +2 -2
  4146. package/serialization/types/AstllmNodeInput.d.ts +2 -2
  4147. package/serialization/types/AstllmNodeOutput.d.ts +2 -2
  4148. package/serialization/types/AsyncConversationMetadata.d.ts +2 -2
  4149. package/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
  4150. package/serialization/types/AttachedTestModel.d.ts +2 -2
  4151. package/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
  4152. package/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
  4153. package/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
  4154. package/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
  4155. package/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  4156. package/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
  4157. package/serialization/types/AuthConnectionLocator.d.ts +2 -2
  4158. package/serialization/types/AuthSettings.d.ts +2 -2
  4159. package/serialization/types/AuthorizationMethod.d.ts +2 -2
  4160. package/serialization/types/BackupLlmDefault.d.ts +3 -4
  4161. package/serialization/types/BackupLlmDisabled.d.ts +3 -4
  4162. package/serialization/types/BackupLlmOverride.d.ts +2 -2
  4163. package/serialization/types/BadRequestErrorBody.d.ts +2 -2
  4164. package/serialization/types/BanReasonType.d.ts +2 -2
  4165. package/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
  4166. package/serialization/types/BatchCallDetailedResponse.js +1 -2
  4167. package/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
  4168. package/serialization/types/BatchCallResponse.d.ts +3 -4
  4169. package/serialization/types/BatchCallResponse.js +1 -2
  4170. package/serialization/types/BatchCallStatus.d.ts +2 -2
  4171. package/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
  4172. package/{dist/serialization/types/AudioOutputMulti.js → serialization/types/BatchCallWhatsAppParams.js} +5 -8
  4173. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
  4174. package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
  4175. package/serialization/types/BreakdownTypes.d.ts +2 -2
  4176. package/serialization/types/BuiltInToolsInput.d.ts +2 -2
  4177. package/serialization/types/BuiltInToolsOutput.d.ts +2 -2
  4178. package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
  4179. package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
  4180. package/serialization/types/CanvasPlacement.d.ts +16 -0
  4181. package/serialization/types/CanvasPlacement.js +48 -0
  4182. package/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
  4183. package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
  4184. package/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
  4185. package/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
  4186. package/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
  4187. package/serialization/types/CaptionStyleModel.d.ts +6 -6
  4188. package/serialization/types/CaptionStyleModel.js +4 -4
  4189. package/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
  4190. package/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
  4191. package/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
  4192. package/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
  4193. package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
  4194. package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
  4195. package/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
  4196. package/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
  4197. package/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
  4198. package/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
  4199. package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
  4200. package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
  4201. package/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
  4202. package/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
  4203. package/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
  4204. package/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
  4205. package/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
  4206. package/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
  4207. package/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
  4208. package/serialization/types/ChapterContentInputModel.d.ts +2 -2
  4209. package/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
  4210. package/serialization/types/ChapterContentResponseModel.d.ts +2 -2
  4211. package/serialization/types/ChapterResponse.d.ts +3 -2
  4212. package/serialization/types/ChapterResponse.js +1 -0
  4213. package/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
  4214. package/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
  4215. package/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
  4216. package/serialization/types/ChapterState.d.ts +2 -2
  4217. package/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
  4218. package/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
  4219. package/serialization/types/ChapterWithContentResponseModel.js +3 -2
  4220. package/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
  4221. package/serialization/types/CharacterAlignmentModel.d.ts +2 -2
  4222. package/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
  4223. package/serialization/types/CharacterUsageResponse.d.ts +2 -2
  4224. package/serialization/types/ClientEvent.d.ts +3 -3
  4225. package/serialization/types/ClientEvent.js +1 -0
  4226. package/serialization/types/ClientToolConfigInput.d.ts +4 -4
  4227. package/serialization/types/ClientToolConfigInput.js +3 -3
  4228. package/serialization/types/ClientToolConfigOutput.d.ts +4 -4
  4229. package/serialization/types/ClientToolConfigOutput.js +3 -3
  4230. package/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
  4231. package/serialization/types/ConvAiSecretLocator.d.ts +2 -2
  4232. package/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
  4233. package/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
  4234. package/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
  4235. package/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
  4236. package/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
  4237. package/serialization/types/ConvAiWebhooks.d.ts +2 -2
  4238. package/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
  4239. package/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
  4240. package/serialization/types/ConversationConfig.d.ts +2 -2
  4241. package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
  4242. package/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
  4243. package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
  4244. package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
  4245. package/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
  4246. package/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
  4247. package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
  4248. package/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
  4249. package/serialization/types/ConversationConfigOverride.d.ts +2 -2
  4250. package/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
  4251. package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
  4252. package/serialization/types/ConversationDeletionSettings.d.ts +2 -2
  4253. package/serialization/types/ConversationFeedbackType.d.ts +2 -2
  4254. package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
  4255. package/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
  4256. package/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
  4257. package/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
  4258. package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
  4259. package/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
  4260. package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
  4261. package/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
  4262. package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
  4263. package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
  4264. package/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
  4265. package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
  4266. package/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
  4267. package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
  4268. package/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
  4269. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
  4270. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
  4271. package/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
  4272. package/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
  4273. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
  4274. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
  4275. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
  4276. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
  4277. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
  4278. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
  4279. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
  4280. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
  4281. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
  4282. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  4283. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
  4284. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
  4285. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
  4286. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
  4287. package/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
  4288. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
  4289. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
  4290. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
  4291. package/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
  4292. package/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
  4293. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
  4294. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
  4295. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
  4296. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
  4297. package/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
  4298. package/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
  4299. package/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
  4300. package/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
  4301. package/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
  4302. package/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  4303. package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
  4304. package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
  4305. package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  4306. package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
  4307. package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
  4308. package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  4309. package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
  4310. package/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
  4311. package/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
  4312. package/serialization/types/ConversationInitiationSource.d.ts +2 -2
  4313. package/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
  4314. package/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
  4315. package/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
  4316. package/serialization/types/ConversationSimulationSpecification.js +1 -1
  4317. package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
  4318. package/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
  4319. package/serialization/types/ConversationSummaryResponseModel.js +1 -1
  4320. package/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
  4321. package/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
  4322. package/serialization/types/ConversationTokenDbModel.d.ts +2 -2
  4323. package/serialization/types/ConversationTokenPurpose.d.ts +2 -2
  4324. package/serialization/types/ConversationTurnMetrics.d.ts +2 -2
  4325. package/serialization/types/ConversationalConfig.d.ts +5 -5
  4326. package/serialization/types/ConversationalConfig.js +3 -3
  4327. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
  4328. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
  4329. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
  4330. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
  4331. package/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
  4332. package/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
  4333. package/serialization/types/CreateAgentResponseModel.d.ts +2 -2
  4334. package/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
  4335. package/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
  4336. package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
  4337. package/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
  4338. package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
  4339. package/serialization/types/CreateTranscriptRequest.d.ts +2 -2
  4340. package/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
  4341. package/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
  4342. package/serialization/types/CustomLlm.d.ts +2 -2
  4343. package/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
  4344. package/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
  4345. package/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
  4346. package/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
  4347. package/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
  4348. package/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
  4349. package/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
  4350. package/serialization/types/DeleteChapterRequest.d.ts +2 -2
  4351. package/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
  4352. package/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
  4353. package/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
  4354. package/serialization/types/DeleteProjectRequest.d.ts +2 -2
  4355. package/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
  4356. package/serialization/types/DeleteSampleResponse.d.ts +2 -2
  4357. package/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
  4358. package/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
  4359. package/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
  4360. package/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
  4361. package/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
  4362. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
  4363. package/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
  4364. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
  4365. package/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
  4366. package/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
  4367. package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
  4368. package/serialization/types/DetailedMusicResponse.d.ts +2 -2
  4369. package/serialization/types/DialogueInput.d.ts +2 -2
  4370. package/serialization/types/DialogueInputResponseModel.d.ts +2 -2
  4371. package/serialization/types/DiscountResposneModel.d.ts +2 -2
  4372. package/serialization/types/DoDubbingResponse.d.ts +2 -2
  4373. package/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
  4374. package/serialization/types/DocxExportOptions.d.ts +2 -2
  4375. package/serialization/types/DubbedSegment.d.ts +3 -3
  4376. package/serialization/types/DubbedSegment.js +1 -1
  4377. package/serialization/types/DubbingMediaMetadata.d.ts +2 -2
  4378. package/serialization/types/DubbingMediaReference.d.ts +2 -2
  4379. package/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
  4380. package/serialization/types/DubbingMetadataResponse.d.ts +2 -2
  4381. package/serialization/types/DubbingModel.d.ts +7 -0
  4382. package/{dist/serialization/types/FinalOutput.js → serialization/types/DubbingModel.js} +2 -4
  4383. package/serialization/types/DubbingReleaseChannel.d.ts +2 -2
  4384. package/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
  4385. package/serialization/types/DubbingResource.d.ts +4 -4
  4386. package/serialization/types/DubbingResource.js +2 -2
  4387. package/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
  4388. package/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
  4389. package/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
  4390. package/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
  4391. package/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
  4392. package/{dist/serialization/types/KeepContextAlive.js → serialization/types/DubbingTranscriptUtterance.js} +7 -4
  4393. package/serialization/types/DubbingTranscriptWord.d.ts +14 -0
  4394. package/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
  4395. package/serialization/types/DynamicVariableAssignment.d.ts +2 -2
  4396. package/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
  4397. package/serialization/types/DynamicVariablesConfig.d.ts +2 -2
  4398. package/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
  4399. package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
  4400. package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
  4401. package/serialization/types/EditChapterResponseModel.d.ts +2 -2
  4402. package/serialization/types/EditProjectResponseModel.d.ts +2 -2
  4403. package/serialization/types/EditVoiceResponseModel.d.ts +2 -2
  4404. package/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
  4405. package/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
  4406. package/serialization/types/EmbedVariant.d.ts +2 -2
  4407. package/serialization/types/EmbeddingModelEnum.d.ts +2 -2
  4408. package/serialization/types/EndCallToolConfig.d.ts +3 -4
  4409. package/serialization/types/EndCallToolResultModel.d.ts +2 -2
  4410. package/serialization/types/EvaluationSettings.d.ts +2 -2
  4411. package/serialization/types/EvaluationSuccessResult.d.ts +2 -2
  4412. package/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
  4413. package/serialization/types/ExportOptions.d.ts +2 -2
  4414. package/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
  4415. package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  4416. package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
  4417. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
  4418. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
  4419. package/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
  4420. package/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
  4421. package/serialization/types/FeaturesUsageCommonModel.js +1 -1
  4422. package/serialization/types/FeedbackItem.d.ts +2 -2
  4423. package/serialization/types/FineTuningResponse.d.ts +3 -3
  4424. package/serialization/types/FineTuningResponse.js +1 -1
  4425. package/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
  4426. package/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
  4427. package/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
  4428. package/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
  4429. package/serialization/types/Gender.d.ts +2 -2
  4430. package/serialization/types/GenerateVoiceRequest.d.ts +3 -3
  4431. package/serialization/types/GenerateVoiceRequest.js +1 -1
  4432. package/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  4433. package/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
  4434. package/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
  4435. package/serialization/types/GetAgentResponseModel.d.ts +4 -6
  4436. package/serialization/types/GetAgentResponseModel.js +2 -4
  4437. package/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
  4438. package/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
  4439. package/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
  4440. package/serialization/types/GetChapterRequest.d.ts +2 -2
  4441. package/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
  4442. package/serialization/types/GetChaptersRequest.d.ts +2 -2
  4443. package/serialization/types/GetChaptersResponse.d.ts +2 -2
  4444. package/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
  4445. package/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
  4446. package/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
  4447. package/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
  4448. package/serialization/types/GetConversationResponseModel.d.ts +5 -5
  4449. package/serialization/types/GetConversationResponseModel.js +3 -3
  4450. package/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
  4451. package/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
  4452. package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
  4453. package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  4454. package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
  4455. package/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
  4456. package/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
  4457. package/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
  4458. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
  4459. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
  4460. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
  4461. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
  4462. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
  4463. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
  4464. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
  4465. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
  4466. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
  4467. package/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
  4468. package/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
  4469. package/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
  4470. package/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
  4471. package/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
  4472. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
  4473. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
  4474. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
  4475. package/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
  4476. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
  4477. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
  4478. package/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
  4479. package/serialization/types/GetProjectRequest.d.ts +2 -2
  4480. package/serialization/types/GetProjectsRequest.d.ts +2 -2
  4481. package/serialization/types/GetProjectsResponse.d.ts +2 -2
  4482. package/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
  4483. package/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
  4484. package/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
  4485. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
  4486. package/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
  4487. package/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
  4488. package/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
  4489. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
  4490. package/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
  4491. package/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
  4492. package/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
  4493. package/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
  4494. package/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
  4495. package/serialization/types/GetUnitTestResponseModel.js +4 -4
  4496. package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
  4497. package/serialization/types/GetVoicesResponse.d.ts +2 -2
  4498. package/serialization/types/GetVoicesV2Response.d.ts +2 -2
  4499. package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
  4500. package/serialization/types/GuardrailsV1Input.d.ts +2 -2
  4501. package/serialization/types/GuardrailsV1Output.d.ts +2 -2
  4502. package/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
  4503. package/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
  4504. package/serialization/types/HistoryItemResponse.d.ts +2 -2
  4505. package/serialization/types/HtmlExportOptions.d.ts +2 -2
  4506. package/serialization/types/HttpValidationError.d.ts +2 -2
  4507. package/serialization/types/ImageAvatar.d.ts +2 -2
  4508. package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
  4509. package/serialization/types/IntegrationType.d.ts +2 -2
  4510. package/serialization/types/InvoiceResponse.d.ts +2 -2
  4511. package/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
  4512. package/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
  4513. package/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
  4514. package/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
  4515. package/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
  4516. package/serialization/types/KnowledgeBaseLocator.js +1 -1
  4517. package/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
  4518. package/serialization/types/LanguageAddedResponse.d.ts +2 -2
  4519. package/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
  4520. package/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
  4521. package/serialization/types/LanguagePresetInput.d.ts +2 -2
  4522. package/serialization/types/LanguagePresetOutput.d.ts +2 -2
  4523. package/serialization/types/LanguagePresetTranslation.d.ts +2 -2
  4524. package/serialization/types/LanguageResponse.d.ts +2 -2
  4525. package/serialization/types/LibraryVoiceResponse.d.ts +2 -2
  4526. package/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
  4527. package/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
  4528. package/serialization/types/ListResponseMeta.d.ts +2 -2
  4529. package/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
  4530. package/serialization/types/LiteralJsonSchemaProperty.js +1 -1
  4531. package/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
  4532. package/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
  4533. package/serialization/types/LiteralOverride.d.ts +2 -2
  4534. package/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
  4535. package/serialization/types/LivekitStackType.d.ts +2 -2
  4536. package/serialization/types/Llm.d.ts +3 -3
  4537. package/serialization/types/Llm.js +3 -0
  4538. package/serialization/types/LlmCategoryUsage.d.ts +2 -2
  4539. package/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
  4540. package/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
  4541. package/serialization/types/LlmReasoningEffort.d.ts +3 -3
  4542. package/serialization/types/LlmReasoningEffort.js +1 -1
  4543. package/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
  4544. package/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
  4545. package/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
  4546. package/serialization/types/LlmUsageInput.d.ts +2 -2
  4547. package/serialization/types/LlmUsageOutput.d.ts +2 -2
  4548. package/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
  4549. package/serialization/types/ManualVerificationResponse.d.ts +2 -2
  4550. package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
  4551. package/serialization/types/McpApprovalPolicy.d.ts +2 -2
  4552. package/serialization/types/McpServerConfigInput.d.ts +8 -8
  4553. package/serialization/types/McpServerConfigInput.js +6 -6
  4554. package/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
  4555. package/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
  4556. package/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
  4557. package/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
  4558. package/serialization/types/McpServerConfigOutput.d.ts +8 -8
  4559. package/serialization/types/McpServerConfigOutput.js +6 -6
  4560. package/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
  4561. package/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
  4562. package/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
  4563. package/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
  4564. package/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
  4565. package/serialization/types/McpServerResponseModel.d.ts +4 -4
  4566. package/serialization/types/McpServerResponseModel.js +2 -2
  4567. package/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
  4568. package/serialization/types/McpServerTransport.d.ts +2 -2
  4569. package/serialization/types/McpServersResponseModel.d.ts +2 -2
  4570. package/serialization/types/McpToolApprovalHash.d.ts +2 -2
  4571. package/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
  4572. package/serialization/types/McpToolConfigOverride.d.ts +4 -4
  4573. package/serialization/types/McpToolConfigOverride.js +2 -2
  4574. package/serialization/types/MetricRecord.d.ts +2 -2
  4575. package/serialization/types/MetricType.d.ts +2 -2
  4576. package/serialization/types/Model.d.ts +2 -2
  4577. package/serialization/types/ModelRatesResponseModel.d.ts +2 -2
  4578. package/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
  4579. package/serialization/types/ModerationConfig.d.ts +2 -2
  4580. package/serialization/types/ModerationGuardrailInput.d.ts +2 -2
  4581. package/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
  4582. package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
  4583. package/serialization/types/MultipartMusicResponse.d.ts +2 -2
  4584. package/serialization/types/MusicPrompt.d.ts +2 -2
  4585. package/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
  4586. package/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
  4587. package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
  4588. package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
  4589. package/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
  4590. package/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
  4591. package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
  4592. package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
  4593. package/serialization/types/ObjectOverrideInput.d.ts +2 -2
  4594. package/serialization/types/ObjectOverrideInput.js +1 -1
  4595. package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
  4596. package/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
  4597. package/serialization/types/ObjectOverrideOutput.d.ts +2 -2
  4598. package/serialization/types/ObjectOverrideOutput.js +1 -1
  4599. package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
  4600. package/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
  4601. package/serialization/types/OrbAvatar.d.ts +2 -2
  4602. package/serialization/types/OutboundCallRecipient.d.ts +2 -2
  4603. package/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
  4604. package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
  4605. package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
  4606. package/serialization/types/OutputFormat.d.ts +2 -2
  4607. package/serialization/types/PdfExportOptions.d.ts +2 -2
  4608. package/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
  4609. package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
  4610. package/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
  4611. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
  4612. package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
  4613. package/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
  4614. package/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
  4615. package/serialization/types/PhoneNumberTransfer.d.ts +2 -2
  4616. package/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
  4617. package/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
  4618. package/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
  4619. package/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
  4620. package/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
  4621. package/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
  4622. package/serialization/types/PlayDtmfToolConfig.js +3 -1
  4623. package/serialization/types/PodcastBulletinMode.d.ts +2 -2
  4624. package/serialization/types/PodcastBulletinModeData.d.ts +2 -2
  4625. package/serialization/types/PodcastConversationMode.d.ts +2 -2
  4626. package/serialization/types/PodcastConversationModeData.d.ts +2 -2
  4627. package/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
  4628. package/serialization/types/PodcastTextSource.d.ts +2 -2
  4629. package/serialization/types/PodcastUrlSource.d.ts +2 -2
  4630. package/serialization/types/PositionInput.d.ts +2 -2
  4631. package/serialization/types/PositionOutput.d.ts +2 -2
  4632. package/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
  4633. package/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
  4634. package/serialization/types/PrivacyConfig.d.ts +2 -2
  4635. package/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
  4636. package/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
  4637. package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
  4638. package/serialization/types/ProjectExtendedResponse.d.ts +14 -12
  4639. package/serialization/types/ProjectExtendedResponse.js +12 -10
  4640. package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
  4641. package/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
  4642. package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
  4643. package/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
  4644. package/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
  4645. package/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
  4646. package/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
  4647. package/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
  4648. package/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
  4649. package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
  4650. package/serialization/types/ProjectImageResponseModel.d.ts +25 -0
  4651. package/serialization/types/ProjectImageResponseModel.js +57 -0
  4652. package/serialization/types/ProjectResponse.d.ts +7 -7
  4653. package/serialization/types/ProjectResponse.js +5 -5
  4654. package/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
  4655. package/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
  4656. package/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
  4657. package/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
  4658. package/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
  4659. package/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
  4660. package/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
  4661. package/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
  4662. package/serialization/types/ProjectState.d.ts +2 -2
  4663. package/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
  4664. package/serialization/types/ProjectVideoResponseModel.js +2 -0
  4665. package/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
  4666. package/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
  4667. package/serialization/types/PromptAgent.d.ts +2 -2
  4668. package/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
  4669. package/serialization/types/PromptAgentApiModelInput.js +4 -4
  4670. package/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
  4671. package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
  4672. package/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
  4673. package/serialization/types/PromptAgentApiModelOutput.js +4 -4
  4674. package/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
  4675. package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
  4676. package/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
  4677. package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
  4678. package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
  4679. package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
  4680. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
  4681. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
  4682. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
  4683. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
  4684. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
  4685. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
  4686. package/serialization/types/PromptAgentDbModel.d.ts +2 -2
  4687. package/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
  4688. package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
  4689. package/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
  4690. package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
  4691. package/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
  4692. package/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
  4693. package/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
  4694. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
  4695. package/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
  4696. package/serialization/types/QueryOverride.d.ts +2 -2
  4697. package/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
  4698. package/serialization/types/RagChunkMetadata.d.ts +2 -2
  4699. package/serialization/types/RagConfig.d.ts +2 -2
  4700. package/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
  4701. package/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
  4702. package/serialization/types/RagDocumentIndexResponseModel.js +1 -1
  4703. package/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
  4704. package/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
  4705. package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
  4706. package/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
  4707. package/serialization/types/RagIndexStatus.d.ts +2 -2
  4708. package/serialization/types/RagRetrievalInfo.d.ts +3 -3
  4709. package/serialization/types/RagRetrievalInfo.js +1 -1
  4710. package/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
  4711. package/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
  4712. package/serialization/types/RecordingResponse.d.ts +2 -2
  4713. package/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
  4714. package/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
  4715. package/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
  4716. package/serialization/types/RegionConfigRequest.d.ts +3 -3
  4717. package/serialization/types/RegionConfigRequest.js +1 -1
  4718. package/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
  4719. package/serialization/types/Render.d.ts +3 -3
  4720. package/serialization/types/Render.js +1 -1
  4721. package/serialization/types/RenderStatus.d.ts +2 -2
  4722. package/serialization/types/RenderType.d.ts +2 -2
  4723. package/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
  4724. package/serialization/types/ResourceAccessInfo.d.ts +2 -2
  4725. package/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
  4726. package/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
  4727. package/serialization/types/ResourceMetadataResponseModel.js +1 -1
  4728. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
  4729. package/serialization/types/ReviewStatus.d.ts +2 -2
  4730. package/serialization/types/SafetyCommonModel.d.ts +2 -2
  4731. package/serialization/types/SafetyEvaluation.d.ts +2 -2
  4732. package/serialization/types/SafetyResponseModel.d.ts +2 -2
  4733. package/serialization/types/SafetyRule.d.ts +2 -2
  4734. package/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
  4735. package/serialization/types/SecretDependencyType.d.ts +2 -2
  4736. package/serialization/types/SectionSource.d.ts +2 -2
  4737. package/serialization/types/SegmentCreateResponse.d.ts +2 -2
  4738. package/serialization/types/SegmentDeleteResponse.d.ts +2 -2
  4739. package/serialization/types/SegmentDubResponse.d.ts +2 -2
  4740. package/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
  4741. package/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
  4742. package/serialization/types/SegmentTranslationResponse.d.ts +2 -2
  4743. package/serialization/types/SegmentUpdateResponse.d.ts +2 -2
  4744. package/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
  4745. package/serialization/types/ShareOptionResponseModel.d.ts +2 -2
  4746. package/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
  4747. package/serialization/types/SimilarVoice.d.ts +2 -2
  4748. package/serialization/types/SimilarVoiceCategory.d.ts +2 -2
  4749. package/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
  4750. package/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
  4751. package/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
  4752. package/serialization/types/SingleUseTokenType.d.ts +3 -3
  4753. package/serialization/types/SingleUseTokenType.js +1 -1
  4754. package/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
  4755. package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  4756. package/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
  4757. package/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
  4758. package/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
  4759. package/serialization/types/SipUriTransferDestination.d.ts +2 -2
  4760. package/serialization/types/SkipTurnToolConfig.d.ts +3 -4
  4761. package/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
  4762. package/serialization/types/SoftTimeoutConfig.d.ts +2 -2
  4763. package/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
  4764. package/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
  4765. package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
  4766. package/serialization/types/SongMetadata.d.ts +2 -2
  4767. package/serialization/types/SongSection.d.ts +2 -2
  4768. package/serialization/types/SortDirection.d.ts +2 -2
  4769. package/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
  4770. package/serialization/types/SpeakerResponseModel.d.ts +2 -2
  4771. package/serialization/types/SpeakerSegment.d.ts +3 -3
  4772. package/serialization/types/SpeakerSegment.js +1 -1
  4773. package/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
  4774. package/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  4775. package/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
  4776. package/serialization/types/SpeakerTrack.d.ts +2 -2
  4777. package/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
  4778. package/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
  4779. package/serialization/types/SpeechHistoryItemResponse.js +3 -3
  4780. package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
  4781. package/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
  4782. package/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
  4783. package/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
  4784. package/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
  4785. package/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
  4786. package/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
  4787. package/serialization/types/SpeechToTextWordResponseModel.js +1 -1
  4788. package/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
  4789. package/serialization/types/SrtExportOptions.d.ts +2 -2
  4790. package/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
  4791. package/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
  4792. package/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
  4793. package/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
  4794. package/serialization/types/Subscription.d.ts +5 -5
  4795. package/serialization/types/Subscription.js +3 -3
  4796. package/serialization/types/SubscriptionResponse.d.ts +4 -4
  4797. package/serialization/types/SubscriptionResponse.js +2 -2
  4798. package/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
  4799. package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
  4800. package/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
  4801. package/serialization/types/SubscriptionStatusType.d.ts +2 -2
  4802. package/serialization/types/SuggestedAudioTag.d.ts +10 -0
  4803. package/serialization/types/SuggestedAudioTag.js +42 -0
  4804. package/serialization/types/SupportedVoice.d.ts +2 -2
  4805. package/serialization/types/SystemToolConfigInput.d.ts +4 -4
  4806. package/serialization/types/SystemToolConfigInput.js +2 -2
  4807. package/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
  4808. package/serialization/types/SystemToolConfigOutput.d.ts +4 -4
  4809. package/serialization/types/SystemToolConfigOutput.js +2 -2
  4810. package/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
  4811. package/serialization/types/TelephonyProvider.d.ts +2 -2
  4812. package/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
  4813. package/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
  4814. package/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
  4815. package/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
  4816. package/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
  4817. package/serialization/types/TestRunMetadata.d.ts +2 -2
  4818. package/serialization/types/TestRunMetadataTestType.d.ts +2 -2
  4819. package/serialization/types/TestRunStatus.d.ts +2 -2
  4820. package/serialization/types/TestToolResultModel.d.ts +2 -2
  4821. package/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
  4822. package/serialization/types/TextNormalisationType.d.ts +7 -0
  4823. package/serialization/types/{FinalOutput.js → TextNormalisationType.js} +2 -4
  4824. package/serialization/types/TextToSpeechRequest.d.ts +2 -2
  4825. package/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
  4826. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
  4827. package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
  4828. package/serialization/types/ThresholdGuardrail.d.ts +2 -2
  4829. package/serialization/types/TimeRange.d.ts +2 -2
  4830. package/serialization/types/TokenResponseModel.d.ts +2 -2
  4831. package/serialization/types/Tool.d.ts +2 -2
  4832. package/serialization/types/ToolAnnotations.d.ts +2 -2
  4833. package/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
  4834. package/serialization/types/ToolCallSoundType.d.ts +2 -2
  4835. package/serialization/types/ToolExecutionMode.d.ts +2 -2
  4836. package/serialization/types/ToolMockConfig.d.ts +2 -2
  4837. package/serialization/types/ToolRequestModel.d.ts +2 -2
  4838. package/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
  4839. package/serialization/types/ToolRequestModelToolConfig.js +0 -2
  4840. package/serialization/types/ToolResponseModel.d.ts +3 -3
  4841. package/serialization/types/ToolResponseModel.js +1 -1
  4842. package/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
  4843. package/serialization/types/ToolResponseModelToolConfig.js +0 -2
  4844. package/serialization/types/ToolType.d.ts +2 -2
  4845. package/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
  4846. package/serialization/types/ToolsResponseModel.d.ts +2 -2
  4847. package/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
  4848. package/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
  4849. package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
  4850. package/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
  4851. package/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
  4852. package/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
  4853. package/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
  4854. package/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
  4855. package/serialization/types/TransferTypeEnum.d.ts +2 -2
  4856. package/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
  4857. package/serialization/types/TtsConversationalConfigInput.js +7 -3
  4858. package/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
  4859. package/serialization/types/TtsConversationalConfigOutput.js +7 -3
  4860. package/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
  4861. package/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
  4862. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
  4863. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
  4864. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
  4865. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
  4866. package/serialization/types/TtsConversationalModel.d.ts +3 -3
  4867. package/serialization/types/TtsConversationalModel.js +0 -1
  4868. package/serialization/types/TtsModelFamily.d.ts +3 -3
  4869. package/serialization/types/TtsModelFamily.js +1 -1
  4870. package/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
  4871. package/serialization/types/TtsOutputFormat.d.ts +2 -2
  4872. package/serialization/types/TurnConfig.d.ts +2 -2
  4873. package/serialization/types/TurnConfigOverride.d.ts +2 -2
  4874. package/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
  4875. package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
  4876. package/serialization/types/TurnEagerness.d.ts +2 -2
  4877. package/serialization/types/TurnMode.d.ts +2 -2
  4878. package/serialization/types/TwilioEdgeLocation.d.ts +2 -2
  4879. package/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
  4880. package/serialization/types/TwilioRegionId.d.ts +2 -2
  4881. package/serialization/types/TxtExportOptions.d.ts +2 -2
  4882. package/serialization/types/UnitTestCommonModel.d.ts +6 -6
  4883. package/serialization/types/UnitTestCommonModel.js +4 -4
  4884. package/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
  4885. package/serialization/types/UnitTestCommonModelType.d.ts +2 -2
  4886. package/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
  4887. package/serialization/types/UnitTestRunResponseModel.js +2 -2
  4888. package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
  4889. package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
  4890. package/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
  4891. package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
  4892. package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
  4893. package/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
  4894. package/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
  4895. package/serialization/types/UnitTestToolCallParameterEval.js +1 -1
  4896. package/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
  4897. package/serialization/types/UpdateChapterRequest.d.ts +2 -2
  4898. package/serialization/types/UpdateProjectRequest.d.ts +2 -2
  4899. package/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
  4900. package/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
  4901. package/serialization/types/UrlAvatar.d.ts +2 -2
  4902. package/serialization/types/UsageAggregationInterval.d.ts +2 -2
  4903. package/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
  4904. package/serialization/types/User.d.ts +2 -2
  4905. package/serialization/types/UserFeedback.d.ts +2 -2
  4906. package/serialization/types/UserFeedbackScore.d.ts +2 -2
  4907. package/serialization/types/UtteranceResponseModel.d.ts +2 -2
  4908. package/serialization/types/VadConfig.d.ts +3 -4
  4909. package/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
  4910. package/serialization/types/ValidationError.d.ts +2 -2
  4911. package/serialization/types/ValidationErrorLocItem.d.ts +2 -2
  4912. package/serialization/types/VerificationAttemptResponse.d.ts +2 -2
  4913. package/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
  4914. package/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
  4915. package/serialization/types/Voice.d.ts +6 -6
  4916. package/serialization/types/Voice.js +4 -4
  4917. package/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
  4918. package/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
  4919. package/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
  4920. package/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
  4921. package/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
  4922. package/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
  4923. package/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
  4924. package/serialization/types/VoiceSample.d.ts +2 -2
  4925. package/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
  4926. package/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
  4927. package/serialization/types/VoiceSegment.d.ts +2 -2
  4928. package/serialization/types/VoiceSettings.d.ts +2 -2
  4929. package/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
  4930. package/serialization/types/VoiceSharingResponse.d.ts +5 -5
  4931. package/serialization/types/VoiceSharingResponse.js +3 -3
  4932. package/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
  4933. package/serialization/types/VoiceSharingState.d.ts +2 -2
  4934. package/serialization/types/VoiceVerificationResponse.d.ts +2 -2
  4935. package/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
  4936. package/serialization/types/WebhookAuthMethodType.d.ts +2 -2
  4937. package/serialization/types/WebhookEventType.d.ts +2 -2
  4938. package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
  4939. package/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
  4940. package/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
  4941. package/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
  4942. package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
  4943. package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
  4944. package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
  4945. package/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
  4946. package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
  4947. package/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
  4948. package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
  4949. package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
  4950. package/serialization/types/WebhookToolConfigInput.d.ts +4 -4
  4951. package/serialization/types/WebhookToolConfigInput.js +2 -2
  4952. package/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
  4953. package/serialization/types/WebhookToolConfigOutput.js +2 -2
  4954. package/serialization/types/WebhookUsageType.d.ts +2 -2
  4955. package/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
  4956. package/serialization/types/WidgetConfig.d.ts +7 -7
  4957. package/serialization/types/WidgetConfig.js +5 -5
  4958. package/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
  4959. package/serialization/types/WidgetConfigInputAvatar.js +1 -1
  4960. package/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
  4961. package/serialization/types/WidgetConfigOutputAvatar.js +1 -1
  4962. package/serialization/types/WidgetConfigResponse.d.ts +7 -7
  4963. package/serialization/types/WidgetConfigResponse.js +5 -5
  4964. package/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
  4965. package/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
  4966. package/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
  4967. package/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
  4968. package/serialization/types/WidgetExpandable.d.ts +2 -2
  4969. package/serialization/types/WidgetFeedbackMode.d.ts +2 -2
  4970. package/serialization/types/WidgetLanguagePreset.d.ts +2 -2
  4971. package/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
  4972. package/serialization/types/WidgetPlacement.d.ts +2 -2
  4973. package/serialization/types/WidgetStyles.d.ts +2 -2
  4974. package/serialization/types/WidgetTextContents.d.ts +2 -2
  4975. package/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
  4976. package/serialization/types/WorkflowEdgeModelInput.js +1 -1
  4977. package/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
  4978. package/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
  4979. package/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
  4980. package/serialization/types/WorkflowEdgeModelOutput.js +1 -1
  4981. package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
  4982. package/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
  4983. package/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
  4984. package/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
  4985. package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
  4986. package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
  4987. package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
  4988. package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
  4989. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
  4990. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
  4991. package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
  4992. package/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
  4993. package/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
  4994. package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
  4995. package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
  4996. package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
  4997. package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
  4998. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
  4999. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
  5000. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
  5001. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
  5002. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
  5003. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
  5004. package/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
  5005. package/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
  5006. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
  5007. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
  5008. package/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
  5009. package/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
  5010. package/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
  5011. package/serialization/types/WorkflowToolLocator.d.ts +2 -2
  5012. package/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
  5013. package/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
  5014. package/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
  5015. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
  5016. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
  5017. package/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
  5018. package/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
  5019. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
  5020. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
  5021. package/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
  5022. package/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
  5023. package/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
  5024. package/serialization/types/WorkflowToolResponseModelInput.js +1 -1
  5025. package/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
  5026. package/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
  5027. package/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
  5028. package/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
  5029. package/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
  5030. package/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
  5031. package/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
  5032. package/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
  5033. package/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
  5034. package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
  5035. package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
  5036. package/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
  5037. package/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
  5038. package/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
  5039. package/serialization/types/WorkspaceResourceType.d.ts +2 -2
  5040. package/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
  5041. package/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
  5042. package/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
  5043. package/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
  5044. package/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
  5045. package/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
  5046. package/serialization/types/index.d.ts +296 -311
  5047. package/serialization/types/index.js +296 -311
  5048. package/version.d.ts +1 -1
  5049. package/version.js +1 -1
  5050. package/wrapper/realtime/connection.d.ts +18 -1
  5051. package/wrapper/realtime/connection.js +13 -0
  5052. package/wrapper/realtime/scribe.d.ts +5 -0
  5053. package/wrapper/realtime/scribe.js +3 -0
  5054. package/.prettierignore +0 -9
  5055. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5056. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -5
  5057. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -5
  5058. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5059. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5060. package/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5061. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -5
  5062. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -5
  5063. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5064. package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5065. package/api/types/Alignment.d.ts +0 -25
  5066. package/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -34
  5067. package/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -34
  5068. package/api/types/AudioOutput.d.ts +0 -10
  5069. package/api/types/AudioOutputMulti.d.ts +0 -12
  5070. package/api/types/CloseConnection.d.ts +0 -4
  5071. package/api/types/CloseContext.d.ts +0 -9
  5072. package/api/types/CloseSocket.d.ts +0 -7
  5073. package/api/types/FinalOutput.d.ts +0 -4
  5074. package/api/types/FinalOutputMulti.d.ts +0 -9
  5075. package/api/types/FlushContext.d.ts +0 -11
  5076. package/api/types/GenerationConfig.d.ts +0 -30
  5077. package/api/types/InitialiseContext.d.ts +0 -18
  5078. package/api/types/InitializeConnection.d.ts +0 -18
  5079. package/api/types/InitializeConnectionMulti.d.ts +0 -18
  5080. package/api/types/KeepContextAlive.d.ts +0 -9
  5081. package/api/types/NormalizedAlignment.d.ts +0 -25
  5082. package/api/types/PronunciationDictionaryLocator.d.ts +0 -9
  5083. package/api/types/RealtimeVoiceSettings.d.ts +0 -12
  5084. package/api/types/RealtimeVoiceSettings.js +0 -3
  5085. package/api/types/SendText.d.ts +0 -29
  5086. package/api/types/SendText.js +0 -3
  5087. package/api/types/SendTextMulti.d.ts +0 -11
  5088. package/api/types/SendTextMulti.js +0 -3
  5089. package/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5090. package/api/types/TextToSpeechApplyTextNormalizationEnum.js +0 -10
  5091. package/api/types/TextToSpeechOutputFormatEnum.d.ts +0 -22
  5092. package/api/types/TextToSpeechOutputFormatEnum.js +0 -25
  5093. package/api/types/WebsocketTtsClientMessageMulti.d.ts +0 -31
  5094. package/api/types/WebsocketTtsClientMessageMulti.js +0 -3
  5095. package/api/types/WebsocketTtsServerMessageMulti.d.ts +0 -14
  5096. package/api/types/WebsocketTtsServerMessageMulti.js +0 -3
  5097. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5098. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -5
  5099. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +0 -3
  5100. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -5
  5101. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -3
  5102. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5103. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5104. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5105. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -5
  5106. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +0 -3
  5107. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -5
  5108. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -3
  5109. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5110. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5111. package/dist/api/types/Alignment.d.ts +0 -25
  5112. package/dist/api/types/Alignment.js +0 -3
  5113. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -34
  5114. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -3
  5115. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -34
  5116. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -3
  5117. package/dist/api/types/AudioOutput.d.ts +0 -10
  5118. package/dist/api/types/AudioOutput.js +0 -3
  5119. package/dist/api/types/AudioOutputMulti.d.ts +0 -12
  5120. package/dist/api/types/AudioOutputMulti.js +0 -3
  5121. package/dist/api/types/CloseConnection.d.ts +0 -4
  5122. package/dist/api/types/CloseConnection.js +0 -3
  5123. package/dist/api/types/CloseContext.d.ts +0 -9
  5124. package/dist/api/types/CloseContext.js +0 -3
  5125. package/dist/api/types/CloseSocket.d.ts +0 -7
  5126. package/dist/api/types/CloseSocket.js +0 -3
  5127. package/dist/api/types/FinalOutput.d.ts +0 -4
  5128. package/dist/api/types/FinalOutput.js +0 -3
  5129. package/dist/api/types/FinalOutputMulti.d.ts +0 -9
  5130. package/dist/api/types/FinalOutputMulti.js +0 -3
  5131. package/dist/api/types/FlushContext.d.ts +0 -11
  5132. package/dist/api/types/FlushContext.js +0 -3
  5133. package/dist/api/types/GenerationConfig.d.ts +0 -30
  5134. package/dist/api/types/GenerationConfig.js +0 -3
  5135. package/dist/api/types/InitialiseContext.d.ts +0 -18
  5136. package/dist/api/types/InitialiseContext.js +0 -3
  5137. package/dist/api/types/InitializeConnection.d.ts +0 -18
  5138. package/dist/api/types/InitializeConnection.js +0 -3
  5139. package/dist/api/types/InitializeConnectionMulti.d.ts +0 -18
  5140. package/dist/api/types/InitializeConnectionMulti.js +0 -3
  5141. package/dist/api/types/KeepContextAlive.d.ts +0 -9
  5142. package/dist/api/types/KeepContextAlive.js +0 -3
  5143. package/dist/api/types/NormalizedAlignment.d.ts +0 -25
  5144. package/dist/api/types/NormalizedAlignment.js +0 -3
  5145. package/dist/api/types/PronunciationDictionaryLocator.d.ts +0 -9
  5146. package/dist/api/types/PronunciationDictionaryLocator.js +0 -3
  5147. package/dist/api/types/RealtimeVoiceSettings.d.ts +0 -12
  5148. package/dist/api/types/RealtimeVoiceSettings.js +0 -3
  5149. package/dist/api/types/SendText.d.ts +0 -29
  5150. package/dist/api/types/SendText.js +0 -3
  5151. package/dist/api/types/SendTextMulti.d.ts +0 -11
  5152. package/dist/api/types/SendTextMulti.js +0 -3
  5153. package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5154. package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.js +0 -10
  5155. package/dist/api/types/TextToSpeechOutputFormatEnum.d.ts +0 -22
  5156. package/dist/api/types/TextToSpeechOutputFormatEnum.js +0 -25
  5157. package/dist/api/types/WebsocketTtsClientMessageMulti.d.ts +0 -31
  5158. package/dist/api/types/WebsocketTtsClientMessageMulti.js +0 -3
  5159. package/dist/api/types/WebsocketTtsServerMessageMulti.d.ts +0 -14
  5160. package/dist/api/types/WebsocketTtsServerMessageMulti.js +0 -3
  5161. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5162. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +0 -17
  5163. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -9
  5164. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -14
  5165. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -54
  5166. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5167. package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5168. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5169. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +0 -17
  5170. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -9
  5171. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -10
  5172. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -42
  5173. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5174. package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5175. package/dist/serialization/types/Alignment.d.ts +0 -11
  5176. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -30
  5177. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -62
  5178. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -30
  5179. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -62
  5180. package/dist/serialization/types/AudioOutput.d.ts +0 -13
  5181. package/dist/serialization/types/AudioOutputMulti.d.ts +0 -14
  5182. package/dist/serialization/types/CloseConnection.d.ts +0 -9
  5183. package/dist/serialization/types/CloseContext.d.ts +0 -10
  5184. package/dist/serialization/types/CloseSocket.d.ts +0 -9
  5185. package/dist/serialization/types/FinalOutput.d.ts +0 -9
  5186. package/dist/serialization/types/FinalOutputMulti.d.ts +0 -10
  5187. package/dist/serialization/types/FlushContext.d.ts +0 -11
  5188. package/dist/serialization/types/GenerationConfig.d.ts +0 -9
  5189. package/dist/serialization/types/GenerationConfig.js +0 -41
  5190. package/dist/serialization/types/InitialiseContext.d.ts +0 -18
  5191. package/dist/serialization/types/InitialiseContext.js +0 -50
  5192. package/dist/serialization/types/InitializeConnection.d.ts +0 -17
  5193. package/dist/serialization/types/InitializeConnection.js +0 -49
  5194. package/dist/serialization/types/InitializeConnectionMulti.d.ts +0 -18
  5195. package/dist/serialization/types/InitializeConnectionMulti.js +0 -50
  5196. package/dist/serialization/types/KeepContextAlive.d.ts +0 -10
  5197. package/dist/serialization/types/NormalizedAlignment.d.ts +0 -11
  5198. package/dist/serialization/types/NormalizedAlignment.js +0 -43
  5199. package/dist/serialization/types/PronunciationDictionaryLocator.d.ts +0 -10
  5200. package/dist/serialization/types/RealtimeVoiceSettings.d.ts +0 -13
  5201. package/dist/serialization/types/RealtimeVoiceSettings.js +0 -45
  5202. package/dist/serialization/types/SendText.d.ts +0 -15
  5203. package/dist/serialization/types/SendText.js +0 -47
  5204. package/dist/serialization/types/SendTextMulti.d.ts +0 -11
  5205. package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5206. package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +0 -39
  5207. package/dist/serialization/types/TextToSpeechOutputFormatEnum.d.ts +0 -7
  5208. package/dist/serialization/types/TextToSpeechOutputFormatEnum.js +0 -58
  5209. package/dist/serialization/types/WebsocketTtsClientMessageMulti.d.ts +0 -21
  5210. package/dist/serialization/types/WebsocketTtsClientMessageMulti.js +0 -53
  5211. package/dist/serialization/types/WebsocketTtsServerMessageMulti.d.ts +0 -15
  5212. package/dist/serialization/types/WebsocketTtsServerMessageMulti.js +0 -47
  5213. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
  5214. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +0 -17
  5215. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -9
  5216. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +0 -41
  5217. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -14
  5218. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -54
  5219. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
  5220. package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
  5221. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
  5222. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +0 -17
  5223. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -9
  5224. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +0 -41
  5225. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -10
  5226. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -42
  5227. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
  5228. package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
  5229. package/serialization/types/Alignment.d.ts +0 -11
  5230. package/serialization/types/Alignment.js +0 -43
  5231. package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -30
  5232. package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -62
  5233. package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -30
  5234. package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -62
  5235. package/serialization/types/AudioOutput.d.ts +0 -13
  5236. package/serialization/types/AudioOutput.js +0 -45
  5237. package/serialization/types/AudioOutputMulti.d.ts +0 -14
  5238. package/serialization/types/AudioOutputMulti.js +0 -46
  5239. package/serialization/types/CloseConnection.d.ts +0 -9
  5240. package/serialization/types/CloseContext.d.ts +0 -10
  5241. package/serialization/types/CloseContext.js +0 -42
  5242. package/serialization/types/CloseSocket.d.ts +0 -9
  5243. package/serialization/types/CloseSocket.js +0 -41
  5244. package/serialization/types/FinalOutput.d.ts +0 -9
  5245. package/serialization/types/FinalOutputMulti.d.ts +0 -10
  5246. package/serialization/types/FinalOutputMulti.js +0 -42
  5247. package/serialization/types/FlushContext.d.ts +0 -11
  5248. package/serialization/types/GenerationConfig.d.ts +0 -9
  5249. package/serialization/types/GenerationConfig.js +0 -41
  5250. package/serialization/types/InitialiseContext.d.ts +0 -18
  5251. package/serialization/types/InitialiseContext.js +0 -50
  5252. package/serialization/types/InitializeConnection.d.ts +0 -17
  5253. package/serialization/types/InitializeConnection.js +0 -49
  5254. package/serialization/types/InitializeConnectionMulti.d.ts +0 -18
  5255. package/serialization/types/InitializeConnectionMulti.js +0 -50
  5256. package/serialization/types/KeepContextAlive.d.ts +0 -10
  5257. package/serialization/types/KeepContextAlive.js +0 -42
  5258. package/serialization/types/NormalizedAlignment.d.ts +0 -11
  5259. package/serialization/types/NormalizedAlignment.js +0 -43
  5260. package/serialization/types/PronunciationDictionaryLocator.d.ts +0 -10
  5261. package/serialization/types/RealtimeVoiceSettings.d.ts +0 -13
  5262. package/serialization/types/RealtimeVoiceSettings.js +0 -45
  5263. package/serialization/types/SendText.d.ts +0 -15
  5264. package/serialization/types/SendText.js +0 -47
  5265. package/serialization/types/SendTextMulti.d.ts +0 -11
  5266. package/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
  5267. package/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +0 -39
  5268. package/serialization/types/TextToSpeechOutputFormatEnum.d.ts +0 -7
  5269. package/serialization/types/TextToSpeechOutputFormatEnum.js +0 -58
  5270. package/serialization/types/WebsocketTtsClientMessageMulti.d.ts +0 -21
  5271. package/serialization/types/WebsocketTtsClientMessageMulti.js +0 -53
  5272. package/serialization/types/WebsocketTtsServerMessageMulti.d.ts +0 -15
  5273. package/serialization/types/WebsocketTtsServerMessageMulti.js +0 -47
  5274. /package/{api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js → BaseClient.js} +0 -0
  5275. /package/api/resources/{v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js → dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +0 -0
  5276. /package/api/resources/{v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js → dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +0 -0
  5277. /package/api/{resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js → types/BatchCallWhatsAppParams.js} +0 -0
  5278. /package/api/types/{Alignment.js → CanvasPlacement.js} +0 -0
  5279. /package/api/types/{ApiIntegrationWebhookToolConfigExternalInput.js → DubbingTranscriptCharacter.js} +0 -0
  5280. /package/api/types/{ApiIntegrationWebhookToolConfigExternalOutput.js → DubbingTranscriptResponseModel.js} +0 -0
  5281. /package/api/types/{AudioOutput.js → DubbingTranscriptUtterance.js} +0 -0
  5282. /package/api/types/{AudioOutputMulti.js → DubbingTranscriptWord.js} +0 -0
  5283. /package/api/types/{CloseConnection.js → ProjectImageResponseModel.js} +0 -0
  5284. /package/api/types/{CloseContext.js → SuggestedAudioTag.js} +0 -0
  5285. /package/{api/types/CloseSocket.js → dist/BaseClient.js} +0 -0
  5286. /package/{api/types/FinalOutput.js → dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +0 -0
  5287. /package/{api/types/FinalOutputMulti.js → dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +0 -0
  5288. /package/{api/types/FlushContext.js → dist/api/types/BatchCallWhatsAppParams.js} +0 -0
  5289. /package/{api/types/GenerationConfig.js → dist/api/types/CanvasPlacement.js} +0 -0
  5290. /package/{api/types/InitialiseContext.js → dist/api/types/DubbingTranscriptCharacter.js} +0 -0
  5291. /package/{api/types/InitializeConnection.js → dist/api/types/DubbingTranscriptResponseModel.js} +0 -0
  5292. /package/{api/types/InitializeConnectionMulti.js → dist/api/types/DubbingTranscriptUtterance.js} +0 -0
  5293. /package/{api/types/KeepContextAlive.js → dist/api/types/DubbingTranscriptWord.js} +0 -0
  5294. /package/{api/types/NormalizedAlignment.js → dist/api/types/ProjectImageResponseModel.js} +0 -0
  5295. /package/{api/types/PronunciationDictionaryLocator.js → dist/api/types/SuggestedAudioTag.js} +0 -0
@@ -1 +1,2 @@
1
1
  export * from "./file/exports";
2
+ export * from "./logging/exports";
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./file/exports"), exports);
18
+ __exportStar(require("./logging/exports"), exports);
@@ -1,4 +1,4 @@
1
- import { RawResponse } from "./RawResponse";
1
+ import type { RawResponse } from "./RawResponse";
2
2
  /**
3
3
  * The response of an API call.
4
4
  * It is a successful response or a failed response.
@@ -1,4 +1,4 @@
1
- import { ResponseWithBody } from "./ResponseWithBody.js";
1
+ import type { ResponseWithBody } from "./ResponseWithBody";
2
2
  export type BinaryResponse = {
3
3
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bodyUsed) */
4
4
  bodyUsed: boolean;
@@ -1,5 +1,5 @@
1
- import { EndpointMetadata } from "./EndpointMetadata";
2
- import { Supplier } from "./Supplier";
1
+ import type { EndpointMetadata } from "./EndpointMetadata";
2
+ import type { Supplier } from "./Supplier";
3
3
  type EndpointSupplierFn<T> = (arg: {
4
4
  endpointMetadata: EndpointMetadata;
5
5
  }) => T | Promise<T>;
@@ -1,5 +1,6 @@
1
- import { APIResponse } from "./APIResponse";
2
- import { EndpointMetadata } from "./EndpointMetadata";
1
+ import { type LogConfig, type Logger } from "../logging/logger";
2
+ import type { APIResponse } from "./APIResponse";
3
+ import type { EndpointMetadata } from "./EndpointMetadata";
3
4
  import { EndpointSupplier } from "./EndpointSupplier";
4
5
  export type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
5
6
  export declare namespace Fetcher {
@@ -14,10 +15,12 @@ export declare namespace Fetcher {
14
15
  maxRetries?: number;
15
16
  withCredentials?: boolean;
16
17
  abortSignal?: AbortSignal;
17
- requestType?: "json" | "file" | "bytes";
18
+ requestType?: "json" | "file" | "bytes" | "form" | "other";
18
19
  responseType?: "json" | "blob" | "sse" | "streaming" | "text" | "arrayBuffer" | "binary-response";
19
20
  duplex?: "half";
20
21
  endpointMetadata?: EndpointMetadata;
22
+ fetchFn?: typeof fetch;
23
+ logging?: LogConfig | Logger;
21
24
  }
22
25
  type Error = FailedStatusCodeError | NonJsonError | TimeoutError | UnknownError;
23
26
  interface FailedStatusCodeError {
@@ -12,21 +12,153 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.fetcher = void 0;
13
13
  exports.fetcherImpl = fetcherImpl;
14
14
  const json_1 = require("../json");
15
+ const logger_1 = require("../logging/logger");
15
16
  const createRequestUrl_1 = require("./createRequestUrl");
16
17
  const EndpointSupplier_1 = require("./EndpointSupplier");
17
18
  const getErrorResponseBody_1 = require("./getErrorResponseBody");
18
19
  const getFetchFn_1 = require("./getFetchFn");
19
20
  const getRequestBody_1 = require("./getRequestBody");
20
21
  const getResponseBody_1 = require("./getResponseBody");
22
+ const Headers_1 = require("./Headers");
21
23
  const makeRequest_1 = require("./makeRequest");
22
24
  const RawResponse_1 = require("./RawResponse");
23
25
  const requestWithRetries_1 = require("./requestWithRetries");
26
+ const SENSITIVE_HEADERS = new Set([
27
+ "authorization",
28
+ "www-authenticate",
29
+ "x-api-key",
30
+ "api-key",
31
+ "apikey",
32
+ "x-api-token",
33
+ "x-auth-token",
34
+ "auth-token",
35
+ "cookie",
36
+ "set-cookie",
37
+ "proxy-authorization",
38
+ "proxy-authenticate",
39
+ "x-csrf-token",
40
+ "x-xsrf-token",
41
+ "x-session-token",
42
+ "x-access-token",
43
+ ]);
44
+ function redactHeaders(headers) {
45
+ const filtered = {};
46
+ for (const [key, value] of headers instanceof Headers_1.Headers ? headers.entries() : Object.entries(headers)) {
47
+ if (SENSITIVE_HEADERS.has(key.toLowerCase())) {
48
+ filtered[key] = "[REDACTED]";
49
+ }
50
+ else {
51
+ filtered[key] = value;
52
+ }
53
+ }
54
+ return filtered;
55
+ }
56
+ const SENSITIVE_QUERY_PARAMS = new Set([
57
+ "api_key",
58
+ "api-key",
59
+ "apikey",
60
+ "token",
61
+ "access_token",
62
+ "access-token",
63
+ "auth_token",
64
+ "auth-token",
65
+ "password",
66
+ "passwd",
67
+ "secret",
68
+ "api_secret",
69
+ "api-secret",
70
+ "apisecret",
71
+ "key",
72
+ "session",
73
+ "session_id",
74
+ "session-id",
75
+ ]);
76
+ function redactQueryParameters(queryParameters) {
77
+ if (queryParameters == null) {
78
+ return queryParameters;
79
+ }
80
+ const redacted = {};
81
+ for (const [key, value] of Object.entries(queryParameters)) {
82
+ if (SENSITIVE_QUERY_PARAMS.has(key.toLowerCase())) {
83
+ redacted[key] = "[REDACTED]";
84
+ }
85
+ else {
86
+ redacted[key] = value;
87
+ }
88
+ }
89
+ return redacted;
90
+ }
91
+ function redactUrl(url) {
92
+ const protocolIndex = url.indexOf("://");
93
+ if (protocolIndex === -1)
94
+ return url;
95
+ const afterProtocol = protocolIndex + 3;
96
+ // Find the first delimiter that marks the end of the authority section
97
+ const pathStart = url.indexOf("/", afterProtocol);
98
+ let queryStart = url.indexOf("?", afterProtocol);
99
+ let fragmentStart = url.indexOf("#", afterProtocol);
100
+ const firstDelimiter = Math.min(pathStart === -1 ? url.length : pathStart, queryStart === -1 ? url.length : queryStart, fragmentStart === -1 ? url.length : fragmentStart);
101
+ // Find the LAST @ before the delimiter (handles multiple @ in credentials)
102
+ let atIndex = -1;
103
+ for (let i = afterProtocol; i < firstDelimiter; i++) {
104
+ if (url[i] === "@") {
105
+ atIndex = i;
106
+ }
107
+ }
108
+ if (atIndex !== -1) {
109
+ url = `${url.slice(0, afterProtocol)}[REDACTED]@${url.slice(atIndex + 1)}`;
110
+ }
111
+ // Recalculate queryStart since url might have changed
112
+ queryStart = url.indexOf("?");
113
+ if (queryStart === -1)
114
+ return url;
115
+ fragmentStart = url.indexOf("#", queryStart);
116
+ const queryEnd = fragmentStart !== -1 ? fragmentStart : url.length;
117
+ const queryString = url.slice(queryStart + 1, queryEnd);
118
+ if (queryString.length === 0)
119
+ return url;
120
+ // FAST PATH: Quick check if any sensitive keywords present
121
+ // Using indexOf is faster than regex for simple substring matching
122
+ const lower = queryString.toLowerCase();
123
+ const hasSensitive = lower.includes("token") ||
124
+ lower.includes("key") ||
125
+ lower.includes("password") ||
126
+ lower.includes("passwd") ||
127
+ lower.includes("secret") ||
128
+ lower.includes("session") ||
129
+ lower.includes("auth");
130
+ if (!hasSensitive) {
131
+ return url;
132
+ }
133
+ // SLOW PATH: Parse and redact
134
+ const redactedParams = [];
135
+ const params = queryString.split("&");
136
+ for (const param of params) {
137
+ const equalIndex = param.indexOf("=");
138
+ if (equalIndex === -1) {
139
+ redactedParams.push(param);
140
+ continue;
141
+ }
142
+ const key = param.slice(0, equalIndex);
143
+ let shouldRedact = SENSITIVE_QUERY_PARAMS.has(key.toLowerCase());
144
+ if (!shouldRedact && key.includes("%")) {
145
+ try {
146
+ const decodedKey = decodeURIComponent(key);
147
+ shouldRedact = SENSITIVE_QUERY_PARAMS.has(decodedKey.toLowerCase());
148
+ }
149
+ catch (_a) { }
150
+ }
151
+ redactedParams.push(shouldRedact ? `${key}=[REDACTED]` : param);
152
+ }
153
+ return url.slice(0, queryStart + 1) + redactedParams.join("&") + url.slice(queryEnd);
154
+ }
24
155
  function getHeaders(args) {
25
156
  return __awaiter(this, void 0, void 0, function* () {
26
157
  var _a;
27
- const newHeaders = {};
158
+ const newHeaders = new Headers_1.Headers();
159
+ newHeaders.set("Accept", args.responseType === "json" ? "application/json" : args.responseType === "text" ? "text/plain" : "*/*");
28
160
  if (args.body !== undefined && args.contentType != null) {
29
- newHeaders["Content-Type"] = args.contentType;
161
+ newHeaders.set("Content-Type", args.contentType);
30
162
  }
31
163
  if (args.headers == null) {
32
164
  return newHeaders;
@@ -34,30 +166,52 @@ function getHeaders(args) {
34
166
  for (const [key, value] of Object.entries(args.headers)) {
35
167
  const result = yield EndpointSupplier_1.EndpointSupplier.get(value, { endpointMetadata: (_a = args.endpointMetadata) !== null && _a !== void 0 ? _a : {} });
36
168
  if (typeof result === "string") {
37
- newHeaders[key] = result;
169
+ newHeaders.set(key, result);
38
170
  continue;
39
171
  }
40
172
  if (result == null) {
41
173
  continue;
42
174
  }
43
- newHeaders[key] = `${result}`;
175
+ newHeaders.set(key, `${result}`);
44
176
  }
45
177
  return newHeaders;
46
178
  });
47
179
  }
48
180
  function fetcherImpl(args) {
49
181
  return __awaiter(this, void 0, void 0, function* () {
182
+ var _a, _b, _c;
50
183
  const url = (0, createRequestUrl_1.createRequestUrl)(args.url, args.queryParameters);
51
184
  const requestBody = yield (0, getRequestBody_1.getRequestBody)({
52
185
  body: args.body,
53
- type: args.requestType === "json" ? "json" : "other",
186
+ type: (_a = args.requestType) !== null && _a !== void 0 ? _a : "other",
54
187
  });
55
- const fetchFn = yield (0, getFetchFn_1.getFetchFn)();
188
+ const fetchFn = (_b = args.fetchFn) !== null && _b !== void 0 ? _b : (yield (0, getFetchFn_1.getFetchFn)());
189
+ const headers = yield getHeaders(args);
190
+ const logger = (0, logger_1.createLogger)(args.logging);
191
+ if (logger.isDebug()) {
192
+ const metadata = {
193
+ method: args.method,
194
+ url: redactUrl(url),
195
+ headers: redactHeaders(headers),
196
+ queryParameters: redactQueryParameters(args.queryParameters),
197
+ hasBody: requestBody != null,
198
+ };
199
+ logger.debug("Making HTTP request", metadata);
200
+ }
56
201
  try {
57
202
  const response = yield (0, requestWithRetries_1.requestWithRetries)(() => __awaiter(this, void 0, void 0, function* () {
58
- return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method, yield getHeaders(args), requestBody, args.timeoutMs, args.abortSignal, args.withCredentials, args.duplex);
203
+ return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method, headers, requestBody, args.timeoutMs, args.abortSignal, args.withCredentials, args.duplex);
59
204
  }), args.maxRetries);
60
205
  if (response.status >= 200 && response.status < 400) {
206
+ if (logger.isDebug()) {
207
+ const metadata = {
208
+ method: args.method,
209
+ url: redactUrl(url),
210
+ statusCode: response.status,
211
+ responseHeaders: redactHeaders(response.headers),
212
+ };
213
+ logger.debug("HTTP request succeeded", metadata);
214
+ }
61
215
  return {
62
216
  ok: true,
63
217
  body: (yield (0, getResponseBody_1.getResponseBody)(response, args.responseType)),
@@ -66,6 +220,15 @@ function fetcherImpl(args) {
66
220
  };
67
221
  }
68
222
  else {
223
+ if (logger.isError()) {
224
+ const metadata = {
225
+ method: args.method,
226
+ url: redactUrl(url),
227
+ statusCode: response.status,
228
+ responseHeaders: redactHeaders(Object.fromEntries(response.headers.entries())),
229
+ };
230
+ logger.error("HTTP request failed with error status", metadata);
231
+ }
69
232
  return {
70
233
  ok: false,
71
234
  error: {
@@ -78,7 +241,14 @@ function fetcherImpl(args) {
78
241
  }
79
242
  }
80
243
  catch (error) {
81
- if (args.abortSignal != null && args.abortSignal.aborted) {
244
+ if ((_c = args.abortSignal) === null || _c === void 0 ? void 0 : _c.aborted) {
245
+ if (logger.isError()) {
246
+ const metadata = {
247
+ method: args.method,
248
+ url: redactUrl(url),
249
+ };
250
+ logger.error("HTTP request was aborted", metadata);
251
+ }
82
252
  return {
83
253
  ok: false,
84
254
  error: {
@@ -89,6 +259,14 @@ function fetcherImpl(args) {
89
259
  };
90
260
  }
91
261
  else if (error instanceof Error && error.name === "AbortError") {
262
+ if (logger.isError()) {
263
+ const metadata = {
264
+ method: args.method,
265
+ url: redactUrl(url),
266
+ timeoutMs: args.timeoutMs,
267
+ };
268
+ logger.error("HTTP request timed out", metadata);
269
+ }
92
270
  return {
93
271
  ok: false,
94
272
  error: {
@@ -98,6 +276,14 @@ function fetcherImpl(args) {
98
276
  };
99
277
  }
100
278
  else if (error instanceof Error) {
279
+ if (logger.isError()) {
280
+ const metadata = {
281
+ method: args.method,
282
+ url: redactUrl(url),
283
+ errorMessage: error.message,
284
+ };
285
+ logger.error("HTTP request failed with error", metadata);
286
+ }
101
287
  return {
102
288
  ok: false,
103
289
  error: {
@@ -107,6 +293,14 @@ function fetcherImpl(args) {
107
293
  rawResponse: RawResponse_1.unknownRawResponse,
108
294
  };
109
295
  }
296
+ if (logger.isError()) {
297
+ const metadata = {
298
+ method: args.method,
299
+ url: redactUrl(url),
300
+ error: (0, json_1.toJson)(error),
301
+ };
302
+ logger.error("HTTP request failed with unknown error", metadata);
303
+ }
110
304
  return {
111
305
  ok: false,
112
306
  error: {
@@ -1,4 +1,4 @@
1
- import { WithRawResponse } from "./RawResponse";
1
+ import type { WithRawResponse } from "./RawResponse";
2
2
  /**
3
3
  * A promise that returns the parsed response and lets you retrieve the raw response too.
4
4
  */
@@ -28,9 +28,10 @@ function getErrorResponseBody(response) {
28
28
  case "application/ld+json":
29
29
  case "application/problem+json":
30
30
  case "application/vnd.api+json":
31
- case "text/json":
31
+ case "text/json": {
32
32
  const text = yield response.text();
33
33
  return text.length > 0 ? (0, json_1.fromJson)(text) : undefined;
34
+ }
34
35
  default:
35
36
  if (contentType.startsWith("application/vnd.") && contentType.endsWith("+json")) {
36
37
  const text = yield response.text();
@@ -59,7 +59,7 @@ function getFetchFn() {
59
59
  }
60
60
  // Otherwise the SDK uses global fetch if available,
61
61
  // and falls back to node-fetch.
62
- if (typeof fetch == "function") {
62
+ if (typeof fetch === "function") {
63
63
  return fetch;
64
64
  }
65
65
  // Defaults to node `node-fetch` if global fetch isn't available
@@ -1,7 +1,7 @@
1
1
  export declare namespace GetRequestBody {
2
2
  interface Args {
3
3
  body: unknown;
4
- type: "json" | "file" | "bytes" | "other";
4
+ type: "json" | "file" | "bytes" | "form" | "other";
5
5
  }
6
6
  }
7
7
  export declare function getRequestBody({ body, type }: GetRequestBody.Args): Promise<BodyInit | undefined>;
@@ -11,8 +11,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.getRequestBody = getRequestBody;
13
13
  const json_1 = require("../json");
14
+ const qs_1 = require("../url/qs");
14
15
  function getRequestBody(_a) {
15
16
  return __awaiter(this, arguments, void 0, function* ({ body, type }) {
17
+ if (type === "form") {
18
+ return (0, qs_1.toQueryString)(body, { arrayFormat: "repeat", encode: true });
19
+ }
16
20
  if (type.includes("json")) {
17
21
  return (0, json_1.toJson)(body);
18
22
  }
@@ -10,9 +10,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.getResponseBody = getResponseBody;
13
+ const json_1 = require("../json");
13
14
  const BinaryResponse_1 = require("./BinaryResponse");
14
15
  const ResponseWithBody_1 = require("./ResponseWithBody");
15
- const json_1 = require("../json");
16
16
  function getResponseBody(response, responseType) {
17
17
  return __awaiter(this, void 0, void 0, function* () {
18
18
  if (!(0, ResponseWithBody_1.isResponseWithBody)(response)) {
@@ -36,10 +36,10 @@ function getResponseBody(response, responseType) {
36
36
  const text = yield response.text();
37
37
  if (text.length > 0) {
38
38
  try {
39
- let responseBody = (0, json_1.fromJson)(text);
39
+ const responseBody = (0, json_1.fromJson)(text);
40
40
  return responseBody;
41
41
  }
42
- catch (err) {
42
+ catch (_err) {
43
43
  return {
44
44
  ok: false,
45
45
  error: {
@@ -1 +1 @@
1
- export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise<Response>;
1
+ export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Headers | Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise<Response>;
@@ -13,18 +13,16 @@ exports.makeRequest = void 0;
13
13
  const signals_1 = require("./signals");
14
14
  const makeRequest = (fetchFn, url, method, headers, requestBody, timeoutMs, abortSignal, withCredentials, duplex) => __awaiter(void 0, void 0, void 0, function* () {
15
15
  const signals = [];
16
- // Add timeout signal
17
- let timeoutAbortId = undefined;
16
+ let timeoutAbortId;
18
17
  if (timeoutMs != null) {
19
18
  const { signal, abortId } = (0, signals_1.getTimeoutSignal)(timeoutMs);
20
19
  timeoutAbortId = abortId;
21
20
  signals.push(signal);
22
21
  }
23
- // Add arbitrary signal
24
22
  if (abortSignal != null) {
25
23
  signals.push(abortSignal);
26
24
  }
27
- let newSignals = (0, signals_1.anySignal)(signals);
25
+ const newSignals = (0, signals_1.anySignal)(signals);
28
26
  const response = yield fetchFn(url, {
29
27
  method: method,
30
28
  headers,
@@ -15,46 +15,38 @@ const MAX_RETRY_DELAY = 60000; // in milliseconds
15
15
  const DEFAULT_MAX_RETRIES = 2;
16
16
  const JITTER_FACTOR = 0.2; // 20% random jitter
17
17
  function addPositiveJitter(delay) {
18
- // Generate a random value between 0 and +JITTER_FACTOR
19
18
  const jitterMultiplier = 1 + Math.random() * JITTER_FACTOR;
20
19
  return delay * jitterMultiplier;
21
20
  }
22
21
  function addSymmetricJitter(delay) {
23
- // Generate a random value in a JITTER_FACTOR-sized percentage range around delay
24
22
  const jitterMultiplier = 1 + (Math.random() - 0.5) * JITTER_FACTOR;
25
23
  return delay * jitterMultiplier;
26
24
  }
27
25
  function getRetryDelayFromHeaders(response, retryAttempt) {
28
- // Check for Retry-After header first (RFC 7231), with no jitter
29
26
  const retryAfter = response.headers.get("Retry-After");
30
27
  if (retryAfter) {
31
- // Parse as number of seconds...
32
28
  const retryAfterSeconds = parseInt(retryAfter, 10);
33
- if (!isNaN(retryAfterSeconds) && retryAfterSeconds > 0) {
29
+ if (!Number.isNaN(retryAfterSeconds) && retryAfterSeconds > 0) {
34
30
  return Math.min(retryAfterSeconds * 1000, MAX_RETRY_DELAY);
35
31
  }
36
- // ...or as an HTTP date; both are valid
37
32
  const retryAfterDate = new Date(retryAfter);
38
- if (!isNaN(retryAfterDate.getTime())) {
33
+ if (!Number.isNaN(retryAfterDate.getTime())) {
39
34
  const delay = retryAfterDate.getTime() - Date.now();
40
35
  if (delay > 0) {
41
36
  return Math.min(Math.max(delay, 0), MAX_RETRY_DELAY);
42
37
  }
43
38
  }
44
39
  }
45
- // Then check for industry-standard X-RateLimit-Reset header, with positive jitter
46
40
  const rateLimitReset = response.headers.get("X-RateLimit-Reset");
47
41
  if (rateLimitReset) {
48
42
  const resetTime = parseInt(rateLimitReset, 10);
49
- if (!isNaN(resetTime)) {
50
- // Assume Unix timestamp in epoch seconds
43
+ if (!Number.isNaN(resetTime)) {
51
44
  const delay = resetTime * 1000 - Date.now();
52
45
  if (delay > 0) {
53
46
  return addPositiveJitter(Math.min(delay, MAX_RETRY_DELAY));
54
47
  }
55
48
  }
56
49
  }
57
- // Fall back to exponential backoff, with symmetric jitter
58
50
  return addSymmetricJitter(Math.min(INITIAL_RETRY_DELAY * Math.pow(2, retryAttempt), MAX_RETRY_DELAY));
59
51
  }
60
52
  function requestWithRetries(requestFn_1) {
@@ -62,7 +54,6 @@ function requestWithRetries(requestFn_1) {
62
54
  let response = yield requestFn();
63
55
  for (let i = 0; i < maxRetries; ++i) {
64
56
  if ([408, 429].includes(response.status) || response.status >= 500) {
65
- // Get delay with appropriate jitter applied
66
57
  const delay = getRetryDelayFromHeaders(response, i);
67
58
  yield new Promise((resolve) => setTimeout(resolve, delay));
68
59
  response = yield requestFn();
@@ -2,10 +2,4 @@ export declare function getTimeoutSignal(timeoutMs: number): {
2
2
  signal: AbortSignal;
3
3
  abortId: NodeJS.Timeout;
4
4
  };
5
- /**
6
- * Returns an abort signal that is getting aborted when
7
- * at least one of the specified abort signals is aborted.
8
- *
9
- * Requires at least node.js 18.
10
- */
11
5
  export declare function anySignal(...args: AbortSignal[] | [AbortSignal[]]): AbortSignal;
@@ -8,26 +8,14 @@ function getTimeoutSignal(timeoutMs) {
8
8
  const abortId = setTimeout(() => controller.abort(TIMEOUT), timeoutMs);
9
9
  return { signal: controller.signal, abortId };
10
10
  }
11
- /**
12
- * Returns an abort signal that is getting aborted when
13
- * at least one of the specified abort signals is aborted.
14
- *
15
- * Requires at least node.js 18.
16
- */
17
11
  function anySignal(...args) {
18
- // Allowing signals to be passed either as array
19
- // of signals or as multiple arguments.
20
12
  const signals = (args.length === 1 && Array.isArray(args[0]) ? args[0] : args);
21
13
  const controller = new AbortController();
22
14
  for (const signal of signals) {
23
15
  if (signal.aborted) {
24
- // Exiting early if one of the signals
25
- // is already aborted.
26
16
  controller.abort(signal === null || signal === void 0 ? void 0 : signal.reason);
27
17
  break;
28
18
  }
29
- // Listening for signals and removing the listeners
30
- // when at least one symbol is aborted.
31
19
  signal.addEventListener("abort", () => controller.abort(signal === null || signal === void 0 ? void 0 : signal.reason), {
32
20
  signal: controller.signal,
33
21
  });
@@ -1,5 +1,10 @@
1
- import { Uploadable } from "./types";
1
+ import type { Uploadable } from "./types";
2
2
  export declare function toBinaryUploadRequest(file: Uploadable): Promise<{
3
3
  body: Uploadable.FileLike;
4
4
  headers?: Record<string, string>;
5
5
  }>;
6
+ export declare function toMultipartDataPart(file: Uploadable): Promise<{
7
+ data: Uploadable.FileLike;
8
+ filename?: string;
9
+ contentType?: string;
10
+ }>;
@@ -43,6 +43,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
43
43
  };
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.toBinaryUploadRequest = toBinaryUploadRequest;
46
+ exports.toMultipartDataPart = toMultipartDataPart;
46
47
  function toBinaryUploadRequest(file) {
47
48
  return __awaiter(this, void 0, void 0, function* () {
48
49
  const { data, filename, contentLength, contentType } = yield getFileWithMetadata(file);
@@ -62,13 +63,25 @@ function toBinaryUploadRequest(file) {
62
63
  return request;
63
64
  });
64
65
  }
65
- function getFileWithMetadata(file) {
66
+ function toMultipartDataPart(file) {
66
67
  return __awaiter(this, void 0, void 0, function* () {
68
+ const { data, filename, contentType } = yield getFileWithMetadata(file, {
69
+ noSniffFileSize: true,
70
+ });
71
+ return {
72
+ data,
73
+ filename,
74
+ contentType,
75
+ };
76
+ });
77
+ }
78
+ function getFileWithMetadata(file_1) {
79
+ return __awaiter(this, arguments, void 0, function* (file, { noSniffFileSize } = {}) {
67
80
  var _a, _b, _c, _d, _e;
68
81
  if (isFileLike(file)) {
69
82
  return getFileWithMetadata({
70
83
  data: file,
71
- });
84
+ }, { noSniffFileSize });
72
85
  }
73
86
  if ("path" in file) {
74
87
  const fs = yield Promise.resolve().then(() => __importStar(require("fs")));
@@ -76,7 +89,7 @@ function getFileWithMetadata(file) {
76
89
  throw new Error("File path uploads are not supported in this environment.");
77
90
  }
78
91
  const data = fs.createReadStream(file.path);
79
- const contentLength = (_a = file.contentLength) !== null && _a !== void 0 ? _a : (yield tryGetFileSizeFromPath(file.path));
92
+ const contentLength = (_a = file.contentLength) !== null && _a !== void 0 ? _a : (noSniffFileSize === true ? undefined : yield tryGetFileSizeFromPath(file.path));
80
93
  const filename = (_b = file.filename) !== null && _b !== void 0 ? _b : getNameFromPath(file.path);
81
94
  return {
82
95
  data,
@@ -87,7 +100,9 @@ function getFileWithMetadata(file) {
87
100
  }
88
101
  if ("data" in file) {
89
102
  const data = file.data;
90
- const contentLength = (_c = file.contentLength) !== null && _c !== void 0 ? _c : (yield tryGetContentLengthFromFileLike(data));
103
+ const contentLength = (_c = file.contentLength) !== null && _c !== void 0 ? _c : (yield tryGetContentLengthFromFileLike(data, {
104
+ noSniffFileSize,
105
+ }));
91
106
  const filename = (_d = file.filename) !== null && _d !== void 0 ? _d : tryGetNameFromFileLike(data);
92
107
  return {
93
108
  data,
@@ -119,7 +134,7 @@ function tryGetFileSizeFromPath(path) {
119
134
  const fileStat = yield fs.promises.stat(path);
120
135
  return fileStat.size;
121
136
  }
122
- catch (fallbackError) {
137
+ catch (_fallbackError) {
123
138
  return undefined;
124
139
  }
125
140
  });
@@ -133,8 +148,8 @@ function tryGetNameFromFileLike(data) {
133
148
  }
134
149
  return undefined;
135
150
  }
136
- function tryGetContentLengthFromFileLike(data) {
137
- return __awaiter(this, void 0, void 0, function* () {
151
+ function tryGetContentLengthFromFileLike(data_1) {
152
+ return __awaiter(this, arguments, void 0, function* (data, { noSniffFileSize } = {}) {
138
153
  if (isBuffer(data)) {
139
154
  return data.length;
140
155
  }
@@ -150,6 +165,9 @@ function tryGetContentLengthFromFileLike(data) {
150
165
  if (isFile(data)) {
151
166
  return data.size;
152
167
  }
168
+ if (noSniffFileSize === true) {
169
+ return undefined;
170
+ }
153
171
  if (isPathedValue(data)) {
154
172
  return yield tryGetFileSizeFromPath(data.path.toString());
155
173
  }
@@ -1,3 +1,4 @@
1
+ import { type Uploadable } from "../../core/file/index";
1
2
  interface FormDataRequest<Body> {
2
3
  body: Body;
3
4
  headers: Record<string, string>;
@@ -8,9 +9,7 @@ export declare class FormDataWrapper {
8
9
  private fd;
9
10
  setup(): Promise<void>;
10
11
  append(key: string, value: unknown): void;
11
- private getFileName;
12
- private convertToBlob;
13
- appendFile(key: string, value: unknown, fileName?: string): Promise<void>;
12
+ appendFile(key: string, value: Uploadable): Promise<void>;
14
13
  getRequest(): FormDataRequest<FormData>;
15
14
  }
16
15
  export {};