@elevenlabs/elevenlabs-js 2.32.0 → 2.33.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 (495) hide show
  1. package/.fern/metadata.json +1 -1
  2. package/BaseClient.js +2 -2
  3. package/Client.d.ts +10 -0
  4. package/Client.js +39 -0
  5. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +9 -0
  6. package/api/resources/conversationalAi/resources/agents/client/Client.js +25 -10
  7. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
  8. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
  9. package/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  10. package/{dist/serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches/client}/index.js +1 -1
  11. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
  12. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
  13. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  14. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
  15. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
  16. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
  17. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
  18. package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
  19. package/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  20. package/{dist/api/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches}/index.js +1 -1
  21. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
  22. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
  23. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  24. package/api/resources/{workspace/resources/members/types → conversationalAi/resources/agents/resources/deployments/client}/index.js +1 -1
  25. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
  26. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
  27. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  28. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
  29. package/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  30. package/{serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/deployments}/index.js +1 -1
  31. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
  32. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
  33. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  34. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  35. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
  36. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
  37. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
  38. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
  39. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
  40. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
  41. package/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  42. package/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  43. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
  44. package/api/resources/conversationalAi/resources/agents/resources/index.js +7 -1
  45. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
  46. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
  47. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
  48. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
  49. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
  50. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
  51. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
  52. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
  53. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  54. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
  55. package/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
  56. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
  57. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
  58. package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  59. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
  60. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
  61. package/api/resources/studio/resources/projects/client/Client.js +3 -0
  62. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +2 -0
  63. package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  64. package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  65. package/api/resources/workspace/resources/index.d.ts +0 -2
  66. package/api/resources/workspace/resources/index.js +0 -2
  67. package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
  68. package/api/resources/workspace/resources/invites/index.d.ts +0 -1
  69. package/api/resources/workspace/resources/invites/index.js +0 -1
  70. package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
  71. package/api/resources/workspace/resources/members/index.d.ts +0 -1
  72. package/api/resources/workspace/resources/members/index.js +0 -1
  73. package/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
  74. package/api/resources/workspace/resources/resources/client/Client.js +0 -59
  75. package/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  76. package/api/types/AgentBranchBasicInfo.d.ts +4 -0
  77. package/api/types/AgentBranchBasicInfo.js +3 -0
  78. package/api/types/AgentBranchResponse.d.ts +19 -0
  79. package/api/types/AgentBranchResponse.js +3 -0
  80. package/api/types/AgentBranchSummary.d.ts +17 -0
  81. package/api/types/AgentBranchSummary.js +3 -0
  82. package/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
  83. package/api/types/AgentDeploymentPercentageStrategy.js +3 -0
  84. package/api/types/AgentDeploymentRequest.d.ts +5 -0
  85. package/api/types/AgentDeploymentRequest.js +3 -0
  86. package/api/types/AgentDeploymentRequestItem.d.ts +6 -0
  87. package/api/types/AgentDeploymentRequestItem.js +3 -0
  88. package/api/types/AgentDeploymentResponse.d.ts +4 -0
  89. package/api/types/AgentDeploymentResponse.js +3 -0
  90. package/api/types/AgentVersionMetadata.d.ts +11 -0
  91. package/api/types/AgentVersionMetadata.js +3 -0
  92. package/api/types/AgentVersionParents.d.ts +6 -0
  93. package/api/types/AgentVersionParents.js +3 -0
  94. package/api/types/BranchProtectionStatus.d.ts +5 -0
  95. package/api/types/BranchProtectionStatus.js +8 -0
  96. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  97. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  98. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  99. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  100. package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  101. package/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
  102. package/api/types/CreateAgentBranchResponseModel.js +3 -0
  103. package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
  104. package/api/types/GetConversationResponseModel.d.ts +1 -0
  105. package/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
  106. package/api/types/ListResponseAgentBranchSummary.js +3 -0
  107. package/api/types/PermissionType.d.ts +1 -0
  108. package/api/types/PermissionType.js +1 -0
  109. package/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
  110. package/api/types/ProjectCreationMetaResponseModelType.js +1 -0
  111. package/api/types/ProjectExtendedResponse.d.ts +2 -0
  112. package/api/types/ProjectResponse.d.ts +2 -0
  113. package/api/types/SeatType.d.ts +5 -0
  114. package/{dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → api/types/SeatType.js} +2 -2
  115. package/api/types/SongMetadata.d.ts +4 -0
  116. package/api/types/ToolSortBy.d.ts +5 -0
  117. package/api/types/ToolSortBy.js +8 -0
  118. package/api/types/ToolTypeFilter.d.ts +6 -0
  119. package/api/types/ToolTypeFilter.js +9 -0
  120. package/api/types/ToolsResponseModel.d.ts +2 -0
  121. package/api/types/index.d.ts +15 -0
  122. package/api/types/index.js +15 -0
  123. package/dist/BaseClient.js +2 -2
  124. package/dist/Client.d.ts +10 -0
  125. package/dist/Client.js +39 -0
  126. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +9 -0
  127. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +25 -10
  128. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
  129. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
  130. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  131. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
  132. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
  133. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +3 -0
  134. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
  135. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +3 -0
  136. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  137. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
  138. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
  139. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
  140. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
  141. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
  142. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  143. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
  144. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
  145. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
  146. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  147. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
  148. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
  149. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
  150. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  151. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
  152. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  153. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
  154. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
  155. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
  156. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  157. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  158. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
  159. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
  160. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
  161. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
  162. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
  163. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
  164. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  165. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  166. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
  167. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +7 -1
  168. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
  169. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
  170. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
  171. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
  172. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
  173. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
  174. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
  175. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
  176. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  177. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
  178. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
  179. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
  180. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
  181. package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  182. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
  183. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
  184. package/dist/api/resources/studio/resources/projects/client/Client.js +3 -0
  185. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +2 -0
  186. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
  187. package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
  188. package/dist/api/resources/workspace/resources/index.d.ts +0 -2
  189. package/dist/api/resources/workspace/resources/index.js +0 -2
  190. package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
  191. package/dist/api/resources/workspace/resources/invites/index.d.ts +0 -1
  192. package/dist/api/resources/workspace/resources/invites/index.js +0 -1
  193. package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
  194. package/dist/api/resources/workspace/resources/members/index.d.ts +0 -1
  195. package/dist/api/resources/workspace/resources/members/index.js +0 -1
  196. package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
  197. package/dist/api/resources/workspace/resources/resources/client/Client.js +0 -59
  198. package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  199. package/dist/api/types/AgentBranchBasicInfo.d.ts +4 -0
  200. package/dist/api/types/AgentBranchBasicInfo.js +3 -0
  201. package/dist/api/types/AgentBranchResponse.d.ts +19 -0
  202. package/dist/api/types/AgentBranchResponse.js +3 -0
  203. package/dist/api/types/AgentBranchSummary.d.ts +17 -0
  204. package/dist/api/types/AgentBranchSummary.js +3 -0
  205. package/dist/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
  206. package/dist/api/types/AgentDeploymentPercentageStrategy.js +3 -0
  207. package/dist/api/types/AgentDeploymentRequest.d.ts +5 -0
  208. package/dist/api/types/AgentDeploymentRequest.js +3 -0
  209. package/dist/api/types/AgentDeploymentRequestItem.d.ts +6 -0
  210. package/dist/api/types/AgentDeploymentRequestItem.js +3 -0
  211. package/dist/api/types/AgentDeploymentResponse.d.ts +4 -0
  212. package/dist/api/types/AgentDeploymentResponse.js +3 -0
  213. package/dist/api/types/AgentVersionMetadata.d.ts +11 -0
  214. package/dist/api/types/AgentVersionMetadata.js +3 -0
  215. package/dist/api/types/AgentVersionParents.d.ts +6 -0
  216. package/dist/api/types/AgentVersionParents.js +3 -0
  217. package/dist/api/types/BranchProtectionStatus.d.ts +5 -0
  218. package/dist/api/types/BranchProtectionStatus.js +8 -0
  219. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  220. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  221. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  222. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  223. package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  224. package/dist/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
  225. package/dist/api/types/CreateAgentBranchResponseModel.js +3 -0
  226. package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
  227. package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
  228. package/dist/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
  229. package/dist/api/types/ListResponseAgentBranchSummary.js +3 -0
  230. package/dist/api/types/PermissionType.d.ts +1 -0
  231. package/dist/api/types/PermissionType.js +1 -0
  232. package/dist/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
  233. package/dist/api/types/ProjectCreationMetaResponseModelType.js +1 -0
  234. package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
  235. package/dist/api/types/ProjectResponse.d.ts +2 -0
  236. package/dist/api/types/SeatType.d.ts +5 -0
  237. package/{api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/api/types/SeatType.js} +2 -2
  238. package/dist/api/types/SongMetadata.d.ts +4 -0
  239. package/dist/api/types/ToolSortBy.d.ts +5 -0
  240. package/dist/api/types/ToolSortBy.js +8 -0
  241. package/dist/api/types/ToolTypeFilter.d.ts +6 -0
  242. package/dist/api/types/ToolTypeFilter.js +9 -0
  243. package/dist/api/types/ToolsResponseModel.d.ts +2 -0
  244. package/dist/api/types/index.d.ts +15 -0
  245. package/dist/api/types/index.js +15 -0
  246. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  247. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
  248. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
  249. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
  250. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
  251. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
  252. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  253. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
  254. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
  255. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
  256. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  257. package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
  258. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  259. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
  260. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
  261. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
  262. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  263. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
  264. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  265. package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
  266. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  267. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  268. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
  269. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
  270. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
  271. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
  272. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  273. package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  274. package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
  275. package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.js +7 -1
  276. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
  277. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
  278. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
  279. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
  280. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
  281. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
  282. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  283. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
  284. package/dist/serialization/resources/workspace/resources/index.d.ts +0 -2
  285. package/dist/serialization/resources/workspace/resources/index.js +0 -2
  286. package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
  287. package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
  288. package/dist/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
  289. package/dist/serialization/resources/workspace/resources/invites/index.js +0 -1
  290. package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
  291. package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
  292. package/dist/serialization/resources/workspace/resources/members/index.d.ts +0 -1
  293. package/dist/serialization/resources/workspace/resources/members/index.js +0 -1
  294. package/dist/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  295. package/dist/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
  296. package/dist/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
  297. package/{serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/serialization/types/AgentBranchBasicInfo.js} +6 -3
  298. package/dist/serialization/types/AgentBranchResponse.d.ts +24 -0
  299. package/dist/serialization/types/AgentBranchResponse.js +56 -0
  300. package/dist/serialization/types/AgentBranchSummary.d.ts +21 -0
  301. package/dist/serialization/types/AgentBranchSummary.js +53 -0
  302. package/dist/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
  303. package/dist/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
  304. package/dist/serialization/types/AgentDeploymentRequest.d.ts +10 -0
  305. package/dist/serialization/types/AgentDeploymentRequest.js +42 -0
  306. package/dist/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
  307. package/dist/serialization/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentDeploymentRequestItem.js} +6 -6
  308. package/dist/serialization/types/AgentDeploymentResponse.d.ts +9 -0
  309. package/dist/serialization/types/AgentDeploymentResponse.js +41 -0
  310. package/dist/serialization/types/AgentVersionMetadata.d.ts +18 -0
  311. package/dist/serialization/types/AgentVersionMetadata.js +50 -0
  312. package/dist/serialization/types/AgentVersionParents.d.ts +12 -0
  313. package/dist/serialization/types/AgentVersionParents.js +44 -0
  314. package/dist/serialization/types/BranchProtectionStatus.d.ts +7 -0
  315. package/dist/serialization/{resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → types/BranchProtectionStatus.js} +3 -3
  316. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  317. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
  318. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  319. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
  320. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  321. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
  322. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  323. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
  324. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  325. package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
  326. package/dist/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
  327. package/dist/serialization/types/CreateAgentBranchResponseModel.js +42 -0
  328. package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
  329. package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
  330. package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
  331. package/dist/serialization/types/GetConversationResponseModel.js +1 -0
  332. package/dist/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
  333. package/dist/serialization/types/ListResponseAgentBranchSummary.js +44 -0
  334. package/dist/serialization/types/PermissionType.d.ts +1 -1
  335. package/dist/serialization/types/PermissionType.js +1 -0
  336. package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
  337. package/dist/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
  338. package/dist/serialization/types/ProjectExtendedResponse.d.ts +1 -0
  339. package/dist/serialization/types/ProjectExtendedResponse.js +1 -0
  340. package/dist/serialization/types/ProjectResponse.d.ts +1 -0
  341. package/dist/serialization/types/ProjectResponse.js +1 -0
  342. package/dist/serialization/types/SeatType.d.ts +7 -0
  343. package/dist/serialization/{resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → types/SeatType.js} +3 -22
  344. package/dist/serialization/types/SongMetadata.d.ts +2 -0
  345. package/dist/serialization/types/SongMetadata.js +2 -0
  346. package/dist/serialization/types/ToolSortBy.d.ts +7 -0
  347. package/{serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → dist/serialization/types/ToolSortBy.js} +3 -22
  348. package/dist/serialization/types/ToolTypeFilter.d.ts +7 -0
  349. package/dist/serialization/types/ToolTypeFilter.js +39 -0
  350. package/dist/serialization/types/ToolsResponseModel.d.ts +2 -0
  351. package/dist/serialization/types/ToolsResponseModel.js +2 -0
  352. package/dist/serialization/types/index.d.ts +15 -0
  353. package/dist/serialization/types/index.js +15 -0
  354. package/dist/version.d.ts +1 -1
  355. package/dist/version.js +1 -1
  356. package/package.json +1 -1
  357. package/reference.md +982 -78
  358. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
  359. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
  360. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
  361. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
  362. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
  363. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
  364. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
  365. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
  366. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
  367. package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
  368. package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
  369. package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
  370. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
  371. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
  372. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
  373. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
  374. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
  375. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
  376. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
  377. package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
  378. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
  379. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
  380. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
  381. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
  382. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
  383. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
  384. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
  385. package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
  386. package/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
  387. package/serialization/resources/conversationalAi/resources/agents/resources/index.js +7 -1
  388. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
  389. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
  390. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
  391. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
  392. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
  393. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
  394. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
  395. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
  396. package/serialization/resources/workspace/resources/index.d.ts +0 -2
  397. package/serialization/resources/workspace/resources/index.js +0 -2
  398. package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
  399. package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
  400. package/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
  401. package/serialization/resources/workspace/resources/invites/index.js +0 -1
  402. package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
  403. package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
  404. package/serialization/resources/workspace/resources/members/index.d.ts +0 -1
  405. package/serialization/resources/workspace/resources/members/index.js +0 -1
  406. package/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
  407. package/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
  408. package/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
  409. package/serialization/types/AgentBranchBasicInfo.js +42 -0
  410. package/serialization/types/AgentBranchResponse.d.ts +24 -0
  411. package/serialization/types/AgentBranchResponse.js +56 -0
  412. package/serialization/types/AgentBranchSummary.d.ts +21 -0
  413. package/serialization/types/AgentBranchSummary.js +53 -0
  414. package/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
  415. package/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
  416. package/serialization/types/AgentDeploymentRequest.d.ts +10 -0
  417. package/serialization/types/AgentDeploymentRequest.js +42 -0
  418. package/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
  419. package/serialization/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentDeploymentRequestItem.js} +6 -6
  420. package/serialization/types/AgentDeploymentResponse.d.ts +9 -0
  421. package/serialization/types/AgentDeploymentResponse.js +41 -0
  422. package/serialization/types/AgentVersionMetadata.d.ts +18 -0
  423. package/serialization/types/AgentVersionMetadata.js +50 -0
  424. package/serialization/types/AgentVersionParents.d.ts +12 -0
  425. package/serialization/types/AgentVersionParents.js +44 -0
  426. package/serialization/types/BranchProtectionStatus.d.ts +7 -0
  427. package/serialization/types/BranchProtectionStatus.js +39 -0
  428. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
  429. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
  430. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
  431. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
  432. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
  433. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
  434. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
  435. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
  436. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
  437. package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
  438. package/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
  439. package/serialization/types/CreateAgentBranchResponseModel.js +42 -0
  440. package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
  441. package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
  442. package/serialization/types/GetConversationResponseModel.d.ts +1 -0
  443. package/serialization/types/GetConversationResponseModel.js +1 -0
  444. package/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
  445. package/serialization/types/ListResponseAgentBranchSummary.js +44 -0
  446. package/serialization/types/PermissionType.d.ts +1 -1
  447. package/serialization/types/PermissionType.js +1 -0
  448. package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
  449. package/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
  450. package/serialization/types/ProjectExtendedResponse.d.ts +1 -0
  451. package/serialization/types/ProjectExtendedResponse.js +1 -0
  452. package/serialization/types/ProjectResponse.d.ts +1 -0
  453. package/serialization/types/ProjectResponse.js +1 -0
  454. package/serialization/types/SeatType.d.ts +7 -0
  455. package/serialization/types/SeatType.js +39 -0
  456. package/serialization/types/SongMetadata.d.ts +2 -0
  457. package/serialization/types/SongMetadata.js +2 -0
  458. package/serialization/types/ToolSortBy.d.ts +7 -0
  459. package/serialization/types/ToolSortBy.js +39 -0
  460. package/serialization/types/ToolTypeFilter.d.ts +7 -0
  461. package/serialization/types/ToolTypeFilter.js +39 -0
  462. package/serialization/types/ToolsResponseModel.d.ts +2 -0
  463. package/serialization/types/ToolsResponseModel.js +2 -0
  464. package/serialization/types/index.d.ts +15 -0
  465. package/serialization/types/index.js +15 -0
  466. package/version.d.ts +1 -1
  467. package/version.js +1 -1
  468. package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
  469. package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
  470. package/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
  471. package/api/resources/workspace/resources/invites/types/index.js +0 -17
  472. package/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
  473. package/api/resources/workspace/resources/members/types/index.d.ts +0 -1
  474. package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
  475. package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
  476. package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
  477. package/dist/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
  478. package/dist/api/resources/workspace/resources/invites/types/index.js +0 -17
  479. package/dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
  480. package/dist/api/resources/workspace/resources/members/types/index.d.ts +0 -1
  481. package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
  482. package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
  483. package/dist/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
  484. package/dist/serialization/resources/workspace/resources/invites/types/index.js +0 -17
  485. package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
  486. package/dist/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
  487. package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
  488. package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
  489. package/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
  490. package/serialization/resources/workspace/resources/invites/types/index.js +0 -17
  491. package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
  492. package/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
  493. package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
  494. /package/api/resources/{workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js} +0 -0
  495. /package/{dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js} +0 -0
@@ -0,0 +1,47 @@
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.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ const AgentWorkflowRequestModel_1 = require("../../../../../../../../types/AgentWorkflowRequestModel");
40
+ exports.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost = core.serialization.object({
41
+ parentVersionId: core.serialization.property("parent_version_id", core.serialization.string()),
42
+ name: core.serialization.string(),
43
+ description: core.serialization.string(),
44
+ conversationConfig: core.serialization.property("conversation_config", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
45
+ platformSettings: core.serialization.property("platform_settings", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
46
+ workflow: AgentWorkflowRequestModel_1.AgentWorkflowRequestModel.optional(),
47
+ });
@@ -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
+ export declare const BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost: core.serialization.Schema<serializers.conversationalAi.agents.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.Raw, Omit<ElevenLabs.conversationalAi.agents.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost, "targetBranchId">>;
5
+ export declare namespace BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost {
6
+ interface Raw {
7
+ archive_source_branch?: boolean | null;
8
+ }
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.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ exports.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost = core.serialization.object({
40
+ archiveSourceBranch: core.serialization.property("archive_source_branch", core.serialization.boolean().optional()),
41
+ });
@@ -0,0 +1,11 @@
1
+ import type * as ElevenLabs from "../../../../../../../../../api/index";
2
+ import * as core from "../../../../../../../../../core";
3
+ import type * as serializers from "../../../../../../../../index";
4
+ import { BranchProtectionStatus } from "../../../../../../../../types/BranchProtectionStatus";
5
+ export declare const BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch: core.serialization.Schema<serializers.conversationalAi.agents.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.Raw, ElevenLabs.conversationalAi.agents.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch>;
6
+ export declare namespace BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch {
7
+ interface Raw {
8
+ is_archived?: boolean | null;
9
+ protection_status?: BranchProtectionStatus.Raw | null;
10
+ }
11
+ }
@@ -0,0 +1,43 @@
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.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ const BranchProtectionStatus_1 = require("../../../../../../../../types/BranchProtectionStatus");
40
+ exports.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch = core.serialization.object({
41
+ isArchived: core.serialization.property("is_archived", core.serialization.boolean().optional()),
42
+ protectionStatus: core.serialization.property("protection_status", BranchProtectionStatus_1.BranchProtectionStatus.optional()),
43
+ });
@@ -0,0 +1,3 @@
1
+ export { BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost } from "./BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost";
2
+ export { BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost } from "./BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost";
3
+ export { BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch } from "./BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch";
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch = exports.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost = exports.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost = void 0;
4
+ var BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost_1 = require("./BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost");
5
+ Object.defineProperty(exports, "BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost", { enumerable: true, get: function () { return BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost_1.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost; } });
6
+ var BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost_1 = require("./BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost");
7
+ Object.defineProperty(exports, "BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost", { enumerable: true, get: function () { return BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost_1.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost; } });
8
+ var BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch_1 = require("./BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch");
9
+ Object.defineProperty(exports, "BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch", { enumerable: true, get: function () { return BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch_1.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch; } });
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -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
+ import { AgentDeploymentRequest } from "../../../../../../../../types/AgentDeploymentRequest";
5
+ export declare const BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost: core.serialization.Schema<serializers.conversationalAi.agents.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.Raw, ElevenLabs.conversationalAi.agents.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost>;
6
+ export declare namespace BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost {
7
+ interface Raw {
8
+ deployment_request: AgentDeploymentRequest.Raw;
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.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ const AgentDeploymentRequest_1 = require("../../../../../../../../types/AgentDeploymentRequest");
40
+ exports.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost = core.serialization.object({
41
+ deploymentRequest: core.serialization.property("deployment_request", AgentDeploymentRequest_1.AgentDeploymentRequest),
42
+ });
@@ -0,0 +1 @@
1
+ export { BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost } from "./BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost = void 0;
4
+ var BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost_1 = require("./BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost");
5
+ Object.defineProperty(exports, "BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost", { enumerable: true, get: function () { return BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost_1.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost; } });
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,14 @@
1
+ import type * as ElevenLabs from "../../../../../../../../../api/index";
2
+ import * as core from "../../../../../../../../../core";
3
+ import type * as serializers from "../../../../../../../../index";
4
+ import { AgentWorkflowRequestModel } from "../../../../../../../../types/AgentWorkflowRequestModel";
5
+ export declare const BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost: core.serialization.Schema<serializers.conversationalAi.agents.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.Raw, Omit<ElevenLabs.conversationalAi.agents.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost, "branchId">>;
6
+ export declare namespace BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost {
7
+ interface Raw {
8
+ conversation_config: Record<string, unknown>;
9
+ platform_settings: Record<string, unknown>;
10
+ workflow: AgentWorkflowRequestModel.Raw;
11
+ name: string;
12
+ tags?: string[] | null;
13
+ }
14
+ }
@@ -0,0 +1,46 @@
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.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ const AgentWorkflowRequestModel_1 = require("../../../../../../../../types/AgentWorkflowRequestModel");
40
+ exports.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost = core.serialization.object({
41
+ conversationConfig: core.serialization.property("conversation_config", core.serialization.record(core.serialization.string(), core.serialization.unknown())),
42
+ platformSettings: core.serialization.property("platform_settings", core.serialization.record(core.serialization.string(), core.serialization.unknown())),
43
+ workflow: AgentWorkflowRequestModel_1.AgentWorkflowRequestModel,
44
+ name: core.serialization.string(),
45
+ tags: core.serialization.list(core.serialization.string()).optional(),
46
+ });
@@ -0,0 +1 @@
1
+ export { BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost } from "./BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost = void 0;
4
+ var BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost_1 = require("./BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost");
5
+ Object.defineProperty(exports, "BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost", { enumerable: true, get: function () { return BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost_1.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost; } });
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -1,3 +1,9 @@
1
+ export * as branches from "./branches";
2
+ export * from "./branches/client/requests";
3
+ export * as deployments from "./deployments";
4
+ export * from "./deployments/client/requests";
5
+ export * as drafts from "./drafts";
6
+ export * from "./drafts/client/requests";
1
7
  export * as llmUsage from "./llmUsage";
2
8
  export * from "./llmUsage/client/requests";
3
9
  export * as summaries from "./summaries";
@@ -36,7 +36,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.summaries = exports.llmUsage = void 0;
39
+ exports.summaries = exports.llmUsage = exports.drafts = exports.deployments = exports.branches = void 0;
40
+ exports.branches = __importStar(require("./branches"));
41
+ __exportStar(require("./branches/client/requests"), exports);
42
+ exports.deployments = __importStar(require("./deployments"));
43
+ __exportStar(require("./deployments/client/requests"), exports);
44
+ exports.drafts = __importStar(require("./drafts"));
45
+ __exportStar(require("./drafts/client/requests"), exports);
40
46
  exports.llmUsage = __importStar(require("./llmUsage"));
41
47
  __exportStar(require("./llmUsage/client/requests"), exports);
42
48
  exports.summaries = __importStar(require("./summaries"));
@@ -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 BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost: core.serialization.Schema<serializers.conversationalAi.knowledgeBase.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.Raw, ElevenLabs.conversationalAi.knowledgeBase.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost>;
5
+ export declare namespace BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost {
6
+ interface Raw {
7
+ document_ids: string[];
8
+ move_to?: string | 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.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ exports.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost = core.serialization.object({
40
+ documentIds: core.serialization.property("document_ids", core.serialization.list(core.serialization.string())),
41
+ moveTo: core.serialization.property("move_to", core.serialization.string().optional()),
42
+ });
@@ -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 BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost: core.serialization.Schema<serializers.conversationalAi.knowledgeBase.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.Raw, ElevenLabs.conversationalAi.knowledgeBase.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost>;
5
+ export declare namespace BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost {
6
+ interface Raw {
7
+ name: string;
8
+ parent_folder_id?: string | 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.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ exports.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost = core.serialization.object({
40
+ name: core.serialization.string(),
41
+ parentFolderId: core.serialization.property("parent_folder_id", core.serialization.string().optional()),
42
+ });
@@ -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
+ export declare const BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost: core.serialization.Schema<serializers.conversationalAi.knowledgeBase.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.Raw, ElevenLabs.conversationalAi.knowledgeBase.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost>;
5
+ export declare namespace BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost {
6
+ interface Raw {
7
+ move_to?: string | null;
8
+ }
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.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ exports.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost = core.serialization.object({
40
+ moveTo: core.serialization.property("move_to", core.serialization.string().optional()),
41
+ });
@@ -1,3 +1,6 @@
1
+ export { BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost } from "./BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost";
2
+ export { BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost } from "./BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost";
1
3
  export { BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost } from "./BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost";
2
4
  export { BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost } from "./BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost";
5
+ export { BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost } from "./BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost";
3
6
  export { BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch } from "./BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch";