@elevenlabs/elevenlabs-js 2.41.1 → 2.43.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 (768) hide show
  1. package/.fern/metadata.json +3 -2
  2. package/AGENTS.md +7 -0
  3. package/BaseClient.js +2 -2
  4. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +1 -1
  5. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +1 -1
  6. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +3 -1
  7. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  8. package/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -1
  9. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
  10. package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  11. package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
  12. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +26 -0
  13. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +115 -0
  14. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -0
  15. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +2 -0
  16. package/api/resources/conversationalAi/resources/conversations/resources/topics/index.d.ts +1 -0
  17. package/api/resources/conversationalAi/resources/conversations/resources/topics/index.js +17 -0
  18. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +17 -0
  19. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +78 -0
  20. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +19 -0
  21. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
  22. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -2
  23. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +3 -2
  24. package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +19 -0
  25. package/api/resources/conversationalAi/resources/secrets/client/Client.js +73 -1
  26. package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.d.ts +13 -0
  27. package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -0
  28. package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
  29. package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
  30. package/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
  31. package/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
  32. package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  33. package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
  34. package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
  35. package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  36. package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  37. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
  38. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
  39. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +3 -0
  40. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
  41. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js +3 -0
  42. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
  43. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
  44. package/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  45. package/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  46. package/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  47. package/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  48. package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +1 -1
  49. package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -1
  50. package/api/resources/music/client/Client.d.ts +1 -1
  51. package/api/resources/music/client/Client.js +1 -1
  52. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
  53. package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
  54. package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +1 -1
  55. package/api/resources/studio/client/Client.d.ts +0 -1
  56. package/api/resources/studio/client/Client.js +0 -1
  57. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +0 -1
  58. package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
  59. package/api/types/AgentBranchSummary.d.ts +2 -0
  60. package/api/types/AgentConfigOverrideInput.d.ts +1 -1
  61. package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  62. package/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
  63. package/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
  64. package/api/types/AgentTopicResponseModel.d.ts +6 -0
  65. package/api/types/AgentTopicResponseModel.js +3 -0
  66. package/api/types/AgentVersionParents.d.ts +1 -0
  67. package/api/types/AnalysisScope.d.ts +5 -0
  68. package/api/types/AnalysisScope.js +8 -0
  69. package/api/types/ChatSourceMedium.d.ts +0 -1
  70. package/api/types/ChatSourceMedium.js +0 -1
  71. package/api/types/ClientEvent.d.ts +1 -0
  72. package/api/types/ClientEvent.js +1 -0
  73. package/api/types/ConvAiStoredSecretDependencies.d.ts +8 -1
  74. package/api/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +10 -0
  75. package/api/types/ConvAiStoredSecretDependenciesMcpServersItem.js +3 -0
  76. package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
  77. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
  78. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
  79. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  80. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
  81. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
  82. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  83. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  84. package/api/types/ConversationTurnMetrics.d.ts +1 -0
  85. package/api/types/CreateAgentRuleParams.d.ts +3 -0
  86. package/api/types/CreateAgentRuleParams.js +3 -0
  87. package/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
  88. package/api/types/CreateAgentTestFolderResponseModel.js +3 -0
  89. package/api/types/CreateClientInteractionParams.d.ts +3 -0
  90. package/api/types/CreateClientInteractionParams.js +3 -0
  91. package/api/types/CreateHolidayParams.d.ts +3 -0
  92. package/api/types/CreateHolidayParams.js +3 -0
  93. package/api/types/CreateRentalServiceParams.d.ts +3 -0
  94. package/api/types/CreateRentalServiceParams.js +3 -0
  95. package/api/types/DeleteAgentRuleParams.d.ts +3 -0
  96. package/api/types/DeleteAgentRuleParams.js +3 -0
  97. package/api/types/DeleteClientInteractionParams.d.ts +3 -0
  98. package/api/types/DeleteClientInteractionParams.js +3 -0
  99. package/api/types/DeleteHolidayParams.d.ts +3 -0
  100. package/api/types/DeleteHolidayParams.js +3 -0
  101. package/api/types/DeleteRentalServiceParams.d.ts +3 -0
  102. package/api/types/DeleteRentalServiceParams.js +3 -0
  103. package/api/types/DependentUnknownAgentIdentifier.d.ts +1 -0
  104. package/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +2 -2
  105. package/api/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
  106. package/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
  107. package/api/types/EvaluationSettingsInput.js +3 -0
  108. package/api/types/EvaluationSettingsOutput.d.ts +9 -0
  109. package/api/types/EvaluationSettingsOutput.js +3 -0
  110. package/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
  111. package/api/types/GetAgentTestFolderResponseModel.js +3 -0
  112. package/api/types/GetAgentTopicsResponseModel.d.ts +6 -0
  113. package/api/types/GetAgentTopicsResponseModel.js +3 -0
  114. package/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
  115. package/api/types/GetAnalyticsSummaryParams.js +3 -0
  116. package/api/types/GetBookingPageSettingsParams.d.ts +3 -0
  117. package/api/types/GetBookingPageSettingsParams.js +3 -0
  118. package/api/types/GetBookingSlugStatusParams.d.ts +3 -0
  119. package/api/types/GetBookingSlugStatusParams.js +3 -0
  120. package/api/types/GetConversationResponseModel.d.ts +1 -0
  121. package/api/types/GetScheduleParams.d.ts +3 -0
  122. package/api/types/GetScheduleParams.js +3 -0
  123. package/api/types/GetSecretDependenciesResponseModel.d.ts +6 -0
  124. package/api/types/GetSecretDependenciesResponseModel.js +3 -0
  125. package/api/types/GetSecretDependenciesResponseModelDependencies.d.ts +2 -0
  126. package/api/types/GetSecretDependenciesResponseModelDependencies.js +3 -0
  127. package/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +10 -0
  128. package/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +3 -0
  129. package/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +10 -0
  130. package/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +3 -0
  131. package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  132. package/api/types/GetWorkspaceSecretsResponseModel.d.ts +0 -2
  133. package/api/types/KnowledgeBaseContentSearchResponseModel.d.ts +5 -0
  134. package/api/types/KnowledgeBaseContentSearchResponseModel.js +3 -0
  135. package/api/types/KnowledgeBaseContentSearchResult.d.ts +6 -0
  136. package/api/types/KnowledgeBaseContentSearchResult.js +3 -0
  137. package/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +16 -0
  138. package/api/types/KnowledgeBaseContentSearchResultDocument.js +3 -0
  139. package/api/types/ListAgentRulesParams.d.ts +3 -0
  140. package/api/types/ListAgentRulesParams.js +3 -0
  141. package/api/types/ListClientInteractionsParams.d.ts +3 -0
  142. package/api/types/ListClientInteractionsParams.js +3 -0
  143. package/api/types/ListHolidaysParams.d.ts +3 -0
  144. package/api/types/ListHolidaysParams.js +3 -0
  145. package/api/types/Llm.d.ts +3 -0
  146. package/api/types/Llm.js +3 -0
  147. package/api/types/ModelRatesResponseModel.d.ts +2 -0
  148. package/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
  149. package/api/types/PermissionType.d.ts +1 -0
  150. package/api/types/PermissionType.js +1 -0
  151. package/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
  152. package/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
  153. package/api/types/PromptAgentApiModelOverrideInput.js +3 -0
  154. package/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
  155. package/api/types/PromptAgentApiModelOverrideOutput.js +3 -0
  156. package/api/types/PromptEvaluationCriteria.d.ts +3 -0
  157. package/api/types/ResponseFilter.d.ts +1 -1
  158. package/api/types/ResponseFilterMode.d.ts +1 -0
  159. package/api/types/ResponseFilterMode.js +1 -0
  160. package/api/types/ScopedAnalysisResult.d.ts +11 -0
  161. package/api/types/ScopedAnalysisResult.js +3 -0
  162. package/api/types/SearchHighlightSegment.d.ts +4 -0
  163. package/api/types/SearchHighlightSegment.js +3 -0
  164. package/api/types/SecretDependencyResourceType.d.ts +6 -0
  165. package/api/types/SecretDependencyResourceType.js +9 -0
  166. package/api/types/SetBookingSlugParams.d.ts +3 -0
  167. package/api/types/SetBookingSlugParams.js +3 -0
  168. package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
  169. package/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
  170. package/api/types/ToDialogueSettingsResponseModel.js +3 -0
  171. package/api/types/TurnConfig.d.ts +2 -0
  172. package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  173. package/api/types/UpdateAgentRuleParams.d.ts +3 -0
  174. package/api/types/UpdateAgentRuleParams.js +3 -0
  175. package/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
  176. package/api/types/UpdateBookingPageSettingsParams.js +3 -0
  177. package/api/types/UpdateBusinessInfoParams.d.ts +3 -0
  178. package/api/types/UpdateBusinessInfoParams.js +3 -0
  179. package/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
  180. package/api/types/UpdateCustomerFacingConfigParams.js +3 -0
  181. package/api/types/UpdateHolidayParams.d.ts +3 -0
  182. package/api/types/UpdateHolidayParams.js +3 -0
  183. package/api/types/UpdateRentalServiceParams.d.ts +3 -0
  184. package/api/types/UpdateRentalServiceParams.js +3 -0
  185. package/api/types/VisitedAgentRef.d.ts +7 -0
  186. package/api/types/VisitedAgentRef.js +3 -0
  187. package/api/types/VoiceResponseModelRecordingQuality.d.ts +2 -0
  188. package/api/types/VoiceResponseModelRecordingQuality.js +2 -0
  189. package/api/types/WorkspaceGroupPermission.d.ts +1 -0
  190. package/api/types/WorkspaceGroupPermission.js +1 -0
  191. package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  192. package/api/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +1 -0
  193. package/api/types/WorkspaceGroupResponseModelGroupPvcLimit.js +3 -0
  194. package/api/types/index.d.ts +45 -2
  195. package/api/types/index.js +45 -2
  196. package/dist/BaseClient.js +2 -2
  197. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +1 -1
  198. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +1 -1
  199. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +3 -1
  200. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  201. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -1
  202. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
  203. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  204. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
  205. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +26 -0
  206. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +115 -0
  207. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -0
  208. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +2 -0
  209. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/index.d.ts +1 -0
  210. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/index.js +17 -0
  211. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +17 -0
  212. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +78 -0
  213. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +19 -0
  214. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.js +3 -0
  215. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
  216. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -2
  217. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +3 -2
  218. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +19 -0
  219. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +73 -1
  220. package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.d.ts +13 -0
  221. package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.js +3 -0
  222. package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -0
  223. package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
  224. package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
  225. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
  226. package/dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
  227. package/dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +3 -0
  228. package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  229. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
  230. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
  231. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  232. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  233. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
  234. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +3 -0
  235. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
  236. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +3 -0
  237. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
  238. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js +3 -0
  239. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
  240. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
  241. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  242. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  243. package/dist/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  244. package/dist/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  245. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +1 -1
  246. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -1
  247. package/dist/api/resources/music/client/Client.d.ts +1 -1
  248. package/dist/api/resources/music/client/Client.js +1 -1
  249. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
  250. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
  251. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +1 -1
  252. package/dist/api/resources/studio/client/Client.d.ts +0 -1
  253. package/dist/api/resources/studio/client/Client.js +0 -1
  254. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +0 -1
  255. package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
  256. package/dist/api/types/AgentBranchSummary.d.ts +2 -0
  257. package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
  258. package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  259. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
  260. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
  261. package/dist/api/types/AgentTopicResponseModel.d.ts +6 -0
  262. package/dist/api/types/AgentTopicResponseModel.js +3 -0
  263. package/dist/api/types/AgentVersionParents.d.ts +1 -0
  264. package/dist/api/types/AnalysisScope.d.ts +5 -0
  265. package/dist/api/types/AnalysisScope.js +8 -0
  266. package/dist/api/types/ChatSourceMedium.d.ts +0 -1
  267. package/dist/api/types/ChatSourceMedium.js +0 -1
  268. package/dist/api/types/ClientEvent.d.ts +1 -0
  269. package/dist/api/types/ClientEvent.js +1 -0
  270. package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +8 -1
  271. package/dist/api/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +10 -0
  272. package/dist/api/types/ConvAiStoredSecretDependenciesMcpServersItem.js +3 -0
  273. package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
  274. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
  275. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
  276. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  277. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
  278. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
  279. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  280. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  281. package/dist/api/types/ConversationTurnMetrics.d.ts +1 -0
  282. package/dist/api/types/CreateAgentRuleParams.d.ts +3 -0
  283. package/dist/api/types/CreateAgentRuleParams.js +3 -0
  284. package/dist/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
  285. package/dist/api/types/CreateAgentTestFolderResponseModel.js +3 -0
  286. package/dist/api/types/CreateClientInteractionParams.d.ts +3 -0
  287. package/dist/api/types/CreateClientInteractionParams.js +3 -0
  288. package/dist/api/types/CreateHolidayParams.d.ts +3 -0
  289. package/dist/api/types/CreateHolidayParams.js +3 -0
  290. package/dist/api/types/CreateRentalServiceParams.d.ts +3 -0
  291. package/dist/api/types/CreateRentalServiceParams.js +3 -0
  292. package/dist/api/types/DeleteAgentRuleParams.d.ts +3 -0
  293. package/dist/api/types/DeleteAgentRuleParams.js +3 -0
  294. package/dist/api/types/DeleteClientInteractionParams.d.ts +3 -0
  295. package/dist/api/types/DeleteClientInteractionParams.js +3 -0
  296. package/dist/api/types/DeleteHolidayParams.d.ts +3 -0
  297. package/dist/api/types/DeleteHolidayParams.js +3 -0
  298. package/dist/api/types/DeleteRentalServiceParams.d.ts +3 -0
  299. package/dist/api/types/DeleteRentalServiceParams.js +3 -0
  300. package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +1 -0
  301. package/dist/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +2 -2
  302. package/dist/api/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
  303. package/dist/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
  304. package/dist/api/types/EvaluationSettingsInput.js +3 -0
  305. package/dist/api/types/EvaluationSettingsOutput.d.ts +9 -0
  306. package/dist/api/types/EvaluationSettingsOutput.js +3 -0
  307. package/dist/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
  308. package/dist/api/types/GetAgentTestFolderResponseModel.js +3 -0
  309. package/dist/api/types/GetAgentTopicsResponseModel.d.ts +6 -0
  310. package/dist/api/types/GetAgentTopicsResponseModel.js +3 -0
  311. package/dist/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
  312. package/dist/api/types/GetAnalyticsSummaryParams.js +3 -0
  313. package/dist/api/types/GetBookingPageSettingsParams.d.ts +3 -0
  314. package/dist/api/types/GetBookingPageSettingsParams.js +3 -0
  315. package/dist/api/types/GetBookingSlugStatusParams.d.ts +3 -0
  316. package/dist/api/types/GetBookingSlugStatusParams.js +3 -0
  317. package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
  318. package/dist/api/types/GetScheduleParams.d.ts +3 -0
  319. package/dist/api/types/GetScheduleParams.js +3 -0
  320. package/dist/api/types/GetSecretDependenciesResponseModel.d.ts +6 -0
  321. package/dist/api/types/GetSecretDependenciesResponseModel.js +3 -0
  322. package/dist/api/types/GetSecretDependenciesResponseModelDependencies.d.ts +2 -0
  323. package/dist/api/types/GetSecretDependenciesResponseModelDependencies.js +3 -0
  324. package/dist/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +10 -0
  325. package/dist/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +3 -0
  326. package/dist/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +10 -0
  327. package/dist/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +3 -0
  328. package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  329. package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +0 -2
  330. package/dist/api/types/KnowledgeBaseContentSearchResponseModel.d.ts +5 -0
  331. package/dist/api/types/KnowledgeBaseContentSearchResponseModel.js +3 -0
  332. package/dist/api/types/KnowledgeBaseContentSearchResult.d.ts +6 -0
  333. package/dist/api/types/KnowledgeBaseContentSearchResult.js +3 -0
  334. package/dist/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +16 -0
  335. package/dist/api/types/KnowledgeBaseContentSearchResultDocument.js +3 -0
  336. package/dist/api/types/ListAgentRulesParams.d.ts +3 -0
  337. package/dist/api/types/ListAgentRulesParams.js +3 -0
  338. package/dist/api/types/ListClientInteractionsParams.d.ts +3 -0
  339. package/dist/api/types/ListClientInteractionsParams.js +3 -0
  340. package/dist/api/types/ListHolidaysParams.d.ts +3 -0
  341. package/dist/api/types/ListHolidaysParams.js +3 -0
  342. package/dist/api/types/Llm.d.ts +3 -0
  343. package/dist/api/types/Llm.js +3 -0
  344. package/dist/api/types/ModelRatesResponseModel.d.ts +2 -0
  345. package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
  346. package/dist/api/types/PermissionType.d.ts +1 -0
  347. package/dist/api/types/PermissionType.js +1 -0
  348. package/dist/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
  349. package/dist/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
  350. package/dist/api/types/PromptAgentApiModelOverrideInput.js +3 -0
  351. package/dist/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
  352. package/dist/api/types/PromptAgentApiModelOverrideOutput.js +3 -0
  353. package/dist/api/types/PromptEvaluationCriteria.d.ts +3 -0
  354. package/dist/api/types/ResponseFilter.d.ts +1 -1
  355. package/dist/api/types/ResponseFilterMode.d.ts +1 -0
  356. package/dist/api/types/ResponseFilterMode.js +1 -0
  357. package/dist/api/types/ScopedAnalysisResult.d.ts +11 -0
  358. package/dist/api/types/ScopedAnalysisResult.js +3 -0
  359. package/dist/api/types/SearchHighlightSegment.d.ts +4 -0
  360. package/dist/api/types/SearchHighlightSegment.js +3 -0
  361. package/dist/api/types/SecretDependencyResourceType.d.ts +6 -0
  362. package/dist/api/types/SecretDependencyResourceType.js +9 -0
  363. package/dist/api/types/SetBookingSlugParams.d.ts +3 -0
  364. package/dist/api/types/SetBookingSlugParams.js +3 -0
  365. package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
  366. package/dist/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
  367. package/dist/api/types/ToDialogueSettingsResponseModel.js +3 -0
  368. package/dist/api/types/TurnConfig.d.ts +2 -0
  369. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  370. package/dist/api/types/UpdateAgentRuleParams.d.ts +3 -0
  371. package/dist/api/types/UpdateAgentRuleParams.js +3 -0
  372. package/dist/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
  373. package/dist/api/types/UpdateBookingPageSettingsParams.js +3 -0
  374. package/dist/api/types/UpdateBusinessInfoParams.d.ts +3 -0
  375. package/dist/api/types/UpdateBusinessInfoParams.js +3 -0
  376. package/dist/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
  377. package/dist/api/types/UpdateCustomerFacingConfigParams.js +3 -0
  378. package/dist/api/types/UpdateHolidayParams.d.ts +3 -0
  379. package/dist/api/types/UpdateHolidayParams.js +3 -0
  380. package/dist/api/types/UpdateRentalServiceParams.d.ts +3 -0
  381. package/dist/api/types/UpdateRentalServiceParams.js +3 -0
  382. package/dist/api/types/VisitedAgentRef.d.ts +7 -0
  383. package/dist/api/types/VisitedAgentRef.js +3 -0
  384. package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +2 -0
  385. package/dist/api/types/VoiceResponseModelRecordingQuality.js +2 -0
  386. package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
  387. package/dist/api/types/WorkspaceGroupPermission.js +1 -0
  388. package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  389. package/dist/api/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +1 -0
  390. package/dist/api/types/WorkspaceGroupResponseModelGroupPvcLimit.js +3 -0
  391. package/dist/api/types/index.d.ts +45 -2
  392. package/dist/api/types/index.js +45 -2
  393. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +1 -0
  394. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +1 -0
  395. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
  396. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
  397. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  398. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
  399. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  400. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  401. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
  402. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
  403. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
  404. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
  405. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
  406. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
  407. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  408. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  409. package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  410. package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  411. package/dist/serialization/types/AgentBranchSummary.d.ts +1 -0
  412. package/dist/serialization/types/AgentBranchSummary.js +1 -0
  413. package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  414. package/dist/serialization/types/AgentConfigOverrideInput.js +2 -2
  415. package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  416. package/dist/serialization/types/AgentConfigOverrideOutput.js +2 -2
  417. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
  418. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
  419. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
  420. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
  421. package/dist/serialization/types/AgentTopicResponseModel.d.ts +12 -0
  422. package/dist/serialization/types/AgentTopicResponseModel.js +44 -0
  423. package/dist/serialization/types/AgentVersionParents.d.ts +1 -0
  424. package/dist/serialization/types/AgentVersionParents.js +1 -0
  425. package/dist/serialization/types/AnalysisScope.d.ts +7 -0
  426. package/dist/serialization/types/AnalysisScope.js +39 -0
  427. package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
  428. package/dist/serialization/types/ChatSourceMedium.js +1 -1
  429. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  430. package/dist/serialization/types/ClientEvent.js +1 -0
  431. package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +6 -1
  432. package/dist/serialization/types/ConvAiStoredSecretDependencies.js +6 -1
  433. package/dist/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +15 -0
  434. package/dist/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.js +49 -0
  435. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  436. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  437. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
  438. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +1 -0
  439. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
  440. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +1 -0
  441. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  442. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
  443. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
  444. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +1 -0
  445. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
  446. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +1 -0
  447. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  448. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
  449. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  450. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
  451. package/dist/serialization/types/ConversationTurnMetrics.d.ts +1 -0
  452. package/dist/serialization/types/ConversationTurnMetrics.js +1 -0
  453. package/dist/serialization/types/CreateAgentRuleParams.d.ts +9 -0
  454. package/dist/serialization/types/{PromptAgentApiModelOverride.js → CreateAgentRuleParams.js} +3 -6
  455. package/dist/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
  456. package/{serialization/types/PromptAgentApiModelOverride.js → dist/serialization/types/CreateAgentTestFolderResponseModel.js} +4 -6
  457. package/dist/serialization/types/CreateClientInteractionParams.d.ts +9 -0
  458. package/dist/serialization/types/CreateClientInteractionParams.js +41 -0
  459. package/dist/serialization/types/CreateHolidayParams.d.ts +9 -0
  460. package/dist/serialization/types/CreateHolidayParams.js +41 -0
  461. package/dist/serialization/types/CreateRentalServiceParams.d.ts +9 -0
  462. package/dist/serialization/types/CreateRentalServiceParams.js +41 -0
  463. package/dist/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
  464. package/dist/serialization/types/DeleteAgentRuleParams.js +41 -0
  465. package/dist/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
  466. package/dist/serialization/types/DeleteClientInteractionParams.js +41 -0
  467. package/dist/serialization/types/DeleteHolidayParams.d.ts +9 -0
  468. package/dist/serialization/types/DeleteHolidayParams.js +41 -0
  469. package/dist/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
  470. package/dist/serialization/types/DeleteRentalServiceParams.js +41 -0
  471. package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +1 -0
  472. package/dist/serialization/types/DependentUnknownAgentIdentifier.js +1 -0
  473. package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +1 -1
  474. package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
  475. package/dist/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
  476. package/dist/serialization/types/{EvaluationSettings.js → EvaluationSettingsInput.js} +2 -2
  477. package/dist/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
  478. package/dist/serialization/types/EvaluationSettingsOutput.js +42 -0
  479. package/dist/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
  480. package/dist/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
  481. package/dist/serialization/types/GetAgentTopicsResponseModel.d.ts +12 -0
  482. package/dist/serialization/types/GetAgentTopicsResponseModel.js +44 -0
  483. package/dist/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
  484. package/dist/serialization/types/GetAnalyticsSummaryParams.js +41 -0
  485. package/dist/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
  486. package/dist/serialization/types/GetBookingPageSettingsParams.js +41 -0
  487. package/dist/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
  488. package/dist/serialization/types/GetBookingSlugStatusParams.js +41 -0
  489. package/dist/serialization/types/GetConversationResponseModel.d.ts +2 -0
  490. package/dist/serialization/types/GetConversationResponseModel.js +2 -0
  491. package/dist/serialization/types/GetScheduleParams.d.ts +9 -0
  492. package/dist/serialization/types/GetScheduleParams.js +41 -0
  493. package/dist/serialization/types/GetSecretDependenciesResponseModel.d.ts +11 -0
  494. package/dist/serialization/types/GetSecretDependenciesResponseModel.js +43 -0
  495. package/dist/serialization/types/GetSecretDependenciesResponseModelDependencies.d.ts +10 -0
  496. package/dist/serialization/types/GetSecretDependenciesResponseModelDependencies.js +46 -0
  497. package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +15 -0
  498. package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +49 -0
  499. package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +15 -0
  500. package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +49 -0
  501. package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  502. package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  503. package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +0 -1
  504. package/dist/serialization/types/GetWorkspaceSecretsResponseModel.js +0 -1
  505. package/dist/serialization/types/KnowledgeBaseContentSearchResponseModel.d.ts +11 -0
  506. package/dist/serialization/types/KnowledgeBaseContentSearchResponseModel.js +43 -0
  507. package/dist/serialization/types/KnowledgeBaseContentSearchResult.d.ts +13 -0
  508. package/dist/serialization/types/KnowledgeBaseContentSearchResult.js +45 -0
  509. package/dist/serialization/types/KnowledgeBaseContentSearchResultDocument.d.ts +23 -0
  510. package/dist/serialization/types/KnowledgeBaseContentSearchResultDocument.js +53 -0
  511. package/dist/serialization/types/ListAgentRulesParams.d.ts +9 -0
  512. package/dist/serialization/types/ListAgentRulesParams.js +41 -0
  513. package/dist/serialization/types/ListClientInteractionsParams.d.ts +9 -0
  514. package/dist/serialization/types/ListClientInteractionsParams.js +41 -0
  515. package/dist/serialization/types/ListHolidaysParams.d.ts +9 -0
  516. package/dist/serialization/types/ListHolidaysParams.js +41 -0
  517. package/dist/serialization/types/Llm.d.ts +1 -1
  518. package/dist/serialization/types/Llm.js +3 -0
  519. package/dist/serialization/types/ModelRatesResponseModel.d.ts +1 -0
  520. package/dist/serialization/types/ModelRatesResponseModel.js +1 -0
  521. package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
  522. package/dist/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
  523. package/dist/serialization/types/PermissionType.d.ts +1 -1
  524. package/dist/serialization/types/PermissionType.js +1 -0
  525. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
  526. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
  527. package/dist/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
  528. package/dist/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
  529. package/dist/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
  530. package/dist/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
  531. package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
  532. package/dist/serialization/types/PromptEvaluationCriteria.js +2 -0
  533. package/dist/serialization/types/ResponseFilterMode.d.ts +1 -1
  534. package/dist/serialization/types/ResponseFilterMode.js +1 -1
  535. package/dist/serialization/types/ScopedAnalysisResult.d.ts +18 -0
  536. package/dist/serialization/types/ScopedAnalysisResult.js +52 -0
  537. package/dist/serialization/types/SearchHighlightSegment.d.ts +10 -0
  538. package/dist/serialization/types/SearchHighlightSegment.js +42 -0
  539. package/dist/serialization/types/SecretDependencyResourceType.d.ts +7 -0
  540. package/dist/serialization/types/SecretDependencyResourceType.js +39 -0
  541. package/dist/serialization/types/SetBookingSlugParams.d.ts +9 -0
  542. package/dist/serialization/types/SetBookingSlugParams.js +41 -0
  543. package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
  544. package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
  545. package/dist/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
  546. package/dist/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
  547. package/dist/serialization/types/TurnConfig.d.ts +1 -0
  548. package/dist/serialization/types/TurnConfig.js +1 -0
  549. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
  550. package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
  551. package/dist/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
  552. package/dist/serialization/types/UpdateAgentRuleParams.js +41 -0
  553. package/dist/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
  554. package/dist/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
  555. package/dist/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
  556. package/dist/serialization/types/UpdateBusinessInfoParams.js +41 -0
  557. package/dist/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
  558. package/dist/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
  559. package/dist/serialization/types/UpdateHolidayParams.d.ts +9 -0
  560. package/dist/serialization/types/UpdateHolidayParams.js +41 -0
  561. package/dist/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
  562. package/dist/serialization/types/UpdateRentalServiceParams.js +41 -0
  563. package/dist/serialization/types/VisitedAgentRef.d.ts +10 -0
  564. package/dist/serialization/types/VisitedAgentRef.js +42 -0
  565. package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +1 -1
  566. package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +1 -1
  567. package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  568. package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
  569. package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
  570. package/dist/serialization/types/WorkspaceGroupResponseModel.js +2 -0
  571. package/dist/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +7 -0
  572. package/dist/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.js +42 -0
  573. package/dist/serialization/types/index.d.ts +45 -2
  574. package/dist/serialization/types/index.js +45 -2
  575. package/dist/version.d.ts +1 -1
  576. package/dist/version.js +1 -1
  577. package/package.json +1 -1
  578. package/reference.md +559 -6
  579. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +1 -0
  580. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +1 -0
  581. package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
  582. package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
  583. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  584. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
  585. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  586. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  587. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
  588. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
  589. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
  590. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
  591. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
  592. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
  593. package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  594. package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  595. package/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  596. package/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  597. package/serialization/types/AgentBranchSummary.d.ts +1 -0
  598. package/serialization/types/AgentBranchSummary.js +1 -0
  599. package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  600. package/serialization/types/AgentConfigOverrideInput.js +2 -2
  601. package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  602. package/serialization/types/AgentConfigOverrideOutput.js +2 -2
  603. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
  604. package/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
  605. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
  606. package/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
  607. package/serialization/types/AgentTopicResponseModel.d.ts +12 -0
  608. package/serialization/types/AgentTopicResponseModel.js +44 -0
  609. package/serialization/types/AgentVersionParents.d.ts +1 -0
  610. package/serialization/types/AgentVersionParents.js +1 -0
  611. package/serialization/types/AnalysisScope.d.ts +7 -0
  612. package/serialization/types/AnalysisScope.js +39 -0
  613. package/serialization/types/ChatSourceMedium.d.ts +1 -1
  614. package/serialization/types/ChatSourceMedium.js +1 -1
  615. package/serialization/types/ClientEvent.d.ts +1 -1
  616. package/serialization/types/ClientEvent.js +1 -0
  617. package/serialization/types/ConvAiStoredSecretDependencies.d.ts +6 -1
  618. package/serialization/types/ConvAiStoredSecretDependencies.js +6 -1
  619. package/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +15 -0
  620. package/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.js +49 -0
  621. package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  622. package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  623. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
  624. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +1 -0
  625. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
  626. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +1 -0
  627. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  628. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
  629. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
  630. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +1 -0
  631. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
  632. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +1 -0
  633. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  634. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
  635. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  636. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
  637. package/serialization/types/ConversationTurnMetrics.d.ts +1 -0
  638. package/serialization/types/ConversationTurnMetrics.js +1 -0
  639. package/serialization/types/CreateAgentRuleParams.d.ts +9 -0
  640. package/serialization/types/CreateAgentRuleParams.js +41 -0
  641. package/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
  642. package/serialization/types/CreateAgentTestFolderResponseModel.js +42 -0
  643. package/serialization/types/CreateClientInteractionParams.d.ts +9 -0
  644. package/serialization/types/CreateClientInteractionParams.js +41 -0
  645. package/serialization/types/CreateHolidayParams.d.ts +9 -0
  646. package/serialization/types/CreateHolidayParams.js +41 -0
  647. package/serialization/types/CreateRentalServiceParams.d.ts +9 -0
  648. package/serialization/types/CreateRentalServiceParams.js +41 -0
  649. package/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
  650. package/serialization/types/DeleteAgentRuleParams.js +41 -0
  651. package/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
  652. package/serialization/types/DeleteClientInteractionParams.js +41 -0
  653. package/serialization/types/DeleteHolidayParams.d.ts +9 -0
  654. package/serialization/types/DeleteHolidayParams.js +41 -0
  655. package/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
  656. package/serialization/types/DeleteRentalServiceParams.js +41 -0
  657. package/serialization/types/DependentUnknownAgentIdentifier.d.ts +1 -0
  658. package/serialization/types/DependentUnknownAgentIdentifier.js +1 -0
  659. package/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +1 -1
  660. package/serialization/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
  661. package/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
  662. package/serialization/types/{EvaluationSettings.js → EvaluationSettingsInput.js} +2 -2
  663. package/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
  664. package/serialization/types/EvaluationSettingsOutput.js +42 -0
  665. package/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
  666. package/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
  667. package/serialization/types/GetAgentTopicsResponseModel.d.ts +12 -0
  668. package/serialization/types/GetAgentTopicsResponseModel.js +44 -0
  669. package/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
  670. package/serialization/types/GetAnalyticsSummaryParams.js +41 -0
  671. package/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
  672. package/serialization/types/GetBookingPageSettingsParams.js +41 -0
  673. package/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
  674. package/serialization/types/GetBookingSlugStatusParams.js +41 -0
  675. package/serialization/types/GetConversationResponseModel.d.ts +2 -0
  676. package/serialization/types/GetConversationResponseModel.js +2 -0
  677. package/serialization/types/GetScheduleParams.d.ts +9 -0
  678. package/serialization/types/GetScheduleParams.js +41 -0
  679. package/serialization/types/GetSecretDependenciesResponseModel.d.ts +11 -0
  680. package/serialization/types/GetSecretDependenciesResponseModel.js +43 -0
  681. package/serialization/types/GetSecretDependenciesResponseModelDependencies.d.ts +10 -0
  682. package/serialization/types/GetSecretDependenciesResponseModelDependencies.js +46 -0
  683. package/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +15 -0
  684. package/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +49 -0
  685. package/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +15 -0
  686. package/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +49 -0
  687. package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  688. package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  689. package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +0 -1
  690. package/serialization/types/GetWorkspaceSecretsResponseModel.js +0 -1
  691. package/serialization/types/KnowledgeBaseContentSearchResponseModel.d.ts +11 -0
  692. package/serialization/types/KnowledgeBaseContentSearchResponseModel.js +43 -0
  693. package/serialization/types/KnowledgeBaseContentSearchResult.d.ts +13 -0
  694. package/serialization/types/KnowledgeBaseContentSearchResult.js +45 -0
  695. package/serialization/types/KnowledgeBaseContentSearchResultDocument.d.ts +23 -0
  696. package/serialization/types/KnowledgeBaseContentSearchResultDocument.js +53 -0
  697. package/serialization/types/ListAgentRulesParams.d.ts +9 -0
  698. package/serialization/types/ListAgentRulesParams.js +41 -0
  699. package/serialization/types/ListClientInteractionsParams.d.ts +9 -0
  700. package/serialization/types/ListClientInteractionsParams.js +41 -0
  701. package/serialization/types/ListHolidaysParams.d.ts +9 -0
  702. package/serialization/types/ListHolidaysParams.js +41 -0
  703. package/serialization/types/Llm.d.ts +1 -1
  704. package/serialization/types/Llm.js +3 -0
  705. package/serialization/types/ModelRatesResponseModel.d.ts +1 -0
  706. package/serialization/types/ModelRatesResponseModel.js +1 -0
  707. package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
  708. package/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
  709. package/serialization/types/PermissionType.d.ts +1 -1
  710. package/serialization/types/PermissionType.js +1 -0
  711. package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
  712. package/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
  713. package/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
  714. package/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
  715. package/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
  716. package/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
  717. package/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
  718. package/serialization/types/PromptEvaluationCriteria.js +2 -0
  719. package/serialization/types/ResponseFilterMode.d.ts +1 -1
  720. package/serialization/types/ResponseFilterMode.js +1 -1
  721. package/serialization/types/ScopedAnalysisResult.d.ts +18 -0
  722. package/serialization/types/ScopedAnalysisResult.js +52 -0
  723. package/serialization/types/SearchHighlightSegment.d.ts +10 -0
  724. package/serialization/types/SearchHighlightSegment.js +42 -0
  725. package/serialization/types/SecretDependencyResourceType.d.ts +7 -0
  726. package/serialization/types/SecretDependencyResourceType.js +39 -0
  727. package/serialization/types/SetBookingSlugParams.d.ts +9 -0
  728. package/serialization/types/SetBookingSlugParams.js +41 -0
  729. package/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
  730. package/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
  731. package/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
  732. package/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
  733. package/serialization/types/TurnConfig.d.ts +1 -0
  734. package/serialization/types/TurnConfig.js +1 -0
  735. package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
  736. package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
  737. package/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
  738. package/serialization/types/UpdateAgentRuleParams.js +41 -0
  739. package/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
  740. package/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
  741. package/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
  742. package/serialization/types/UpdateBusinessInfoParams.js +41 -0
  743. package/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
  744. package/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
  745. package/serialization/types/UpdateHolidayParams.d.ts +9 -0
  746. package/serialization/types/UpdateHolidayParams.js +41 -0
  747. package/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
  748. package/serialization/types/UpdateRentalServiceParams.js +41 -0
  749. package/serialization/types/VisitedAgentRef.d.ts +10 -0
  750. package/serialization/types/VisitedAgentRef.js +42 -0
  751. package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +1 -1
  752. package/serialization/types/VoiceResponseModelRecordingQuality.js +1 -1
  753. package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  754. package/serialization/types/WorkspaceGroupPermission.js +1 -0
  755. package/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
  756. package/serialization/types/WorkspaceGroupResponseModel.js +2 -0
  757. package/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +7 -0
  758. package/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.js +42 -0
  759. package/serialization/types/index.d.ts +45 -2
  760. package/serialization/types/index.js +45 -2
  761. package/version.d.ts +1 -1
  762. package/version.js +1 -1
  763. package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
  764. package/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
  765. /package/api/{types/EvaluationSettings.js → resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.js} +0 -0
  766. /package/api/{types/PromptAgentApiModelOverride.js → resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.js} +0 -0
  767. /package/{dist/api/types/EvaluationSettings.js → api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
  768. /package/{dist/api/types/PromptAgentApiModelOverride.js → api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
@@ -7,12 +7,13 @@ export declare const DirectPublishingReadResponseModelGenreItem: {
7
7
  readonly Dystopia: "Dystopia";
8
8
  readonly BusinessAndEconomics: "Business and Economics";
9
9
  readonly Technology: "Technology";
10
- readonly DetectiveAndCrime: "Detective and Crime";
10
+ readonly ChristianInspirational: "Christian & Inspirational";
11
11
  readonly Horror: "Horror";
12
12
  readonly BiographyAndMemoir: "Biography and Memoir";
13
13
  readonly EducationAndLearning: "Education and Learning";
14
14
  readonly History: "History";
15
15
  readonly ChildrensLiterature: "Children's Literature";
16
+ readonly YoungAdult: "Young Adult";
16
17
  readonly FairyTalesAndFolklore: "Fairy Tales and Folklore";
17
18
  readonly FanFiction: "Fan Fiction";
18
19
  readonly GeneralFiction: "General Fiction";
@@ -30,6 +31,5 @@ export declare const DirectPublishingReadResponseModelGenreItem: {
30
31
  readonly Travel: "Travel";
31
32
  readonly TrueCrime: "True Crime";
32
33
  readonly Other: "Other";
33
- readonly AdultRomance: "Adult Romance";
34
34
  };
35
35
  export type DirectPublishingReadResponseModelGenreItem = (typeof DirectPublishingReadResponseModelGenreItem)[keyof typeof DirectPublishingReadResponseModelGenreItem];
@@ -11,12 +11,13 @@ exports.DirectPublishingReadResponseModelGenreItem = {
11
11
  Dystopia: "Dystopia",
12
12
  BusinessAndEconomics: "Business and Economics",
13
13
  Technology: "Technology",
14
- DetectiveAndCrime: "Detective and Crime",
14
+ ChristianInspirational: "Christian & Inspirational",
15
15
  Horror: "Horror",
16
16
  BiographyAndMemoir: "Biography and Memoir",
17
17
  EducationAndLearning: "Education and Learning",
18
18
  History: "History",
19
19
  ChildrensLiterature: "Children's Literature",
20
+ YoungAdult: "Young Adult",
20
21
  FairyTalesAndFolklore: "Fairy Tales and Folklore",
21
22
  FanFiction: "Fan Fiction",
22
23
  GeneralFiction: "General Fiction",
@@ -34,5 +35,4 @@ exports.DirectPublishingReadResponseModelGenreItem = {
34
35
  Travel: "Travel",
35
36
  TrueCrime: "True Crime",
36
37
  Other: "Other",
37
- AdultRomance: "Adult Romance",
38
38
  };
@@ -3,7 +3,7 @@ import type * as ElevenLabs from "../index";
3
3
  * Settings to evaluate an agent's performance.
4
4
  * Agents are evaluated against a set of criteria, with success being defined as meeting some combination of those criteria.
5
5
  */
6
- export interface EvaluationSettings {
6
+ export interface EvaluationSettingsInput {
7
7
  /** Individual criteria that the agent should be evaluated against */
8
8
  criteria?: ElevenLabs.PromptEvaluationCriteria[];
9
9
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Settings to evaluate an agent's performance.
4
+ * Agents are evaluated against a set of criteria, with success being defined as meeting some combination of those criteria.
5
+ */
6
+ export interface EvaluationSettingsOutput {
7
+ /** Individual criteria that the agent should be evaluated against */
8
+ criteria?: ElevenLabs.PromptEvaluationCriteria[];
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface GetAgentTestFolderResponseModel {
3
+ id: string;
4
+ name: string;
5
+ /** The path from the root folder to the current folder. */
6
+ folderPath?: ElevenLabs.AgentTestFolderPathSegmentResponseModel[];
7
+ /** The number of direct children (tests and subfolders) in this folder */
8
+ childrenCount?: number;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface GetAgentTopicsResponseModel {
3
+ topics: ElevenLabs.AgentTopicResponseModel[];
4
+ windowStartUnixSecs: number;
5
+ windowEndUnixSecs: number;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Get a summary of key business analytics for a time period.
3
+ */
4
+ export interface GetAnalyticsSummaryParams {
5
+ smbToolType?: "get_analytics_summary";
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface GetBookingPageSettingsParams {
2
+ smbToolType?: "get_booking_page_settings";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface GetBookingSlugStatusParams {
2
+ smbToolType?: "get_booking_slug_status";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,6 +9,7 @@ export interface GetConversationResponseModel {
9
9
  versionId?: string;
10
10
  metadata: ElevenLabs.ConversationHistoryMetadataCommonModel;
11
11
  analysis?: ElevenLabs.ConversationHistoryAnalysisCommonModel;
12
+ visitedAgents?: ElevenLabs.VisitedAgentRef[];
12
13
  conversationInitiationClientData?: ElevenLabs.ConversationInitiationClientDataRequestOutput;
13
14
  environment?: string;
14
15
  conversationId: string;
@@ -0,0 +1,3 @@
1
+ export interface GetScheduleParams {
2
+ smbToolType?: "get_schedule";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface GetSecretDependenciesResponseModel {
3
+ dependencies: ElevenLabs.GetSecretDependenciesResponseModelDependencies;
4
+ /** Cursor for fetching the next page of dependencies */
5
+ nextCursor?: string;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type GetSecretDependenciesResponseModelDependencies = ElevenLabs.GetSecretDependenciesResponseModelDependenciesZeroItem[] | ElevenLabs.GetSecretDependenciesResponseModelDependenciesOneItem[] | ElevenLabs.DependentPhoneNumberIdentifier[];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type GetSecretDependenciesResponseModelDependenciesOneItem = ElevenLabs.GetSecretDependenciesResponseModelDependenciesOneItem.Available | ElevenLabs.GetSecretDependenciesResponseModelDependenciesOneItem.Unknown;
3
+ export declare namespace GetSecretDependenciesResponseModelDependenciesOneItem {
4
+ interface Available extends ElevenLabs.DependentAvailableAgentIdentifier {
5
+ type: "available";
6
+ }
7
+ interface Unknown extends ElevenLabs.DependentUnknownAgentIdentifier {
8
+ type: "unknown";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type GetSecretDependenciesResponseModelDependenciesZeroItem = ElevenLabs.GetSecretDependenciesResponseModelDependenciesZeroItem.Available | ElevenLabs.GetSecretDependenciesResponseModelDependenciesZeroItem.Unknown;
3
+ export declare namespace GetSecretDependenciesResponseModelDependenciesZeroItem {
4
+ interface Available extends ElevenLabs.DependentAvailableToolIdentifier {
5
+ type: "available";
6
+ }
7
+ interface Unknown extends ElevenLabs.DependentUnknownToolIdentifier {
8
+ type: "unknown";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,4 +8,5 @@ export interface GetWhatsAppAccountResponse {
8
8
  enableMessaging?: boolean;
9
9
  enableAudioMessageResponse?: boolean;
10
10
  assignedAgentName?: string;
11
+ isTokenExpired?: boolean;
11
12
  }
@@ -3,6 +3,4 @@ export interface GetWorkspaceSecretsResponseModel {
3
3
  secrets: ElevenLabs.ConvAiWorkspaceStoredSecretConfig[];
4
4
  /** Cursor for fetching the next page of secrets */
5
5
  nextCursor?: string;
6
- /** Whether there are more secrets to fetch */
7
- hasMore?: boolean;
8
6
  }
@@ -0,0 +1,5 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface KnowledgeBaseContentSearchResponseModel {
3
+ results: ElevenLabs.KnowledgeBaseContentSearchResult[];
4
+ nextCursor?: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface KnowledgeBaseContentSearchResult {
3
+ document: ElevenLabs.KnowledgeBaseContentSearchResultDocument;
4
+ searchSnippet?: ElevenLabs.SearchHighlightSegment[];
5
+ score: number;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type KnowledgeBaseContentSearchResultDocument = ElevenLabs.KnowledgeBaseContentSearchResultDocument.File_ | ElevenLabs.KnowledgeBaseContentSearchResultDocument.Folder | ElevenLabs.KnowledgeBaseContentSearchResultDocument.Text | ElevenLabs.KnowledgeBaseContentSearchResultDocument.Url;
3
+ export declare namespace KnowledgeBaseContentSearchResultDocument {
4
+ interface File_ extends ElevenLabs.GetKnowledgeBaseSummaryFileResponseModel {
5
+ type: "file";
6
+ }
7
+ interface Folder extends ElevenLabs.GetKnowledgeBaseSummaryFolderResponseModel {
8
+ type: "folder";
9
+ }
10
+ interface Text extends ElevenLabs.GetKnowledgeBaseSummaryTextResponseModel {
11
+ type: "text";
12
+ }
13
+ interface Url extends ElevenLabs.GetKnowledgeBaseSummaryUrlResponseModel {
14
+ type: "url";
15
+ }
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface ListAgentRulesParams {
2
+ smbToolType?: "list_agent_rules";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface ListClientInteractionsParams {
2
+ smbToolType?: "list_client_interactions";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface ListHolidaysParams {
2
+ smbToolType?: "list_holidays";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -21,6 +21,7 @@ export declare const Llm: {
21
21
  readonly Gemini25Flash: "gemini-2.5-flash";
22
22
  readonly Gemini3ProPreview: "gemini-3-pro-preview";
23
23
  readonly Gemini3FlashPreview: "gemini-3-flash-preview";
24
+ readonly Gemini31ProPreview: "gemini-3.1-pro-preview";
24
25
  readonly Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview";
25
26
  readonly ClaudeSonnet45: "claude-sonnet-4-5";
26
27
  readonly ClaudeSonnet46: "claude-sonnet-4-6";
@@ -34,6 +35,8 @@ export declare const Llm: {
34
35
  readonly CustomLlm: "custom-llm";
35
36
  readonly Qwen34B: "qwen3-4b";
36
37
  readonly Qwen330Ba3B: "qwen3-30b-a3b";
38
+ readonly Qwen3535Ba3B: "qwen35-35b-a3b";
39
+ readonly Qwen35397Ba17B: "qwen35-397b-a17b";
37
40
  readonly GptOss20B: "gpt-oss-20b";
38
41
  readonly GptOss120B: "gpt-oss-120b";
39
42
  readonly Glm45AirFp8: "glm-45-air-fp8";
package/api/types/Llm.js CHANGED
@@ -25,6 +25,7 @@ exports.Llm = {
25
25
  Gemini25Flash: "gemini-2.5-flash",
26
26
  Gemini3ProPreview: "gemini-3-pro-preview",
27
27
  Gemini3FlashPreview: "gemini-3-flash-preview",
28
+ Gemini31ProPreview: "gemini-3.1-pro-preview",
28
29
  Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview",
29
30
  ClaudeSonnet45: "claude-sonnet-4-5",
30
31
  ClaudeSonnet46: "claude-sonnet-4-6",
@@ -38,6 +39,8 @@ exports.Llm = {
38
39
  CustomLlm: "custom-llm",
39
40
  Qwen34B: "qwen3-4b",
40
41
  Qwen330Ba3B: "qwen3-30b-a3b",
42
+ Qwen3535Ba3B: "qwen35-35b-a3b",
43
+ Qwen35397Ba17B: "qwen35-397b-a17b",
41
44
  GptOss20B: "gpt-oss-20b",
42
45
  GptOss120B: "gpt-oss-120b",
43
46
  Glm45AirFp8: "glm-45-air-fp8",
@@ -1,4 +1,6 @@
1
1
  export interface ModelRatesResponseModel {
2
2
  /** The cost multiplier for characters. */
3
3
  characterCostMultiplier: number;
4
+ /** Discount multiplier applied to cost estimates. Defaults to 1.0 (no discount). */
5
+ costDiscountMultiplier?: number;
4
6
  }
@@ -7,4 +7,6 @@ export interface MultichannelSpeechToTextResponseModel {
7
7
  transcripts: ElevenLabs.SpeechToTextChunkResponseModel[];
8
8
  /** The transcription ID of the response. */
9
9
  transcriptionId?: string;
10
+ /** The duration of the audio that was transcribed across all channels in seconds. */
11
+ audioDurationSecs?: number;
10
12
  }
@@ -43,5 +43,6 @@ export declare const PermissionType: {
43
43
  readonly WorkspaceMembersRemove: "workspace_members_remove";
44
44
  readonly TermsOfServiceAccept: "terms_of_service_accept";
45
45
  readonly AuditLogRead: "audit_log_read";
46
+ readonly CopyResourcesCrossWorkspace: "copy_resources_cross_workspace";
46
47
  };
47
48
  export type PermissionType = (typeof PermissionType)[keyof typeof PermissionType];
@@ -47,4 +47,5 @@ exports.PermissionType = {
47
47
  WorkspaceMembersRemove: "workspace_members_remove",
48
48
  TermsOfServiceAccept: "terms_of_service_accept",
49
49
  AuditLogRead: "audit_log_read",
50
+ CopyResourcesCrossWorkspace: "copy_resources_cross_workspace",
50
51
  };
@@ -3,6 +3,10 @@ export interface PromptAgentApiModelOverrideConfig {
3
3
  prompt?: boolean;
4
4
  /** Whether to allow overriding the llm field. */
5
5
  llm?: boolean;
6
+ /** Whether to allow overriding the tool_ids field. */
7
+ toolIds?: boolean;
6
8
  /** Whether to allow overriding the native_mcp_server_ids field. */
7
9
  nativeMcpServerIds?: boolean;
10
+ /** Whether to allow overriding the knowledge_base field. */
11
+ knowledgeBase?: boolean;
8
12
  }
@@ -1,9 +1,13 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export interface PromptAgentApiModelOverride {
2
+ export interface PromptAgentApiModelOverrideInput {
3
3
  /** The prompt for the agent */
4
4
  prompt?: string;
5
5
  /** The LLM to query with the prompt and the chat history. If using data residency, the LLM must be supported in the data residency environment */
6
6
  llm?: ElevenLabs.Llm;
7
+ /** A list of IDs of tools used by the agent */
8
+ toolIds?: string[];
7
9
  /** A list of Native MCP server ids to be used by the agent */
8
10
  nativeMcpServerIds?: string[];
11
+ /** A list of knowledge bases to be used by the agent */
12
+ knowledgeBase?: ElevenLabs.KnowledgeBaseLocator[];
9
13
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface PromptAgentApiModelOverrideOutput {
3
+ /** The prompt for the agent */
4
+ prompt?: string;
5
+ /** The LLM to query with the prompt and the chat history. If using data residency, the LLM must be supported in the data residency environment */
6
+ llm?: ElevenLabs.Llm;
7
+ /** A list of IDs of tools used by the agent */
8
+ toolIds?: string[];
9
+ /** A list of Native MCP server ids to be used by the agent */
10
+ nativeMcpServerIds?: string[];
11
+ /** A list of knowledge bases to be used by the agent */
12
+ knowledgeBase?: ElevenLabs.KnowledgeBaseLocator[];
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ import type * as ElevenLabs from "../index";
1
2
  /**
2
3
  * An evaluation using the transcript and a prompt for a yes/no achieved answer
3
4
  */
@@ -11,4 +12,6 @@ export interface PromptEvaluationCriteria {
11
12
  conversationGoalPrompt: string;
12
13
  /** When evaluating the prompt, should the agent's knowledge base be used. */
13
14
  useKnowledgeBase?: boolean;
15
+ /** The scope of transcript context used when evaluating this criterion. 'conversation' uses the full transcript; 'agent' uses only the portion where the defining agent was active. */
16
+ scope?: ElevenLabs.AnalysisScope;
14
17
  }
@@ -3,7 +3,7 @@ import type * as ElevenLabs from "../index";
3
3
  * Configuration for filtering tool responses before they are visible to the agent.
4
4
  */
5
5
  export interface ResponseFilter {
6
- /** Controls how tool responses are filtered. 'all' returns entire response, 'allow' returns only specified paths. */
6
+ /** Controls how tool responses are filtered. 'all' returns entire response, 'allow' returns only specified paths, 'hide_all' hides the entire response. */
7
7
  mode?: ElevenLabs.ResponseFilterMode;
8
8
  /** Dot notation paths to include when mode is 'allow' (e.g., ['ticket.id', 'ticket.status']). */
9
9
  filters?: string[];
@@ -2,5 +2,6 @@
2
2
  export declare const ResponseFilterMode: {
3
3
  readonly All: "all";
4
4
  readonly Allow: "allow";
5
+ readonly HideAll: "hide_all";
5
6
  };
6
7
  export type ResponseFilterMode = (typeof ResponseFilterMode)[keyof typeof ResponseFilterMode];
@@ -6,4 +6,5 @@ exports.ResponseFilterMode = void 0;
6
6
  exports.ResponseFilterMode = {
7
7
  All: "all",
8
8
  Allow: "allow",
9
+ HideAll: "hide_all",
9
10
  };
@@ -0,0 +1,11 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface ScopedAnalysisResult {
3
+ /** The scope of the analysis. 'conversation' uses the full transcript; 'agent' uses only the portion where the defining agent was active. */
4
+ scope: ElevenLabs.AnalysisScope;
5
+ sourceAgentId: string;
6
+ /** Branch of the agent for this scoped block; disambiguates repeated agent_id. */
7
+ sourceBranchId?: string;
8
+ evaluationCriteriaResults?: Record<string, ElevenLabs.ConversationHistoryEvaluationCriteriaResultCommonModel>;
9
+ dataCollectionResults?: Record<string, ElevenLabs.DataCollectionResultCommonModel>;
10
+ successful: ElevenLabs.EvaluationSuccessResult;
11
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface SearchHighlightSegment {
2
+ value: string;
3
+ isHit: boolean;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export declare const SecretDependencyResourceType: {
2
+ readonly Tools: "tools";
3
+ readonly Agents: "agents";
4
+ readonly PhoneNumbers: "phone_numbers";
5
+ };
6
+ export type SecretDependencyResourceType = (typeof SecretDependencyResourceType)[keyof typeof SecretDependencyResourceType];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.SecretDependencyResourceType = void 0;
5
+ exports.SecretDependencyResourceType = {
6
+ Tools: "tools",
7
+ Agents: "agents",
8
+ PhoneNumbers: "phone_numbers",
9
+ };
@@ -0,0 +1,3 @@
1
+ export interface SetBookingSlugParams {
2
+ smbToolType?: "set_booking_slug";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -19,4 +19,6 @@ export interface SpeechToTextChunkResponseModel {
19
19
  transcriptionId?: string;
20
20
  /** List of detected entities with their text, type, and character positions in the transcript. */
21
21
  entities?: ElevenLabs.DetectedEntity[];
22
+ /** The duration of the audio that was transcribed in seconds. */
23
+ audioDurationSecs?: number;
22
24
  }
@@ -0,0 +1,5 @@
1
+ export interface ToDialogueSettingsResponseModel {
2
+ /** Determines how stable the voice is and the randomness between each generation. Lower values introduce broader emotional range for the voice. Higher values can result in a monotonous voice with limited emotion. */
3
+ stability?: number;
4
+ speed?: number;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -14,4 +14,6 @@ export interface TurnConfig {
14
14
  spellingPatience?: ElevenLabs.SpellingPatience;
15
15
  /** When enabled, starts generating LLM responses during silence before full turn confidence is reached, reducing perceived latency. May increase LLM costs. */
16
16
  speculativeTurn?: boolean;
17
+ /** When enabled, if VAD detects no speech, attempts to re-transcribe accumulated audio at turn timeout. Disables silence discount billing for affected turns. */
18
+ retranscribeOnTurnTimeout?: boolean;
17
19
  }
@@ -14,4 +14,6 @@ export interface TurnConfigWorkflowOverride {
14
14
  spellingPatience?: ElevenLabs.SpellingPatience;
15
15
  /** When enabled, starts generating LLM responses during silence before full turn confidence is reached, reducing perceived latency. May increase LLM costs. */
16
16
  speculativeTurn?: boolean;
17
+ /** When enabled, if VAD detects no speech, attempts to re-transcribe accumulated audio at turn timeout. Disables silence discount billing for affected turns. */
18
+ retranscribeOnTurnTimeout?: boolean;
17
19
  }
@@ -0,0 +1,3 @@
1
+ export interface UpdateAgentRuleParams {
2
+ smbToolType?: "update_agent_rule";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface UpdateBookingPageSettingsParams {
2
+ smbToolType?: "update_booking_page_settings";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface UpdateBusinessInfoParams {
2
+ smbToolType?: "update_business_info";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface UpdateCustomerFacingConfigParams {
2
+ smbToolType?: "update_customer_facing_config";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface UpdateHolidayParams {
2
+ smbToolType?: "update_holiday";
3
+ }