@elevenlabs/elevenlabs-js 2.38.1 → 2.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1794) hide show
  1. package/BaseClient.js +2 -2
  2. package/Client.d.ts +3 -0
  3. package/Client.js +45 -40
  4. package/api/errors/BadRequestError.d.ts +1 -2
  5. package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +4 -0
  6. package/api/resources/conversationalAi/conversation/Conversation.d.ts +12 -0
  7. package/api/resources/conversationalAi/conversation/Conversation.js +18 -0
  8. package/api/resources/conversationalAi/conversation/__tests__/Conversation.test.js +25 -0
  9. package/api/resources/conversationalAi/conversation/events.d.ts +19 -2
  10. package/api/resources/conversationalAi/conversation/events.js +2 -0
  11. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +1 -0
  12. package/api/resources/conversationalAi/resources/agents/client/Client.js +5 -1
  13. package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +4 -1
  14. package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -1
  15. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -1
  16. package/api/resources/conversationalAi/resources/agents/index.d.ts +0 -1
  17. package/api/resources/conversationalAi/resources/agents/index.js +0 -1
  18. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  19. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +4 -2
  20. package/api/resources/conversationalAi/resources/conversations/client/Client.js +29 -5
  21. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
  22. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
  23. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -0
  24. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +17 -1
  25. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +4 -0
  26. package/api/resources/conversationalAi/resources/index.d.ts +0 -2
  27. package/api/resources/conversationalAi/resources/index.js +0 -2
  28. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +1 -0
  29. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +5 -1
  30. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +4 -1
  31. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +13 -0
  32. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +60 -0
  33. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.d.ts +1 -0
  34. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.js +1 -0
  35. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.d.ts +16 -0
  36. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  37. package/{dist/serialization/resources/conversationalAi/resources/twilio → api/resources/conversationalAi/resources/knowledgeBase/resources/document}/types/index.js +1 -1
  38. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +4 -0
  39. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +4 -0
  40. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +5 -2
  41. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -6
  42. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.d.ts +1 -1
  43. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.js +15 -0
  44. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/requests/ChunkGetRequest.d.ts +11 -0
  45. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/requests/index.d.ts +1 -0
  46. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/requests/index.js +2 -0
  47. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +1 -0
  48. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +1 -0
  49. package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +1 -0
  50. package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +1 -0
  51. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  52. package/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.d.ts +5 -0
  53. package/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
  54. package/api/resources/conversationalAi/resources/mcpServers/types/index.d.ts +1 -0
  55. package/api/resources/conversationalAi/resources/mcpServers/types/index.js +1 -0
  56. package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  57. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +6 -2
  58. package/api/resources/conversationalAi/resources/tools/client/Client.js +19 -7
  59. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsDeleteRequest.d.ts +10 -0
  60. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +4 -1
  61. package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  62. package/api/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +1 -1
  63. package/api/resources/conversationalAi/resources/twilio/index.d.ts +0 -1
  64. package/api/resources/conversationalAi/resources/twilio/index.js +0 -1
  65. package/api/resources/conversationalAi/resources/users/client/Client.d.ts +2 -0
  66. package/api/resources/conversationalAi/resources/users/client/Client.js +9 -1
  67. package/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +7 -0
  68. package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  69. package/api/resources/environmentVariables/client/Client.d.ts +86 -0
  70. package/api/resources/environmentVariables/client/Client.js +362 -0
  71. package/api/resources/environmentVariables/client/index.d.ts +1 -0
  72. package/{serialization/resources/conversationalAi/resources/twilio/types → api/resources/environmentVariables/client}/index.js +1 -1
  73. package/api/resources/environmentVariables/client/requests/EnvironmentVariablesListRequest.d.ts +23 -0
  74. package/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +11 -0
  75. package/api/resources/environmentVariables/client/requests/index.d.ts +2 -0
  76. package/api/resources/environmentVariables/client/requests/index.js +2 -0
  77. package/api/resources/environmentVariables/index.d.ts +2 -0
  78. package/{dist/api/resources/conversationalAi/resources/twilio/types → api/resources/environmentVariables}/index.js +2 -1
  79. package/api/resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.d.ts +13 -0
  80. package/api/resources/environmentVariables/types/EnvironmentVariablesListRequestType.d.ts +6 -0
  81. package/api/resources/environmentVariables/types/EnvironmentVariablesListRequestType.js +9 -0
  82. package/api/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.d.ts +2 -0
  83. package/api/resources/environmentVariables/types/index.d.ts +3 -0
  84. package/{dist/api/resources/conversationalAi/resources/agents → api/resources/environmentVariables}/types/index.js +3 -2
  85. package/api/resources/history/client/Client.js +1 -6
  86. package/api/resources/index.d.ts +3 -0
  87. package/api/resources/index.js +4 -1
  88. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -0
  89. package/api/resources/speechToText/client/Client.js +12 -0
  90. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +7 -1
  91. package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +4 -0
  92. package/api/resources/speechToText/types/index.d.ts +1 -0
  93. package/api/resources/speechToText/types/index.js +1 -0
  94. package/api/resources/workspace/client/Client.d.ts +3 -0
  95. package/api/resources/workspace/client/Client.js +13 -8
  96. package/api/resources/workspace/resources/authConnections/client/Client.d.ts +58 -0
  97. package/api/resources/workspace/resources/authConnections/client/Client.js +243 -0
  98. package/api/resources/workspace/resources/authConnections/client/index.d.ts +1 -0
  99. package/api/resources/workspace/resources/authConnections/client/index.js +2 -0
  100. package/api/resources/workspace/resources/authConnections/index.d.ts +2 -0
  101. package/api/resources/{conversationalAi/resources/twilio/types → workspace/resources/authConnections}/index.js +2 -1
  102. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +22 -0
  103. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +31 -0
  104. package/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  105. package/api/resources/workspace/resources/authConnections/types/index.js +18 -0
  106. package/api/resources/workspace/resources/groups/client/Client.d.ts +12 -0
  107. package/api/resources/workspace/resources/groups/client/Client.js +59 -0
  108. package/api/resources/workspace/resources/index.d.ts +2 -0
  109. package/api/resources/workspace/resources/index.js +3 -1
  110. package/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +3 -0
  111. package/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  112. package/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  113. package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +18 -0
  114. package/api/types/ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.d.ts +6 -0
  115. package/api/types/ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.js +9 -0
  116. package/api/types/AsrProvider.d.ts +0 -1
  117. package/api/types/AsrProvider.js +0 -1
  118. package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +6 -2
  119. package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +4 -1
  120. package/api/types/AstConditionalOperatorNodeInput.d.ts +9 -0
  121. package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +50 -0
  122. package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +50 -0
  123. package/api/types/AstConditionalOperatorNodeInputFalseExpression.js +3 -0
  124. package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +50 -0
  125. package/api/types/AstConditionalOperatorNodeInputTrueExpression.js +3 -0
  126. package/api/types/AstConditionalOperatorNodeOutput.d.ts +9 -0
  127. package/api/types/AstConditionalOperatorNodeOutput.js +3 -0
  128. package/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +49 -0
  129. package/api/types/AstConditionalOperatorNodeOutputCondition.js +3 -0
  130. package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +49 -0
  131. package/api/types/AstConditionalOperatorNodeOutputFalseExpression.js +3 -0
  132. package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +49 -0
  133. package/api/types/AstConditionalOperatorNodeOutputTrueExpression.js +3 -0
  134. package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +6 -2
  135. package/api/types/AstEqualsOperatorNodeInputRight.d.ts +6 -2
  136. package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +4 -1
  137. package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +4 -1
  138. package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +6 -2
  139. package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +6 -2
  140. package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +4 -1
  141. package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +4 -1
  142. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  143. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  144. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  145. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  146. package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +6 -2
  147. package/api/types/AstLessThanOperatorNodeInputRight.d.ts +6 -2
  148. package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +4 -1
  149. package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +4 -1
  150. package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  151. package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  152. package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  153. package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  154. package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +6 -2
  155. package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +6 -2
  156. package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +4 -1
  157. package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +4 -1
  158. package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +6 -2
  159. package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +4 -1
  160. package/api/types/AstllmNodeInput.d.ts +2 -4
  161. package/api/types/AstllmNodeInputPrompt.d.ts +5 -0
  162. package/api/types/AstllmNodeInputPrompt.js +3 -0
  163. package/api/types/AstllmNodeInputValueSchema.d.ts +6 -0
  164. package/api/types/AstllmNodeInputValueSchema.js +3 -0
  165. package/api/types/AstllmNodeOutput.d.ts +4 -1
  166. package/api/types/AuthConnectionDependencies.d.ts +9 -0
  167. package/api/types/AuthConnectionDependencies.js +3 -0
  168. package/api/types/AuthConnectionDependenciesMcpServersItem.d.ts +10 -0
  169. package/api/types/AuthConnectionDependenciesMcpServersItem.js +3 -0
  170. package/api/types/AuthConnectionDependenciesToolsItem.d.ts +10 -0
  171. package/api/types/AuthConnectionDependenciesToolsItem.js +3 -0
  172. package/api/types/AutoSyncInfo.d.ts +10 -0
  173. package/api/types/AutoSyncInfo.js +3 -0
  174. package/api/types/BasicAuthResponse.d.ts +11 -0
  175. package/api/types/BasicAuthResponse.js +3 -0
  176. package/api/types/BatchCallDetailedResponse.d.ts +2 -0
  177. package/api/types/BatchCallResponse.d.ts +2 -0
  178. package/api/types/BearerAuthResponse.d.ts +10 -0
  179. package/api/types/BearerAuthResponse.js +3 -0
  180. package/api/types/BuiltInToolsInput.d.ts +0 -2
  181. package/api/types/BuiltInToolsOutput.d.ts +0 -2
  182. package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +0 -2
  183. package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +0 -2
  184. package/api/types/CaptionStyleModel.d.ts +4 -0
  185. package/api/types/CaptionStyleModelTextBlendMode.d.ts +6 -0
  186. package/api/types/CaptionStyleModelTextBlendMode.js +9 -0
  187. package/api/types/CaptionStyleModelTextTransform.d.ts +5 -0
  188. package/api/types/CaptionStyleModelTextTransform.js +8 -0
  189. package/api/types/CaptionStyleModelTextWeight.d.ts +1 -0
  190. package/api/types/CaptionStyleModelTextWeight.js +1 -0
  191. package/api/types/ChapterResponse.d.ts +2 -0
  192. package/api/types/ChapterWithContentResponseModel.d.ts +2 -0
  193. package/api/types/CheckRentalAvailabilityParams.d.ts +3 -0
  194. package/api/types/CheckRentalAvailabilityParams.js +3 -0
  195. package/api/types/CoachedAgentSettings.d.ts +1 -0
  196. package/api/types/CoachingAgentSettings.d.ts +1 -0
  197. package/api/types/ContentConfig.d.ts +7 -7
  198. package/api/types/ContentGuardrailInput.d.ts +1 -0
  199. package/api/types/ContentGuardrailInputTriggerAction.d.ts +10 -0
  200. package/api/types/ContentGuardrailInputTriggerAction.js +3 -0
  201. package/api/types/ContentGuardrailOutput.d.ts +1 -0
  202. package/api/types/ContentGuardrailOutputTriggerAction.d.ts +10 -0
  203. package/api/types/ContentGuardrailOutputTriggerAction.js +3 -0
  204. package/api/types/ContentThresholdGuardrail.d.ts +5 -0
  205. package/api/types/ContentThresholdGuardrail.js +3 -0
  206. package/api/types/ContentThresholdGuardrailThreshold.d.ts +1 -0
  207. package/api/types/ContentThresholdGuardrailThreshold.js +3 -0
  208. package/api/types/Contributor.d.ts +2 -0
  209. package/api/types/ConvAiEnvVarLocator.d.ts +6 -0
  210. package/api/types/ConvAiEnvVarLocator.js +3 -0
  211. package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -1
  212. package/{dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts → api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts} +4 -4
  213. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +3 -0
  214. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +16 -0
  215. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +3 -0
  216. package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  217. package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  218. package/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +1 -1
  219. package/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.d.ts +7 -0
  220. package/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.js +3 -0
  221. package/api/types/{ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts → ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.d.ts} +1 -1
  222. package/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.js +3 -0
  223. package/api/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts +1 -1
  224. package/api/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +1 -1
  225. package/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
  226. package/api/types/ConversationInitiationSource.d.ts +1 -0
  227. package/api/types/ConversationInitiationSource.js +1 -0
  228. package/api/types/ConversationSummaryResponseModel.d.ts +2 -1
  229. package/api/types/ConversationUserResponseModel.d.ts +1 -1
  230. package/api/types/CreateAuthConnectionEnvironmentVariableRequest.d.ts +7 -0
  231. package/api/types/CreateAuthConnectionEnvironmentVariableRequest.js +3 -0
  232. package/api/types/CreateBasicAuthRequest.d.ts +9 -0
  233. package/api/types/CreateBasicAuthRequest.js +3 -0
  234. package/api/types/CreateCustomHeaderAuthRequest.d.ts +7 -0
  235. package/api/types/CreateCustomHeaderAuthRequest.js +3 -0
  236. package/api/types/CreateOAuth2ClientCredsRequest.d.ts +15 -0
  237. package/api/types/CreateOAuth2ClientCredsRequest.js +3 -0
  238. package/api/types/CreateOAuth2JwtRequest.d.ts +27 -0
  239. package/api/types/CreateOAuth2JwtRequest.js +3 -0
  240. package/api/types/CreateOAuth2JwtRequestAlgorithm.d.ts +10 -0
  241. package/api/types/CreateOAuth2JwtRequestAlgorithm.js +13 -0
  242. package/api/types/CreatePrivateKeyJwtRequest.d.ts +23 -0
  243. package/api/types/CreatePrivateKeyJwtRequest.js +3 -0
  244. package/api/types/CreatePrivateKeyJwtRequestAlgorithm.d.ts +10 -0
  245. package/api/types/CreatePrivateKeyJwtRequestAlgorithm.js +13 -0
  246. package/api/types/CreateRentalBookingParams.d.ts +3 -0
  247. package/api/types/CreateRentalBookingParams.js +3 -0
  248. package/api/types/CreateSecretEnvironmentVariableRequest.d.ts +7 -0
  249. package/api/types/CreateSecretEnvironmentVariableRequest.js +3 -0
  250. package/api/types/CreateSimulationTestRequest.d.ts +2 -0
  251. package/api/types/CreateStringEnvironmentVariableRequest.d.ts +6 -0
  252. package/api/types/CreateStringEnvironmentVariableRequest.js +3 -0
  253. package/api/types/CustomGuardrailConfig.d.ts +1 -0
  254. package/api/types/CustomGuardrailConfigTriggerAction.d.ts +10 -0
  255. package/api/types/CustomGuardrailConfigTriggerAction.js +3 -0
  256. package/api/types/CustomHeaderAuthResponse.d.ts +12 -0
  257. package/api/types/CustomHeaderAuthResponse.js +3 -0
  258. package/api/types/CustomLlm.d.ts +1 -1
  259. package/api/types/CustomLlmApiKey.d.ts +5 -0
  260. package/api/types/CustomLlmApiKey.js +3 -0
  261. package/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
  262. package/api/types/DependentAvailableMcpServerIdentifier.d.ts +7 -0
  263. package/api/types/DependentAvailableMcpServerIdentifier.js +3 -0
  264. package/api/types/DependentAvailableMcpServerIdentifierAccessLevel.d.ts +7 -0
  265. package/api/types/DependentAvailableMcpServerIdentifierAccessLevel.js +10 -0
  266. package/api/types/DependentIntegrationConnectionIdentifier.d.ts +7 -0
  267. package/api/types/DependentIntegrationConnectionIdentifier.js +3 -0
  268. package/api/types/DependentUnknownMcpServerIdentifier.d.ts +3 -0
  269. package/api/types/DependentUnknownMcpServerIdentifier.js +3 -0
  270. package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
  271. package/api/types/EndCallTriggerAction.d.ts +1 -0
  272. package/api/types/EndCallTriggerAction.js +3 -0
  273. package/api/types/EnvironmentAuthConnectionLocator.d.ts +8 -0
  274. package/api/types/EnvironmentAuthConnectionLocator.js +3 -0
  275. package/api/types/EnvironmentVariableAuthConnectionValue.d.ts +3 -0
  276. package/api/types/EnvironmentVariableAuthConnectionValue.js +3 -0
  277. package/api/types/EnvironmentVariableAuthConnectionValueRequest.d.ts +3 -0
  278. package/api/types/EnvironmentVariableAuthConnectionValueRequest.js +3 -0
  279. package/api/types/EnvironmentVariableResponse.d.ts +11 -0
  280. package/api/types/EnvironmentVariableResponse.js +3 -0
  281. package/api/types/EnvironmentVariableResponseType.d.ts +6 -0
  282. package/api/types/EnvironmentVariableResponseType.js +9 -0
  283. package/api/types/EnvironmentVariableResponseValues.d.ts +2 -0
  284. package/api/types/EnvironmentVariableResponseValues.js +3 -0
  285. package/api/types/EnvironmentVariableSecretValue.d.ts +3 -0
  286. package/api/types/EnvironmentVariableSecretValue.js +3 -0
  287. package/api/types/EnvironmentVariableSecretValueRequest.d.ts +3 -0
  288. package/api/types/EnvironmentVariableSecretValueRequest.js +3 -0
  289. package/api/types/EnvironmentVariablesListResponse.d.ts +6 -0
  290. package/api/types/EnvironmentVariablesListResponse.js +3 -0
  291. package/api/types/GetAgentResponseModel.d.ts +0 -2
  292. package/api/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  293. package/api/types/GetConversationResponseModel.d.ts +1 -0
  294. package/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +1 -0
  295. package/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +1 -0
  296. package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -0
  297. package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  298. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  299. package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  300. package/api/types/GuardrailsV1Input.d.ts +0 -1
  301. package/api/types/GuardrailsV1Output.d.ts +0 -1
  302. package/api/types/ListAuthConnectionsResponse.d.ts +4 -0
  303. package/api/types/ListAuthConnectionsResponse.js +3 -0
  304. package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +31 -0
  305. package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.js +3 -0
  306. package/api/types/ListRentalServicesParams.d.ts +4 -0
  307. package/api/types/ListRentalServicesParams.js +3 -0
  308. package/api/types/Llm.d.ts +1 -0
  309. package/api/types/Llm.js +1 -0
  310. package/api/types/LlmLiteralJsonSchemaProperty.d.ts +7 -0
  311. package/api/types/LlmLiteralJsonSchemaProperty.js +3 -0
  312. package/api/types/LlmLiteralJsonSchemaPropertyType.d.ts +7 -0
  313. package/api/types/LlmLiteralJsonSchemaPropertyType.js +10 -0
  314. package/api/types/McpServerConfigInput.d.ts +1 -1
  315. package/api/types/McpServerConfigInputAuthConnection.d.ts +5 -0
  316. package/api/types/McpServerConfigInputAuthConnection.js +3 -0
  317. package/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
  318. package/api/types/McpServerConfigOutput.d.ts +1 -1
  319. package/api/types/McpServerConfigOutputAuthConnection.d.ts +5 -0
  320. package/api/types/McpServerConfigOutputAuthConnection.js +3 -0
  321. package/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
  322. package/api/types/NoCoachingSettings.d.ts +1 -0
  323. package/api/types/OAuth2ClientCredsResponse.d.ts +16 -0
  324. package/api/types/OAuth2ClientCredsResponse.js +3 -0
  325. package/api/types/OAuth2JwtResponse.d.ts +28 -0
  326. package/api/types/OAuth2JwtResponse.js +3 -0
  327. package/api/types/OAuth2JwtResponseAlgorithm.d.ts +10 -0
  328. package/api/types/OAuth2JwtResponseAlgorithm.js +13 -0
  329. package/api/types/PendingClipTaskType.d.ts +1 -0
  330. package/api/types/PendingClipTaskType.js +1 -0
  331. package/api/types/PlayDtmfToolConfig.d.ts +3 -1
  332. package/api/types/PreviewAudioDbModel.d.ts +2 -0
  333. package/api/types/PrivateKeyJwtResponse.d.ts +24 -0
  334. package/api/types/PrivateKeyJwtResponse.js +3 -0
  335. package/api/types/PrivateKeyJwtResponseAlgorithm.d.ts +10 -0
  336. package/api/types/PrivateKeyJwtResponseAlgorithm.js +13 -0
  337. package/api/types/ProjectExternalAudioResponseModel.d.ts +2 -1
  338. package/api/types/ProjectVideoResponseModel.d.ts +2 -0
  339. package/api/types/RetryTriggerAction.d.ts +4 -0
  340. package/api/types/RetryTriggerAction.js +3 -0
  341. package/api/types/SimulationTestModel.d.ts +2 -0
  342. package/api/types/SingleTestRunRequestModel.d.ts +4 -0
  343. package/api/types/SpeechHistoryItemResponse.d.ts +2 -0
  344. package/api/types/StudioTextStyleOutlineModel.d.ts +6 -0
  345. package/api/types/StudioTextStyleOutlineModel.js +3 -0
  346. package/api/types/StudioTextStyleShadowModel.d.ts +8 -0
  347. package/api/types/StudioTextStyleShadowModel.js +3 -0
  348. package/api/types/Subscription.d.ts +4 -0
  349. package/api/types/SystemToolConfigInputParams.d.ts +1 -4
  350. package/api/types/SystemToolConfigOutputParams.d.ts +1 -4
  351. package/api/types/TelephonyDirection.d.ts +5 -0
  352. package/api/types/{ConversationSummaryResponseModelDirection.js → TelephonyDirection.js} +2 -2
  353. package/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +1 -1
  354. package/api/types/TextToSpeechApplyTextNormalizationEnum.js +1 -1
  355. package/api/types/TtsConversationalModel.d.ts +4 -0
  356. package/api/types/TtsConversationalModel.js +4 -0
  357. package/api/types/TtsModelFamily.d.ts +2 -0
  358. package/api/types/TtsModelFamily.js +2 -0
  359. package/api/types/UnitTestRunResponseModel.d.ts +3 -0
  360. package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  361. package/api/types/UsersSortBy.d.ts +5 -0
  362. package/api/types/UsersSortBy.js +8 -0
  363. package/api/types/VideoAnalysis.d.ts +6 -0
  364. package/api/types/VideoAnalysis.js +3 -0
  365. package/api/types/VideoAnalysisResult.d.ts +11 -0
  366. package/api/types/VideoAnalysisResult.js +3 -0
  367. package/api/types/VideoAnalysisStatus.d.ts +6 -0
  368. package/api/types/VideoAnalysisStatus.js +9 -0
  369. package/api/types/VideoKeyMoment.d.ts +5 -0
  370. package/api/types/VideoKeyMoment.js +3 -0
  371. package/api/types/VideoSegment.d.ts +12 -0
  372. package/api/types/VideoSegment.js +3 -0
  373. package/api/types/VideoSubject.d.ts +4 -0
  374. package/api/types/VideoSubject.js +3 -0
  375. package/api/types/VideoTranscription.d.ts +6 -0
  376. package/api/types/VideoTranscription.js +3 -0
  377. package/api/types/VideoTranscriptionWord.d.ts +6 -0
  378. package/api/types/VideoTranscriptionWord.js +3 -0
  379. package/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  380. package/api/types/WebhookToolApiSchemaConfigInputAuthConnection.d.ts +5 -0
  381. package/api/types/WebhookToolApiSchemaConfigInputAuthConnection.js +3 -0
  382. package/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
  383. package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  384. package/api/types/WebhookToolApiSchemaConfigOutputAuthConnection.d.ts +5 -0
  385. package/api/types/WebhookToolApiSchemaConfigOutputAuthConnection.js +3 -0
  386. package/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
  387. package/api/types/WhatsAppAuthResponse.d.ts +8 -0
  388. package/api/types/WhatsAppAuthResponse.js +3 -0
  389. package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +6 -2
  390. package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +4 -1
  391. package/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  392. package/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  393. package/api/types/index.d.ts +86 -8
  394. package/api/types/index.js +86 -8
  395. package/dist/BaseClient.js +2 -2
  396. package/dist/Client.d.ts +3 -0
  397. package/dist/Client.js +45 -40
  398. package/dist/api/errors/BadRequestError.d.ts +1 -2
  399. package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +4 -0
  400. package/dist/api/resources/conversationalAi/conversation/Conversation.d.ts +12 -0
  401. package/dist/api/resources/conversationalAi/conversation/Conversation.js +18 -0
  402. package/dist/api/resources/conversationalAi/conversation/__tests__/Conversation.test.js +25 -0
  403. package/dist/api/resources/conversationalAi/conversation/events.d.ts +19 -2
  404. package/dist/api/resources/conversationalAi/conversation/events.js +2 -0
  405. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +1 -0
  406. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +5 -1
  407. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +4 -1
  408. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -1
  409. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -1
  410. package/dist/api/resources/conversationalAi/resources/agents/index.d.ts +0 -1
  411. package/dist/api/resources/conversationalAi/resources/agents/index.js +0 -1
  412. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  413. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +4 -2
  414. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +29 -5
  415. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
  416. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
  417. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -0
  418. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +17 -1
  419. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +4 -0
  420. package/dist/api/resources/conversationalAi/resources/index.d.ts +0 -2
  421. package/dist/api/resources/conversationalAi/resources/index.js +0 -2
  422. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +1 -0
  423. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +5 -1
  424. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +4 -1
  425. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +13 -0
  426. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +60 -0
  427. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.d.ts +1 -0
  428. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/index.js +1 -0
  429. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.d.ts +16 -0
  430. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.js +3 -0
  431. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  432. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +17 -0
  433. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +4 -0
  434. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +4 -0
  435. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +5 -2
  436. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -6
  437. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.d.ts +1 -1
  438. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/index.js +15 -0
  439. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/requests/ChunkGetRequest.d.ts +11 -0
  440. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/requests/ChunkGetRequest.js +3 -0
  441. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/requests/index.d.ts +1 -0
  442. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/requests/index.js +2 -0
  443. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +1 -0
  444. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +1 -0
  445. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +1 -0
  446. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +1 -0
  447. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  448. package/dist/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.d.ts +5 -0
  449. package/dist/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.js +3 -0
  450. package/dist/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
  451. package/dist/api/resources/conversationalAi/resources/mcpServers/types/index.d.ts +1 -0
  452. package/dist/api/resources/conversationalAi/resources/mcpServers/types/index.js +1 -0
  453. package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  454. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +6 -2
  455. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +19 -7
  456. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsDeleteRequest.d.ts +10 -0
  457. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsDeleteRequest.js +3 -0
  458. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +4 -1
  459. package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  460. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +1 -1
  461. package/dist/api/resources/conversationalAi/resources/twilio/index.d.ts +0 -1
  462. package/dist/api/resources/conversationalAi/resources/twilio/index.js +0 -1
  463. package/dist/api/resources/conversationalAi/resources/users/client/Client.d.ts +2 -0
  464. package/dist/api/resources/conversationalAi/resources/users/client/Client.js +9 -1
  465. package/dist/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +7 -0
  466. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  467. package/dist/api/resources/environmentVariables/client/Client.d.ts +86 -0
  468. package/dist/api/resources/environmentVariables/client/Client.js +362 -0
  469. package/dist/api/resources/environmentVariables/client/index.d.ts +1 -0
  470. package/dist/api/resources/environmentVariables/client/index.js +17 -0
  471. package/dist/api/resources/environmentVariables/client/requests/EnvironmentVariablesListRequest.d.ts +23 -0
  472. package/dist/api/resources/environmentVariables/client/requests/EnvironmentVariablesListRequest.js +3 -0
  473. package/dist/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +11 -0
  474. package/dist/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +3 -0
  475. package/dist/api/resources/environmentVariables/client/requests/index.d.ts +2 -0
  476. package/dist/api/resources/environmentVariables/client/requests/index.js +2 -0
  477. package/dist/api/resources/environmentVariables/index.d.ts +2 -0
  478. package/dist/api/resources/environmentVariables/index.js +18 -0
  479. package/dist/api/resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.d.ts +13 -0
  480. package/dist/api/resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.js +3 -0
  481. package/dist/api/resources/environmentVariables/types/EnvironmentVariablesListRequestType.d.ts +6 -0
  482. package/dist/api/resources/environmentVariables/types/EnvironmentVariablesListRequestType.js +9 -0
  483. package/dist/api/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.d.ts +2 -0
  484. package/dist/api/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.js +3 -0
  485. package/dist/api/resources/environmentVariables/types/index.d.ts +3 -0
  486. package/{api/resources/conversationalAi/resources/agents → dist/api/resources/environmentVariables}/types/index.js +3 -2
  487. package/dist/api/resources/history/client/Client.js +1 -6
  488. package/dist/api/resources/index.d.ts +3 -0
  489. package/dist/api/resources/index.js +4 -1
  490. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -0
  491. package/dist/api/resources/speechToText/client/Client.js +12 -0
  492. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +7 -1
  493. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +4 -0
  494. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.js +3 -0
  495. package/dist/api/resources/speechToText/types/index.d.ts +1 -0
  496. package/dist/api/resources/speechToText/types/index.js +1 -0
  497. package/dist/api/resources/workspace/client/Client.d.ts +3 -0
  498. package/dist/api/resources/workspace/client/Client.js +13 -8
  499. package/dist/api/resources/workspace/resources/authConnections/client/Client.d.ts +58 -0
  500. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +243 -0
  501. package/dist/api/resources/workspace/resources/authConnections/client/index.d.ts +1 -0
  502. package/dist/api/resources/workspace/resources/authConnections/client/index.js +2 -0
  503. package/dist/api/resources/workspace/resources/authConnections/index.d.ts +2 -0
  504. package/dist/api/resources/workspace/resources/authConnections/index.js +18 -0
  505. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +22 -0
  506. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +3 -0
  507. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +31 -0
  508. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +3 -0
  509. package/dist/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  510. package/dist/api/resources/workspace/resources/authConnections/types/index.js +18 -0
  511. package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +12 -0
  512. package/dist/api/resources/workspace/resources/groups/client/Client.js +59 -0
  513. package/dist/api/resources/workspace/resources/index.d.ts +2 -0
  514. package/dist/api/resources/workspace/resources/index.js +3 -1
  515. package/dist/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +3 -0
  516. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  517. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  518. package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +18 -0
  519. package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.js +3 -0
  520. package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.d.ts +6 -0
  521. package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.js +9 -0
  522. package/dist/api/types/AsrProvider.d.ts +0 -1
  523. package/dist/api/types/AsrProvider.js +0 -1
  524. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +6 -2
  525. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +4 -1
  526. package/dist/api/types/AstConditionalOperatorNodeInput.d.ts +9 -0
  527. package/dist/api/types/AstConditionalOperatorNodeInput.js +3 -0
  528. package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +50 -0
  529. package/dist/api/types/AstConditionalOperatorNodeInputCondition.js +3 -0
  530. package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +50 -0
  531. package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.js +3 -0
  532. package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +50 -0
  533. package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.js +3 -0
  534. package/dist/api/types/AstConditionalOperatorNodeOutput.d.ts +9 -0
  535. package/dist/api/types/AstConditionalOperatorNodeOutput.js +3 -0
  536. package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +49 -0
  537. package/dist/api/types/AstConditionalOperatorNodeOutputCondition.js +3 -0
  538. package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +49 -0
  539. package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.js +3 -0
  540. package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +49 -0
  541. package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.js +3 -0
  542. package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +6 -2
  543. package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +6 -2
  544. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +4 -1
  545. package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +4 -1
  546. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +6 -2
  547. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +6 -2
  548. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +4 -1
  549. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +4 -1
  550. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  551. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  552. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  553. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  554. package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +6 -2
  555. package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +6 -2
  556. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +4 -1
  557. package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +4 -1
  558. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  559. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  560. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  561. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  562. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +6 -2
  563. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +6 -2
  564. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +4 -1
  565. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +4 -1
  566. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +6 -2
  567. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +4 -1
  568. package/dist/api/types/AstllmNodeInput.d.ts +2 -4
  569. package/dist/api/types/AstllmNodeInputPrompt.d.ts +5 -0
  570. package/dist/api/types/AstllmNodeInputPrompt.js +3 -0
  571. package/dist/api/types/AstllmNodeInputValueSchema.d.ts +6 -0
  572. package/dist/api/types/AstllmNodeInputValueSchema.js +3 -0
  573. package/dist/api/types/AstllmNodeOutput.d.ts +4 -1
  574. package/dist/api/types/AuthConnectionDependencies.d.ts +9 -0
  575. package/dist/api/types/AuthConnectionDependencies.js +3 -0
  576. package/dist/api/types/AuthConnectionDependenciesMcpServersItem.d.ts +10 -0
  577. package/dist/api/types/AuthConnectionDependenciesMcpServersItem.js +3 -0
  578. package/dist/api/types/AuthConnectionDependenciesToolsItem.d.ts +10 -0
  579. package/dist/api/types/AuthConnectionDependenciesToolsItem.js +3 -0
  580. package/dist/api/types/AutoSyncInfo.d.ts +10 -0
  581. package/dist/api/types/AutoSyncInfo.js +3 -0
  582. package/dist/api/types/BasicAuthResponse.d.ts +11 -0
  583. package/dist/api/types/BasicAuthResponse.js +3 -0
  584. package/dist/api/types/BatchCallDetailedResponse.d.ts +2 -0
  585. package/dist/api/types/BatchCallResponse.d.ts +2 -0
  586. package/dist/api/types/BearerAuthResponse.d.ts +10 -0
  587. package/dist/api/types/BearerAuthResponse.js +3 -0
  588. package/dist/api/types/BuiltInToolsInput.d.ts +0 -2
  589. package/dist/api/types/BuiltInToolsOutput.d.ts +0 -2
  590. package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +0 -2
  591. package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +0 -2
  592. package/dist/api/types/CaptionStyleModel.d.ts +4 -0
  593. package/dist/api/types/CaptionStyleModelTextBlendMode.d.ts +6 -0
  594. package/dist/api/types/CaptionStyleModelTextBlendMode.js +9 -0
  595. package/dist/api/types/CaptionStyleModelTextTransform.d.ts +5 -0
  596. package/dist/api/types/CaptionStyleModelTextTransform.js +8 -0
  597. package/dist/api/types/CaptionStyleModelTextWeight.d.ts +1 -0
  598. package/dist/api/types/CaptionStyleModelTextWeight.js +1 -0
  599. package/dist/api/types/ChapterResponse.d.ts +2 -0
  600. package/dist/api/types/ChapterWithContentResponseModel.d.ts +2 -0
  601. package/dist/api/types/CheckRentalAvailabilityParams.d.ts +3 -0
  602. package/dist/api/types/CheckRentalAvailabilityParams.js +3 -0
  603. package/dist/api/types/CoachedAgentSettings.d.ts +1 -0
  604. package/dist/api/types/CoachingAgentSettings.d.ts +1 -0
  605. package/dist/api/types/ContentConfig.d.ts +7 -7
  606. package/dist/api/types/ContentGuardrailInput.d.ts +1 -0
  607. package/dist/api/types/ContentGuardrailInputTriggerAction.d.ts +10 -0
  608. package/dist/api/types/ContentGuardrailInputTriggerAction.js +3 -0
  609. package/dist/api/types/ContentGuardrailOutput.d.ts +1 -0
  610. package/dist/api/types/ContentGuardrailOutputTriggerAction.d.ts +10 -0
  611. package/dist/api/types/ContentGuardrailOutputTriggerAction.js +3 -0
  612. package/dist/api/types/ContentThresholdGuardrail.d.ts +5 -0
  613. package/dist/api/types/ContentThresholdGuardrail.js +3 -0
  614. package/dist/api/types/ContentThresholdGuardrailThreshold.d.ts +1 -0
  615. package/dist/api/types/ContentThresholdGuardrailThreshold.js +3 -0
  616. package/dist/api/types/Contributor.d.ts +2 -0
  617. package/dist/api/types/ConvAiEnvVarLocator.d.ts +6 -0
  618. package/dist/api/types/ConvAiEnvVarLocator.js +3 -0
  619. package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -1
  620. package/{api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts → dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts} +4 -4
  621. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +3 -0
  622. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +16 -0
  623. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +3 -0
  624. package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  625. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  626. package/dist/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +1 -1
  627. package/dist/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.d.ts +7 -0
  628. package/dist/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.js +3 -0
  629. package/dist/api/types/{ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts → ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.d.ts} +1 -1
  630. package/dist/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.js +3 -0
  631. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts +1 -1
  632. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +1 -1
  633. package/dist/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
  634. package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
  635. package/dist/api/types/ConversationInitiationSource.js +1 -0
  636. package/dist/api/types/ConversationSummaryResponseModel.d.ts +2 -1
  637. package/dist/api/types/ConversationUserResponseModel.d.ts +1 -1
  638. package/dist/api/types/CreateAuthConnectionEnvironmentVariableRequest.d.ts +7 -0
  639. package/dist/api/types/CreateAuthConnectionEnvironmentVariableRequest.js +3 -0
  640. package/dist/api/types/CreateBasicAuthRequest.d.ts +9 -0
  641. package/dist/api/types/CreateBasicAuthRequest.js +3 -0
  642. package/dist/api/types/CreateCustomHeaderAuthRequest.d.ts +7 -0
  643. package/dist/api/types/CreateCustomHeaderAuthRequest.js +3 -0
  644. package/dist/api/types/CreateOAuth2ClientCredsRequest.d.ts +15 -0
  645. package/dist/api/types/CreateOAuth2ClientCredsRequest.js +3 -0
  646. package/dist/api/types/CreateOAuth2JwtRequest.d.ts +27 -0
  647. package/dist/api/types/CreateOAuth2JwtRequest.js +3 -0
  648. package/dist/api/types/CreateOAuth2JwtRequestAlgorithm.d.ts +10 -0
  649. package/dist/api/types/CreateOAuth2JwtRequestAlgorithm.js +13 -0
  650. package/dist/api/types/CreatePrivateKeyJwtRequest.d.ts +23 -0
  651. package/dist/api/types/CreatePrivateKeyJwtRequest.js +3 -0
  652. package/dist/api/types/CreatePrivateKeyJwtRequestAlgorithm.d.ts +10 -0
  653. package/dist/api/types/CreatePrivateKeyJwtRequestAlgorithm.js +13 -0
  654. package/dist/api/types/CreateRentalBookingParams.d.ts +3 -0
  655. package/dist/api/types/CreateRentalBookingParams.js +3 -0
  656. package/dist/api/types/CreateSecretEnvironmentVariableRequest.d.ts +7 -0
  657. package/dist/api/types/CreateSecretEnvironmentVariableRequest.js +3 -0
  658. package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
  659. package/dist/api/types/CreateStringEnvironmentVariableRequest.d.ts +6 -0
  660. package/dist/api/types/CreateStringEnvironmentVariableRequest.js +3 -0
  661. package/dist/api/types/CustomGuardrailConfig.d.ts +1 -0
  662. package/dist/api/types/CustomGuardrailConfigTriggerAction.d.ts +10 -0
  663. package/dist/api/types/CustomGuardrailConfigTriggerAction.js +3 -0
  664. package/dist/api/types/CustomHeaderAuthResponse.d.ts +12 -0
  665. package/dist/api/types/CustomHeaderAuthResponse.js +3 -0
  666. package/dist/api/types/CustomLlm.d.ts +1 -1
  667. package/dist/api/types/CustomLlmApiKey.d.ts +5 -0
  668. package/dist/api/types/CustomLlmApiKey.js +3 -0
  669. package/dist/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
  670. package/dist/api/types/DependentAvailableMcpServerIdentifier.d.ts +7 -0
  671. package/dist/api/types/DependentAvailableMcpServerIdentifier.js +3 -0
  672. package/dist/api/types/DependentAvailableMcpServerIdentifierAccessLevel.d.ts +7 -0
  673. package/dist/api/types/DependentAvailableMcpServerIdentifierAccessLevel.js +10 -0
  674. package/dist/api/types/DependentIntegrationConnectionIdentifier.d.ts +7 -0
  675. package/dist/api/types/DependentIntegrationConnectionIdentifier.js +3 -0
  676. package/dist/api/types/DependentUnknownMcpServerIdentifier.d.ts +3 -0
  677. package/dist/api/types/DependentUnknownMcpServerIdentifier.js +3 -0
  678. package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
  679. package/dist/api/types/EndCallTriggerAction.d.ts +1 -0
  680. package/dist/api/types/EndCallTriggerAction.js +3 -0
  681. package/dist/api/types/EnvironmentAuthConnectionLocator.d.ts +8 -0
  682. package/dist/api/types/EnvironmentAuthConnectionLocator.js +3 -0
  683. package/dist/api/types/EnvironmentVariableAuthConnectionValue.d.ts +3 -0
  684. package/dist/api/types/EnvironmentVariableAuthConnectionValue.js +3 -0
  685. package/dist/api/types/EnvironmentVariableAuthConnectionValueRequest.d.ts +3 -0
  686. package/dist/api/types/EnvironmentVariableAuthConnectionValueRequest.js +3 -0
  687. package/dist/api/types/EnvironmentVariableResponse.d.ts +11 -0
  688. package/dist/api/types/EnvironmentVariableResponse.js +3 -0
  689. package/dist/api/types/EnvironmentVariableResponseType.d.ts +6 -0
  690. package/dist/api/types/EnvironmentVariableResponseType.js +9 -0
  691. package/dist/api/types/EnvironmentVariableResponseValues.d.ts +2 -0
  692. package/dist/api/types/EnvironmentVariableResponseValues.js +3 -0
  693. package/dist/api/types/EnvironmentVariableSecretValue.d.ts +3 -0
  694. package/dist/api/types/EnvironmentVariableSecretValue.js +3 -0
  695. package/dist/api/types/EnvironmentVariableSecretValueRequest.d.ts +3 -0
  696. package/dist/api/types/EnvironmentVariableSecretValueRequest.js +3 -0
  697. package/dist/api/types/EnvironmentVariablesListResponse.d.ts +6 -0
  698. package/dist/api/types/EnvironmentVariablesListResponse.js +3 -0
  699. package/dist/api/types/GetAgentResponseModel.d.ts +0 -2
  700. package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  701. package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
  702. package/dist/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +1 -0
  703. package/dist/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +1 -0
  704. package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -0
  705. package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  706. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  707. package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  708. package/dist/api/types/GuardrailsV1Input.d.ts +0 -1
  709. package/dist/api/types/GuardrailsV1Output.d.ts +0 -1
  710. package/dist/api/types/ListAuthConnectionsResponse.d.ts +4 -0
  711. package/dist/api/types/ListAuthConnectionsResponse.js +3 -0
  712. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +31 -0
  713. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.js +3 -0
  714. package/dist/api/types/ListRentalServicesParams.d.ts +4 -0
  715. package/dist/api/types/ListRentalServicesParams.js +3 -0
  716. package/dist/api/types/Llm.d.ts +1 -0
  717. package/dist/api/types/Llm.js +1 -0
  718. package/dist/api/types/LlmLiteralJsonSchemaProperty.d.ts +7 -0
  719. package/dist/api/types/LlmLiteralJsonSchemaProperty.js +3 -0
  720. package/dist/api/types/LlmLiteralJsonSchemaPropertyType.d.ts +7 -0
  721. package/dist/api/types/LlmLiteralJsonSchemaPropertyType.js +10 -0
  722. package/dist/api/types/McpServerConfigInput.d.ts +1 -1
  723. package/dist/api/types/McpServerConfigInputAuthConnection.d.ts +5 -0
  724. package/dist/api/types/McpServerConfigInputAuthConnection.js +3 -0
  725. package/dist/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
  726. package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
  727. package/dist/api/types/McpServerConfigOutputAuthConnection.d.ts +5 -0
  728. package/dist/api/types/McpServerConfigOutputAuthConnection.js +3 -0
  729. package/dist/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
  730. package/dist/api/types/NoCoachingSettings.d.ts +1 -0
  731. package/dist/api/types/OAuth2ClientCredsResponse.d.ts +16 -0
  732. package/dist/api/types/OAuth2ClientCredsResponse.js +3 -0
  733. package/dist/api/types/OAuth2JwtResponse.d.ts +28 -0
  734. package/dist/api/types/OAuth2JwtResponse.js +3 -0
  735. package/dist/api/types/OAuth2JwtResponseAlgorithm.d.ts +10 -0
  736. package/dist/api/types/OAuth2JwtResponseAlgorithm.js +13 -0
  737. package/dist/api/types/PendingClipTaskType.d.ts +1 -0
  738. package/dist/api/types/PendingClipTaskType.js +1 -0
  739. package/dist/api/types/PlayDtmfToolConfig.d.ts +3 -1
  740. package/dist/api/types/PreviewAudioDbModel.d.ts +2 -0
  741. package/dist/api/types/PrivateKeyJwtResponse.d.ts +24 -0
  742. package/dist/api/types/PrivateKeyJwtResponse.js +3 -0
  743. package/dist/api/types/PrivateKeyJwtResponseAlgorithm.d.ts +10 -0
  744. package/dist/api/types/PrivateKeyJwtResponseAlgorithm.js +13 -0
  745. package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +2 -1
  746. package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -0
  747. package/dist/api/types/RetryTriggerAction.d.ts +4 -0
  748. package/dist/api/types/RetryTriggerAction.js +3 -0
  749. package/dist/api/types/SimulationTestModel.d.ts +2 -0
  750. package/dist/api/types/SingleTestRunRequestModel.d.ts +4 -0
  751. package/dist/api/types/SpeechHistoryItemResponse.d.ts +2 -0
  752. package/dist/api/types/StudioTextStyleOutlineModel.d.ts +6 -0
  753. package/dist/api/types/StudioTextStyleOutlineModel.js +3 -0
  754. package/dist/api/types/StudioTextStyleShadowModel.d.ts +8 -0
  755. package/dist/api/types/StudioTextStyleShadowModel.js +3 -0
  756. package/dist/api/types/Subscription.d.ts +4 -0
  757. package/dist/api/types/SystemToolConfigInputParams.d.ts +1 -4
  758. package/dist/api/types/SystemToolConfigOutputParams.d.ts +1 -4
  759. package/dist/api/types/TelephonyDirection.d.ts +5 -0
  760. package/dist/api/types/{ConversationSummaryResponseModelDirection.js → TelephonyDirection.js} +2 -2
  761. package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +1 -1
  762. package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.js +1 -1
  763. package/dist/api/types/TtsConversationalModel.d.ts +4 -0
  764. package/dist/api/types/TtsConversationalModel.js +4 -0
  765. package/dist/api/types/TtsModelFamily.d.ts +2 -0
  766. package/dist/api/types/TtsModelFamily.js +2 -0
  767. package/dist/api/types/UnitTestRunResponseModel.d.ts +3 -0
  768. package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  769. package/dist/api/types/UsersSortBy.d.ts +5 -0
  770. package/dist/api/types/UsersSortBy.js +8 -0
  771. package/dist/api/types/VideoAnalysis.d.ts +6 -0
  772. package/dist/api/types/VideoAnalysis.js +3 -0
  773. package/dist/api/types/VideoAnalysisResult.d.ts +11 -0
  774. package/dist/api/types/VideoAnalysisResult.js +3 -0
  775. package/dist/api/types/VideoAnalysisStatus.d.ts +6 -0
  776. package/dist/api/types/VideoAnalysisStatus.js +9 -0
  777. package/dist/api/types/VideoKeyMoment.d.ts +5 -0
  778. package/dist/api/types/VideoKeyMoment.js +3 -0
  779. package/dist/api/types/VideoSegment.d.ts +12 -0
  780. package/dist/api/types/VideoSegment.js +3 -0
  781. package/dist/api/types/VideoSubject.d.ts +4 -0
  782. package/dist/api/types/VideoSubject.js +3 -0
  783. package/dist/api/types/VideoTranscription.d.ts +6 -0
  784. package/dist/api/types/VideoTranscription.js +3 -0
  785. package/dist/api/types/VideoTranscriptionWord.d.ts +6 -0
  786. package/dist/api/types/VideoTranscriptionWord.js +3 -0
  787. package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
  788. package/dist/api/types/WebhookToolApiSchemaConfigInputAuthConnection.d.ts +5 -0
  789. package/dist/api/types/WebhookToolApiSchemaConfigInputAuthConnection.js +3 -0
  790. package/dist/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
  791. package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
  792. package/dist/api/types/WebhookToolApiSchemaConfigOutputAuthConnection.d.ts +5 -0
  793. package/dist/api/types/WebhookToolApiSchemaConfigOutputAuthConnection.js +3 -0
  794. package/dist/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
  795. package/dist/api/types/WhatsAppAuthResponse.d.ts +8 -0
  796. package/dist/api/types/WhatsAppAuthResponse.js +3 -0
  797. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +6 -2
  798. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +4 -1
  799. package/dist/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  800. package/dist/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  801. package/dist/api/types/index.d.ts +86 -8
  802. package/dist/api/types/index.js +86 -8
  803. package/dist/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +2 -0
  804. package/dist/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +2 -0
  805. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -2
  806. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +0 -2
  807. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -2
  808. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +0 -2
  809. package/dist/serialization/resources/conversationalAi/resources/agents/index.d.ts +0 -1
  810. package/dist/serialization/resources/conversationalAi/resources/agents/index.js +0 -1
  811. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
  812. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -0
  813. package/dist/serialization/resources/conversationalAi/resources/index.d.ts +0 -2
  814. package/dist/serialization/resources/conversationalAi/resources/index.js +0 -2
  815. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/index.d.ts +1 -0
  816. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/index.js +1 -0
  817. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.d.ts +23 -0
  818. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.js +53 -0
  819. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  820. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +17 -0
  821. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +2 -0
  822. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +2 -0
  823. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -0
  824. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.js +2 -0
  825. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +1 -0
  826. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +1 -0
  827. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -2
  828. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +2 -2
  829. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.d.ts +9 -0
  830. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.js +41 -0
  831. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +2 -1
  832. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +7 -1
  833. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/index.d.ts +1 -0
  834. package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/index.js +1 -0
  835. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  836. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -0
  837. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +2 -2
  838. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.js +2 -2
  839. package/dist/serialization/resources/conversationalAi/resources/twilio/index.d.ts +0 -1
  840. package/dist/serialization/resources/conversationalAi/resources/twilio/index.js +0 -1
  841. package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  842. package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
  843. package/dist/serialization/resources/environmentVariables/client/index.d.ts +1 -0
  844. package/dist/serialization/resources/environmentVariables/client/index.js +17 -0
  845. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +10 -0
  846. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +42 -0
  847. package/dist/serialization/resources/environmentVariables/client/requests/index.d.ts +1 -0
  848. package/dist/serialization/resources/environmentVariables/client/requests/index.js +5 -0
  849. package/dist/serialization/resources/environmentVariables/index.d.ts +2 -0
  850. package/dist/serialization/resources/environmentVariables/index.js +18 -0
  851. package/dist/serialization/resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.d.ts +19 -0
  852. package/dist/serialization/resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.js +51 -0
  853. package/dist/serialization/resources/environmentVariables/types/EnvironmentVariablesListRequestType.d.ts +7 -0
  854. package/dist/serialization/resources/environmentVariables/types/EnvironmentVariablesListRequestType.js +39 -0
  855. package/dist/serialization/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.d.ts +9 -0
  856. package/dist/serialization/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.js +45 -0
  857. package/dist/serialization/resources/environmentVariables/types/index.d.ts +3 -0
  858. package/dist/serialization/resources/environmentVariables/types/index.js +19 -0
  859. package/dist/serialization/resources/index.d.ts +3 -0
  860. package/dist/serialization/resources/index.js +4 -1
  861. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  862. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  863. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +7 -0
  864. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.js +42 -0
  865. package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
  866. package/dist/serialization/resources/speechToText/types/index.js +1 -0
  867. package/dist/serialization/resources/workspace/resources/authConnections/index.d.ts +1 -0
  868. package/dist/serialization/resources/workspace/resources/authConnections/index.js +17 -0
  869. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +27 -0
  870. package/{serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js → dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js} +13 -7
  871. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +39 -0
  872. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +61 -0
  873. package/dist/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  874. package/dist/serialization/resources/workspace/resources/authConnections/types/index.js +18 -0
  875. package/dist/serialization/resources/workspace/resources/groups/client/index.d.ts +1 -0
  876. package/dist/serialization/resources/workspace/resources/groups/client/index.js +2 -1
  877. package/dist/serialization/resources/workspace/resources/groups/client/list.d.ts +8 -0
  878. package/dist/serialization/resources/{conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js → workspace/resources/groups/client/list.js} +3 -2
  879. package/dist/serialization/resources/workspace/resources/index.d.ts +2 -0
  880. package/dist/serialization/resources/workspace/resources/index.js +3 -1
  881. package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -0
  882. package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +2 -0
  883. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  884. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  885. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  886. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  887. package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +20 -0
  888. package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +52 -0
  889. package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.d.ts +7 -0
  890. package/dist/serialization/types/{ConversationHistoryTwilioPhoneCallModelDirection.js → ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.js} +2 -2
  891. package/dist/serialization/types/AsrProvider.d.ts +1 -1
  892. package/dist/serialization/types/AsrProvider.js +1 -1
  893. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +6 -2
  894. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -1
  895. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +4 -1
  896. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -0
  897. package/dist/serialization/types/AstConditionalOperatorNodeInput.d.ts +11 -0
  898. package/dist/serialization/types/AstConditionalOperatorNodeInput.js +44 -0
  899. package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +55 -0
  900. package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +67 -0
  901. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +55 -0
  902. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +67 -0
  903. package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +55 -0
  904. package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +67 -0
  905. package/dist/serialization/types/AstConditionalOperatorNodeOutput.d.ts +11 -0
  906. package/dist/serialization/types/AstConditionalOperatorNodeOutput.js +44 -0
  907. package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +54 -0
  908. package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.js +65 -0
  909. package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +54 -0
  910. package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +65 -0
  911. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +54 -0
  912. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +65 -0
  913. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +6 -2
  914. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -1
  915. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +6 -2
  916. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -1
  917. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +4 -1
  918. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -0
  919. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +4 -1
  920. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -0
  921. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +6 -2
  922. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -1
  923. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +6 -2
  924. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -1
  925. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +4 -1
  926. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -0
  927. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +4 -1
  928. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -0
  929. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  930. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -1
  931. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  932. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -1
  933. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  934. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -0
  935. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  936. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -0
  937. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +6 -2
  938. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -1
  939. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +6 -2
  940. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -1
  941. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +4 -1
  942. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -0
  943. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +4 -1
  944. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -0
  945. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  946. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -1
  947. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  948. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -1
  949. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  950. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -0
  951. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  952. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -0
  953. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +6 -2
  954. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -1
  955. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +6 -2
  956. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -1
  957. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +4 -1
  958. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -0
  959. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +4 -1
  960. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -0
  961. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +6 -2
  962. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -1
  963. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +4 -1
  964. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -0
  965. package/dist/serialization/types/AstllmNodeInput.d.ts +4 -4
  966. package/dist/serialization/types/AstllmNodeInput.js +3 -3
  967. package/dist/serialization/types/AstllmNodeInputPrompt.d.ts +10 -0
  968. package/dist/serialization/types/AstllmNodeInputPrompt.js +42 -0
  969. package/dist/serialization/types/AstllmNodeInputValueSchema.d.ts +11 -0
  970. package/dist/serialization/types/AstllmNodeInputValueSchema.js +43 -0
  971. package/dist/serialization/types/AstllmNodeOutput.d.ts +2 -0
  972. package/dist/serialization/types/AstllmNodeOutput.js +2 -0
  973. package/dist/serialization/types/AuthConnectionDependencies.d.ts +14 -0
  974. package/dist/serialization/types/AuthConnectionDependencies.js +46 -0
  975. package/dist/serialization/types/AuthConnectionDependenciesMcpServersItem.d.ts +15 -0
  976. package/dist/serialization/{resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js → types/AuthConnectionDependenciesMcpServersItem.js} +7 -7
  977. package/dist/serialization/types/AuthConnectionDependenciesToolsItem.d.ts +15 -0
  978. package/dist/serialization/{resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js → types/AuthConnectionDependenciesToolsItem.js} +7 -7
  979. package/dist/serialization/types/AutoSyncInfo.d.ts +12 -0
  980. package/dist/serialization/types/AutoSyncInfo.js +44 -0
  981. package/dist/serialization/types/BasicAuthResponse.d.ts +14 -0
  982. package/dist/serialization/types/BasicAuthResponse.js +46 -0
  983. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +1 -0
  984. package/dist/serialization/types/BatchCallDetailedResponse.js +1 -0
  985. package/dist/serialization/types/BatchCallResponse.d.ts +1 -0
  986. package/dist/serialization/types/BatchCallResponse.js +1 -0
  987. package/dist/serialization/types/BearerAuthResponse.d.ts +13 -0
  988. package/dist/serialization/types/BearerAuthResponse.js +45 -0
  989. package/dist/serialization/types/BuiltInToolsInput.d.ts +0 -1
  990. package/dist/serialization/types/BuiltInToolsInput.js +0 -1
  991. package/dist/serialization/types/BuiltInToolsOutput.d.ts +0 -1
  992. package/dist/serialization/types/BuiltInToolsOutput.js +0 -1
  993. package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +0 -1
  994. package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.js +0 -1
  995. package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +0 -1
  996. package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +0 -1
  997. package/dist/serialization/types/CaptionStyleModel.d.ts +8 -0
  998. package/dist/serialization/types/CaptionStyleModel.js +8 -0
  999. package/dist/serialization/types/CaptionStyleModelTextBlendMode.d.ts +7 -0
  1000. package/dist/serialization/types/{ConversationSummaryResponseModelDirection.js → CaptionStyleModelTextBlendMode.js} +2 -2
  1001. package/dist/serialization/types/CaptionStyleModelTextTransform.d.ts +7 -0
  1002. package/{serialization/types/ConversationSummaryResponseModelDirection.js → dist/serialization/types/CaptionStyleModelTextTransform.js} +2 -2
  1003. package/dist/serialization/types/CaptionStyleModelTextWeight.d.ts +1 -1
  1004. package/dist/serialization/types/CaptionStyleModelTextWeight.js +1 -1
  1005. package/dist/serialization/types/ChapterResponse.d.ts +1 -0
  1006. package/dist/serialization/types/ChapterResponse.js +1 -0
  1007. package/dist/serialization/types/ChapterWithContentResponseModel.d.ts +1 -0
  1008. package/dist/serialization/types/ChapterWithContentResponseModel.js +1 -0
  1009. package/dist/serialization/types/CheckRentalAvailabilityParams.d.ts +9 -0
  1010. package/dist/serialization/types/CheckRentalAvailabilityParams.js +41 -0
  1011. package/dist/serialization/types/CoachedAgentSettings.d.ts +1 -0
  1012. package/dist/serialization/types/CoachedAgentSettings.js +1 -0
  1013. package/dist/serialization/types/CoachingAgentSettings.d.ts +1 -0
  1014. package/dist/serialization/types/CoachingAgentSettings.js +1 -0
  1015. package/dist/serialization/types/ContentConfig.d.ts +8 -8
  1016. package/dist/serialization/types/ContentConfig.js +8 -8
  1017. package/dist/serialization/types/ContentGuardrailInput.d.ts +2 -0
  1018. package/dist/serialization/types/ContentGuardrailInput.js +2 -0
  1019. package/dist/serialization/types/ContentGuardrailInputTriggerAction.d.ts +15 -0
  1020. package/dist/serialization/types/{GetAgentResponseModelCoachingSettings.js → ContentGuardrailInputTriggerAction.js} +6 -8
  1021. package/dist/serialization/types/ContentGuardrailOutput.d.ts +2 -0
  1022. package/dist/serialization/types/ContentGuardrailOutput.js +2 -0
  1023. package/dist/serialization/types/ContentGuardrailOutputTriggerAction.d.ts +15 -0
  1024. package/{serialization/types/GetAgentResponseModelCoachingSettings.js → dist/serialization/types/ContentGuardrailOutputTriggerAction.js} +6 -8
  1025. package/dist/serialization/types/ContentThresholdGuardrail.d.ts +11 -0
  1026. package/dist/serialization/types/ContentThresholdGuardrail.js +43 -0
  1027. package/dist/serialization/types/ContentThresholdGuardrailThreshold.d.ts +7 -0
  1028. package/dist/serialization/types/ContentThresholdGuardrailThreshold.js +44 -0
  1029. package/dist/serialization/types/Contributor.d.ts +2 -0
  1030. package/dist/serialization/types/Contributor.js +2 -0
  1031. package/dist/serialization/types/ConvAiEnvVarLocator.d.ts +9 -0
  1032. package/{serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.js → dist/serialization/types/ConvAiEnvVarLocator.js} +4 -2
  1033. package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +3 -2
  1034. package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.js +3 -2
  1035. package/dist/serialization/types/{ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts → ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts} +5 -5
  1036. package/{serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js → dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js} +5 -5
  1037. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +22 -0
  1038. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +54 -0
  1039. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
  1040. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +2 -2
  1041. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
  1042. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +2 -2
  1043. package/dist/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +2 -2
  1044. package/dist/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +2 -2
  1045. package/dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.d.ts +13 -0
  1046. package/dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.js +45 -0
  1047. package/{serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts → dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.d.ts} +2 -2
  1048. package/{serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js → dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.js} +2 -2
  1049. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts +2 -2
  1050. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.js +2 -2
  1051. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +2 -2
  1052. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.js +2 -2
  1053. package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
  1054. package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModel.js +2 -2
  1055. package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
  1056. package/dist/serialization/types/ConversationInitiationSource.js +1 -0
  1057. package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +3 -2
  1058. package/dist/serialization/types/ConversationSummaryResponseModel.js +3 -2
  1059. package/dist/serialization/types/ConversationUserResponseModel.d.ts +1 -1
  1060. package/dist/serialization/types/ConversationUserResponseModel.js +1 -1
  1061. package/dist/serialization/types/CreateAuthConnectionEnvironmentVariableRequest.d.ts +11 -0
  1062. package/dist/serialization/types/CreateAuthConnectionEnvironmentVariableRequest.js +43 -0
  1063. package/dist/serialization/types/CreateBasicAuthRequest.d.ts +12 -0
  1064. package/dist/serialization/types/CreateBasicAuthRequest.js +44 -0
  1065. package/dist/serialization/types/CreateCustomHeaderAuthRequest.d.ts +12 -0
  1066. package/dist/serialization/types/CreateCustomHeaderAuthRequest.js +44 -0
  1067. package/dist/serialization/types/CreateOAuth2ClientCredsRequest.d.ts +17 -0
  1068. package/dist/serialization/types/CreateOAuth2ClientCredsRequest.js +49 -0
  1069. package/dist/serialization/types/CreateOAuth2JwtRequest.d.ts +21 -0
  1070. package/dist/serialization/types/CreateOAuth2JwtRequest.js +53 -0
  1071. package/dist/serialization/types/CreateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  1072. package/{serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.js → dist/serialization/types/CreateOAuth2JwtRequestAlgorithm.js} +2 -2
  1073. package/dist/serialization/types/CreatePrivateKeyJwtRequest.d.ts +19 -0
  1074. package/dist/serialization/types/CreatePrivateKeyJwtRequest.js +51 -0
  1075. package/dist/serialization/types/CreatePrivateKeyJwtRequestAlgorithm.d.ts +7 -0
  1076. package/dist/serialization/types/CreatePrivateKeyJwtRequestAlgorithm.js +39 -0
  1077. package/dist/serialization/types/CreateRentalBookingParams.d.ts +9 -0
  1078. package/dist/serialization/types/CreateRentalBookingParams.js +41 -0
  1079. package/dist/serialization/types/CreateSecretEnvironmentVariableRequest.d.ts +11 -0
  1080. package/dist/serialization/types/CreateSecretEnvironmentVariableRequest.js +43 -0
  1081. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +1 -0
  1082. package/dist/serialization/types/CreateSimulationTestRequest.js +1 -0
  1083. package/dist/serialization/types/CreateStringEnvironmentVariableRequest.d.ts +10 -0
  1084. package/dist/serialization/types/CreateStringEnvironmentVariableRequest.js +42 -0
  1085. package/dist/serialization/types/CustomGuardrailConfig.d.ts +2 -0
  1086. package/dist/serialization/types/CustomGuardrailConfig.js +2 -0
  1087. package/dist/serialization/types/CustomGuardrailConfigTriggerAction.d.ts +15 -0
  1088. package/dist/serialization/types/CustomGuardrailConfigTriggerAction.js +49 -0
  1089. package/dist/serialization/types/CustomHeaderAuthResponse.d.ts +14 -0
  1090. package/dist/serialization/types/CustomHeaderAuthResponse.js +46 -0
  1091. package/dist/serialization/types/CustomLlm.d.ts +2 -2
  1092. package/dist/serialization/types/CustomLlm.js +2 -2
  1093. package/dist/serialization/types/CustomLlmApiKey.d.ts +9 -0
  1094. package/dist/serialization/types/CustomLlmApiKey.js +41 -0
  1095. package/dist/serialization/types/CustomLlmRequestHeadersValue.d.ts +2 -1
  1096. package/dist/serialization/types/CustomLlmRequestHeadersValue.js +7 -1
  1097. package/dist/serialization/types/DependentAvailableMcpServerIdentifier.d.ts +13 -0
  1098. package/dist/serialization/types/DependentAvailableMcpServerIdentifier.js +45 -0
  1099. package/dist/serialization/types/DependentAvailableMcpServerIdentifierAccessLevel.d.ts +7 -0
  1100. package/dist/serialization/types/DependentAvailableMcpServerIdentifierAccessLevel.js +39 -0
  1101. package/dist/serialization/types/DependentIntegrationConnectionIdentifier.d.ts +10 -0
  1102. package/dist/serialization/types/DependentIntegrationConnectionIdentifier.js +42 -0
  1103. package/dist/serialization/types/DependentUnknownMcpServerIdentifier.d.ts +9 -0
  1104. package/dist/serialization/types/DependentUnknownMcpServerIdentifier.js +41 -0
  1105. package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
  1106. package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
  1107. package/dist/serialization/types/EndCallTriggerAction.d.ts +7 -0
  1108. package/dist/serialization/types/EndCallTriggerAction.js +39 -0
  1109. package/dist/serialization/types/EnvironmentAuthConnectionLocator.d.ts +9 -0
  1110. package/dist/serialization/types/EnvironmentAuthConnectionLocator.js +41 -0
  1111. package/dist/serialization/types/EnvironmentVariableAuthConnectionValue.d.ts +9 -0
  1112. package/dist/serialization/types/EnvironmentVariableAuthConnectionValue.js +41 -0
  1113. package/dist/serialization/types/EnvironmentVariableAuthConnectionValueRequest.d.ts +9 -0
  1114. package/dist/serialization/types/EnvironmentVariableAuthConnectionValueRequest.js +41 -0
  1115. package/dist/serialization/types/EnvironmentVariableResponse.d.ts +18 -0
  1116. package/dist/serialization/types/EnvironmentVariableResponse.js +50 -0
  1117. package/dist/serialization/types/EnvironmentVariableResponseType.d.ts +7 -0
  1118. package/dist/serialization/types/EnvironmentVariableResponseType.js +39 -0
  1119. package/dist/serialization/types/EnvironmentVariableResponseValues.d.ts +9 -0
  1120. package/dist/serialization/types/EnvironmentVariableResponseValues.js +45 -0
  1121. package/dist/serialization/types/EnvironmentVariableSecretValue.d.ts +9 -0
  1122. package/dist/serialization/types/EnvironmentVariableSecretValue.js +41 -0
  1123. package/dist/serialization/types/EnvironmentVariableSecretValueRequest.d.ts +9 -0
  1124. package/dist/serialization/types/EnvironmentVariableSecretValueRequest.js +41 -0
  1125. package/dist/serialization/types/EnvironmentVariablesListResponse.d.ts +12 -0
  1126. package/dist/serialization/types/EnvironmentVariablesListResponse.js +44 -0
  1127. package/dist/serialization/types/GetAgentResponseModel.d.ts +0 -2
  1128. package/dist/serialization/types/GetAgentResponseModel.js +0 -2
  1129. package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  1130. package/dist/serialization/types/GetConvAiSettingsResponseModel.js +1 -0
  1131. package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
  1132. package/dist/serialization/types/GetConversationResponseModel.js +1 -0
  1133. package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
  1134. package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.js +2 -0
  1135. package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
  1136. package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +2 -0
  1137. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +2 -0
  1138. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.js +2 -0
  1139. package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +1 -0
  1140. package/dist/serialization/types/GetSimulationTestResponseModel.js +1 -0
  1141. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  1142. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
  1143. package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  1144. package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  1145. package/dist/serialization/types/GuardrailsV1Input.d.ts +0 -2
  1146. package/dist/serialization/types/GuardrailsV1Input.js +0 -2
  1147. package/dist/serialization/types/GuardrailsV1Output.d.ts +0 -2
  1148. package/dist/serialization/types/GuardrailsV1Output.js +0 -2
  1149. package/dist/serialization/types/ListAuthConnectionsResponse.d.ts +10 -0
  1150. package/dist/serialization/types/ListAuthConnectionsResponse.js +42 -0
  1151. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +39 -0
  1152. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +61 -0
  1153. package/dist/serialization/types/ListRentalServicesParams.d.ts +10 -0
  1154. package/dist/serialization/types/ListRentalServicesParams.js +42 -0
  1155. package/dist/serialization/types/Llm.d.ts +1 -1
  1156. package/dist/serialization/types/Llm.js +1 -0
  1157. package/dist/serialization/types/LlmLiteralJsonSchemaProperty.d.ts +12 -0
  1158. package/dist/serialization/types/LlmLiteralJsonSchemaProperty.js +44 -0
  1159. package/dist/serialization/types/LlmLiteralJsonSchemaPropertyType.d.ts +7 -0
  1160. package/dist/serialization/types/LlmLiteralJsonSchemaPropertyType.js +39 -0
  1161. package/dist/serialization/types/McpServerConfigInput.d.ts +2 -2
  1162. package/dist/serialization/types/McpServerConfigInput.js +2 -2
  1163. package/dist/serialization/types/McpServerConfigInputAuthConnection.d.ts +9 -0
  1164. package/dist/serialization/types/McpServerConfigInputAuthConnection.js +41 -0
  1165. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +2 -1
  1166. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.js +7 -1
  1167. package/dist/serialization/types/McpServerConfigOutput.d.ts +2 -2
  1168. package/dist/serialization/types/McpServerConfigOutput.js +2 -2
  1169. package/dist/serialization/types/McpServerConfigOutputAuthConnection.d.ts +9 -0
  1170. package/dist/serialization/types/McpServerConfigOutputAuthConnection.js +41 -0
  1171. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +2 -1
  1172. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.js +7 -1
  1173. package/dist/serialization/types/NoCoachingSettings.d.ts +1 -0
  1174. package/dist/serialization/types/NoCoachingSettings.js +1 -0
  1175. package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +18 -0
  1176. package/dist/serialization/types/OAuth2ClientCredsResponse.js +50 -0
  1177. package/dist/serialization/types/OAuth2JwtResponse.d.ts +23 -0
  1178. package/dist/serialization/types/OAuth2JwtResponse.js +55 -0
  1179. package/dist/serialization/types/OAuth2JwtResponseAlgorithm.d.ts +7 -0
  1180. package/dist/serialization/types/OAuth2JwtResponseAlgorithm.js +39 -0
  1181. package/dist/serialization/types/PendingClipTaskType.d.ts +1 -1
  1182. package/dist/serialization/types/PendingClipTaskType.js +1 -1
  1183. package/dist/serialization/types/PlayDtmfToolConfig.d.ts +1 -0
  1184. package/dist/serialization/types/PlayDtmfToolConfig.js +1 -0
  1185. package/dist/serialization/types/PreviewAudioDbModel.d.ts +2 -0
  1186. package/dist/serialization/types/PreviewAudioDbModel.js +2 -0
  1187. package/dist/serialization/types/PrivateKeyJwtResponse.d.ts +21 -0
  1188. package/dist/serialization/types/PrivateKeyJwtResponse.js +53 -0
  1189. package/dist/serialization/types/PrivateKeyJwtResponseAlgorithm.d.ts +7 -0
  1190. package/dist/serialization/types/PrivateKeyJwtResponseAlgorithm.js +39 -0
  1191. package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -1
  1192. package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -1
  1193. package/dist/serialization/types/ProjectVideoResponseModel.d.ts +3 -0
  1194. package/dist/serialization/types/ProjectVideoResponseModel.js +3 -0
  1195. package/dist/serialization/types/RetryTriggerAction.d.ts +9 -0
  1196. package/dist/serialization/types/RetryTriggerAction.js +41 -0
  1197. package/dist/serialization/types/SimulationTestModel.d.ts +1 -0
  1198. package/dist/serialization/types/SimulationTestModel.js +1 -0
  1199. package/dist/serialization/types/SingleTestRunRequestModel.d.ts +2 -0
  1200. package/dist/serialization/types/SingleTestRunRequestModel.js +2 -0
  1201. package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +1 -0
  1202. package/dist/serialization/types/SpeechHistoryItemResponse.js +1 -0
  1203. package/dist/serialization/types/StudioTextStyleOutlineModel.d.ts +12 -0
  1204. package/dist/serialization/types/StudioTextStyleOutlineModel.js +44 -0
  1205. package/dist/serialization/types/StudioTextStyleShadowModel.d.ts +14 -0
  1206. package/dist/serialization/types/StudioTextStyleShadowModel.js +46 -0
  1207. package/dist/serialization/types/Subscription.d.ts +2 -0
  1208. package/dist/serialization/types/Subscription.js +2 -0
  1209. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +1 -5
  1210. package/dist/serialization/types/SystemToolConfigInputParams.js +0 -2
  1211. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +1 -5
  1212. package/dist/serialization/types/SystemToolConfigOutputParams.js +0 -2
  1213. package/dist/serialization/types/TelephonyDirection.d.ts +7 -0
  1214. package/dist/serialization/types/TelephonyDirection.js +39 -0
  1215. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +3 -0
  1216. package/dist/serialization/types/UnitTestRunResponseModel.js +3 -0
  1217. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +1 -0
  1218. package/dist/serialization/types/UpdateSimulationTestRequest.js +1 -0
  1219. package/dist/serialization/types/UsersSortBy.d.ts +7 -0
  1220. package/dist/serialization/types/UsersSortBy.js +39 -0
  1221. package/dist/serialization/types/VideoAnalysis.d.ts +13 -0
  1222. package/dist/serialization/types/VideoAnalysis.js +45 -0
  1223. package/dist/serialization/types/VideoAnalysisResult.d.ts +20 -0
  1224. package/dist/serialization/types/VideoAnalysisResult.js +52 -0
  1225. package/dist/serialization/types/VideoAnalysisStatus.d.ts +7 -0
  1226. package/dist/serialization/types/VideoAnalysisStatus.js +39 -0
  1227. package/dist/serialization/types/VideoKeyMoment.d.ts +11 -0
  1228. package/dist/serialization/types/VideoKeyMoment.js +43 -0
  1229. package/dist/serialization/types/VideoSegment.d.ts +18 -0
  1230. package/dist/serialization/types/VideoSegment.js +50 -0
  1231. package/dist/serialization/types/VideoSubject.d.ts +10 -0
  1232. package/dist/serialization/types/VideoSubject.js +42 -0
  1233. package/dist/serialization/types/VideoTranscription.d.ts +12 -0
  1234. package/dist/serialization/types/VideoTranscription.js +44 -0
  1235. package/dist/serialization/types/VideoTranscriptionWord.d.ts +12 -0
  1236. package/dist/serialization/types/VideoTranscriptionWord.js +44 -0
  1237. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -2
  1238. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -2
  1239. package/dist/serialization/types/WebhookToolApiSchemaConfigInputAuthConnection.d.ts +9 -0
  1240. package/dist/serialization/types/WebhookToolApiSchemaConfigInputAuthConnection.js +41 -0
  1241. package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +2 -1
  1242. package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +7 -1
  1243. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -2
  1244. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -2
  1245. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputAuthConnection.d.ts +9 -0
  1246. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputAuthConnection.js +41 -0
  1247. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +2 -1
  1248. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +7 -1
  1249. package/dist/serialization/types/WhatsAppAuthResponse.d.ts +14 -0
  1250. package/dist/serialization/types/WhatsAppAuthResponse.js +46 -0
  1251. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +6 -2
  1252. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -1
  1253. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +4 -1
  1254. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -0
  1255. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
  1256. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +2 -2
  1257. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
  1258. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +2 -2
  1259. package/dist/serialization/types/index.d.ts +86 -8
  1260. package/dist/serialization/types/index.js +86 -8
  1261. package/dist/version.d.ts +1 -1
  1262. package/dist/version.js +1 -1
  1263. package/package.json +1 -1
  1264. package/reference.md +634 -25
  1265. package/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +2 -0
  1266. package/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +2 -0
  1267. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -2
  1268. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +0 -2
  1269. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -2
  1270. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +0 -2
  1271. package/serialization/resources/conversationalAi/resources/agents/index.d.ts +0 -1
  1272. package/serialization/resources/conversationalAi/resources/agents/index.js +0 -1
  1273. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
  1274. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -0
  1275. package/serialization/resources/conversationalAi/resources/index.d.ts +0 -2
  1276. package/serialization/resources/conversationalAi/resources/index.js +0 -2
  1277. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/index.d.ts +1 -0
  1278. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/index.js +1 -0
  1279. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.d.ts +23 -0
  1280. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.js +53 -0
  1281. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  1282. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +17 -0
  1283. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +2 -0
  1284. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +2 -0
  1285. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -0
  1286. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.js +2 -0
  1287. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +1 -0
  1288. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +1 -0
  1289. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -2
  1290. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +2 -2
  1291. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.d.ts +9 -0
  1292. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.js +41 -0
  1293. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +2 -1
  1294. package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +7 -1
  1295. package/serialization/resources/conversationalAi/resources/mcpServers/types/index.d.ts +1 -0
  1296. package/serialization/resources/conversationalAi/resources/mcpServers/types/index.js +1 -0
  1297. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  1298. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -0
  1299. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +2 -2
  1300. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.js +2 -2
  1301. package/serialization/resources/conversationalAi/resources/twilio/index.d.ts +0 -1
  1302. package/serialization/resources/conversationalAi/resources/twilio/index.js +0 -1
  1303. package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  1304. package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
  1305. package/serialization/resources/environmentVariables/client/index.d.ts +1 -0
  1306. package/serialization/resources/environmentVariables/client/index.js +17 -0
  1307. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +10 -0
  1308. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +42 -0
  1309. package/serialization/resources/environmentVariables/client/requests/index.d.ts +1 -0
  1310. package/serialization/resources/environmentVariables/client/requests/index.js +5 -0
  1311. package/serialization/resources/environmentVariables/index.d.ts +2 -0
  1312. package/serialization/resources/environmentVariables/index.js +18 -0
  1313. package/serialization/resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.d.ts +19 -0
  1314. package/serialization/resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.js +51 -0
  1315. package/serialization/resources/environmentVariables/types/EnvironmentVariablesListRequestType.d.ts +7 -0
  1316. package/serialization/resources/environmentVariables/types/EnvironmentVariablesListRequestType.js +39 -0
  1317. package/serialization/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.d.ts +9 -0
  1318. package/serialization/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.js +45 -0
  1319. package/serialization/resources/environmentVariables/types/index.d.ts +3 -0
  1320. package/serialization/resources/environmentVariables/types/index.js +19 -0
  1321. package/serialization/resources/index.d.ts +3 -0
  1322. package/serialization/resources/index.js +4 -1
  1323. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  1324. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  1325. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +7 -0
  1326. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.js +42 -0
  1327. package/serialization/resources/speechToText/types/index.d.ts +1 -0
  1328. package/serialization/resources/speechToText/types/index.js +1 -0
  1329. package/serialization/resources/workspace/resources/authConnections/index.d.ts +1 -0
  1330. package/serialization/resources/workspace/resources/authConnections/index.js +17 -0
  1331. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +27 -0
  1332. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +55 -0
  1333. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +39 -0
  1334. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +61 -0
  1335. package/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  1336. package/serialization/resources/workspace/resources/authConnections/types/index.js +18 -0
  1337. package/serialization/resources/workspace/resources/groups/client/index.d.ts +1 -0
  1338. package/serialization/resources/workspace/resources/groups/client/index.js +2 -1
  1339. package/serialization/resources/workspace/resources/groups/client/list.d.ts +8 -0
  1340. package/serialization/resources/{conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js → workspace/resources/groups/client/list.js} +3 -2
  1341. package/serialization/resources/workspace/resources/index.d.ts +2 -0
  1342. package/serialization/resources/workspace/resources/index.js +3 -1
  1343. package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -0
  1344. package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +2 -0
  1345. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  1346. package/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  1347. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  1348. package/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  1349. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +20 -0
  1350. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +52 -0
  1351. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.d.ts +7 -0
  1352. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponseScopeSeparator.js +39 -0
  1353. package/serialization/types/AsrProvider.d.ts +1 -1
  1354. package/serialization/types/AsrProvider.js +1 -1
  1355. package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +6 -2
  1356. package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -1
  1357. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +4 -1
  1358. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -0
  1359. package/serialization/types/AstConditionalOperatorNodeInput.d.ts +11 -0
  1360. package/serialization/types/AstConditionalOperatorNodeInput.js +44 -0
  1361. package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +55 -0
  1362. package/serialization/types/AstConditionalOperatorNodeInputCondition.js +67 -0
  1363. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +55 -0
  1364. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +67 -0
  1365. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +55 -0
  1366. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +67 -0
  1367. package/serialization/types/AstConditionalOperatorNodeOutput.d.ts +11 -0
  1368. package/serialization/types/AstConditionalOperatorNodeOutput.js +44 -0
  1369. package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +54 -0
  1370. package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +65 -0
  1371. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +54 -0
  1372. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +65 -0
  1373. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +54 -0
  1374. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +65 -0
  1375. package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +6 -2
  1376. package/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -1
  1377. package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +6 -2
  1378. package/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -1
  1379. package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +4 -1
  1380. package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -0
  1381. package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +4 -1
  1382. package/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -0
  1383. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +6 -2
  1384. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -1
  1385. package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +6 -2
  1386. package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -1
  1387. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +4 -1
  1388. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -0
  1389. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +4 -1
  1390. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -0
  1391. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  1392. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -1
  1393. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  1394. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -1
  1395. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  1396. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -0
  1397. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  1398. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -0
  1399. package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +6 -2
  1400. package/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -1
  1401. package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +6 -2
  1402. package/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -1
  1403. package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +4 -1
  1404. package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -0
  1405. package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +4 -1
  1406. package/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -0
  1407. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +6 -2
  1408. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -1
  1409. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +6 -2
  1410. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -1
  1411. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +4 -1
  1412. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -0
  1413. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +4 -1
  1414. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -0
  1415. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +6 -2
  1416. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -1
  1417. package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +6 -2
  1418. package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -1
  1419. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +4 -1
  1420. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -0
  1421. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +4 -1
  1422. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -0
  1423. package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +6 -2
  1424. package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -1
  1425. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +4 -1
  1426. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -0
  1427. package/serialization/types/AstllmNodeInput.d.ts +4 -4
  1428. package/serialization/types/AstllmNodeInput.js +3 -3
  1429. package/serialization/types/AstllmNodeInputPrompt.d.ts +10 -0
  1430. package/serialization/types/AstllmNodeInputPrompt.js +42 -0
  1431. package/serialization/types/AstllmNodeInputValueSchema.d.ts +11 -0
  1432. package/serialization/types/AstllmNodeInputValueSchema.js +43 -0
  1433. package/serialization/types/AstllmNodeOutput.d.ts +2 -0
  1434. package/serialization/types/AstllmNodeOutput.js +2 -0
  1435. package/serialization/types/AuthConnectionDependencies.d.ts +14 -0
  1436. package/serialization/types/AuthConnectionDependencies.js +46 -0
  1437. package/serialization/types/AuthConnectionDependenciesMcpServersItem.d.ts +15 -0
  1438. package/serialization/types/AuthConnectionDependenciesMcpServersItem.js +49 -0
  1439. package/serialization/types/AuthConnectionDependenciesToolsItem.d.ts +15 -0
  1440. package/serialization/{resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js → types/AuthConnectionDependenciesToolsItem.js} +7 -7
  1441. package/serialization/types/AutoSyncInfo.d.ts +12 -0
  1442. package/serialization/types/AutoSyncInfo.js +44 -0
  1443. package/serialization/types/BasicAuthResponse.d.ts +14 -0
  1444. package/serialization/types/BasicAuthResponse.js +46 -0
  1445. package/serialization/types/BatchCallDetailedResponse.d.ts +1 -0
  1446. package/serialization/types/BatchCallDetailedResponse.js +1 -0
  1447. package/serialization/types/BatchCallResponse.d.ts +1 -0
  1448. package/serialization/types/BatchCallResponse.js +1 -0
  1449. package/serialization/types/BearerAuthResponse.d.ts +13 -0
  1450. package/serialization/types/BearerAuthResponse.js +45 -0
  1451. package/serialization/types/BuiltInToolsInput.d.ts +0 -1
  1452. package/serialization/types/BuiltInToolsInput.js +0 -1
  1453. package/serialization/types/BuiltInToolsOutput.d.ts +0 -1
  1454. package/serialization/types/BuiltInToolsOutput.js +0 -1
  1455. package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +0 -1
  1456. package/serialization/types/BuiltInToolsWorkflowOverrideInput.js +0 -1
  1457. package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +0 -1
  1458. package/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +0 -1
  1459. package/serialization/types/CaptionStyleModel.d.ts +8 -0
  1460. package/serialization/types/CaptionStyleModel.js +8 -0
  1461. package/serialization/types/CaptionStyleModelTextBlendMode.d.ts +7 -0
  1462. package/serialization/types/CaptionStyleModelTextBlendMode.js +39 -0
  1463. package/serialization/types/CaptionStyleModelTextTransform.d.ts +7 -0
  1464. package/serialization/types/CaptionStyleModelTextTransform.js +39 -0
  1465. package/serialization/types/CaptionStyleModelTextWeight.d.ts +1 -1
  1466. package/serialization/types/CaptionStyleModelTextWeight.js +1 -1
  1467. package/serialization/types/ChapterResponse.d.ts +1 -0
  1468. package/serialization/types/ChapterResponse.js +1 -0
  1469. package/serialization/types/ChapterWithContentResponseModel.d.ts +1 -0
  1470. package/serialization/types/ChapterWithContentResponseModel.js +1 -0
  1471. package/serialization/types/CheckRentalAvailabilityParams.d.ts +9 -0
  1472. package/serialization/types/CheckRentalAvailabilityParams.js +41 -0
  1473. package/serialization/types/CoachedAgentSettings.d.ts +1 -0
  1474. package/serialization/types/CoachedAgentSettings.js +1 -0
  1475. package/serialization/types/CoachingAgentSettings.d.ts +1 -0
  1476. package/serialization/types/CoachingAgentSettings.js +1 -0
  1477. package/serialization/types/ContentConfig.d.ts +8 -8
  1478. package/serialization/types/ContentConfig.js +8 -8
  1479. package/serialization/types/ContentGuardrailInput.d.ts +2 -0
  1480. package/serialization/types/ContentGuardrailInput.js +2 -0
  1481. package/serialization/types/ContentGuardrailInputTriggerAction.d.ts +15 -0
  1482. package/serialization/types/ContentGuardrailInputTriggerAction.js +49 -0
  1483. package/serialization/types/ContentGuardrailOutput.d.ts +2 -0
  1484. package/serialization/types/ContentGuardrailOutput.js +2 -0
  1485. package/serialization/types/ContentGuardrailOutputTriggerAction.d.ts +15 -0
  1486. package/serialization/types/ContentGuardrailOutputTriggerAction.js +49 -0
  1487. package/serialization/types/ContentThresholdGuardrail.d.ts +11 -0
  1488. package/serialization/types/ContentThresholdGuardrail.js +43 -0
  1489. package/serialization/types/ContentThresholdGuardrailThreshold.d.ts +7 -0
  1490. package/serialization/types/ContentThresholdGuardrailThreshold.js +44 -0
  1491. package/serialization/types/Contributor.d.ts +2 -0
  1492. package/serialization/types/Contributor.js +2 -0
  1493. package/serialization/types/ConvAiEnvVarLocator.d.ts +9 -0
  1494. package/{dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.js → serialization/types/ConvAiEnvVarLocator.js} +4 -2
  1495. package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +3 -2
  1496. package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.js +3 -2
  1497. package/serialization/types/{ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts → ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts} +5 -5
  1498. package/{dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js → serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js} +5 -5
  1499. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +22 -0
  1500. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +54 -0
  1501. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
  1502. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +2 -2
  1503. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
  1504. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +2 -2
  1505. package/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +2 -2
  1506. package/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +2 -2
  1507. package/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.d.ts +13 -0
  1508. package/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsInput.js +45 -0
  1509. package/{dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts → serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.d.ts} +2 -2
  1510. package/{dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js → serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput.js} +2 -2
  1511. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts +2 -2
  1512. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.js +2 -2
  1513. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +2 -2
  1514. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.js +2 -2
  1515. package/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
  1516. package/serialization/types/ConversationHistoryTwilioPhoneCallModel.js +2 -2
  1517. package/serialization/types/ConversationInitiationSource.d.ts +1 -1
  1518. package/serialization/types/ConversationInitiationSource.js +1 -0
  1519. package/serialization/types/ConversationSummaryResponseModel.d.ts +3 -2
  1520. package/serialization/types/ConversationSummaryResponseModel.js +3 -2
  1521. package/serialization/types/ConversationUserResponseModel.d.ts +1 -1
  1522. package/serialization/types/ConversationUserResponseModel.js +1 -1
  1523. package/serialization/types/CreateAuthConnectionEnvironmentVariableRequest.d.ts +11 -0
  1524. package/serialization/types/CreateAuthConnectionEnvironmentVariableRequest.js +43 -0
  1525. package/serialization/types/CreateBasicAuthRequest.d.ts +12 -0
  1526. package/serialization/types/CreateBasicAuthRequest.js +44 -0
  1527. package/serialization/types/CreateCustomHeaderAuthRequest.d.ts +12 -0
  1528. package/serialization/types/CreateCustomHeaderAuthRequest.js +44 -0
  1529. package/serialization/types/CreateOAuth2ClientCredsRequest.d.ts +17 -0
  1530. package/serialization/types/CreateOAuth2ClientCredsRequest.js +49 -0
  1531. package/serialization/types/CreateOAuth2JwtRequest.d.ts +21 -0
  1532. package/serialization/types/CreateOAuth2JwtRequest.js +53 -0
  1533. package/serialization/types/CreateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  1534. package/serialization/types/CreateOAuth2JwtRequestAlgorithm.js +39 -0
  1535. package/serialization/types/CreatePrivateKeyJwtRequest.d.ts +19 -0
  1536. package/serialization/types/CreatePrivateKeyJwtRequest.js +51 -0
  1537. package/serialization/types/CreatePrivateKeyJwtRequestAlgorithm.d.ts +7 -0
  1538. package/serialization/types/CreatePrivateKeyJwtRequestAlgorithm.js +39 -0
  1539. package/serialization/types/CreateRentalBookingParams.d.ts +9 -0
  1540. package/serialization/types/CreateRentalBookingParams.js +41 -0
  1541. package/serialization/types/CreateSecretEnvironmentVariableRequest.d.ts +11 -0
  1542. package/serialization/types/CreateSecretEnvironmentVariableRequest.js +43 -0
  1543. package/serialization/types/CreateSimulationTestRequest.d.ts +1 -0
  1544. package/serialization/types/CreateSimulationTestRequest.js +1 -0
  1545. package/serialization/types/CreateStringEnvironmentVariableRequest.d.ts +10 -0
  1546. package/serialization/types/CreateStringEnvironmentVariableRequest.js +42 -0
  1547. package/serialization/types/CustomGuardrailConfig.d.ts +2 -0
  1548. package/serialization/types/CustomGuardrailConfig.js +2 -0
  1549. package/serialization/types/CustomGuardrailConfigTriggerAction.d.ts +15 -0
  1550. package/serialization/types/CustomGuardrailConfigTriggerAction.js +49 -0
  1551. package/serialization/types/CustomHeaderAuthResponse.d.ts +14 -0
  1552. package/serialization/types/CustomHeaderAuthResponse.js +46 -0
  1553. package/serialization/types/CustomLlm.d.ts +2 -2
  1554. package/serialization/types/CustomLlm.js +2 -2
  1555. package/serialization/types/CustomLlmApiKey.d.ts +9 -0
  1556. package/serialization/types/CustomLlmApiKey.js +41 -0
  1557. package/serialization/types/CustomLlmRequestHeadersValue.d.ts +2 -1
  1558. package/serialization/types/CustomLlmRequestHeadersValue.js +7 -1
  1559. package/serialization/types/DependentAvailableMcpServerIdentifier.d.ts +13 -0
  1560. package/serialization/types/DependentAvailableMcpServerIdentifier.js +45 -0
  1561. package/serialization/types/DependentAvailableMcpServerIdentifierAccessLevel.d.ts +7 -0
  1562. package/serialization/types/DependentAvailableMcpServerIdentifierAccessLevel.js +39 -0
  1563. package/serialization/types/DependentIntegrationConnectionIdentifier.d.ts +10 -0
  1564. package/serialization/types/DependentIntegrationConnectionIdentifier.js +42 -0
  1565. package/serialization/types/DependentUnknownMcpServerIdentifier.d.ts +9 -0
  1566. package/serialization/types/DependentUnknownMcpServerIdentifier.js +41 -0
  1567. package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
  1568. package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
  1569. package/serialization/types/EndCallTriggerAction.d.ts +7 -0
  1570. package/serialization/types/EndCallTriggerAction.js +39 -0
  1571. package/serialization/types/EnvironmentAuthConnectionLocator.d.ts +9 -0
  1572. package/serialization/types/EnvironmentAuthConnectionLocator.js +41 -0
  1573. package/serialization/types/EnvironmentVariableAuthConnectionValue.d.ts +9 -0
  1574. package/serialization/types/EnvironmentVariableAuthConnectionValue.js +41 -0
  1575. package/serialization/types/EnvironmentVariableAuthConnectionValueRequest.d.ts +9 -0
  1576. package/serialization/types/EnvironmentVariableAuthConnectionValueRequest.js +41 -0
  1577. package/serialization/types/EnvironmentVariableResponse.d.ts +18 -0
  1578. package/serialization/types/EnvironmentVariableResponse.js +50 -0
  1579. package/serialization/types/EnvironmentVariableResponseType.d.ts +7 -0
  1580. package/serialization/types/EnvironmentVariableResponseType.js +39 -0
  1581. package/serialization/types/EnvironmentVariableResponseValues.d.ts +9 -0
  1582. package/serialization/types/EnvironmentVariableResponseValues.js +45 -0
  1583. package/serialization/types/EnvironmentVariableSecretValue.d.ts +9 -0
  1584. package/serialization/types/EnvironmentVariableSecretValue.js +41 -0
  1585. package/serialization/types/EnvironmentVariableSecretValueRequest.d.ts +9 -0
  1586. package/serialization/types/EnvironmentVariableSecretValueRequest.js +41 -0
  1587. package/serialization/types/EnvironmentVariablesListResponse.d.ts +12 -0
  1588. package/serialization/types/EnvironmentVariablesListResponse.js +44 -0
  1589. package/serialization/types/GetAgentResponseModel.d.ts +0 -2
  1590. package/serialization/types/GetAgentResponseModel.js +0 -2
  1591. package/serialization/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  1592. package/serialization/types/GetConvAiSettingsResponseModel.js +1 -0
  1593. package/serialization/types/GetConversationResponseModel.d.ts +1 -0
  1594. package/serialization/types/GetConversationResponseModel.js +1 -0
  1595. package/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
  1596. package/serialization/types/GetKnowledgeBaseFolderResponseModel.js +2 -0
  1597. package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
  1598. package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +2 -0
  1599. package/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +2 -0
  1600. package/serialization/types/GetKnowledgeBaseUrlResponseModel.js +2 -0
  1601. package/serialization/types/GetSimulationTestResponseModel.d.ts +1 -0
  1602. package/serialization/types/GetSimulationTestResponseModel.js +1 -0
  1603. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  1604. package/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
  1605. package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  1606. package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  1607. package/serialization/types/GuardrailsV1Input.d.ts +0 -2
  1608. package/serialization/types/GuardrailsV1Input.js +0 -2
  1609. package/serialization/types/GuardrailsV1Output.d.ts +0 -2
  1610. package/serialization/types/GuardrailsV1Output.js +0 -2
  1611. package/serialization/types/ListAuthConnectionsResponse.d.ts +10 -0
  1612. package/serialization/types/ListAuthConnectionsResponse.js +42 -0
  1613. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +39 -0
  1614. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +61 -0
  1615. package/serialization/types/ListRentalServicesParams.d.ts +10 -0
  1616. package/serialization/types/ListRentalServicesParams.js +42 -0
  1617. package/serialization/types/Llm.d.ts +1 -1
  1618. package/serialization/types/Llm.js +1 -0
  1619. package/serialization/types/LlmLiteralJsonSchemaProperty.d.ts +12 -0
  1620. package/serialization/types/LlmLiteralJsonSchemaProperty.js +44 -0
  1621. package/serialization/types/LlmLiteralJsonSchemaPropertyType.d.ts +7 -0
  1622. package/serialization/types/LlmLiteralJsonSchemaPropertyType.js +39 -0
  1623. package/serialization/types/McpServerConfigInput.d.ts +2 -2
  1624. package/serialization/types/McpServerConfigInput.js +2 -2
  1625. package/serialization/types/McpServerConfigInputAuthConnection.d.ts +9 -0
  1626. package/serialization/types/McpServerConfigInputAuthConnection.js +41 -0
  1627. package/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +2 -1
  1628. package/serialization/types/McpServerConfigInputRequestHeadersValue.js +7 -1
  1629. package/serialization/types/McpServerConfigOutput.d.ts +2 -2
  1630. package/serialization/types/McpServerConfigOutput.js +2 -2
  1631. package/serialization/types/McpServerConfigOutputAuthConnection.d.ts +9 -0
  1632. package/serialization/types/McpServerConfigOutputAuthConnection.js +41 -0
  1633. package/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +2 -1
  1634. package/serialization/types/McpServerConfigOutputRequestHeadersValue.js +7 -1
  1635. package/serialization/types/NoCoachingSettings.d.ts +1 -0
  1636. package/serialization/types/NoCoachingSettings.js +1 -0
  1637. package/serialization/types/OAuth2ClientCredsResponse.d.ts +18 -0
  1638. package/serialization/types/OAuth2ClientCredsResponse.js +50 -0
  1639. package/serialization/types/OAuth2JwtResponse.d.ts +23 -0
  1640. package/serialization/types/OAuth2JwtResponse.js +55 -0
  1641. package/serialization/types/OAuth2JwtResponseAlgorithm.d.ts +7 -0
  1642. package/serialization/types/OAuth2JwtResponseAlgorithm.js +39 -0
  1643. package/serialization/types/PendingClipTaskType.d.ts +1 -1
  1644. package/serialization/types/PendingClipTaskType.js +1 -1
  1645. package/serialization/types/PlayDtmfToolConfig.d.ts +1 -0
  1646. package/serialization/types/PlayDtmfToolConfig.js +1 -0
  1647. package/serialization/types/PreviewAudioDbModel.d.ts +2 -0
  1648. package/serialization/types/PreviewAudioDbModel.js +2 -0
  1649. package/serialization/types/PrivateKeyJwtResponse.d.ts +21 -0
  1650. package/serialization/types/PrivateKeyJwtResponse.js +53 -0
  1651. package/serialization/types/PrivateKeyJwtResponseAlgorithm.d.ts +7 -0
  1652. package/serialization/types/PrivateKeyJwtResponseAlgorithm.js +39 -0
  1653. package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -1
  1654. package/serialization/types/ProjectExternalAudioResponseModel.js +2 -1
  1655. package/serialization/types/ProjectVideoResponseModel.d.ts +3 -0
  1656. package/serialization/types/ProjectVideoResponseModel.js +3 -0
  1657. package/serialization/types/RetryTriggerAction.d.ts +9 -0
  1658. package/serialization/types/RetryTriggerAction.js +41 -0
  1659. package/serialization/types/SimulationTestModel.d.ts +1 -0
  1660. package/serialization/types/SimulationTestModel.js +1 -0
  1661. package/serialization/types/SingleTestRunRequestModel.d.ts +2 -0
  1662. package/serialization/types/SingleTestRunRequestModel.js +2 -0
  1663. package/serialization/types/SpeechHistoryItemResponse.d.ts +1 -0
  1664. package/serialization/types/SpeechHistoryItemResponse.js +1 -0
  1665. package/serialization/types/StudioTextStyleOutlineModel.d.ts +12 -0
  1666. package/serialization/types/StudioTextStyleOutlineModel.js +44 -0
  1667. package/serialization/types/StudioTextStyleShadowModel.d.ts +14 -0
  1668. package/serialization/types/StudioTextStyleShadowModel.js +46 -0
  1669. package/serialization/types/Subscription.d.ts +2 -0
  1670. package/serialization/types/Subscription.js +2 -0
  1671. package/serialization/types/SystemToolConfigInputParams.d.ts +1 -5
  1672. package/serialization/types/SystemToolConfigInputParams.js +0 -2
  1673. package/serialization/types/SystemToolConfigOutputParams.d.ts +1 -5
  1674. package/serialization/types/SystemToolConfigOutputParams.js +0 -2
  1675. package/serialization/types/TelephonyDirection.d.ts +7 -0
  1676. package/serialization/types/TelephonyDirection.js +39 -0
  1677. package/serialization/types/UnitTestRunResponseModel.d.ts +3 -0
  1678. package/serialization/types/UnitTestRunResponseModel.js +3 -0
  1679. package/serialization/types/UpdateSimulationTestRequest.d.ts +1 -0
  1680. package/serialization/types/UpdateSimulationTestRequest.js +1 -0
  1681. package/serialization/types/UsersSortBy.d.ts +7 -0
  1682. package/serialization/types/UsersSortBy.js +39 -0
  1683. package/serialization/types/VideoAnalysis.d.ts +13 -0
  1684. package/serialization/types/VideoAnalysis.js +45 -0
  1685. package/serialization/types/VideoAnalysisResult.d.ts +20 -0
  1686. package/serialization/types/VideoAnalysisResult.js +52 -0
  1687. package/serialization/types/VideoAnalysisStatus.d.ts +7 -0
  1688. package/serialization/types/VideoAnalysisStatus.js +39 -0
  1689. package/serialization/types/VideoKeyMoment.d.ts +11 -0
  1690. package/serialization/types/VideoKeyMoment.js +43 -0
  1691. package/serialization/types/VideoSegment.d.ts +18 -0
  1692. package/serialization/types/VideoSegment.js +50 -0
  1693. package/serialization/types/VideoSubject.d.ts +10 -0
  1694. package/serialization/types/VideoSubject.js +42 -0
  1695. package/serialization/types/VideoTranscription.d.ts +12 -0
  1696. package/serialization/types/VideoTranscription.js +44 -0
  1697. package/serialization/types/VideoTranscriptionWord.d.ts +12 -0
  1698. package/serialization/types/VideoTranscriptionWord.js +44 -0
  1699. package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -2
  1700. package/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -2
  1701. package/serialization/types/WebhookToolApiSchemaConfigInputAuthConnection.d.ts +9 -0
  1702. package/serialization/types/WebhookToolApiSchemaConfigInputAuthConnection.js +41 -0
  1703. package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +2 -1
  1704. package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +7 -1
  1705. package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -2
  1706. package/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -2
  1707. package/serialization/types/WebhookToolApiSchemaConfigOutputAuthConnection.d.ts +9 -0
  1708. package/serialization/types/WebhookToolApiSchemaConfigOutputAuthConnection.js +41 -0
  1709. package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +2 -1
  1710. package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +7 -1
  1711. package/serialization/types/WhatsAppAuthResponse.d.ts +14 -0
  1712. package/serialization/types/WhatsAppAuthResponse.js +46 -0
  1713. package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +6 -2
  1714. package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -1
  1715. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +4 -1
  1716. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -0
  1717. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
  1718. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +2 -2
  1719. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
  1720. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +2 -2
  1721. package/serialization/types/index.d.ts +86 -8
  1722. package/serialization/types/index.js +86 -8
  1723. package/version.d.ts +1 -1
  1724. package/version.js +1 -1
  1725. package/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +0 -10
  1726. package/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +0 -10
  1727. package/api/resources/conversationalAi/resources/agents/types/index.d.ts +0 -2
  1728. package/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +0 -5
  1729. package/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js +0 -8
  1730. package/api/resources/conversationalAi/resources/twilio/types/index.d.ts +0 -1
  1731. package/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +0 -5
  1732. package/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.js +0 -8
  1733. package/api/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +0 -5
  1734. package/api/types/ConversationHistoryTwilioPhoneCallModelDirection.js +0 -8
  1735. package/api/types/ConversationSummaryResponseModelDirection.d.ts +0 -5
  1736. package/api/types/GetAgentResponseModelCoachingSettings.d.ts +0 -13
  1737. package/api/types/SearchDocumentationToolConfigInput.d.ts +0 -39
  1738. package/api/types/SearchDocumentationToolConfigOutput.d.ts +0 -37
  1739. package/dist/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +0 -10
  1740. package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +0 -10
  1741. package/dist/api/resources/conversationalAi/resources/agents/types/index.d.ts +0 -2
  1742. package/dist/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +0 -5
  1743. package/dist/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js +0 -8
  1744. package/dist/api/resources/conversationalAi/resources/twilio/types/index.d.ts +0 -1
  1745. package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +0 -5
  1746. package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModelDirection.js +0 -8
  1747. package/dist/api/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +0 -5
  1748. package/dist/api/types/ConversationHistoryTwilioPhoneCallModelDirection.js +0 -8
  1749. package/dist/api/types/ConversationSummaryResponseModelDirection.d.ts +0 -5
  1750. package/dist/api/types/GetAgentResponseModelCoachingSettings.d.ts +0 -13
  1751. package/dist/api/types/SearchDocumentationToolConfigInput.d.ts +0 -39
  1752. package/dist/api/types/SearchDocumentationToolConfigOutput.d.ts +0 -37
  1753. package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +0 -15
  1754. package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +0 -15
  1755. package/dist/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +0 -2
  1756. package/dist/serialization/resources/conversationalAi/resources/agents/types/index.js +0 -18
  1757. package/dist/serialization/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +0 -7
  1758. package/dist/serialization/resources/conversationalAi/resources/twilio/types/index.d.ts +0 -1
  1759. package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +0 -7
  1760. package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +0 -7
  1761. package/dist/serialization/types/ConversationSummaryResponseModelDirection.d.ts +0 -7
  1762. package/dist/serialization/types/GetAgentResponseModelCoachingSettings.d.ts +0 -19
  1763. package/dist/serialization/types/SearchDocumentationToolConfigInput.d.ts +0 -22
  1764. package/dist/serialization/types/SearchDocumentationToolConfigInput.js +0 -54
  1765. package/dist/serialization/types/SearchDocumentationToolConfigOutput.d.ts +0 -20
  1766. package/dist/serialization/types/SearchDocumentationToolConfigOutput.js +0 -52
  1767. package/serialization/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +0 -15
  1768. package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +0 -15
  1769. package/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +0 -2
  1770. package/serialization/resources/conversationalAi/resources/agents/types/index.js +0 -18
  1771. package/serialization/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +0 -7
  1772. package/serialization/resources/conversationalAi/resources/twilio/types/index.d.ts +0 -1
  1773. package/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +0 -7
  1774. package/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +0 -7
  1775. package/serialization/types/ConversationSummaryResponseModelDirection.d.ts +0 -7
  1776. package/serialization/types/GetAgentResponseModelCoachingSettings.d.ts +0 -19
  1777. package/serialization/types/SearchDocumentationToolConfigInput.d.ts +0 -22
  1778. package/serialization/types/SearchDocumentationToolConfigInput.js +0 -54
  1779. package/serialization/types/SearchDocumentationToolConfigOutput.d.ts +0 -20
  1780. package/serialization/types/SearchDocumentationToolConfigOutput.js +0 -52
  1781. /package/api/resources/conversationalAi/resources/{agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js → knowledgeBase/resources/document/types/DocumentRefreshResponse.js} +0 -0
  1782. /package/api/resources/conversationalAi/resources/{agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js → knowledgeBase/resources/documents/resources/chunk/client/requests/ChunkGetRequest.js} +0 -0
  1783. /package/api/{types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js → resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelAuthConnection.js} +0 -0
  1784. /package/api/{types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js → resources/conversationalAi/resources/tools/client/requests/ToolsDeleteRequest.js} +0 -0
  1785. /package/api/{types/GetAgentResponseModelCoachingSettings.js → resources/environmentVariables/client/requests/EnvironmentVariablesListRequest.js} +0 -0
  1786. /package/api/{types/SearchDocumentationToolConfigInput.js → resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js} +0 -0
  1787. /package/api/{types/SearchDocumentationToolConfigOutput.js → resources/environmentVariables/types/EnvironmentVariablesCreateRequestBody.js} +0 -0
  1788. /package/{dist/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js → api/resources/environmentVariables/types/UpdateEnvironmentVariableRequestValuesValue.js} +0 -0
  1789. /package/{dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js → api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.js} +0 -0
  1790. /package/{dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js → api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js} +0 -0
  1791. /package/{dist/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js → api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js} +0 -0
  1792. /package/{dist/api/types/GetAgentResponseModelCoachingSettings.js → api/types/ApiIntegrationOAuth2AuthCodeResponse.js} +0 -0
  1793. /package/{dist/api/types/SearchDocumentationToolConfigInput.js → api/types/AstConditionalOperatorNodeInput.js} +0 -0
  1794. /package/{dist/api/types/SearchDocumentationToolConfigOutput.js → api/types/AstConditionalOperatorNodeInputCondition.js} +0 -0
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ListAuthConnectionsResponseAuthConnectionsItem = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const ApiIntegrationOAuth2AuthCodeResponse_1 = require("./ApiIntegrationOAuth2AuthCodeResponse");
40
+ const BasicAuthResponse_1 = require("./BasicAuthResponse");
41
+ const BearerAuthResponse_1 = require("./BearerAuthResponse");
42
+ const CustomHeaderAuthResponse_1 = require("./CustomHeaderAuthResponse");
43
+ const OAuth2ClientCredsResponse_1 = require("./OAuth2ClientCredsResponse");
44
+ const OAuth2JwtResponse_1 = require("./OAuth2JwtResponse");
45
+ const PrivateKeyJwtResponse_1 = require("./PrivateKeyJwtResponse");
46
+ const WhatsAppAuthResponse_1 = require("./WhatsAppAuthResponse");
47
+ exports.ListAuthConnectionsResponseAuthConnectionsItem = core.serialization
48
+ .union(core.serialization.discriminant("authType", "auth_type"), {
49
+ api_integration_oauth2_auth_code: ApiIntegrationOAuth2AuthCodeResponse_1.ApiIntegrationOAuth2AuthCodeResponse,
50
+ basic_auth: BasicAuthResponse_1.BasicAuthResponse,
51
+ bearer_auth: BearerAuthResponse_1.BearerAuthResponse,
52
+ custom_header_auth: CustomHeaderAuthResponse_1.CustomHeaderAuthResponse,
53
+ oauth2_client_credentials: OAuth2ClientCredsResponse_1.OAuth2ClientCredsResponse,
54
+ oauth2_jwt: OAuth2JwtResponse_1.OAuth2JwtResponse,
55
+ private_key_jwt: PrivateKeyJwtResponse_1.PrivateKeyJwtResponse,
56
+ whatsapp_auth: WhatsAppAuthResponse_1.WhatsAppAuthResponse,
57
+ })
58
+ .transform({
59
+ transform: (value) => value,
60
+ untransform: (value) => value,
61
+ });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const ListRentalServicesParams: core.serialization.ObjectSchema<serializers.ListRentalServicesParams.Raw, ElevenLabs.ListRentalServicesParams>;
5
+ export declare namespace ListRentalServicesParams {
6
+ interface Raw {
7
+ list_kwargs?: Record<string, unknown> | null;
8
+ smb_tool_type?: "list_rental_services" | null;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ListRentalServicesParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.ListRentalServicesParams = core.serialization.object({
40
+ listKwargs: core.serialization.property("list_kwargs", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
41
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_rental_services").optional()),
42
+ });
@@ -3,5 +3,5 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  export declare const Llm: core.serialization.Schema<serializers.Llm.Raw, ElevenLabs.Llm>;
5
5
  export declare namespace Llm {
6
- type Raw = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5.1" | "gpt-5.2" | "gpt-5.2-chat-latest" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-3-pro-preview" | "gemini-3-flash-preview" | "claude-sonnet-4-5" | "claude-sonnet-4-6" | "claude-sonnet-4" | "claude-haiku-4-5" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "gpt-oss-20b" | "gpt-oss-120b" | "glm-45-air-fp8" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.5-flash-lite-preview-09-2025" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-sonnet-4-5@20250929" | "claude-haiku-4-5@20251001" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-5-2025-08-07" | "gpt-5.1-2025-11-13" | "gpt-5.2-2025-12-11" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106" | "watt-tool-8b" | "watt-tool-70b";
6
+ type Raw = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5.1" | "gpt-5.2" | "gpt-5.2-chat-latest" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-3-pro-preview" | "gemini-3-flash-preview" | "gemini-3.1-flash-lite-preview" | "claude-sonnet-4-5" | "claude-sonnet-4-6" | "claude-sonnet-4" | "claude-haiku-4-5" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "gpt-oss-20b" | "gpt-oss-120b" | "glm-45-air-fp8" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.5-flash-lite-preview-09-2025" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-sonnet-4-5@20250929" | "claude-haiku-4-5@20251001" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-5-2025-08-07" | "gpt-5.1-2025-11-13" | "gpt-5.2-2025-12-11" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106" | "watt-tool-8b" | "watt-tool-70b";
7
7
  }
@@ -59,6 +59,7 @@ exports.Llm = core.serialization.enum_([
59
59
  "gemini-2.5-flash",
60
60
  "gemini-3-pro-preview",
61
61
  "gemini-3-flash-preview",
62
+ "gemini-3.1-flash-lite-preview",
62
63
  "claude-sonnet-4-5",
63
64
  "claude-sonnet-4-6",
64
65
  "claude-sonnet-4",
@@ -0,0 +1,12 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { LlmLiteralJsonSchemaPropertyType } from "./LlmLiteralJsonSchemaPropertyType";
5
+ export declare const LlmLiteralJsonSchemaProperty: core.serialization.ObjectSchema<serializers.LlmLiteralJsonSchemaProperty.Raw, ElevenLabs.LlmLiteralJsonSchemaProperty>;
6
+ export declare namespace LlmLiteralJsonSchemaProperty {
7
+ interface Raw {
8
+ type: LlmLiteralJsonSchemaPropertyType.Raw;
9
+ description: string;
10
+ enum?: string[] | null;
11
+ }
12
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.LlmLiteralJsonSchemaProperty = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const LlmLiteralJsonSchemaPropertyType_1 = require("./LlmLiteralJsonSchemaPropertyType");
40
+ exports.LlmLiteralJsonSchemaProperty = core.serialization.object({
41
+ type: LlmLiteralJsonSchemaPropertyType_1.LlmLiteralJsonSchemaPropertyType,
42
+ description: core.serialization.string(),
43
+ enum: core.serialization.list(core.serialization.string()).optional(),
44
+ });
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const LlmLiteralJsonSchemaPropertyType: core.serialization.Schema<serializers.LlmLiteralJsonSchemaPropertyType.Raw, ElevenLabs.LlmLiteralJsonSchemaPropertyType>;
5
+ export declare namespace LlmLiteralJsonSchemaPropertyType {
6
+ type Raw = "boolean" | "string" | "integer" | "number";
7
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.LlmLiteralJsonSchemaPropertyType = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.LlmLiteralJsonSchemaPropertyType = core.serialization.enum_(["boolean", "string", "integer", "number"]);
@@ -1,8 +1,8 @@
1
1
  import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
- import { AuthConnectionLocator } from "./AuthConnectionLocator";
5
4
  import { McpApprovalPolicy } from "./McpApprovalPolicy";
5
+ import { McpServerConfigInputAuthConnection } from "./McpServerConfigInputAuthConnection";
6
6
  import { McpServerConfigInputRequestHeadersValue } from "./McpServerConfigInputRequestHeadersValue";
7
7
  import { McpServerConfigInputSecretToken } from "./McpServerConfigInputSecretToken";
8
8
  import { McpServerConfigInputUrl } from "./McpServerConfigInputUrl";
@@ -21,7 +21,7 @@ export declare namespace McpServerConfigInput {
21
21
  url: McpServerConfigInputUrl.Raw;
22
22
  secret_token?: McpServerConfigInputSecretToken.Raw | null;
23
23
  request_headers?: Record<string, McpServerConfigInputRequestHeadersValue.Raw> | null;
24
- auth_connection?: AuthConnectionLocator.Raw | null;
24
+ auth_connection?: McpServerConfigInputAuthConnection.Raw | null;
25
25
  name: string;
26
26
  description?: string | null;
27
27
  force_pre_tool_speech?: boolean | null;
@@ -36,8 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.McpServerConfigInput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- const AuthConnectionLocator_1 = require("./AuthConnectionLocator");
40
39
  const McpApprovalPolicy_1 = require("./McpApprovalPolicy");
40
+ const McpServerConfigInputAuthConnection_1 = require("./McpServerConfigInputAuthConnection");
41
41
  const McpServerConfigInputRequestHeadersValue_1 = require("./McpServerConfigInputRequestHeadersValue");
42
42
  const McpServerConfigInputSecretToken_1 = require("./McpServerConfigInputSecretToken");
43
43
  const McpServerConfigInputUrl_1 = require("./McpServerConfigInputUrl");
@@ -54,7 +54,7 @@ exports.McpServerConfigInput = core.serialization.object({
54
54
  url: McpServerConfigInputUrl_1.McpServerConfigInputUrl,
55
55
  secretToken: core.serialization.property("secret_token", McpServerConfigInputSecretToken_1.McpServerConfigInputSecretToken.optional()),
56
56
  requestHeaders: core.serialization.property("request_headers", core.serialization.record(core.serialization.string(), McpServerConfigInputRequestHeadersValue_1.McpServerConfigInputRequestHeadersValue).optional()),
57
- authConnection: core.serialization.property("auth_connection", AuthConnectionLocator_1.AuthConnectionLocator.optional()),
57
+ authConnection: core.serialization.property("auth_connection", McpServerConfigInputAuthConnection_1.McpServerConfigInputAuthConnection.optional()),
58
58
  name: core.serialization.string(),
59
59
  description: core.serialization.string().optional(),
60
60
  forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { AuthConnectionLocator } from "./AuthConnectionLocator";
5
+ import { EnvironmentAuthConnectionLocator } from "./EnvironmentAuthConnectionLocator";
6
+ export declare const McpServerConfigInputAuthConnection: core.serialization.Schema<serializers.McpServerConfigInputAuthConnection.Raw, ElevenLabs.McpServerConfigInputAuthConnection>;
7
+ export declare namespace McpServerConfigInputAuthConnection {
8
+ type Raw = AuthConnectionLocator.Raw | EnvironmentAuthConnectionLocator.Raw;
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.McpServerConfigInputAuthConnection = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const AuthConnectionLocator_1 = require("./AuthConnectionLocator");
40
+ const EnvironmentAuthConnectionLocator_1 = require("./EnvironmentAuthConnectionLocator");
41
+ exports.McpServerConfigInputAuthConnection = core.serialization.undiscriminatedUnion([AuthConnectionLocator_1.AuthConnectionLocator, EnvironmentAuthConnectionLocator_1.EnvironmentAuthConnectionLocator]);
@@ -2,8 +2,9 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { ConvAiDynamicVariable } from "./ConvAiDynamicVariable";
5
+ import { ConvAiEnvVarLocator } from "./ConvAiEnvVarLocator";
5
6
  import { ConvAiSecretLocator } from "./ConvAiSecretLocator";
6
7
  export declare const McpServerConfigInputRequestHeadersValue: core.serialization.Schema<serializers.McpServerConfigInputRequestHeadersValue.Raw, ElevenLabs.McpServerConfigInputRequestHeadersValue>;
7
8
  export declare namespace McpServerConfigInputRequestHeadersValue {
8
- type Raw = string | ConvAiSecretLocator.Raw | ConvAiDynamicVariable.Raw;
9
+ type Raw = string | ConvAiSecretLocator.Raw | ConvAiDynamicVariable.Raw | ConvAiEnvVarLocator.Raw;
9
10
  }
@@ -37,5 +37,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.McpServerConfigInputRequestHeadersValue = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const ConvAiDynamicVariable_1 = require("./ConvAiDynamicVariable");
40
+ const ConvAiEnvVarLocator_1 = require("./ConvAiEnvVarLocator");
40
41
  const ConvAiSecretLocator_1 = require("./ConvAiSecretLocator");
41
- exports.McpServerConfigInputRequestHeadersValue = core.serialization.undiscriminatedUnion([core.serialization.string(), ConvAiSecretLocator_1.ConvAiSecretLocator, ConvAiDynamicVariable_1.ConvAiDynamicVariable]);
42
+ exports.McpServerConfigInputRequestHeadersValue = core.serialization.undiscriminatedUnion([
43
+ core.serialization.string(),
44
+ ConvAiSecretLocator_1.ConvAiSecretLocator,
45
+ ConvAiDynamicVariable_1.ConvAiDynamicVariable,
46
+ ConvAiEnvVarLocator_1.ConvAiEnvVarLocator,
47
+ ]);
@@ -1,8 +1,8 @@
1
1
  import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
- import { AuthConnectionLocator } from "./AuthConnectionLocator";
5
4
  import { McpApprovalPolicy } from "./McpApprovalPolicy";
5
+ import { McpServerConfigOutputAuthConnection } from "./McpServerConfigOutputAuthConnection";
6
6
  import { McpServerConfigOutputRequestHeadersValue } from "./McpServerConfigOutputRequestHeadersValue";
7
7
  import { McpServerConfigOutputSecretToken } from "./McpServerConfigOutputSecretToken";
8
8
  import { McpServerConfigOutputUrl } from "./McpServerConfigOutputUrl";
@@ -21,7 +21,7 @@ export declare namespace McpServerConfigOutput {
21
21
  url: McpServerConfigOutputUrl.Raw;
22
22
  secret_token?: McpServerConfigOutputSecretToken.Raw | null;
23
23
  request_headers?: Record<string, McpServerConfigOutputRequestHeadersValue.Raw> | null;
24
- auth_connection?: AuthConnectionLocator.Raw | null;
24
+ auth_connection?: McpServerConfigOutputAuthConnection.Raw | null;
25
25
  name: string;
26
26
  description?: string | null;
27
27
  force_pre_tool_speech?: boolean | null;
@@ -36,8 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.McpServerConfigOutput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- const AuthConnectionLocator_1 = require("./AuthConnectionLocator");
40
39
  const McpApprovalPolicy_1 = require("./McpApprovalPolicy");
40
+ const McpServerConfigOutputAuthConnection_1 = require("./McpServerConfigOutputAuthConnection");
41
41
  const McpServerConfigOutputRequestHeadersValue_1 = require("./McpServerConfigOutputRequestHeadersValue");
42
42
  const McpServerConfigOutputSecretToken_1 = require("./McpServerConfigOutputSecretToken");
43
43
  const McpServerConfigOutputUrl_1 = require("./McpServerConfigOutputUrl");
@@ -54,7 +54,7 @@ exports.McpServerConfigOutput = core.serialization.object({
54
54
  url: McpServerConfigOutputUrl_1.McpServerConfigOutputUrl,
55
55
  secretToken: core.serialization.property("secret_token", McpServerConfigOutputSecretToken_1.McpServerConfigOutputSecretToken.optional()),
56
56
  requestHeaders: core.serialization.property("request_headers", core.serialization.record(core.serialization.string(), McpServerConfigOutputRequestHeadersValue_1.McpServerConfigOutputRequestHeadersValue).optional()),
57
- authConnection: core.serialization.property("auth_connection", AuthConnectionLocator_1.AuthConnectionLocator.optional()),
57
+ authConnection: core.serialization.property("auth_connection", McpServerConfigOutputAuthConnection_1.McpServerConfigOutputAuthConnection.optional()),
58
58
  name: core.serialization.string(),
59
59
  description: core.serialization.string().optional(),
60
60
  forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { AuthConnectionLocator } from "./AuthConnectionLocator";
5
+ import { EnvironmentAuthConnectionLocator } from "./EnvironmentAuthConnectionLocator";
6
+ export declare const McpServerConfigOutputAuthConnection: core.serialization.Schema<serializers.McpServerConfigOutputAuthConnection.Raw, ElevenLabs.McpServerConfigOutputAuthConnection>;
7
+ export declare namespace McpServerConfigOutputAuthConnection {
8
+ type Raw = AuthConnectionLocator.Raw | EnvironmentAuthConnectionLocator.Raw;
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.McpServerConfigOutputAuthConnection = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const AuthConnectionLocator_1 = require("./AuthConnectionLocator");
40
+ const EnvironmentAuthConnectionLocator_1 = require("./EnvironmentAuthConnectionLocator");
41
+ exports.McpServerConfigOutputAuthConnection = core.serialization.undiscriminatedUnion([AuthConnectionLocator_1.AuthConnectionLocator, EnvironmentAuthConnectionLocator_1.EnvironmentAuthConnectionLocator]);
@@ -2,8 +2,9 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { ConvAiDynamicVariable } from "./ConvAiDynamicVariable";
5
+ import { ConvAiEnvVarLocator } from "./ConvAiEnvVarLocator";
5
6
  import { ConvAiSecretLocator } from "./ConvAiSecretLocator";
6
7
  export declare const McpServerConfigOutputRequestHeadersValue: core.serialization.Schema<serializers.McpServerConfigOutputRequestHeadersValue.Raw, ElevenLabs.McpServerConfigOutputRequestHeadersValue>;
7
8
  export declare namespace McpServerConfigOutputRequestHeadersValue {
8
- type Raw = string | ConvAiSecretLocator.Raw | ConvAiDynamicVariable.Raw;
9
+ type Raw = string | ConvAiSecretLocator.Raw | ConvAiDynamicVariable.Raw | ConvAiEnvVarLocator.Raw;
9
10
  }
@@ -37,5 +37,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.McpServerConfigOutputRequestHeadersValue = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const ConvAiDynamicVariable_1 = require("./ConvAiDynamicVariable");
40
+ const ConvAiEnvVarLocator_1 = require("./ConvAiEnvVarLocator");
40
41
  const ConvAiSecretLocator_1 = require("./ConvAiSecretLocator");
41
- exports.McpServerConfigOutputRequestHeadersValue = core.serialization.undiscriminatedUnion([core.serialization.string(), ConvAiSecretLocator_1.ConvAiSecretLocator, ConvAiDynamicVariable_1.ConvAiDynamicVariable]);
42
+ exports.McpServerConfigOutputRequestHeadersValue = core.serialization.undiscriminatedUnion([
43
+ core.serialization.string(),
44
+ ConvAiSecretLocator_1.ConvAiSecretLocator,
45
+ ConvAiDynamicVariable_1.ConvAiDynamicVariable,
46
+ ConvAiEnvVarLocator_1.ConvAiEnvVarLocator,
47
+ ]);
@@ -4,6 +4,7 @@ import type * as serializers from "../index";
4
4
  export declare const NoCoachingSettings: core.serialization.ObjectSchema<serializers.NoCoachingSettings.Raw, ElevenLabs.NoCoachingSettings>;
5
5
  export declare namespace NoCoachingSettings {
6
6
  interface Raw {
7
+ type?: "none" | null;
7
8
  memory_base_id?: string | null;
8
9
  }
9
10
  }
@@ -37,5 +37,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.NoCoachingSettings = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  exports.NoCoachingSettings = core.serialization.object({
40
+ type: core.serialization.stringLiteral("none").optional(),
40
41
  memoryBaseId: core.serialization.property("memory_base_id", core.serialization.string().optional()),
41
42
  });
@@ -0,0 +1,18 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { AuthConnectionDependencies } from "./AuthConnectionDependencies";
5
+ export declare const OAuth2ClientCredsResponse: core.serialization.ObjectSchema<serializers.OAuth2ClientCredsResponse.Raw, ElevenLabs.OAuth2ClientCredsResponse>;
6
+ export declare namespace OAuth2ClientCredsResponse {
7
+ interface Raw {
8
+ name: string;
9
+ provider: string;
10
+ client_id: string;
11
+ token_url: string;
12
+ scopes?: string[] | null;
13
+ extra_params?: Record<string, string> | null;
14
+ basic_auth_in_header?: boolean | null;
15
+ id: string;
16
+ used_by?: AuthConnectionDependencies.Raw | null;
17
+ }
18
+ }
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.OAuth2ClientCredsResponse = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const AuthConnectionDependencies_1 = require("./AuthConnectionDependencies");
40
+ exports.OAuth2ClientCredsResponse = core.serialization.object({
41
+ name: core.serialization.string(),
42
+ provider: core.serialization.string(),
43
+ clientId: core.serialization.property("client_id", core.serialization.string()),
44
+ tokenUrl: core.serialization.property("token_url", core.serialization.string()),
45
+ scopes: core.serialization.list(core.serialization.string()).optional(),
46
+ extraParams: core.serialization.property("extra_params", core.serialization.record(core.serialization.string(), core.serialization.string()).optional()),
47
+ basicAuthInHeader: core.serialization.property("basic_auth_in_header", core.serialization.boolean().optional()),
48
+ id: core.serialization.string(),
49
+ usedBy: core.serialization.property("used_by", AuthConnectionDependencies_1.AuthConnectionDependencies.optional()),
50
+ });
@@ -0,0 +1,23 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { AuthConnectionDependencies } from "./AuthConnectionDependencies";
5
+ import { OAuth2JwtResponseAlgorithm } from "./OAuth2JwtResponseAlgorithm";
6
+ export declare const OAuth2JwtResponse: core.serialization.ObjectSchema<serializers.OAuth2JwtResponse.Raw, ElevenLabs.OAuth2JwtResponse>;
7
+ export declare namespace OAuth2JwtResponse {
8
+ interface Raw {
9
+ name: string;
10
+ provider: string;
11
+ algorithm?: OAuth2JwtResponseAlgorithm.Raw | null;
12
+ key_id?: string | null;
13
+ issuer: string;
14
+ audience: string;
15
+ subject: string;
16
+ expiration_seconds?: number | null;
17
+ extra_params?: Record<string, string> | null;
18
+ token_url: string;
19
+ scopes?: string[] | null;
20
+ id: string;
21
+ used_by?: AuthConnectionDependencies.Raw | null;
22
+ }
23
+ }