@elevenlabs/elevenlabs-js 2.40.0 → 2.41.1

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 (1327) hide show
  1. package/BaseClient.js +2 -2
  2. package/Client.d.ts +2 -12
  3. package/Client.js +4 -43
  4. package/api/errors/UnprocessableEntityError.d.ts +1 -2
  5. package/api/resources/audioIsolation/client/Client.js +2 -12
  6. package/api/resources/audioNative/client/Client.js +4 -24
  7. package/api/resources/conversationalAi/client/Client.js +4 -24
  8. package/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
  9. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
  10. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
  11. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +8 -32
  12. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +10 -44
  13. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +8 -32
  14. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
  15. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
  16. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
  17. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
  18. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
  19. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
  20. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
  21. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
  22. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  23. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  24. package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -38
  25. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
  26. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
  27. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
  28. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
  29. package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
  30. package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
  31. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
  32. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
  33. package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
  34. package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  35. package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
  36. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  37. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
  38. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  39. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
  40. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
  41. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
  42. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
  43. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
  44. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
  45. package/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
  46. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
  47. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
  48. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
  49. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
  50. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
  51. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
  52. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
  53. package/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
  54. package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
  55. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
  56. package/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
  57. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
  58. package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
  59. package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
  60. package/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
  61. package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
  62. package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
  63. package/api/resources/dubbing/client/Client.js +4 -24
  64. package/api/resources/dubbing/resources/audio/client/Client.js +1 -7
  65. package/api/resources/dubbing/resources/resource/client/Client.js +6 -36
  66. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
  67. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
  68. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
  69. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
  70. package/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
  71. package/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
  72. package/api/resources/environmentVariables/client/Client.js +4 -24
  73. package/api/resources/forcedAlignment/client/Client.js +1 -9
  74. package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
  75. package/api/resources/history/client/Client.js +5 -30
  76. package/api/resources/models/client/Client.js +1 -6
  77. package/api/resources/music/client/Client.d.ts +7 -0
  78. package/api/resources/music/client/Client.js +74 -30
  79. package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
  80. package/api/resources/music/client/requests/index.d.ts +1 -0
  81. package/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
  82. package/api/resources/pronunciationDictionaries/client/Client.js +6 -36
  83. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
  84. package/api/resources/samples/client/Client.js +1 -6
  85. package/api/resources/serviceAccounts/client/Client.js +1 -6
  86. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
  87. package/api/resources/speechToSpeech/client/Client.js +2 -12
  88. package/api/resources/speechToText/client/Client.js +4 -6
  89. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
  90. package/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
  91. package/api/resources/studio/client/Client.js +1 -6
  92. package/api/resources/studio/resources/projects/client/Client.js +7 -42
  93. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
  94. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
  95. package/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
  96. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
  97. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
  98. package/api/resources/textToDialogue/client/Client.js +4 -24
  99. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  100. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  101. package/api/resources/textToSoundEffects/client/Client.js +1 -6
  102. package/api/resources/textToSpeech/client/Client.js +4 -24
  103. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  104. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  105. package/api/resources/textToVoice/client/Client.js +4 -24
  106. package/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
  107. package/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
  108. package/api/resources/usage/client/Client.js +1 -6
  109. package/api/resources/user/client/Client.js +1 -6
  110. package/api/resources/user/resources/subscription/client/Client.js +1 -6
  111. package/api/resources/voices/client/Client.js +8 -48
  112. package/api/resources/voices/resources/ivc/client/Client.js +1 -6
  113. package/api/resources/voices/resources/pvc/client/Client.js +3 -18
  114. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
  115. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
  116. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
  117. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
  118. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
  119. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
  120. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
  121. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
  122. package/api/resources/voices/resources/settings/client/Client.js +2 -12
  123. package/api/resources/webhooks/client/Client.js +4 -24
  124. package/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
  125. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  126. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  127. package/api/resources/workspace/resources/groups/client/Client.js +2 -12
  128. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
  129. package/api/resources/workspace/resources/invites/client/Client.js +3 -18
  130. package/api/resources/workspace/resources/members/client/Client.js +1 -6
  131. package/api/resources/workspace/resources/resources/client/Client.js +3 -18
  132. package/api/types/AgentConfig.d.ts +2 -0
  133. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  134. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  135. package/api/types/AgentConfigOverrideConfig.d.ts +2 -0
  136. package/api/types/AgentConfigOverrideInput.d.ts +2 -0
  137. package/api/types/AgentConfigOverrideOutput.d.ts +2 -0
  138. package/api/types/AgentSortBy.d.ts +1 -0
  139. package/api/types/AgentSortBy.js +1 -0
  140. package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
  141. package/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
  142. package/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
  143. package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
  144. package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  145. package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  146. package/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
  147. package/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
  148. package/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
  149. package/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
  150. package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  151. package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  152. package/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  153. package/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  154. package/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
  155. package/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
  156. package/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  157. package/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  158. package/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  159. package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  160. package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  161. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  162. package/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  163. package/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  164. package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  165. package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  166. package/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
  167. package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
  168. package/api/types/{WorkflowExpressionConditionModelInputExpression.d.ts → AstNodeInput.d.ts} +14 -5
  169. package/api/types/{AstConditionalOperatorNodeOutputCondition.d.ts → AstNodeOutput.d.ts} +14 -5
  170. package/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  171. package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  172. package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  173. package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  174. package/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
  175. package/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
  176. package/api/types/AsyncConversationMetadata.d.ts +1 -0
  177. package/api/types/AudioAnalysis.d.ts +6 -0
  178. package/api/types/AudioAnalysisResult.d.ts +10 -0
  179. package/api/types/AudioAnalysisStatus.d.ts +6 -0
  180. package/api/types/AudioAnalysisStatus.js +9 -0
  181. package/api/types/AudioKeyMoment.d.ts +5 -0
  182. package/api/types/AudioSegment.d.ts +9 -0
  183. package/api/types/AvatarContextRequestModel.d.ts +6 -0
  184. package/api/types/AvatarContextResponseModel.d.ts +10 -0
  185. package/api/types/BatchCallDetailedResponse.d.ts +3 -0
  186. package/api/types/BatchCallResponse.d.ts +3 -0
  187. package/api/types/CanvasPlacement.d.ts +2 -0
  188. package/api/types/ChatSourceMedium.d.ts +1 -0
  189. package/api/types/ChatSourceMedium.js +1 -0
  190. package/api/types/ConversationConfig.d.ts +2 -0
  191. package/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  192. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  193. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  194. package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  195. package/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
  196. package/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
  197. package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
  198. package/api/types/CreateMtlsAuthRequest.d.ts +11 -0
  199. package/api/types/CreateSimulationTestRequest.d.ts +2 -0
  200. package/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
  201. package/api/types/DtmfInputConfig.d.ts +9 -0
  202. package/api/types/EmbeddingModelEnum.d.ts +0 -1
  203. package/api/types/EmbeddingModelEnum.js +0 -1
  204. package/api/types/FeaturesUsageCommonModel.d.ts +2 -0
  205. package/api/types/FileInputConfig.d.ts +6 -0
  206. package/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
  207. package/api/types/GenesysRegion.d.ts +20 -0
  208. package/api/types/GenesysRegion.js +23 -0
  209. package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
  210. package/api/types/GetLibraryVoicesResponse.d.ts +2 -0
  211. package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  212. package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  213. package/api/types/MessageSearchSortBy.d.ts +5 -0
  214. package/api/types/MessageSearchSortBy.js +8 -0
  215. package/api/types/MockNoMatchBehavior.d.ts +5 -0
  216. package/api/types/MockNoMatchBehavior.js +8 -0
  217. package/api/types/MockingStrategy.d.ts +6 -0
  218. package/api/types/MockingStrategy.js +9 -0
  219. package/api/types/MtlsAuthResponse.d.ts +10 -0
  220. package/api/types/OAuthConnectionStatus.d.ts +6 -0
  221. package/api/types/OAuthConnectionStatus.js +9 -0
  222. package/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
  223. package/api/types/PermissionType.d.ts +1 -0
  224. package/api/types/PermissionType.js +1 -0
  225. package/api/types/ProcedureCompilerMode.d.ts +5 -0
  226. package/api/types/ProcedureCompilerMode.js +8 -0
  227. package/api/types/ProcedureSettings.d.ts +4 -0
  228. package/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
  229. package/api/types/ProjectImageResponseModel.d.ts +1 -0
  230. package/api/types/ProjectVideoResponseModel.d.ts +1 -0
  231. package/api/types/SimulationTestModel.d.ts +2 -0
  232. package/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
  233. package/api/types/SpeechHistoryItemResponse.d.ts +2 -0
  234. package/api/types/Subscription.d.ts +1 -1
  235. package/api/types/SubscriptionResponse.d.ts +1 -1
  236. package/api/types/ToolRequestModel.d.ts +2 -0
  237. package/api/types/ToolResponseMockConfigInput.d.ts +7 -0
  238. package/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
  239. package/api/types/ToolResponseModel.d.ts +2 -0
  240. package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  241. package/api/types/VideoAnalysisResult.d.ts +1 -1
  242. package/api/types/Voice.d.ts +6 -0
  243. package/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
  244. package/api/types/VoiceResponseModelLabellingStatus.js +8 -0
  245. package/api/types/VoiceResponseModelRecordingQuality.d.ts +6 -0
  246. package/api/types/VoiceResponseModelRecordingQuality.js +9 -0
  247. package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  248. package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  249. package/api/types/WorkspaceGroupPermission.d.ts +1 -0
  250. package/api/types/WorkspaceGroupPermission.js +1 -0
  251. package/api/types/WorkspaceResourceType.d.ts +2 -0
  252. package/api/types/WorkspaceResourceType.js +2 -0
  253. package/api/types/index.d.ts +40 -51
  254. package/api/types/index.js +40 -51
  255. package/dist/BaseClient.js +2 -2
  256. package/dist/Client.d.ts +2 -12
  257. package/dist/Client.js +4 -43
  258. package/dist/api/errors/UnprocessableEntityError.d.ts +1 -2
  259. package/dist/api/resources/audioIsolation/client/Client.js +2 -12
  260. package/dist/api/resources/audioNative/client/Client.js +4 -24
  261. package/dist/api/resources/conversationalAi/client/Client.js +4 -24
  262. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
  263. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
  264. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
  265. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +8 -32
  266. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +10 -44
  267. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +8 -32
  268. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
  269. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
  270. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
  271. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
  272. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
  273. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
  274. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
  275. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
  276. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  277. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  278. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -38
  279. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
  280. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
  281. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
  282. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
  283. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
  284. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
  285. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
  286. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
  287. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
  288. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  289. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
  290. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  291. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
  292. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  293. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
  294. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
  295. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
  296. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
  297. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
  298. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
  299. package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
  300. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
  301. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
  302. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
  303. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
  304. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
  305. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
  306. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
  307. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
  308. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
  309. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
  310. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
  311. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
  312. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
  313. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
  314. package/dist/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
  315. package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
  316. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
  317. package/dist/api/resources/dubbing/client/Client.js +4 -24
  318. package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -7
  319. package/dist/api/resources/dubbing/resources/resource/client/Client.js +6 -36
  320. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
  321. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
  322. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
  323. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
  324. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
  325. package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
  326. package/dist/api/resources/environmentVariables/client/Client.js +4 -24
  327. package/dist/api/resources/forcedAlignment/client/Client.js +1 -9
  328. package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
  329. package/dist/api/resources/history/client/Client.js +5 -30
  330. package/dist/api/resources/models/client/Client.js +1 -6
  331. package/dist/api/resources/music/client/Client.d.ts +7 -0
  332. package/dist/api/resources/music/client/Client.js +74 -30
  333. package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
  334. package/dist/api/resources/music/client/requests/index.d.ts +1 -0
  335. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
  336. package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -36
  337. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
  338. package/dist/api/resources/samples/client/Client.js +1 -6
  339. package/dist/api/resources/serviceAccounts/client/Client.js +1 -6
  340. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
  341. package/dist/api/resources/speechToSpeech/client/Client.js +2 -12
  342. package/dist/api/resources/speechToText/client/Client.js +4 -6
  343. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
  344. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
  345. package/dist/api/resources/studio/client/Client.js +1 -6
  346. package/dist/api/resources/studio/resources/projects/client/Client.js +7 -42
  347. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
  348. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
  349. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
  350. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
  351. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
  352. package/dist/api/resources/textToDialogue/client/Client.js +4 -24
  353. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  354. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  355. package/dist/api/resources/textToSoundEffects/client/Client.js +1 -6
  356. package/dist/api/resources/textToSpeech/client/Client.js +4 -24
  357. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  358. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  359. package/dist/api/resources/textToVoice/client/Client.js +4 -24
  360. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
  361. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
  362. package/dist/api/resources/usage/client/Client.js +1 -6
  363. package/dist/api/resources/user/client/Client.js +1 -6
  364. package/dist/api/resources/user/resources/subscription/client/Client.js +1 -6
  365. package/dist/api/resources/voices/client/Client.js +8 -48
  366. package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -6
  367. package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -18
  368. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
  369. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
  370. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
  371. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
  372. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
  373. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
  374. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
  375. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
  376. package/dist/api/resources/voices/resources/settings/client/Client.js +2 -12
  377. package/dist/api/resources/webhooks/client/Client.js +4 -24
  378. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
  379. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  380. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  381. package/dist/api/resources/workspace/resources/groups/client/Client.js +2 -12
  382. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
  383. package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -18
  384. package/dist/api/resources/workspace/resources/members/client/Client.js +1 -6
  385. package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -18
  386. package/dist/api/types/AgentConfig.d.ts +2 -0
  387. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  388. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  389. package/dist/api/types/AgentConfigOverrideConfig.d.ts +2 -0
  390. package/dist/api/types/AgentConfigOverrideInput.d.ts +2 -0
  391. package/dist/api/types/AgentConfigOverrideOutput.d.ts +2 -0
  392. package/dist/api/types/AgentSortBy.d.ts +1 -0
  393. package/dist/api/types/AgentSortBy.js +1 -0
  394. package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
  395. package/dist/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
  396. package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
  397. package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
  398. package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  399. package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  400. package/dist/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
  401. package/dist/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
  402. package/dist/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
  403. package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
  404. package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  405. package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  406. package/dist/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  407. package/dist/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  408. package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
  409. package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
  410. package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  411. package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  412. package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  413. package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  414. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  415. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  416. package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  417. package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  418. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  419. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  420. package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
  421. package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
  422. package/dist/api/types/{WorkflowExpressionConditionModelInputExpression.d.ts → AstNodeInput.d.ts} +14 -5
  423. package/{api/types/AstAndOperatorNodeOutputChildrenItem.d.ts → dist/api/types/AstNodeOutput.d.ts} +14 -2
  424. package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  425. package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  426. package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  427. package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  428. package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
  429. package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
  430. package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
  431. package/dist/api/types/AudioAnalysis.d.ts +6 -0
  432. package/dist/api/types/AudioAnalysisResult.d.ts +10 -0
  433. package/dist/api/types/AudioAnalysisStatus.d.ts +6 -0
  434. package/dist/api/types/AudioAnalysisStatus.js +9 -0
  435. package/dist/api/types/AudioKeyMoment.d.ts +5 -0
  436. package/dist/api/types/AudioSegment.d.ts +9 -0
  437. package/dist/api/types/AvatarContextRequestModel.d.ts +6 -0
  438. package/dist/api/types/AvatarContextResponseModel.d.ts +10 -0
  439. package/dist/api/types/BatchCallDetailedResponse.d.ts +3 -0
  440. package/dist/api/types/BatchCallResponse.d.ts +3 -0
  441. package/dist/api/types/CanvasPlacement.d.ts +2 -0
  442. package/dist/api/types/ChatSourceMedium.d.ts +1 -0
  443. package/dist/api/types/ChatSourceMedium.js +1 -0
  444. package/dist/api/types/ConversationConfig.d.ts +2 -0
  445. package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  446. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  447. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  448. package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  449. package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
  450. package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
  451. package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
  452. package/dist/api/types/CreateMtlsAuthRequest.d.ts +11 -0
  453. package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
  454. package/dist/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
  455. package/dist/api/types/DtmfInputConfig.d.ts +9 -0
  456. package/dist/api/types/EmbeddingModelEnum.d.ts +0 -1
  457. package/dist/api/types/EmbeddingModelEnum.js +0 -1
  458. package/dist/api/types/FeaturesUsageCommonModel.d.ts +2 -0
  459. package/dist/api/types/FileInputConfig.d.ts +6 -0
  460. package/dist/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
  461. package/dist/api/types/GenesysRegion.d.ts +20 -0
  462. package/dist/api/types/GenesysRegion.js +23 -0
  463. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
  464. package/dist/api/types/GetLibraryVoicesResponse.d.ts +2 -0
  465. package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  466. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  467. package/dist/api/types/MessageSearchSortBy.d.ts +5 -0
  468. package/dist/api/types/MessageSearchSortBy.js +8 -0
  469. package/dist/api/types/MockNoMatchBehavior.d.ts +5 -0
  470. package/dist/api/types/MockNoMatchBehavior.js +8 -0
  471. package/dist/api/types/MockingStrategy.d.ts +6 -0
  472. package/dist/api/types/MockingStrategy.js +9 -0
  473. package/dist/api/types/MtlsAuthResponse.d.ts +10 -0
  474. package/dist/api/types/OAuthConnectionStatus.d.ts +6 -0
  475. package/dist/api/types/OAuthConnectionStatus.js +9 -0
  476. package/dist/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
  477. package/dist/api/types/PermissionType.d.ts +1 -0
  478. package/dist/api/types/PermissionType.js +1 -0
  479. package/dist/api/types/ProcedureCompilerMode.d.ts +5 -0
  480. package/dist/api/types/ProcedureCompilerMode.js +8 -0
  481. package/dist/api/types/ProcedureSettings.d.ts +4 -0
  482. package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
  483. package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
  484. package/dist/api/types/ProjectVideoResponseModel.d.ts +1 -0
  485. package/dist/api/types/SimulationTestModel.d.ts +2 -0
  486. package/dist/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
  487. package/dist/api/types/SpeechHistoryItemResponse.d.ts +2 -0
  488. package/dist/api/types/Subscription.d.ts +1 -1
  489. package/dist/api/types/SubscriptionResponse.d.ts +1 -1
  490. package/dist/api/types/ToolRequestModel.d.ts +2 -0
  491. package/dist/api/types/ToolResponseMockConfigInput.d.ts +7 -0
  492. package/dist/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
  493. package/dist/api/types/ToolResponseModel.d.ts +2 -0
  494. package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  495. package/dist/api/types/VideoAnalysisResult.d.ts +1 -1
  496. package/dist/api/types/Voice.d.ts +6 -0
  497. package/dist/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
  498. package/dist/api/types/VoiceResponseModelLabellingStatus.js +8 -0
  499. package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +6 -0
  500. package/dist/api/types/VoiceResponseModelRecordingQuality.js +9 -0
  501. package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  502. package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  503. package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
  504. package/dist/api/types/WorkspaceGroupPermission.js +1 -0
  505. package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
  506. package/dist/api/types/WorkspaceResourceType.js +2 -0
  507. package/dist/api/types/index.d.ts +40 -51
  508. package/dist/api/types/index.js +40 -51
  509. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  510. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  511. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  512. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
  513. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  514. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
  515. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  516. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
  517. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  518. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
  519. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  520. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  521. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  522. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  523. package/dist/serialization/types/AgentConfig.d.ts +1 -0
  524. package/dist/serialization/types/AgentConfig.js +1 -0
  525. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
  526. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
  527. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
  528. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
  529. package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
  530. package/dist/serialization/types/AgentConfigOverrideConfig.js +1 -0
  531. package/dist/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
  532. package/dist/serialization/types/AgentConfigOverrideInput.js +1 -0
  533. package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
  534. package/dist/serialization/types/AgentConfigOverrideOutput.js +1 -0
  535. package/dist/serialization/types/AgentSortBy.d.ts +1 -1
  536. package/dist/serialization/types/AgentSortBy.js +1 -1
  537. package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
  538. package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
  539. package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
  540. package/dist/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
  541. package/dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
  542. package/dist/serialization/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
  543. package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
  544. package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
  545. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
  546. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
  547. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
  548. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
  549. package/dist/serialization/types/AssetTranscription.d.ts +12 -0
  550. package/{serialization/types/VideoTranscription.js → dist/serialization/types/AssetTranscription.js} +4 -4
  551. package/dist/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
  552. package/dist/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
  553. package/dist/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
  554. package/{serialization/types/ObjectOverrideInputPropertiesValue.js → dist/serialization/types/AstAdditionOperatorNodeInput.js} +5 -6
  555. package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
  556. package/dist/serialization/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeOutput.js} +5 -6
  557. package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
  558. package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
  559. package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
  560. package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  561. package/dist/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  562. package/dist/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
  563. package/dist/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  564. package/dist/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
  565. package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
  566. package/{serialization/types/ObjectOverrideOutputPropertiesValue.js → dist/serialization/types/AstDivisionOperatorNodeInput.js} +5 -6
  567. package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
  568. package/dist/serialization/types/{ObjectOverrideOutputPropertiesValue.js → AstDivisionOperatorNodeOutput.js} +5 -6
  569. package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  570. package/dist/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
  571. package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  572. package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
  573. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  574. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
  575. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  576. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
  577. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  578. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
  579. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  580. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
  581. package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  582. package/dist/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
  583. package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  584. package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
  585. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  586. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
  587. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  588. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
  589. package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
  590. package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
  591. package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
  592. package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
  593. package/dist/serialization/types/{AstConditionalOperatorNodeInputCondition.d.ts → AstNodeInput.d.ts} +15 -3
  594. package/dist/serialization/types/{AstAndOperatorNodeInputChildrenItem.js → AstNodeInput.js} +6 -2
  595. package/dist/serialization/types/{AstConditionalOperatorNodeOutputCondition.d.ts → AstNodeOutput.d.ts} +15 -3
  596. package/dist/serialization/types/{AstConditionalOperatorNodeOutputCondition.js → AstNodeOutput.js} +6 -2
  597. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  598. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
  599. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  600. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
  601. package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
  602. package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
  603. package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
  604. package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  605. package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
  606. package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
  607. package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
  608. package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
  609. package/dist/serialization/types/AsyncConversationMetadata.d.ts +1 -0
  610. package/dist/serialization/types/AsyncConversationMetadata.js +1 -0
  611. package/dist/serialization/types/AudioAnalysis.d.ts +13 -0
  612. package/dist/serialization/types/AudioAnalysis.js +45 -0
  613. package/dist/serialization/types/AudioAnalysisResult.d.ts +18 -0
  614. package/dist/serialization/types/AudioAnalysisResult.js +50 -0
  615. package/dist/serialization/types/AudioAnalysisStatus.d.ts +7 -0
  616. package/dist/serialization/types/{LiteralOverrideConstantValue.js → AudioAnalysisStatus.js} +2 -7
  617. package/dist/serialization/types/AudioKeyMoment.d.ts +11 -0
  618. package/dist/serialization/types/AudioKeyMoment.js +43 -0
  619. package/dist/serialization/types/AudioSegment.d.ts +15 -0
  620. package/dist/serialization/types/AudioSegment.js +47 -0
  621. package/dist/serialization/types/AvatarContextRequestModel.d.ts +12 -0
  622. package/dist/serialization/types/{ObjectOverrideInput.js → AvatarContextRequestModel.js} +6 -8
  623. package/dist/serialization/types/AvatarContextResponseModel.d.ts +12 -0
  624. package/dist/serialization/types/{LiteralOverride.js → AvatarContextResponseModel.js} +6 -6
  625. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
  626. package/dist/serialization/types/BatchCallDetailedResponse.js +3 -0
  627. package/dist/serialization/types/BatchCallResponse.d.ts +3 -0
  628. package/dist/serialization/types/BatchCallResponse.js +3 -0
  629. package/dist/serialization/types/CanvasPlacement.d.ts +2 -0
  630. package/dist/serialization/types/CanvasPlacement.js +2 -0
  631. package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
  632. package/dist/serialization/types/ChatSourceMedium.js +1 -1
  633. package/dist/serialization/types/ConversationConfig.d.ts +2 -0
  634. package/dist/serialization/types/ConversationConfig.js +2 -0
  635. package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  636. package/dist/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
  637. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  638. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  639. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  640. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  641. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  642. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  643. package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
  644. package/dist/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
  645. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
  646. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
  647. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
  648. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
  649. package/dist/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
  650. package/dist/serialization/types/CreateMtlsAuthRequest.js +46 -0
  651. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
  652. package/dist/serialization/types/CreateSimulationTestRequest.js +2 -0
  653. package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
  654. package/dist/serialization/types/DependentUnknownToolIdentifier.js +3 -1
  655. package/dist/serialization/types/DtmfInputConfig.d.ts +10 -0
  656. package/dist/serialization/types/DtmfInputConfig.js +42 -0
  657. package/dist/serialization/types/EmbeddingModelEnum.d.ts +1 -1
  658. package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
  659. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
  660. package/dist/serialization/types/FeaturesUsageCommonModel.js +2 -0
  661. package/dist/serialization/types/FileInputConfig.d.ts +10 -0
  662. package/dist/serialization/types/FileInputConfig.js +42 -0
  663. package/dist/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
  664. package/dist/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
  665. package/dist/serialization/types/GenesysRegion.d.ts +7 -0
  666. package/dist/serialization/types/GenesysRegion.js +57 -0
  667. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
  668. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
  669. package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
  670. package/dist/serialization/types/GetLibraryVoicesResponse.js +1 -0
  671. package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
  672. package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
  673. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  674. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  675. package/dist/serialization/types/MessageSearchSortBy.d.ts +7 -0
  676. package/{serialization/types/LiteralOverrideConstantValue.js → dist/serialization/types/MessageSearchSortBy.js} +2 -7
  677. package/dist/serialization/types/MockNoMatchBehavior.d.ts +7 -0
  678. package/dist/serialization/types/MockNoMatchBehavior.js +39 -0
  679. package/dist/serialization/types/MockingStrategy.d.ts +7 -0
  680. package/dist/serialization/types/MockingStrategy.js +39 -0
  681. package/dist/serialization/types/MtlsAuthResponse.d.ts +13 -0
  682. package/dist/serialization/types/{QueryOverride.js → MtlsAuthResponse.js} +7 -5
  683. package/dist/serialization/types/OAuthConnectionStatus.d.ts +7 -0
  684. package/dist/serialization/types/OAuthConnectionStatus.js +39 -0
  685. package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
  686. package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
  687. package/dist/serialization/types/PermissionType.d.ts +1 -1
  688. package/dist/serialization/types/PermissionType.js +1 -0
  689. package/dist/serialization/types/ProcedureCompilerMode.d.ts +7 -0
  690. package/dist/serialization/types/ProcedureCompilerMode.js +39 -0
  691. package/dist/serialization/types/ProcedureSettings.d.ts +10 -0
  692. package/dist/serialization/types/ProcedureSettings.js +42 -0
  693. package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
  694. package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
  695. package/dist/serialization/types/ProjectImageResponseModel.d.ts +1 -0
  696. package/dist/serialization/types/ProjectImageResponseModel.js +1 -0
  697. package/dist/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
  698. package/dist/serialization/types/ProjectVideoResponseModel.js +1 -0
  699. package/dist/serialization/types/SimulationTestModel.d.ts +2 -0
  700. package/dist/serialization/types/SimulationTestModel.js +2 -0
  701. package/dist/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
  702. package/dist/serialization/types/SimulationToolMockBehaviorConfig.js +45 -0
  703. package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
  704. package/dist/serialization/types/SpeechHistoryItemResponse.js +2 -0
  705. package/dist/serialization/types/ToolRequestModel.d.ts +2 -0
  706. package/dist/serialization/types/ToolRequestModel.js +2 -0
  707. package/dist/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
  708. package/dist/serialization/types/ToolResponseMockConfigInput.js +43 -0
  709. package/dist/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
  710. package/dist/serialization/types/ToolResponseMockConfigOutput.js +43 -0
  711. package/dist/serialization/types/ToolResponseModel.d.ts +2 -0
  712. package/dist/serialization/types/ToolResponseModel.js +2 -0
  713. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
  714. package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -0
  715. package/dist/serialization/types/VideoAnalysisResult.d.ts +2 -2
  716. package/dist/serialization/types/VideoAnalysisResult.js +2 -2
  717. package/dist/serialization/types/Voice.d.ts +5 -0
  718. package/dist/serialization/types/Voice.js +5 -0
  719. package/dist/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
  720. package/dist/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
  721. package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
  722. package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
  723. package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
  724. package/dist/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
  725. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
  726. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
  727. package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  728. package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
  729. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  730. package/dist/serialization/types/WorkspaceResourceType.js +2 -0
  731. package/dist/serialization/types/index.d.ts +40 -51
  732. package/dist/serialization/types/index.js +40 -51
  733. package/dist/version.d.ts +1 -1
  734. package/dist/version.js +1 -1
  735. package/package.json +1 -1
  736. package/reference.md +383 -342
  737. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  738. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  739. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  740. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
  741. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  742. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
  743. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  744. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
  745. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  746. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
  747. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  748. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  749. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  750. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  751. package/serialization/types/AgentConfig.d.ts +1 -0
  752. package/serialization/types/AgentConfig.js +1 -0
  753. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
  754. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
  755. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
  756. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
  757. package/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
  758. package/serialization/types/AgentConfigOverrideConfig.js +1 -0
  759. package/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
  760. package/serialization/types/AgentConfigOverrideInput.js +1 -0
  761. package/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
  762. package/serialization/types/AgentConfigOverrideOutput.js +1 -0
  763. package/serialization/types/AgentSortBy.d.ts +1 -1
  764. package/serialization/types/AgentSortBy.js +1 -1
  765. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
  766. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
  767. package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
  768. package/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
  769. package/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
  770. package/serialization/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
  771. package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
  772. package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
  773. package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
  774. package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
  775. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
  776. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
  777. package/serialization/types/AssetTranscription.d.ts +12 -0
  778. package/{dist/serialization/types/VideoTranscription.js → serialization/types/AssetTranscription.js} +4 -4
  779. package/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
  780. package/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
  781. package/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
  782. package/serialization/types/AstAdditionOperatorNodeInput.js +43 -0
  783. package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
  784. package/serialization/types/AstAdditionOperatorNodeOutput.js +43 -0
  785. package/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
  786. package/serialization/types/AstAndOperatorNodeInput.js +1 -1
  787. package/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
  788. package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  789. package/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  790. package/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
  791. package/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  792. package/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
  793. package/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
  794. package/serialization/types/AstDivisionOperatorNodeInput.js +43 -0
  795. package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
  796. package/serialization/types/AstDivisionOperatorNodeOutput.js +43 -0
  797. package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  798. package/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
  799. package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  800. package/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
  801. package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  802. package/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
  803. package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  804. package/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
  805. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  806. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
  807. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  808. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
  809. package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  810. package/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
  811. package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  812. package/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
  813. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  814. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
  815. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  816. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
  817. package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
  818. package/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
  819. package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
  820. package/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
  821. package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → serialization/types/AstNodeInput.d.ts} +15 -3
  822. package/{dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js → serialization/types/AstNodeInput.js} +6 -2
  823. package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → serialization/types/AstNodeOutput.d.ts} +15 -3
  824. package/{dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js → serialization/types/AstNodeOutput.js} +6 -2
  825. package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  826. package/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
  827. package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  828. package/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
  829. package/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
  830. package/serialization/types/AstOrOperatorNodeInput.js +1 -1
  831. package/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
  832. package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  833. package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
  834. package/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
  835. package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
  836. package/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
  837. package/serialization/types/AsyncConversationMetadata.d.ts +1 -0
  838. package/serialization/types/AsyncConversationMetadata.js +1 -0
  839. package/serialization/types/AudioAnalysis.d.ts +13 -0
  840. package/serialization/types/AudioAnalysis.js +45 -0
  841. package/serialization/types/AudioAnalysisResult.d.ts +18 -0
  842. package/serialization/types/AudioAnalysisResult.js +50 -0
  843. package/serialization/types/AudioAnalysisStatus.d.ts +7 -0
  844. package/serialization/types/AudioAnalysisStatus.js +39 -0
  845. package/serialization/types/AudioKeyMoment.d.ts +11 -0
  846. package/serialization/types/AudioKeyMoment.js +43 -0
  847. package/serialization/types/AudioSegment.d.ts +15 -0
  848. package/serialization/types/AudioSegment.js +47 -0
  849. package/serialization/types/AvatarContextRequestModel.d.ts +12 -0
  850. package/{dist/serialization/types/ObjectOverrideOutput.js → serialization/types/AvatarContextRequestModel.js} +6 -8
  851. package/serialization/types/AvatarContextResponseModel.d.ts +12 -0
  852. package/serialization/types/AvatarContextResponseModel.js +44 -0
  853. package/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
  854. package/serialization/types/BatchCallDetailedResponse.js +3 -0
  855. package/serialization/types/BatchCallResponse.d.ts +3 -0
  856. package/serialization/types/BatchCallResponse.js +3 -0
  857. package/serialization/types/CanvasPlacement.d.ts +2 -0
  858. package/serialization/types/CanvasPlacement.js +2 -0
  859. package/serialization/types/ChatSourceMedium.d.ts +1 -1
  860. package/serialization/types/ChatSourceMedium.js +1 -1
  861. package/serialization/types/ConversationConfig.d.ts +2 -0
  862. package/serialization/types/ConversationConfig.js +2 -0
  863. package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  864. package/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
  865. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  866. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  867. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  868. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  869. package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  870. package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  871. package/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
  872. package/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
  873. package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
  874. package/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
  875. package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
  876. package/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
  877. package/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
  878. package/serialization/types/CreateMtlsAuthRequest.js +46 -0
  879. package/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
  880. package/serialization/types/CreateSimulationTestRequest.js +2 -0
  881. package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
  882. package/serialization/types/DependentUnknownToolIdentifier.js +3 -1
  883. package/serialization/types/DtmfInputConfig.d.ts +10 -0
  884. package/serialization/types/DtmfInputConfig.js +42 -0
  885. package/serialization/types/EmbeddingModelEnum.d.ts +1 -1
  886. package/serialization/types/EmbeddingModelEnum.js +1 -1
  887. package/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
  888. package/serialization/types/FeaturesUsageCommonModel.js +2 -0
  889. package/serialization/types/FileInputConfig.d.ts +10 -0
  890. package/serialization/types/FileInputConfig.js +42 -0
  891. package/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
  892. package/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
  893. package/serialization/types/GenesysRegion.d.ts +7 -0
  894. package/serialization/types/GenesysRegion.js +57 -0
  895. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
  896. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
  897. package/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
  898. package/serialization/types/GetLibraryVoicesResponse.js +1 -0
  899. package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
  900. package/serialization/types/GetSimulationTestResponseModel.js +2 -0
  901. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  902. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  903. package/serialization/types/MessageSearchSortBy.d.ts +7 -0
  904. package/serialization/types/MessageSearchSortBy.js +39 -0
  905. package/serialization/types/MockNoMatchBehavior.d.ts +7 -0
  906. package/serialization/types/MockNoMatchBehavior.js +39 -0
  907. package/serialization/types/MockingStrategy.d.ts +7 -0
  908. package/serialization/types/MockingStrategy.js +39 -0
  909. package/serialization/types/MtlsAuthResponse.d.ts +13 -0
  910. package/serialization/types/{QueryOverride.js → MtlsAuthResponse.js} +7 -5
  911. package/serialization/types/OAuthConnectionStatus.d.ts +7 -0
  912. package/serialization/types/OAuthConnectionStatus.js +39 -0
  913. package/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
  914. package/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
  915. package/serialization/types/PermissionType.d.ts +1 -1
  916. package/serialization/types/PermissionType.js +1 -0
  917. package/serialization/types/ProcedureCompilerMode.d.ts +7 -0
  918. package/serialization/types/ProcedureCompilerMode.js +39 -0
  919. package/serialization/types/ProcedureSettings.d.ts +10 -0
  920. package/serialization/types/ProcedureSettings.js +42 -0
  921. package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
  922. package/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
  923. package/serialization/types/ProjectImageResponseModel.d.ts +1 -0
  924. package/serialization/types/ProjectImageResponseModel.js +1 -0
  925. package/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
  926. package/serialization/types/ProjectVideoResponseModel.js +1 -0
  927. package/serialization/types/SimulationTestModel.d.ts +2 -0
  928. package/serialization/types/SimulationTestModel.js +2 -0
  929. package/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
  930. package/serialization/types/SimulationToolMockBehaviorConfig.js +45 -0
  931. package/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
  932. package/serialization/types/SpeechHistoryItemResponse.js +2 -0
  933. package/serialization/types/ToolRequestModel.d.ts +2 -0
  934. package/serialization/types/ToolRequestModel.js +2 -0
  935. package/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
  936. package/serialization/types/ToolResponseMockConfigInput.js +43 -0
  937. package/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
  938. package/serialization/types/ToolResponseMockConfigOutput.js +43 -0
  939. package/serialization/types/ToolResponseModel.d.ts +2 -0
  940. package/serialization/types/ToolResponseModel.js +2 -0
  941. package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
  942. package/serialization/types/UpdateSimulationTestRequest.js +2 -0
  943. package/serialization/types/VideoAnalysisResult.d.ts +2 -2
  944. package/serialization/types/VideoAnalysisResult.js +2 -2
  945. package/serialization/types/Voice.d.ts +5 -0
  946. package/serialization/types/Voice.js +5 -0
  947. package/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
  948. package/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
  949. package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
  950. package/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
  951. package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
  952. package/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
  953. package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
  954. package/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
  955. package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  956. package/serialization/types/WorkspaceGroupPermission.js +1 -0
  957. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  958. package/serialization/types/WorkspaceResourceType.js +2 -0
  959. package/serialization/types/index.d.ts +40 -51
  960. package/serialization/types/index.js +40 -51
  961. package/version.d.ts +1 -1
  962. package/version.js +1 -1
  963. package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
  964. package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
  965. package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
  966. package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
  967. package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
  968. package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -47
  969. package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -50
  970. package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -50
  971. package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -50
  972. package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -49
  973. package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -49
  974. package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -50
  975. package/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -50
  976. package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -49
  977. package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -49
  978. package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -50
  979. package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -50
  980. package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -49
  981. package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -49
  982. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
  983. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
  984. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
  985. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
  986. package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -50
  987. package/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -50
  988. package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -49
  989. package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -49
  990. package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
  991. package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
  992. package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
  993. package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
  994. package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -50
  995. package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -50
  996. package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -49
  997. package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -49
  998. package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -47
  999. package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -46
  1000. package/api/types/LiteralOverride.d.ts +0 -6
  1001. package/api/types/LiteralOverrideConstantValue.d.ts +0 -1
  1002. package/api/types/ObjectOverrideInput.d.ts +0 -6
  1003. package/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
  1004. package/api/types/ObjectOverrideOutput.d.ts +0 -6
  1005. package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
  1006. package/api/types/QueryOverride.d.ts +0 -5
  1007. package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -49
  1008. package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
  1009. package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
  1010. package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
  1011. package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
  1012. package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
  1013. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -47
  1014. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -46
  1015. package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -50
  1016. package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -50
  1017. package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -50
  1018. package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -49
  1019. package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -49
  1020. package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -49
  1021. package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -3
  1022. package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -50
  1023. package/dist/api/types/AstEqualsOperatorNodeInputLeft.js +0 -3
  1024. package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -50
  1025. package/dist/api/types/AstEqualsOperatorNodeInputRight.js +0 -3
  1026. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -49
  1027. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.js +0 -3
  1028. package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -49
  1029. package/dist/api/types/AstEqualsOperatorNodeOutputRight.js +0 -3
  1030. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -50
  1031. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.js +0 -3
  1032. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -50
  1033. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.js +0 -3
  1034. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -49
  1035. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -3
  1036. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -49
  1037. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.js +0 -3
  1038. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
  1039. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -3
  1040. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
  1041. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -3
  1042. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
  1043. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -3
  1044. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
  1045. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -3
  1046. package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -50
  1047. package/dist/api/types/AstLessThanOperatorNodeInputLeft.js +0 -3
  1048. package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -50
  1049. package/dist/api/types/AstLessThanOperatorNodeInputRight.js +0 -3
  1050. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -49
  1051. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +0 -3
  1052. package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -49
  1053. package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +0 -3
  1054. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
  1055. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -3
  1056. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
  1057. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -3
  1058. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
  1059. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -3
  1060. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
  1061. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -3
  1062. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -50
  1063. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +0 -3
  1064. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -50
  1065. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +0 -3
  1066. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -49
  1067. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -3
  1068. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -49
  1069. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +0 -3
  1070. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -47
  1071. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +0 -3
  1072. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -46
  1073. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +0 -3
  1074. package/dist/api/types/LiteralOverride.d.ts +0 -6
  1075. package/dist/api/types/LiteralOverride.js +0 -3
  1076. package/dist/api/types/LiteralOverrideConstantValue.d.ts +0 -1
  1077. package/dist/api/types/LiteralOverrideConstantValue.js +0 -3
  1078. package/dist/api/types/ObjectOverrideInput.d.ts +0 -6
  1079. package/dist/api/types/ObjectOverrideInput.js +0 -3
  1080. package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
  1081. package/dist/api/types/ObjectOverrideInputPropertiesValue.js +0 -3
  1082. package/dist/api/types/ObjectOverrideOutput.d.ts +0 -6
  1083. package/dist/api/types/ObjectOverrideOutput.js +0 -3
  1084. package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
  1085. package/dist/api/types/ObjectOverrideOutputPropertiesValue.js +0 -3
  1086. package/dist/api/types/QueryOverride.d.ts +0 -5
  1087. package/dist/api/types/QueryOverride.js +0 -3
  1088. package/dist/api/types/VideoTranscription.js +0 -3
  1089. package/dist/api/types/VideoTranscriptionWord.js +0 -3
  1090. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +0 -3
  1091. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -49
  1092. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +0 -3
  1093. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
  1094. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
  1095. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
  1096. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
  1097. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
  1098. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
  1099. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
  1100. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
  1101. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -55
  1102. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -54
  1103. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -65
  1104. package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -67
  1105. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -55
  1106. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -67
  1107. package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -55
  1108. package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -54
  1109. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -54
  1110. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -65
  1111. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +0 -67
  1112. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -55
  1113. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -67
  1114. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +0 -65
  1115. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -54
  1116. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -65
  1117. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -55
  1118. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -67
  1119. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -55
  1120. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -67
  1121. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -54
  1122. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -65
  1123. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -54
  1124. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -65
  1125. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
  1126. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -67
  1127. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
  1128. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -67
  1129. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
  1130. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -65
  1131. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
  1132. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -65
  1133. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -55
  1134. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -67
  1135. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -55
  1136. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -67
  1137. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -54
  1138. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -65
  1139. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -54
  1140. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -65
  1141. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
  1142. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -67
  1143. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
  1144. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -67
  1145. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
  1146. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -65
  1147. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
  1148. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -65
  1149. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -55
  1150. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -67
  1151. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -55
  1152. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -67
  1153. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -54
  1154. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -65
  1155. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -54
  1156. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -65
  1157. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -55
  1158. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -67
  1159. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -54
  1160. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -65
  1161. package/dist/serialization/types/LiteralOverride.d.ts +0 -12
  1162. package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
  1163. package/dist/serialization/types/ObjectOverrideInput.d.ts +0 -11
  1164. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
  1165. package/dist/serialization/types/ObjectOverrideOutput.d.ts +0 -11
  1166. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
  1167. package/dist/serialization/types/QueryOverride.d.ts +0 -11
  1168. package/dist/serialization/types/VideoTranscription.d.ts +0 -12
  1169. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -55
  1170. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -67
  1171. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -54
  1172. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -65
  1173. package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
  1174. package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
  1175. package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
  1176. package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
  1177. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
  1178. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
  1179. package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
  1180. package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
  1181. package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -55
  1182. package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -67
  1183. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -54
  1184. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -65
  1185. package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -55
  1186. package/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -67
  1187. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -55
  1188. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -67
  1189. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -55
  1190. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -67
  1191. package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -54
  1192. package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -65
  1193. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -54
  1194. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -65
  1195. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -54
  1196. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -65
  1197. package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -55
  1198. package/serialization/types/AstEqualsOperatorNodeInputLeft.js +0 -67
  1199. package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -55
  1200. package/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -67
  1201. package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -54
  1202. package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +0 -65
  1203. package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -54
  1204. package/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -65
  1205. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -55
  1206. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -67
  1207. package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -55
  1208. package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -67
  1209. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -54
  1210. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -65
  1211. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -54
  1212. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -65
  1213. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
  1214. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -67
  1215. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
  1216. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -67
  1217. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
  1218. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -65
  1219. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
  1220. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -65
  1221. package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -55
  1222. package/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -67
  1223. package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -55
  1224. package/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -67
  1225. package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -54
  1226. package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -65
  1227. package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -54
  1228. package/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -65
  1229. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
  1230. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -67
  1231. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
  1232. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -67
  1233. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
  1234. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -65
  1235. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
  1236. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -65
  1237. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -55
  1238. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -67
  1239. package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -55
  1240. package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -67
  1241. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -54
  1242. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -65
  1243. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -54
  1244. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -65
  1245. package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -55
  1246. package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -67
  1247. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -54
  1248. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -65
  1249. package/serialization/types/LiteralOverride.d.ts +0 -12
  1250. package/serialization/types/LiteralOverride.js +0 -44
  1251. package/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
  1252. package/serialization/types/ObjectOverrideInput.d.ts +0 -11
  1253. package/serialization/types/ObjectOverrideInput.js +0 -46
  1254. package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
  1255. package/serialization/types/ObjectOverrideOutput.d.ts +0 -11
  1256. package/serialization/types/ObjectOverrideOutput.js +0 -46
  1257. package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
  1258. package/serialization/types/QueryOverride.d.ts +0 -11
  1259. package/serialization/types/VideoTranscription.d.ts +0 -12
  1260. package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -55
  1261. package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -67
  1262. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -54
  1263. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -65
  1264. /package/api/{types/ApiIntegrationWebhookOverridesInput.js → resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
  1265. /package/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverrides.js} +0 -0
  1266. /package/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
  1267. /package/api/types/{ApiIntegrationWebhookOverridesOutput.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
  1268. /package/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → AssetTranscription.js} +0 -0
  1269. /package/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → AssetTranscriptionWord.js} +0 -0
  1270. /package/api/types/{AstAndOperatorNodeInputChildrenItem.js → AstAdditionOperatorNodeInput.js} +0 -0
  1271. /package/api/types/{AstAndOperatorNodeOutputChildrenItem.js → AstAdditionOperatorNodeOutput.js} +0 -0
  1272. /package/api/types/{AstConditionalOperatorNodeInputCondition.js → AstDivisionOperatorNodeInput.js} +0 -0
  1273. /package/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → AstDivisionOperatorNodeOutput.js} +0 -0
  1274. /package/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → AstMultiplicationOperatorNodeInput.js} +0 -0
  1275. /package/api/types/{AstConditionalOperatorNodeOutputCondition.js → AstMultiplicationOperatorNodeOutput.js} +0 -0
  1276. /package/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → AstNodeInput.js} +0 -0
  1277. /package/api/types/{AstConditionalOperatorNodeOutputTrueExpression.js → AstNodeOutput.js} +0 -0
  1278. /package/api/types/{AstEqualsOperatorNodeInputLeft.js → AstSubtractionOperatorNodeInput.js} +0 -0
  1279. /package/api/types/{AstEqualsOperatorNodeInputRight.js → AstSubtractionOperatorNodeOutput.js} +0 -0
  1280. /package/api/types/{AstEqualsOperatorNodeOutputLeft.js → AudioAnalysis.js} +0 -0
  1281. /package/api/types/{AstEqualsOperatorNodeOutputRight.js → AudioAnalysisResult.js} +0 -0
  1282. /package/api/types/{AstGreaterThanOperatorNodeInputLeft.js → AudioKeyMoment.js} +0 -0
  1283. /package/api/types/{AstGreaterThanOperatorNodeInputRight.js → AudioSegment.js} +0 -0
  1284. /package/api/types/{AstGreaterThanOperatorNodeOutputLeft.js → AvatarContextRequestModel.js} +0 -0
  1285. /package/api/types/{AstGreaterThanOperatorNodeOutputRight.js → AvatarContextResponseModel.js} +0 -0
  1286. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputLeft.js → CreateMtlsAuthRequest.js} +0 -0
  1287. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputRight.js → DtmfInputConfig.js} +0 -0
  1288. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputLeft.js → FileInputConfig.js} +0 -0
  1289. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputRight.js → FileInputConfigWorkflowOverride.js} +0 -0
  1290. /package/api/types/{AstLessThanOperatorNodeInputLeft.js → MtlsAuthResponse.js} +0 -0
  1291. /package/api/types/{AstLessThanOperatorNodeInputRight.js → OrchestratorToolMockBehaviorConfig.js} +0 -0
  1292. /package/api/types/{AstLessThanOperatorNodeOutputLeft.js → ProcedureSettings.js} +0 -0
  1293. /package/api/types/{AstLessThanOperatorNodeOutputRight.js → SimulationToolMockBehaviorConfig.js} +0 -0
  1294. /package/api/types/{AstLessThanOrEqualsOperatorNodeInputLeft.js → ToolResponseMockConfigInput.js} +0 -0
  1295. /package/api/types/{AstLessThanOrEqualsOperatorNodeInputRight.js → ToolResponseMockConfigOutput.js} +0 -0
  1296. /package/{api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js → dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
  1297. /package/{api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js → dist/api/types/ApiIntegrationWebhookOverrides.js} +0 -0
  1298. /package/{api/types/AstNotEqualsOperatorNodeInputLeft.js → dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
  1299. /package/{api/types/AstNotEqualsOperatorNodeInputRight.js → dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
  1300. /package/{api/types/AstNotEqualsOperatorNodeOutputLeft.js → dist/api/types/AssetTranscription.js} +0 -0
  1301. /package/{api/types/AstNotEqualsOperatorNodeOutputRight.js → dist/api/types/AssetTranscriptionWord.js} +0 -0
  1302. /package/{api/types/AstOrOperatorNodeInputChildrenItem.js → dist/api/types/AstAdditionOperatorNodeInput.js} +0 -0
  1303. /package/{api/types/AstOrOperatorNodeOutputChildrenItem.js → dist/api/types/AstAdditionOperatorNodeOutput.js} +0 -0
  1304. /package/{api/types/LiteralOverride.js → dist/api/types/AstDivisionOperatorNodeInput.js} +0 -0
  1305. /package/{api/types/LiteralOverrideConstantValue.js → dist/api/types/AstDivisionOperatorNodeOutput.js} +0 -0
  1306. /package/{api/types/ObjectOverrideInput.js → dist/api/types/AstMultiplicationOperatorNodeInput.js} +0 -0
  1307. /package/{api/types/ObjectOverrideInputPropertiesValue.js → dist/api/types/AstMultiplicationOperatorNodeOutput.js} +0 -0
  1308. /package/{api/types/ObjectOverrideOutput.js → dist/api/types/AstNodeInput.js} +0 -0
  1309. /package/{api/types/ObjectOverrideOutputPropertiesValue.js → dist/api/types/AstNodeOutput.js} +0 -0
  1310. /package/{api/types/QueryOverride.js → dist/api/types/AstSubtractionOperatorNodeInput.js} +0 -0
  1311. /package/{api/types/VideoTranscription.js → dist/api/types/AstSubtractionOperatorNodeOutput.js} +0 -0
  1312. /package/{api/types/VideoTranscriptionWord.js → dist/api/types/AudioAnalysis.js} +0 -0
  1313. /package/{api/types/WorkflowExpressionConditionModelInputExpression.js → dist/api/types/AudioAnalysisResult.js} +0 -0
  1314. /package/{api/types/WorkflowExpressionConditionModelOutputExpression.js → dist/api/types/AudioKeyMoment.js} +0 -0
  1315. /package/dist/api/types/{ApiIntegrationWebhookOverridesInput.js → AudioSegment.js} +0 -0
  1316. /package/dist/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → AvatarContextRequestModel.js} +0 -0
  1317. /package/dist/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → AvatarContextResponseModel.js} +0 -0
  1318. /package/dist/api/types/{ApiIntegrationWebhookOverridesOutput.js → CreateMtlsAuthRequest.js} +0 -0
  1319. /package/dist/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → DtmfInputConfig.js} +0 -0
  1320. /package/dist/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → FileInputConfig.js} +0 -0
  1321. /package/dist/api/types/{AstAndOperatorNodeInputChildrenItem.js → FileInputConfigWorkflowOverride.js} +0 -0
  1322. /package/dist/api/types/{AstAndOperatorNodeOutputChildrenItem.js → MtlsAuthResponse.js} +0 -0
  1323. /package/dist/api/types/{AstConditionalOperatorNodeInputCondition.js → OrchestratorToolMockBehaviorConfig.js} +0 -0
  1324. /package/dist/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → ProcedureSettings.js} +0 -0
  1325. /package/dist/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → SimulationToolMockBehaviorConfig.js} +0 -0
  1326. /package/dist/api/types/{AstConditionalOperatorNodeOutputCondition.js → ToolResponseMockConfigInput.js} +0 -0
  1327. /package/dist/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → ToolResponseMockConfigOutput.js} +0 -0
@@ -122,12 +122,7 @@ class PronunciationDictionariesClient {
122
122
  if (_response.error.reason === "status-code") {
123
123
  switch (_response.error.statusCode) {
124
124
  case 422:
125
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
126
- unrecognizedObjectKeys: "passthrough",
127
- allowUnrecognizedUnionMembers: true,
128
- allowUnrecognizedEnumValues: true,
129
- breadcrumbsPrefix: ["response"],
130
- }), _response.rawResponse);
125
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
131
126
  default:
132
127
  throw new errors.ElevenLabsError({
133
128
  statusCode: _response.error.statusCode,
@@ -194,12 +189,7 @@ class PronunciationDictionariesClient {
194
189
  if (_response.error.reason === "status-code") {
195
190
  switch (_response.error.statusCode) {
196
191
  case 422:
197
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
198
- unrecognizedObjectKeys: "passthrough",
199
- allowUnrecognizedUnionMembers: true,
200
- allowUnrecognizedEnumValues: true,
201
- breadcrumbsPrefix: ["response"],
202
- }), _response.rawResponse);
192
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
203
193
  default:
204
194
  throw new errors.ElevenLabsError({
205
195
  statusCode: _response.error.statusCode,
@@ -254,12 +244,7 @@ class PronunciationDictionariesClient {
254
244
  if (_response.error.reason === "status-code") {
255
245
  switch (_response.error.statusCode) {
256
246
  case 422:
257
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
258
- unrecognizedObjectKeys: "passthrough",
259
- allowUnrecognizedUnionMembers: true,
260
- allowUnrecognizedEnumValues: true,
261
- breadcrumbsPrefix: ["response"],
262
- }), _response.rawResponse);
247
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
263
248
  default:
264
249
  throw new errors.ElevenLabsError({
265
250
  statusCode: _response.error.statusCode,
@@ -318,12 +303,7 @@ class PronunciationDictionariesClient {
318
303
  if (_response.error.reason === "status-code") {
319
304
  switch (_response.error.statusCode) {
320
305
  case 422:
321
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
322
- unrecognizedObjectKeys: "passthrough",
323
- allowUnrecognizedUnionMembers: true,
324
- allowUnrecognizedEnumValues: true,
325
- breadcrumbsPrefix: ["response"],
326
- }), _response.rawResponse);
306
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
327
307
  default:
328
308
  throw new errors.ElevenLabsError({
329
309
  statusCode: _response.error.statusCode,
@@ -364,12 +344,7 @@ class PronunciationDictionariesClient {
364
344
  if (_response.error.reason === "status-code") {
365
345
  switch (_response.error.statusCode) {
366
346
  case 422:
367
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
368
- unrecognizedObjectKeys: "passthrough",
369
- allowUnrecognizedUnionMembers: true,
370
- allowUnrecognizedEnumValues: true,
371
- breadcrumbsPrefix: ["response"],
372
- }), _response.rawResponse);
347
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
373
348
  default:
374
349
  throw new errors.ElevenLabsError({
375
350
  statusCode: _response.error.statusCode,
@@ -445,12 +420,7 @@ class PronunciationDictionariesClient {
445
420
  if (_response.error.reason === "status-code") {
446
421
  switch (_response.error.statusCode) {
447
422
  case 422:
448
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
449
- unrecognizedObjectKeys: "passthrough",
450
- allowUnrecognizedUnionMembers: true,
451
- allowUnrecognizedEnumValues: true,
452
- breadcrumbsPrefix: ["response"],
453
- }), _response.rawResponse);
423
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
454
424
  default:
455
425
  throw new errors.ElevenLabsError({
456
426
  statusCode: _response.error.statusCode,
@@ -111,12 +111,7 @@ class RulesClient {
111
111
  if (_response.error.reason === "status-code") {
112
112
  switch (_response.error.statusCode) {
113
113
  case 422:
114
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
115
- unrecognizedObjectKeys: "passthrough",
116
- allowUnrecognizedUnionMembers: true,
117
- allowUnrecognizedEnumValues: true,
118
- breadcrumbsPrefix: ["response"],
119
- }), _response.rawResponse);
114
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
120
115
  default:
121
116
  throw new errors.ElevenLabsError({
122
117
  statusCode: _response.error.statusCode,
@@ -185,12 +180,7 @@ class RulesClient {
185
180
  if (_response.error.reason === "status-code") {
186
181
  switch (_response.error.statusCode) {
187
182
  case 422:
188
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
189
- unrecognizedObjectKeys: "passthrough",
190
- allowUnrecognizedUnionMembers: true,
191
- allowUnrecognizedEnumValues: true,
192
- breadcrumbsPrefix: ["response"],
193
- }), _response.rawResponse);
183
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
194
184
  default:
195
185
  throw new errors.ElevenLabsError({
196
186
  statusCode: _response.error.statusCode,
@@ -253,12 +243,7 @@ class RulesClient {
253
243
  if (_response.error.reason === "status-code") {
254
244
  switch (_response.error.statusCode) {
255
245
  case 422:
256
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
257
- unrecognizedObjectKeys: "passthrough",
258
- allowUnrecognizedUnionMembers: true,
259
- allowUnrecognizedEnumValues: true,
260
- breadcrumbsPrefix: ["response"],
261
- }), _response.rawResponse);
246
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
262
247
  default:
263
248
  throw new errors.ElevenLabsError({
264
249
  statusCode: _response.error.statusCode,
@@ -103,12 +103,7 @@ class SamplesClient {
103
103
  if (_response.error.reason === "status-code") {
104
104
  switch (_response.error.statusCode) {
105
105
  case 422:
106
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
107
- unrecognizedObjectKeys: "passthrough",
108
- allowUnrecognizedUnionMembers: true,
109
- allowUnrecognizedEnumValues: true,
110
- breadcrumbsPrefix: ["response"],
111
- }), _response.rawResponse);
106
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
112
107
  default:
113
108
  throw new errors.ElevenLabsError({
114
109
  statusCode: _response.error.statusCode,
@@ -103,12 +103,7 @@ class ServiceAccountsClient {
103
103
  if (_response.error.reason === "status-code") {
104
104
  switch (_response.error.statusCode) {
105
105
  case 422:
106
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
107
- unrecognizedObjectKeys: "passthrough",
108
- allowUnrecognizedUnionMembers: true,
109
- allowUnrecognizedEnumValues: true,
110
- breadcrumbsPrefix: ["response"],
111
- }), _response.rawResponse);
106
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
112
107
  default:
113
108
  throw new errors.ElevenLabsError({
114
109
  statusCode: _response.error.statusCode,
@@ -99,12 +99,7 @@ class ApiKeysClient {
99
99
  if (_response.error.reason === "status-code") {
100
100
  switch (_response.error.statusCode) {
101
101
  case 422:
102
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
103
- unrecognizedObjectKeys: "passthrough",
104
- allowUnrecognizedUnionMembers: true,
105
- allowUnrecognizedEnumValues: true,
106
- breadcrumbsPrefix: ["response"],
107
- }), _response.rawResponse);
102
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
108
103
  default:
109
104
  throw new errors.ElevenLabsError({
110
105
  statusCode: _response.error.statusCode,
@@ -166,12 +161,7 @@ class ApiKeysClient {
166
161
  if (_response.error.reason === "status-code") {
167
162
  switch (_response.error.statusCode) {
168
163
  case 422:
169
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
170
- unrecognizedObjectKeys: "passthrough",
171
- allowUnrecognizedUnionMembers: true,
172
- allowUnrecognizedEnumValues: true,
173
- breadcrumbsPrefix: ["response"],
174
- }), _response.rawResponse);
164
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
175
165
  default:
176
166
  throw new errors.ElevenLabsError({
177
167
  statusCode: _response.error.statusCode,
@@ -219,12 +209,7 @@ class ApiKeysClient {
219
209
  if (_response.error.reason === "status-code") {
220
210
  switch (_response.error.statusCode) {
221
211
  case 422:
222
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
223
- unrecognizedObjectKeys: "passthrough",
224
- allowUnrecognizedUnionMembers: true,
225
- allowUnrecognizedEnumValues: true,
226
- breadcrumbsPrefix: ["response"],
227
- }), _response.rawResponse);
212
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
228
213
  default:
229
214
  throw new errors.ElevenLabsError({
230
215
  statusCode: _response.error.statusCode,
@@ -280,12 +265,7 @@ class ApiKeysClient {
280
265
  if (_response.error.reason === "status-code") {
281
266
  switch (_response.error.statusCode) {
282
267
  case 422:
283
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
284
- unrecognizedObjectKeys: "passthrough",
285
- allowUnrecognizedUnionMembers: true,
286
- allowUnrecognizedEnumValues: true,
287
- breadcrumbsPrefix: ["response"],
288
- }), _response.rawResponse);
268
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
289
269
  default:
290
270
  throw new errors.ElevenLabsError({
291
271
  statusCode: _response.error.statusCode,
@@ -118,12 +118,7 @@ class SpeechToSpeechClient {
118
118
  if (_response.error.reason === "status-code") {
119
119
  switch (_response.error.statusCode) {
120
120
  case 422:
121
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
122
- unrecognizedObjectKeys: "passthrough",
123
- allowUnrecognizedUnionMembers: true,
124
- allowUnrecognizedEnumValues: true,
125
- breadcrumbsPrefix: ["response"],
126
- }), _response.rawResponse);
121
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
127
122
  default:
128
123
  throw new errors.ElevenLabsError({
129
124
  statusCode: _response.error.statusCode,
@@ -197,12 +192,7 @@ class SpeechToSpeechClient {
197
192
  if (_response.error.reason === "status-code") {
198
193
  switch (_response.error.statusCode) {
199
194
  case 422:
200
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
201
- unrecognizedObjectKeys: "passthrough",
202
- allowUnrecognizedUnionMembers: true,
203
- allowUnrecognizedEnumValues: true,
204
- breadcrumbsPrefix: ["response"],
205
- }), _response.rawResponse);
195
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
206
196
  default:
207
197
  throw new errors.ElevenLabsError({
208
198
  statusCode: _response.error.statusCode,
@@ -125,6 +125,9 @@ class SpeechToTextClient {
125
125
  if (request.cloudStorageUrl != null) {
126
126
  _request.append("cloud_storage_url", request.cloudStorageUrl);
127
127
  }
128
+ if (request.sourceUrl != null) {
129
+ _request.append("source_url", request.sourceUrl);
130
+ }
128
131
  if (request.webhook != null) {
129
132
  _request.append("webhook", request.webhook.toString());
130
133
  }
@@ -199,12 +202,7 @@ class SpeechToTextClient {
199
202
  if (_response.error.reason === "status-code") {
200
203
  switch (_response.error.statusCode) {
201
204
  case 422:
202
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
203
- unrecognizedObjectKeys: "passthrough",
204
- allowUnrecognizedUnionMembers: true,
205
- allowUnrecognizedEnumValues: true,
206
- breadcrumbsPrefix: ["response"],
207
- }), _response.rawResponse);
205
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
208
206
  default:
209
207
  throw new errors.ElevenLabsError({
210
208
  statusCode: _response.error.statusCode,
@@ -18,7 +18,7 @@ export interface BodySpeechToTextV1SpeechToTextPost {
18
18
  enableLogging?: boolean;
19
19
  /** The ID of the model to use for transcription. */
20
20
  modelId: ElevenLabs.SpeechToTextConvertRequestModelId;
21
- /** The file to transcribe. All major audio and video formats are supported. Exactly one of the file or cloud_storage_url parameters must be provided. The file size must be less than 3.0GB. */
21
+ /** The file to transcribe (100ms minimum audio length). All major audio and video formats are supported. Exactly one of the file or cloud_storage_url parameters must be provided. The file size must be less than 3.0GB. */
22
22
  file?: core.file.Uploadable | undefined;
23
23
  /** An ISO-639-1 or ISO-639-3 language_code corresponding to the language of the audio file. Can sometimes improve transcription performance if known beforehand. Defaults to null, in this case the language is predicted automatically. */
24
24
  languageCode?: string;
@@ -38,6 +38,8 @@ export interface BodySpeechToTextV1SpeechToTextPost {
38
38
  fileFormat?: ElevenLabs.SpeechToTextConvertRequestFileFormat;
39
39
  /** The HTTPS URL of the file to transcribe. Exactly one of the file or cloud_storage_url parameters must be provided. The file must be accessible via HTTPS and the file size must be less than 2GB. Any valid HTTPS URL is accepted, including URLs from cloud storage providers (AWS S3, Google Cloud Storage, Cloudflare R2, etc.), CDNs, or any other HTTPS source. URLs can be pre-signed or include authentication tokens in query parameters. */
40
40
  cloudStorageUrl?: string;
41
+ /** The URL of an audio or video file to transcribe. Supports hosted video or audio files, YouTube video URLs, TikTok video URLs, and other video hosting services. */
42
+ sourceUrl?: string;
41
43
  /** Whether to send the transcription result to configured speech-to-text webhooks. If set the request will return early without the transcription, which will be delivered later via webhook. */
42
44
  webhook?: boolean;
43
45
  /** Optional specific webhook ID to send the transcription result to. Only valid when webhook is set to true. If not provided, transcription will be sent to all configured speech-to-text webhooks. */
@@ -105,12 +105,7 @@ class TranscriptsClient {
105
105
  case 404:
106
106
  throw new ElevenLabs.NotFoundError(_response.error.body, _response.rawResponse);
107
107
  case 422:
108
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
109
- unrecognizedObjectKeys: "passthrough",
110
- allowUnrecognizedUnionMembers: true,
111
- allowUnrecognizedEnumValues: true,
112
- breadcrumbsPrefix: ["response"],
113
- }), _response.rawResponse);
108
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
114
109
  default:
115
110
  throw new errors.ElevenLabsError({
116
111
  statusCode: _response.error.statusCode,
@@ -160,12 +155,7 @@ class TranscriptsClient {
160
155
  case 401:
161
156
  throw new ElevenLabs.UnauthorizedError(_response.error.body, _response.rawResponse);
162
157
  case 422:
163
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
164
- unrecognizedObjectKeys: "passthrough",
165
- allowUnrecognizedUnionMembers: true,
166
- allowUnrecognizedEnumValues: true,
167
- breadcrumbsPrefix: ["response"],
168
- }), _response.rawResponse);
158
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
169
159
  default:
170
160
  throw new errors.ElevenLabsError({
171
161
  statusCode: _response.error.statusCode,
@@ -138,12 +138,7 @@ class StudioClient {
138
138
  if (_response.error.reason === "status-code") {
139
139
  switch (_response.error.statusCode) {
140
140
  case 422:
141
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
142
- unrecognizedObjectKeys: "passthrough",
143
- allowUnrecognizedUnionMembers: true,
144
- allowUnrecognizedEnumValues: true,
145
- breadcrumbsPrefix: ["response"],
146
- }), _response.rawResponse);
141
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
147
142
  default:
148
143
  throw new errors.ElevenLabsError({
149
144
  statusCode: _response.error.statusCode,
@@ -118,12 +118,7 @@ class ProjectsClient {
118
118
  if (_response.error.reason === "status-code") {
119
119
  switch (_response.error.statusCode) {
120
120
  case 422:
121
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
122
- unrecognizedObjectKeys: "passthrough",
123
- allowUnrecognizedUnionMembers: true,
124
- allowUnrecognizedEnumValues: true,
125
- breadcrumbsPrefix: ["response"],
126
- }), _response.rawResponse);
121
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
127
122
  default:
128
123
  throw new errors.ElevenLabsError({
129
124
  statusCode: _response.error.statusCode,
@@ -285,12 +280,7 @@ class ProjectsClient {
285
280
  if (_response.error.reason === "status-code") {
286
281
  switch (_response.error.statusCode) {
287
282
  case 422:
288
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
289
- unrecognizedObjectKeys: "passthrough",
290
- allowUnrecognizedUnionMembers: true,
291
- allowUnrecognizedEnumValues: true,
292
- breadcrumbsPrefix: ["response"],
293
- }), _response.rawResponse);
283
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
294
284
  default:
295
285
  throw new errors.ElevenLabsError({
296
286
  statusCode: _response.error.statusCode,
@@ -353,12 +343,7 @@ class ProjectsClient {
353
343
  if (_response.error.reason === "status-code") {
354
344
  switch (_response.error.statusCode) {
355
345
  case 422:
356
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
357
- unrecognizedObjectKeys: "passthrough",
358
- allowUnrecognizedUnionMembers: true,
359
- allowUnrecognizedEnumValues: true,
360
- breadcrumbsPrefix: ["response"],
361
- }), _response.rawResponse);
346
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
362
347
  default:
363
348
  throw new errors.ElevenLabsError({
364
349
  statusCode: _response.error.statusCode,
@@ -423,12 +408,7 @@ class ProjectsClient {
423
408
  if (_response.error.reason === "status-code") {
424
409
  switch (_response.error.statusCode) {
425
410
  case 422:
426
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
427
- unrecognizedObjectKeys: "passthrough",
428
- allowUnrecognizedUnionMembers: true,
429
- allowUnrecognizedEnumValues: true,
430
- breadcrumbsPrefix: ["response"],
431
- }), _response.rawResponse);
411
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
432
412
  default:
433
413
  throw new errors.ElevenLabsError({
434
414
  statusCode: _response.error.statusCode,
@@ -483,12 +463,7 @@ class ProjectsClient {
483
463
  if (_response.error.reason === "status-code") {
484
464
  switch (_response.error.statusCode) {
485
465
  case 422:
486
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
487
- unrecognizedObjectKeys: "passthrough",
488
- allowUnrecognizedUnionMembers: true,
489
- allowUnrecognizedEnumValues: true,
490
- breadcrumbsPrefix: ["response"],
491
- }), _response.rawResponse);
466
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
492
467
  default:
493
468
  throw new errors.ElevenLabsError({
494
469
  statusCode: _response.error.statusCode,
@@ -543,12 +518,7 @@ class ProjectsClient {
543
518
  if (_response.error.reason === "status-code") {
544
519
  switch (_response.error.statusCode) {
545
520
  case 422:
546
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
547
- unrecognizedObjectKeys: "passthrough",
548
- allowUnrecognizedUnionMembers: true,
549
- allowUnrecognizedEnumValues: true,
550
- breadcrumbsPrefix: ["response"],
551
- }), _response.rawResponse);
521
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
552
522
  default:
553
523
  throw new errors.ElevenLabsError({
554
524
  statusCode: _response.error.statusCode,
@@ -603,12 +573,7 @@ class ProjectsClient {
603
573
  if (_response.error.reason === "status-code") {
604
574
  switch (_response.error.statusCode) {
605
575
  case 422:
606
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
607
- unrecognizedObjectKeys: "passthrough",
608
- allowUnrecognizedUnionMembers: true,
609
- allowUnrecognizedEnumValues: true,
610
- breadcrumbsPrefix: ["response"],
611
- }), _response.rawResponse);
576
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
612
577
  default:
613
578
  throw new errors.ElevenLabsError({
614
579
  statusCode: _response.error.statusCode,
@@ -104,12 +104,7 @@ class ChaptersClient {
104
104
  if (_response.error.reason === "status-code") {
105
105
  switch (_response.error.statusCode) {
106
106
  case 422:
107
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
108
- unrecognizedObjectKeys: "passthrough",
109
- allowUnrecognizedUnionMembers: true,
110
- allowUnrecognizedEnumValues: true,
111
- breadcrumbsPrefix: ["response"],
112
- }), _response.rawResponse);
107
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
113
108
  default:
114
109
  throw new errors.ElevenLabsError({
115
110
  statusCode: _response.error.statusCode,
@@ -170,12 +165,7 @@ class ChaptersClient {
170
165
  if (_response.error.reason === "status-code") {
171
166
  switch (_response.error.statusCode) {
172
167
  case 422:
173
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
174
- unrecognizedObjectKeys: "passthrough",
175
- allowUnrecognizedUnionMembers: true,
176
- allowUnrecognizedEnumValues: true,
177
- breadcrumbsPrefix: ["response"],
178
- }), _response.rawResponse);
168
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
179
169
  default:
180
170
  throw new errors.ElevenLabsError({
181
171
  statusCode: _response.error.statusCode,
@@ -231,12 +221,7 @@ class ChaptersClient {
231
221
  if (_response.error.reason === "status-code") {
232
222
  switch (_response.error.statusCode) {
233
223
  case 422:
234
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
235
- unrecognizedObjectKeys: "passthrough",
236
- allowUnrecognizedUnionMembers: true,
237
- allowUnrecognizedEnumValues: true,
238
- breadcrumbsPrefix: ["response"],
239
- }), _response.rawResponse);
224
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
240
225
  default:
241
226
  throw new errors.ElevenLabsError({
242
227
  statusCode: _response.error.statusCode,
@@ -296,12 +281,7 @@ class ChaptersClient {
296
281
  if (_response.error.reason === "status-code") {
297
282
  switch (_response.error.statusCode) {
298
283
  case 422:
299
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
300
- unrecognizedObjectKeys: "passthrough",
301
- allowUnrecognizedUnionMembers: true,
302
- allowUnrecognizedEnumValues: true,
303
- breadcrumbsPrefix: ["response"],
304
- }), _response.rawResponse);
284
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
305
285
  default:
306
286
  throw new errors.ElevenLabsError({
307
287
  statusCode: _response.error.statusCode,
@@ -357,12 +337,7 @@ class ChaptersClient {
357
337
  if (_response.error.reason === "status-code") {
358
338
  switch (_response.error.statusCode) {
359
339
  case 422:
360
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
361
- unrecognizedObjectKeys: "passthrough",
362
- allowUnrecognizedUnionMembers: true,
363
- allowUnrecognizedEnumValues: true,
364
- breadcrumbsPrefix: ["response"],
365
- }), _response.rawResponse);
340
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
366
341
  default:
367
342
  throw new errors.ElevenLabsError({
368
343
  statusCode: _response.error.statusCode,
@@ -418,12 +393,7 @@ class ChaptersClient {
418
393
  if (_response.error.reason === "status-code") {
419
394
  switch (_response.error.statusCode) {
420
395
  case 422:
421
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
422
- unrecognizedObjectKeys: "passthrough",
423
- allowUnrecognizedUnionMembers: true,
424
- allowUnrecognizedEnumValues: true,
425
- breadcrumbsPrefix: ["response"],
426
- }), _response.rawResponse);
396
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
427
397
  default:
428
398
  throw new errors.ElevenLabsError({
429
399
  statusCode: _response.error.statusCode,
@@ -100,12 +100,7 @@ class SnapshotsClient {
100
100
  if (_response.error.reason === "status-code") {
101
101
  switch (_response.error.statusCode) {
102
102
  case 422:
103
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
104
- unrecognizedObjectKeys: "passthrough",
105
- allowUnrecognizedUnionMembers: true,
106
- allowUnrecognizedEnumValues: true,
107
- breadcrumbsPrefix: ["response"],
108
- }), _response.rawResponse);
103
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
109
104
  default:
110
105
  throw new errors.ElevenLabsError({
111
106
  statusCode: _response.error.statusCode,
@@ -162,12 +157,7 @@ class SnapshotsClient {
162
157
  if (_response.error.reason === "status-code") {
163
158
  switch (_response.error.statusCode) {
164
159
  case 422:
165
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
166
- unrecognizedObjectKeys: "passthrough",
167
- allowUnrecognizedUnionMembers: true,
168
- allowUnrecognizedEnumValues: true,
169
- breadcrumbsPrefix: ["response"],
170
- }), _response.rawResponse);
160
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
171
161
  default:
172
162
  throw new errors.ElevenLabsError({
173
163
  statusCode: _response.error.statusCode,
@@ -211,12 +201,7 @@ class SnapshotsClient {
211
201
  if (_response.error.reason === "status-code") {
212
202
  switch (_response.error.statusCode) {
213
203
  case 422:
214
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
215
- unrecognizedObjectKeys: "passthrough",
216
- allowUnrecognizedUnionMembers: true,
217
- allowUnrecognizedEnumValues: true,
218
- breadcrumbsPrefix: ["response"],
219
- }), _response.rawResponse);
204
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
220
205
  default:
221
206
  throw new errors.ElevenLabsError({
222
207
  statusCode: _response.error.statusCode,
@@ -118,12 +118,7 @@ class ContentClient {
118
118
  if (_response.error.reason === "status-code") {
119
119
  switch (_response.error.statusCode) {
120
120
  case 422:
121
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
122
- unrecognizedObjectKeys: "passthrough",
123
- allowUnrecognizedUnionMembers: true,
124
- allowUnrecognizedEnumValues: true,
125
- breadcrumbsPrefix: ["response"],
126
- }), _response.rawResponse);
121
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
127
122
  default:
128
123
  throw new errors.ElevenLabsError({
129
124
  statusCode: _response.error.statusCode,
@@ -107,12 +107,7 @@ class PronunciationDictionariesClient {
107
107
  if (_response.error.reason === "status-code") {
108
108
  switch (_response.error.statusCode) {
109
109
  case 422:
110
- throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
111
- unrecognizedObjectKeys: "passthrough",
112
- allowUnrecognizedUnionMembers: true,
113
- allowUnrecognizedEnumValues: true,
114
- breadcrumbsPrefix: ["response"],
115
- }), _response.rawResponse);
110
+ throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
116
111
  default:
117
112
  throw new errors.ElevenLabsError({
118
113
  statusCode: _response.error.statusCode,