mavenagi 1.1.0 → 1.2.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 (895) hide show
  1. package/Client.d.ts +6 -0
  2. package/Client.js +28 -18
  3. package/README.md +8 -8
  4. package/api/resources/actions/client/Client.d.ts +34 -1
  5. package/api/resources/actions/client/Client.js +199 -4
  6. package/api/resources/actions/client/index.d.ts +1 -0
  7. package/api/resources/actions/client/index.js +15 -0
  8. package/api/resources/actions/client/requests/ActionGetRequest.d.ts +13 -0
  9. package/api/resources/actions/client/requests/index.d.ts +1 -0
  10. package/api/resources/actions/client/requests/index.js +2 -0
  11. package/api/resources/actions/types/ActionField.d.ts +11 -0
  12. package/api/resources/actions/types/ActionField.js +13 -0
  13. package/api/resources/actions/types/ActionFilter.d.ts +14 -0
  14. package/api/resources/actions/types/ActionPatchRequest.d.ts +12 -0
  15. package/api/resources/actions/types/ActionsResponse.d.ts +8 -0
  16. package/api/resources/actions/types/ActionsSearchRequest.d.ts +8 -0
  17. package/api/resources/actions/types/index.d.ts +5 -0
  18. package/api/resources/actions/types/index.js +5 -0
  19. package/api/resources/agents/client/Client.d.ts +66 -0
  20. package/api/resources/agents/client/Client.js +289 -0
  21. package/api/resources/agents/types/Agent.d.ts +10 -0
  22. package/api/resources/agents/types/AgentPatchRequest.d.ts +12 -0
  23. package/api/resources/agents/types/CreateAgentRequest.d.ts +10 -0
  24. package/api/resources/agents/types/PiiCategory.d.ts +63 -0
  25. package/api/resources/agents/types/PiiCategory.js +65 -0
  26. package/api/resources/agents/types/index.d.ts +3 -0
  27. package/api/resources/agents/types/index.js +3 -0
  28. package/api/resources/assets/client/Client.d.ts +76 -0
  29. package/api/resources/assets/client/Client.js +257 -0
  30. package/api/resources/assets/client/index.d.ts +1 -0
  31. package/api/resources/assets/client/index.js +2 -0
  32. package/api/resources/assets/index.d.ts +2 -0
  33. package/api/resources/assets/index.js +18 -0
  34. package/api/resources/assets/types/CommitAssetUploadRequest.d.ts +7 -0
  35. package/api/resources/assets/types/InitiateAssetUploadRequest.d.ts +6 -0
  36. package/api/resources/assets/types/InitiateAssetUploadResponse.d.ts +12 -0
  37. package/api/resources/assets/types/index.d.ts +3 -0
  38. package/api/resources/assets/types/index.js +19 -0
  39. package/api/resources/commons/types/ActionResponse.d.ts +27 -1
  40. package/api/resources/commons/types/AttachmentRequest.d.ts +22 -0
  41. package/api/resources/commons/types/AttachmentResponse.d.ts +12 -0
  42. package/api/resources/commons/types/AttachmentStatus.d.ts +10 -0
  43. package/api/resources/commons/types/AttachmentStatus.js +12 -0
  44. package/api/resources/commons/types/BaseAttachment.d.ts +32 -0
  45. package/api/resources/commons/types/BaseConversationResponse.d.ts +11 -0
  46. package/api/resources/commons/types/BotLogic.d.ts +7 -0
  47. package/api/resources/commons/types/BotLogicActionExecutedDetail.d.ts +9 -0
  48. package/api/resources/commons/types/BotLogicActionItem.d.ts +8 -0
  49. package/api/resources/commons/types/BotLogicActionReviewedDetail.d.ts +8 -0
  50. package/api/resources/commons/types/BotLogicActionReviewedDetail.js +5 -0
  51. package/api/resources/commons/types/BotLogicFormSubmissionItem.d.ts +6 -0
  52. package/api/resources/commons/types/BotLogicFormSubmissionItem.js +5 -0
  53. package/api/resources/commons/types/BotLogicItem.d.ts +25 -0
  54. package/api/resources/commons/types/BotLogicItem.js +5 -0
  55. package/api/resources/commons/types/{KnowledgeBaseInformation.d.ts → BotLogicKnowledgeDetail.d.ts} +4 -2
  56. package/api/resources/commons/types/BotLogicKnowledgeDetail.js +5 -0
  57. package/api/resources/commons/types/BotLogicKnowledgeItem.d.ts +8 -0
  58. package/api/resources/commons/types/BotLogicKnowledgeItem.js +5 -0
  59. package/api/resources/commons/types/BotLogicSafetyItem.d.ts +6 -0
  60. package/api/resources/commons/types/BotLogicSafetyItem.js +5 -0
  61. package/api/resources/commons/types/BotLogicSegmentsItem.d.ts +7 -0
  62. package/api/resources/commons/types/BotLogicSegmentsItem.js +5 -0
  63. package/api/resources/commons/types/BotLogicUserItem.d.ts +6 -0
  64. package/api/resources/commons/types/BotLogicUserItem.js +5 -0
  65. package/api/resources/commons/types/BotMessage.d.ts +3 -1
  66. package/api/resources/commons/types/Capability.d.ts +2 -1
  67. package/api/resources/commons/types/Capability.js +1 -0
  68. package/api/resources/commons/types/ConversationResponse.d.ts +14 -2
  69. package/api/resources/commons/types/DocumentInformation.d.ts +2 -0
  70. package/api/resources/commons/types/EntityType.d.ts +2 -1
  71. package/api/resources/commons/types/EntityType.js +1 -0
  72. package/api/resources/commons/types/InboxItem.d.ts +1 -7
  73. package/api/resources/commons/types/InboxItemBase.d.ts +2 -0
  74. package/api/resources/commons/types/InboxItemDuplicateDocuments.d.ts +1 -1
  75. package/api/resources/commons/types/InboxItemFix.d.ts +1 -4
  76. package/api/resources/commons/types/InboxItemSeverity.d.ts +9 -0
  77. package/api/resources/commons/types/InboxItemSeverity.js +11 -0
  78. package/api/resources/commons/types/InboxItemType.d.ts +1 -9
  79. package/api/resources/commons/types/InboxItemType.js +0 -2
  80. package/api/resources/commons/types/LlmInclusionStatus.d.ts +9 -0
  81. package/api/resources/commons/types/LlmInclusionStatus.js +11 -0
  82. package/api/resources/commons/types/{BotMessageStatus.d.ts → MessageStatus.d.ts} +3 -3
  83. package/{dist/api/resources/commons/types/BotMessageStatus.js → api/resources/commons/types/MessageStatus.js} +2 -2
  84. package/api/resources/commons/types/ResponseConfig.d.ts +6 -8
  85. package/api/resources/commons/types/UserMessage.d.ts +21 -1
  86. package/api/resources/commons/types/UserMessageResponseState.d.ts +9 -0
  87. package/api/resources/commons/types/UserMessageResponseState.js +11 -0
  88. package/api/resources/commons/types/index.d.ts +19 -7
  89. package/api/resources/commons/types/index.js +19 -7
  90. package/api/resources/conversation/client/Client.d.ts +75 -0
  91. package/api/resources/conversation/client/Client.js +320 -0
  92. package/api/resources/conversation/types/AskObjectRequest.d.ts +8 -0
  93. package/api/resources/conversation/types/AskObjectRequest.js +5 -0
  94. package/api/resources/conversation/types/AskRequest.d.ts +5 -2
  95. package/api/resources/conversation/types/ConversationField.d.ts +5 -1
  96. package/api/resources/conversation/types/ConversationField.js +4 -0
  97. package/api/resources/conversation/types/ConversationFilter.d.ts +23 -1
  98. package/api/resources/conversation/types/ConversationMessageRequest.d.ts +1 -1
  99. package/api/resources/conversation/types/ConversationPatchRequest.d.ts +20 -0
  100. package/api/resources/conversation/types/ConversationPatchRequest.js +5 -0
  101. package/api/resources/conversation/types/DeliverConversationMessageRequest.d.ts +10 -0
  102. package/api/resources/conversation/types/DeliverConversationMessageRequest.js +5 -0
  103. package/api/resources/conversation/types/DeliverMessageRequest.d.ts +13 -0
  104. package/api/resources/conversation/types/DeliverMessageRequest.js +5 -0
  105. package/api/resources/conversation/types/DeliverMessageResponse.d.ts +7 -0
  106. package/api/resources/conversation/types/DeliverMessageResponse.js +5 -0
  107. package/api/resources/conversation/types/DeliverUserMessageRequest.d.ts +10 -0
  108. package/api/resources/conversation/types/DeliverUserMessageRequest.js +5 -0
  109. package/api/resources/conversation/types/DeliveryStatus.d.ts +9 -0
  110. package/api/resources/{commons/types/InboxItemFixType.js → conversation/types/DeliveryStatus.js} +5 -4
  111. package/api/resources/conversation/types/NumericConversationField.d.ts +2 -1
  112. package/api/resources/conversation/types/NumericConversationField.js +1 -0
  113. package/api/resources/conversation/types/ObjectStreamResponse.d.ts +16 -0
  114. package/api/resources/conversation/types/ObjectStreamResponse.js +5 -0
  115. package/api/resources/conversation/types/index.d.ts +8 -1
  116. package/api/resources/conversation/types/index.js +8 -1
  117. package/api/resources/inbox/client/Client.d.ts +10 -13
  118. package/api/resources/inbox/client/Client.js +17 -25
  119. package/api/resources/inbox/client/requests/InboxItemFixRequest.d.ts +1 -7
  120. package/api/resources/inbox/client/requests/InboxItemIgnoreRequest.d.ts +1 -7
  121. package/api/resources/inbox/client/requests/InboxItemRequest.d.ts +1 -7
  122. package/api/resources/inbox/types/AddDocumentFixRequest.d.ts +4 -1
  123. package/api/resources/inbox/types/ApplyFixesRequest.d.ts +12 -0
  124. package/api/resources/inbox/types/ApplyFixesRequest.js +5 -0
  125. package/api/resources/inbox/types/InboxFilter.d.ts +14 -0
  126. package/api/resources/inbox/types/InboxFilter.js +5 -0
  127. package/api/resources/inbox/types/InboxSearchRequest.d.ts +2 -13
  128. package/api/resources/inbox/types/InboxSearchResponse.d.ts +1 -1
  129. package/api/resources/inbox/types/index.d.ts +2 -2
  130. package/api/resources/inbox/types/index.js +2 -2
  131. package/api/resources/index.d.ts +9 -1
  132. package/api/resources/index.js +10 -2
  133. package/api/resources/knowledge/client/Client.d.ts +51 -1
  134. package/api/resources/knowledge/client/Client.js +294 -4
  135. package/api/resources/knowledge/client/index.d.ts +1 -0
  136. package/api/resources/knowledge/client/index.js +15 -0
  137. package/api/resources/knowledge/client/requests/KnowledgeBaseGetRequest.d.ts +13 -0
  138. package/api/resources/knowledge/client/requests/KnowledgeBaseGetRequest.js +5 -0
  139. package/api/resources/knowledge/client/requests/index.d.ts +1 -0
  140. package/api/resources/knowledge/client/requests/index.js +2 -0
  141. package/api/resources/knowledge/types/KnowledgeBaseField.d.ts +8 -0
  142. package/api/resources/knowledge/types/KnowledgeBaseField.js +10 -0
  143. package/api/resources/knowledge/types/KnowledgeBaseFilter.d.ts +26 -0
  144. package/api/resources/knowledge/types/KnowledgeBaseFilter.js +5 -0
  145. package/api/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +16 -0
  146. package/api/resources/knowledge/types/KnowledgeBasePatchRequest.js +5 -0
  147. package/api/resources/knowledge/types/KnowledgeBaseProperties.d.ts +1 -1
  148. package/api/resources/knowledge/types/KnowledgeBaseRefreshFrequency.d.ts +10 -0
  149. package/api/resources/knowledge/types/KnowledgeBaseRefreshFrequency.js +12 -0
  150. package/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +15 -1
  151. package/api/resources/knowledge/types/KnowledgeBaseSearchRequest.d.ts +8 -0
  152. package/api/resources/knowledge/types/KnowledgeBaseSearchRequest.js +5 -0
  153. package/api/resources/knowledge/types/KnowledgeBasesResponse.d.ts +8 -0
  154. package/api/resources/knowledge/types/KnowledgeBasesResponse.js +5 -0
  155. package/api/resources/knowledge/types/KnowledgeDocumentField.d.ts +10 -0
  156. package/api/resources/knowledge/types/KnowledgeDocumentField.js +12 -0
  157. package/api/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +26 -0
  158. package/api/resources/knowledge/types/KnowledgeDocumentFilter.js +5 -0
  159. package/api/resources/knowledge/types/KnowledgeDocumentSearchRequest.d.ts +8 -0
  160. package/api/resources/knowledge/types/KnowledgeDocumentSearchRequest.js +5 -0
  161. package/api/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +10 -0
  162. package/api/resources/knowledge/types/KnowledgeDocumentSearchResponse.js +5 -0
  163. package/api/resources/knowledge/types/KnowledgeDocumentsResponse.d.ts +8 -0
  164. package/api/resources/knowledge/types/KnowledgeDocumentsResponse.js +5 -0
  165. package/api/resources/knowledge/types/index.d.ts +11 -0
  166. package/api/resources/knowledge/types/index.js +11 -0
  167. package/api/resources/segments/client/Client.d.ts +120 -0
  168. package/api/resources/segments/client/Client.js +468 -0
  169. package/api/resources/segments/client/index.d.ts +2 -0
  170. package/api/resources/segments/client/index.js +17 -0
  171. package/api/resources/segments/client/requests/SegmentGetRequest.d.ts +13 -0
  172. package/api/resources/segments/client/requests/SegmentGetRequest.js +5 -0
  173. package/api/resources/segments/client/requests/index.d.ts +1 -0
  174. package/api/resources/segments/client/requests/index.js +2 -0
  175. package/api/resources/segments/index.d.ts +2 -0
  176. package/api/resources/segments/index.js +18 -0
  177. package/api/resources/segments/types/SegmentBase.d.ts +10 -0
  178. package/api/resources/segments/types/SegmentBase.js +5 -0
  179. package/api/resources/segments/types/SegmentField.d.ts +8 -0
  180. package/api/resources/segments/types/SegmentField.js +10 -0
  181. package/api/resources/segments/types/SegmentPatchRequest.d.ts +14 -0
  182. package/api/resources/segments/types/SegmentPatchRequest.js +5 -0
  183. package/api/resources/segments/types/SegmentRequest.d.ts +28 -0
  184. package/api/resources/segments/types/SegmentRequest.js +5 -0
  185. package/api/resources/segments/types/SegmentResponse.d.ts +39 -0
  186. package/api/resources/segments/types/SegmentResponse.js +5 -0
  187. package/api/resources/segments/types/SegmentStatus.d.ts +8 -0
  188. package/api/resources/segments/types/SegmentStatus.js +10 -0
  189. package/api/resources/segments/types/SegmentsSearchRequest.d.ts +8 -0
  190. package/api/resources/segments/types/SegmentsSearchRequest.js +5 -0
  191. package/api/resources/segments/types/SegmentsSearchResponse.d.ts +7 -0
  192. package/api/resources/segments/types/SegmentsSearchResponse.js +5 -0
  193. package/api/resources/segments/types/index.d.ts +8 -0
  194. package/api/resources/segments/types/index.js +24 -0
  195. package/api/resources/users/client/Client.d.ts +38 -4
  196. package/api/resources/users/client/Client.js +191 -4
  197. package/api/resources/users/client/requests/UserDeleteRequest.d.ts +1 -1
  198. package/api/resources/users/client/requests/UserGetRequest.d.ts +1 -1
  199. package/api/resources/users/index.d.ts +1 -0
  200. package/api/resources/users/index.js +1 -0
  201. package/api/resources/users/types/AgentUser.d.ts +24 -0
  202. package/api/resources/users/types/AgentUser.js +5 -0
  203. package/api/resources/users/types/AgentUserField.d.ts +8 -0
  204. package/api/resources/users/types/AgentUserField.js +10 -0
  205. package/api/resources/users/types/AgentUserFilter.d.ts +12 -0
  206. package/api/resources/users/types/AgentUserFilter.js +5 -0
  207. package/api/resources/users/types/AgentUserSearchRequest.d.ts +8 -0
  208. package/api/resources/users/types/AgentUserSearchRequest.js +5 -0
  209. package/api/resources/users/types/AgentUserSearchResponse.d.ts +8 -0
  210. package/api/resources/users/types/AgentUserSearchResponse.js +5 -0
  211. package/api/resources/users/types/AppUserSummary.d.ts +12 -0
  212. package/api/resources/users/types/AppUserSummary.js +5 -0
  213. package/api/resources/users/types/index.d.ts +6 -0
  214. package/api/resources/users/types/index.js +22 -0
  215. package/dist/Client.d.ts +6 -0
  216. package/dist/Client.js +28 -18
  217. package/dist/api/resources/actions/client/Client.d.ts +34 -1
  218. package/dist/api/resources/actions/client/Client.js +199 -4
  219. package/dist/api/resources/actions/client/index.d.ts +1 -0
  220. package/dist/api/resources/actions/client/index.js +15 -0
  221. package/dist/api/resources/actions/client/requests/ActionGetRequest.d.ts +13 -0
  222. package/dist/api/resources/actions/client/requests/ActionGetRequest.js +5 -0
  223. package/dist/api/resources/actions/client/requests/index.d.ts +1 -0
  224. package/dist/api/resources/actions/client/requests/index.js +2 -0
  225. package/dist/api/resources/actions/types/ActionField.d.ts +11 -0
  226. package/dist/api/resources/actions/types/ActionField.js +13 -0
  227. package/dist/api/resources/actions/types/ActionFilter.d.ts +14 -0
  228. package/dist/api/resources/actions/types/ActionFilter.js +5 -0
  229. package/dist/api/resources/actions/types/ActionPatchRequest.d.ts +12 -0
  230. package/dist/api/resources/actions/types/ActionPatchRequest.js +5 -0
  231. package/dist/api/resources/actions/types/ActionsResponse.d.ts +8 -0
  232. package/dist/api/resources/actions/types/ActionsResponse.js +5 -0
  233. package/dist/api/resources/actions/types/ActionsSearchRequest.d.ts +8 -0
  234. package/dist/api/resources/actions/types/ActionsSearchRequest.js +5 -0
  235. package/dist/api/resources/actions/types/index.d.ts +5 -0
  236. package/dist/api/resources/actions/types/index.js +5 -0
  237. package/dist/api/resources/agents/client/Client.d.ts +66 -0
  238. package/dist/api/resources/agents/client/Client.js +289 -0
  239. package/dist/api/resources/agents/types/Agent.d.ts +10 -0
  240. package/dist/api/resources/agents/types/AgentPatchRequest.d.ts +12 -0
  241. package/dist/api/resources/agents/types/AgentPatchRequest.js +5 -0
  242. package/dist/api/resources/agents/types/CreateAgentRequest.d.ts +10 -0
  243. package/dist/api/resources/agents/types/CreateAgentRequest.js +5 -0
  244. package/dist/api/resources/agents/types/PiiCategory.d.ts +63 -0
  245. package/dist/api/resources/agents/types/PiiCategory.js +65 -0
  246. package/dist/api/resources/agents/types/index.d.ts +3 -0
  247. package/dist/api/resources/agents/types/index.js +3 -0
  248. package/dist/api/resources/assets/client/Client.d.ts +76 -0
  249. package/dist/api/resources/assets/client/Client.js +257 -0
  250. package/dist/api/resources/assets/client/index.d.ts +1 -0
  251. package/dist/api/resources/assets/client/index.js +2 -0
  252. package/dist/api/resources/assets/index.d.ts +2 -0
  253. package/dist/api/resources/assets/index.js +18 -0
  254. package/dist/api/resources/assets/types/CommitAssetUploadRequest.d.ts +7 -0
  255. package/dist/api/resources/assets/types/CommitAssetUploadRequest.js +5 -0
  256. package/dist/api/resources/assets/types/InitiateAssetUploadRequest.d.ts +6 -0
  257. package/dist/api/resources/assets/types/InitiateAssetUploadRequest.js +5 -0
  258. package/dist/api/resources/assets/types/InitiateAssetUploadResponse.d.ts +12 -0
  259. package/dist/api/resources/assets/types/InitiateAssetUploadResponse.js +5 -0
  260. package/dist/api/resources/assets/types/index.d.ts +3 -0
  261. package/dist/api/resources/assets/types/index.js +19 -0
  262. package/dist/api/resources/commons/types/ActionResponse.d.ts +27 -1
  263. package/dist/api/resources/commons/types/AttachmentRequest.d.ts +22 -0
  264. package/dist/api/resources/commons/types/AttachmentRequest.js +5 -0
  265. package/dist/api/resources/commons/types/AttachmentResponse.d.ts +12 -0
  266. package/dist/api/resources/commons/types/AttachmentResponse.js +5 -0
  267. package/dist/api/resources/commons/types/AttachmentStatus.d.ts +10 -0
  268. package/dist/api/resources/commons/types/AttachmentStatus.js +12 -0
  269. package/dist/api/resources/commons/types/BaseAttachment.d.ts +32 -0
  270. package/dist/api/resources/commons/types/BaseAttachment.js +5 -0
  271. package/dist/api/resources/commons/types/BaseConversationResponse.d.ts +11 -0
  272. package/dist/api/resources/commons/types/BotLogic.d.ts +7 -0
  273. package/dist/api/resources/commons/types/BotLogic.js +5 -0
  274. package/dist/api/resources/commons/types/BotLogicActionExecutedDetail.d.ts +9 -0
  275. package/dist/api/resources/commons/types/BotLogicActionExecutedDetail.js +5 -0
  276. package/dist/api/resources/commons/types/BotLogicActionItem.d.ts +8 -0
  277. package/dist/api/resources/commons/types/BotLogicActionItem.js +5 -0
  278. package/dist/api/resources/commons/types/BotLogicActionReviewedDetail.d.ts +8 -0
  279. package/dist/api/resources/commons/types/BotLogicActionReviewedDetail.js +5 -0
  280. package/dist/api/resources/commons/types/BotLogicFormSubmissionItem.d.ts +6 -0
  281. package/dist/api/resources/commons/types/BotLogicFormSubmissionItem.js +5 -0
  282. package/dist/api/resources/commons/types/BotLogicItem.d.ts +25 -0
  283. package/dist/api/resources/commons/types/BotLogicItem.js +5 -0
  284. package/dist/api/resources/commons/types/{KnowledgeBaseInformation.d.ts → BotLogicKnowledgeDetail.d.ts} +4 -2
  285. package/dist/api/resources/commons/types/BotLogicKnowledgeDetail.js +5 -0
  286. package/dist/api/resources/commons/types/BotLogicKnowledgeItem.d.ts +8 -0
  287. package/dist/api/resources/commons/types/BotLogicKnowledgeItem.js +5 -0
  288. package/dist/api/resources/commons/types/BotLogicSafetyItem.d.ts +6 -0
  289. package/dist/api/resources/commons/types/BotLogicSafetyItem.js +5 -0
  290. package/dist/api/resources/commons/types/BotLogicSegmentsItem.d.ts +7 -0
  291. package/dist/api/resources/commons/types/BotLogicSegmentsItem.js +5 -0
  292. package/dist/api/resources/commons/types/BotLogicUserItem.d.ts +6 -0
  293. package/dist/api/resources/commons/types/BotLogicUserItem.js +5 -0
  294. package/dist/api/resources/commons/types/BotMessage.d.ts +3 -1
  295. package/dist/api/resources/commons/types/Capability.d.ts +2 -1
  296. package/dist/api/resources/commons/types/Capability.js +1 -0
  297. package/dist/api/resources/commons/types/ConversationResponse.d.ts +14 -2
  298. package/dist/api/resources/commons/types/DocumentInformation.d.ts +2 -0
  299. package/dist/api/resources/commons/types/EntityType.d.ts +2 -1
  300. package/dist/api/resources/commons/types/EntityType.js +1 -0
  301. package/dist/api/resources/commons/types/InboxItem.d.ts +1 -7
  302. package/dist/api/resources/commons/types/InboxItemBase.d.ts +2 -0
  303. package/dist/api/resources/commons/types/InboxItemDuplicateDocuments.d.ts +1 -1
  304. package/dist/api/resources/commons/types/InboxItemFix.d.ts +1 -4
  305. package/dist/api/resources/commons/types/InboxItemSeverity.d.ts +9 -0
  306. package/dist/api/resources/commons/types/InboxItemSeverity.js +11 -0
  307. package/dist/api/resources/commons/types/InboxItemType.d.ts +1 -9
  308. package/dist/api/resources/commons/types/InboxItemType.js +0 -2
  309. package/dist/api/resources/commons/types/LlmInclusionStatus.d.ts +9 -0
  310. package/dist/api/resources/commons/types/LlmInclusionStatus.js +11 -0
  311. package/dist/api/resources/commons/types/{BotMessageStatus.d.ts → MessageStatus.d.ts} +3 -3
  312. package/{api/resources/commons/types/BotMessageStatus.js → dist/api/resources/commons/types/MessageStatus.js} +2 -2
  313. package/dist/api/resources/commons/types/ResponseConfig.d.ts +6 -8
  314. package/dist/api/resources/commons/types/UserMessage.d.ts +21 -1
  315. package/dist/api/resources/commons/types/UserMessageResponseState.d.ts +9 -0
  316. package/dist/api/resources/commons/types/UserMessageResponseState.js +11 -0
  317. package/dist/api/resources/commons/types/index.d.ts +19 -7
  318. package/dist/api/resources/commons/types/index.js +19 -7
  319. package/dist/api/resources/conversation/client/Client.d.ts +75 -0
  320. package/dist/api/resources/conversation/client/Client.js +320 -0
  321. package/dist/api/resources/conversation/types/AskObjectRequest.d.ts +8 -0
  322. package/dist/api/resources/conversation/types/AskObjectRequest.js +5 -0
  323. package/dist/api/resources/conversation/types/AskRequest.d.ts +5 -2
  324. package/dist/api/resources/conversation/types/ConversationField.d.ts +5 -1
  325. package/dist/api/resources/conversation/types/ConversationField.js +4 -0
  326. package/dist/api/resources/conversation/types/ConversationFilter.d.ts +23 -1
  327. package/dist/api/resources/conversation/types/ConversationMessageRequest.d.ts +1 -1
  328. package/dist/api/resources/conversation/types/ConversationPatchRequest.d.ts +20 -0
  329. package/dist/api/resources/conversation/types/ConversationPatchRequest.js +5 -0
  330. package/dist/api/resources/conversation/types/DeliverConversationMessageRequest.d.ts +10 -0
  331. package/dist/api/resources/conversation/types/DeliverConversationMessageRequest.js +5 -0
  332. package/dist/api/resources/conversation/types/DeliverMessageRequest.d.ts +13 -0
  333. package/dist/api/resources/conversation/types/DeliverMessageRequest.js +5 -0
  334. package/dist/api/resources/conversation/types/DeliverMessageResponse.d.ts +7 -0
  335. package/dist/api/resources/conversation/types/DeliverMessageResponse.js +5 -0
  336. package/dist/api/resources/conversation/types/DeliverUserMessageRequest.d.ts +10 -0
  337. package/dist/api/resources/conversation/types/DeliverUserMessageRequest.js +5 -0
  338. package/dist/api/resources/conversation/types/DeliveryStatus.d.ts +9 -0
  339. package/dist/api/resources/{commons/types/InboxItemFixType.js → conversation/types/DeliveryStatus.js} +5 -4
  340. package/dist/api/resources/conversation/types/NumericConversationField.d.ts +2 -1
  341. package/dist/api/resources/conversation/types/NumericConversationField.js +1 -0
  342. package/dist/api/resources/conversation/types/ObjectStreamResponse.d.ts +16 -0
  343. package/dist/api/resources/conversation/types/ObjectStreamResponse.js +5 -0
  344. package/dist/api/resources/conversation/types/index.d.ts +8 -1
  345. package/dist/api/resources/conversation/types/index.js +8 -1
  346. package/dist/api/resources/inbox/client/Client.d.ts +10 -13
  347. package/dist/api/resources/inbox/client/Client.js +17 -25
  348. package/dist/api/resources/inbox/client/requests/InboxItemFixRequest.d.ts +1 -7
  349. package/dist/api/resources/inbox/client/requests/InboxItemIgnoreRequest.d.ts +1 -7
  350. package/dist/api/resources/inbox/client/requests/InboxItemRequest.d.ts +1 -7
  351. package/dist/api/resources/inbox/types/AddDocumentFixRequest.d.ts +4 -1
  352. package/dist/api/resources/inbox/types/ApplyFixesRequest.d.ts +12 -0
  353. package/dist/api/resources/inbox/types/ApplyFixesRequest.js +5 -0
  354. package/dist/api/resources/inbox/types/InboxFilter.d.ts +14 -0
  355. package/dist/api/resources/inbox/types/InboxFilter.js +5 -0
  356. package/dist/api/resources/inbox/types/InboxSearchRequest.d.ts +2 -13
  357. package/dist/api/resources/inbox/types/InboxSearchResponse.d.ts +1 -1
  358. package/dist/api/resources/inbox/types/index.d.ts +2 -2
  359. package/dist/api/resources/inbox/types/index.js +2 -2
  360. package/dist/api/resources/index.d.ts +9 -1
  361. package/dist/api/resources/index.js +10 -2
  362. package/dist/api/resources/knowledge/client/Client.d.ts +51 -1
  363. package/dist/api/resources/knowledge/client/Client.js +294 -4
  364. package/dist/api/resources/knowledge/client/index.d.ts +1 -0
  365. package/dist/api/resources/knowledge/client/index.js +15 -0
  366. package/dist/api/resources/knowledge/client/requests/KnowledgeBaseGetRequest.d.ts +13 -0
  367. package/dist/api/resources/knowledge/client/requests/KnowledgeBaseGetRequest.js +5 -0
  368. package/dist/api/resources/knowledge/client/requests/index.d.ts +1 -0
  369. package/dist/api/resources/knowledge/client/requests/index.js +2 -0
  370. package/dist/api/resources/knowledge/types/KnowledgeBaseField.d.ts +8 -0
  371. package/dist/api/resources/knowledge/types/KnowledgeBaseField.js +10 -0
  372. package/dist/api/resources/knowledge/types/KnowledgeBaseFilter.d.ts +26 -0
  373. package/dist/api/resources/knowledge/types/KnowledgeBaseFilter.js +5 -0
  374. package/dist/api/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +16 -0
  375. package/dist/api/resources/knowledge/types/KnowledgeBasePatchRequest.js +5 -0
  376. package/dist/api/resources/knowledge/types/KnowledgeBaseProperties.d.ts +1 -1
  377. package/dist/api/resources/knowledge/types/KnowledgeBaseRefreshFrequency.d.ts +10 -0
  378. package/dist/api/resources/knowledge/types/KnowledgeBaseRefreshFrequency.js +12 -0
  379. package/dist/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +15 -1
  380. package/dist/api/resources/knowledge/types/KnowledgeBaseSearchRequest.d.ts +8 -0
  381. package/dist/api/resources/knowledge/types/KnowledgeBaseSearchRequest.js +5 -0
  382. package/dist/api/resources/knowledge/types/KnowledgeBasesResponse.d.ts +8 -0
  383. package/dist/api/resources/knowledge/types/KnowledgeBasesResponse.js +5 -0
  384. package/dist/api/resources/knowledge/types/KnowledgeDocumentField.d.ts +10 -0
  385. package/dist/api/resources/knowledge/types/KnowledgeDocumentField.js +12 -0
  386. package/dist/api/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +26 -0
  387. package/dist/api/resources/knowledge/types/KnowledgeDocumentFilter.js +5 -0
  388. package/dist/api/resources/knowledge/types/KnowledgeDocumentSearchRequest.d.ts +8 -0
  389. package/dist/api/resources/knowledge/types/KnowledgeDocumentSearchRequest.js +5 -0
  390. package/dist/api/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +10 -0
  391. package/dist/api/resources/knowledge/types/KnowledgeDocumentSearchResponse.js +5 -0
  392. package/dist/api/resources/knowledge/types/KnowledgeDocumentsResponse.d.ts +8 -0
  393. package/dist/api/resources/knowledge/types/KnowledgeDocumentsResponse.js +5 -0
  394. package/dist/api/resources/knowledge/types/index.d.ts +11 -0
  395. package/dist/api/resources/knowledge/types/index.js +11 -0
  396. package/dist/api/resources/segments/client/Client.d.ts +120 -0
  397. package/dist/api/resources/segments/client/Client.js +468 -0
  398. package/dist/api/resources/segments/client/index.d.ts +2 -0
  399. package/dist/api/resources/segments/client/index.js +17 -0
  400. package/dist/api/resources/segments/client/requests/SegmentGetRequest.d.ts +13 -0
  401. package/dist/api/resources/segments/client/requests/SegmentGetRequest.js +5 -0
  402. package/dist/api/resources/segments/client/requests/index.d.ts +1 -0
  403. package/dist/api/resources/segments/client/requests/index.js +2 -0
  404. package/dist/api/resources/segments/index.d.ts +2 -0
  405. package/dist/api/resources/segments/index.js +18 -0
  406. package/dist/api/resources/segments/types/SegmentBase.d.ts +10 -0
  407. package/dist/api/resources/segments/types/SegmentBase.js +5 -0
  408. package/dist/api/resources/segments/types/SegmentField.d.ts +8 -0
  409. package/dist/api/resources/segments/types/SegmentField.js +10 -0
  410. package/dist/api/resources/segments/types/SegmentPatchRequest.d.ts +14 -0
  411. package/dist/api/resources/segments/types/SegmentPatchRequest.js +5 -0
  412. package/dist/api/resources/segments/types/SegmentRequest.d.ts +28 -0
  413. package/dist/api/resources/segments/types/SegmentRequest.js +5 -0
  414. package/dist/api/resources/segments/types/SegmentResponse.d.ts +39 -0
  415. package/dist/api/resources/segments/types/SegmentResponse.js +5 -0
  416. package/dist/api/resources/segments/types/SegmentStatus.d.ts +8 -0
  417. package/dist/api/resources/segments/types/SegmentStatus.js +10 -0
  418. package/dist/api/resources/segments/types/SegmentsSearchRequest.d.ts +8 -0
  419. package/dist/api/resources/segments/types/SegmentsSearchRequest.js +5 -0
  420. package/dist/api/resources/segments/types/SegmentsSearchResponse.d.ts +7 -0
  421. package/dist/api/resources/segments/types/SegmentsSearchResponse.js +5 -0
  422. package/dist/api/resources/segments/types/index.d.ts +8 -0
  423. package/dist/api/resources/segments/types/index.js +24 -0
  424. package/dist/api/resources/users/client/Client.d.ts +38 -4
  425. package/dist/api/resources/users/client/Client.js +191 -4
  426. package/dist/api/resources/users/client/requests/UserDeleteRequest.d.ts +1 -1
  427. package/dist/api/resources/users/client/requests/UserGetRequest.d.ts +1 -1
  428. package/dist/api/resources/users/index.d.ts +1 -0
  429. package/dist/api/resources/users/index.js +1 -0
  430. package/dist/api/resources/users/types/AgentUser.d.ts +24 -0
  431. package/dist/api/resources/users/types/AgentUser.js +5 -0
  432. package/dist/api/resources/users/types/AgentUserField.d.ts +8 -0
  433. package/dist/api/resources/users/types/AgentUserField.js +10 -0
  434. package/dist/api/resources/users/types/AgentUserFilter.d.ts +12 -0
  435. package/dist/api/resources/users/types/AgentUserFilter.js +5 -0
  436. package/dist/api/resources/users/types/AgentUserSearchRequest.d.ts +8 -0
  437. package/dist/api/resources/users/types/AgentUserSearchRequest.js +5 -0
  438. package/dist/api/resources/users/types/AgentUserSearchResponse.d.ts +8 -0
  439. package/dist/api/resources/users/types/AgentUserSearchResponse.js +5 -0
  440. package/dist/api/resources/users/types/AppUserSummary.d.ts +12 -0
  441. package/dist/api/resources/users/types/AppUserSummary.js +5 -0
  442. package/dist/api/resources/users/types/index.d.ts +6 -0
  443. package/dist/api/resources/users/types/index.js +22 -0
  444. package/dist/serialization/resources/actions/types/ActionField.d.ts +10 -0
  445. package/dist/serialization/resources/actions/types/ActionField.js +41 -0
  446. package/dist/serialization/resources/actions/types/ActionFilter.d.ts +16 -0
  447. package/dist/serialization/resources/actions/types/ActionFilter.js +47 -0
  448. package/dist/serialization/resources/actions/types/ActionPatchRequest.d.ts +15 -0
  449. package/dist/serialization/resources/actions/types/ActionPatchRequest.js +46 -0
  450. package/dist/serialization/resources/actions/types/ActionsResponse.d.ts +14 -0
  451. package/dist/serialization/resources/actions/types/ActionsResponse.js +47 -0
  452. package/dist/serialization/resources/actions/types/ActionsSearchRequest.d.ts +16 -0
  453. package/dist/serialization/resources/actions/types/ActionsSearchRequest.js +49 -0
  454. package/dist/serialization/resources/actions/types/index.d.ts +5 -0
  455. package/dist/serialization/resources/actions/types/index.js +5 -0
  456. package/dist/serialization/resources/agents/types/Agent.d.ts +2 -0
  457. package/dist/serialization/resources/agents/types/Agent.js +2 -0
  458. package/dist/serialization/resources/agents/types/AgentPatchRequest.d.ts +16 -0
  459. package/{serialization/resources/commons/types/UserMessageAttachment.js → dist/serialization/resources/agents/types/AgentPatchRequest.js} +6 -4
  460. package/dist/serialization/resources/agents/types/CreateAgentRequest.d.ts +14 -0
  461. package/dist/serialization/resources/{commons/types/UserMessageAttachment.js → agents/types/CreateAgentRequest.js} +5 -5
  462. package/dist/serialization/resources/agents/types/PiiCategory.d.ts +10 -0
  463. package/dist/serialization/resources/agents/types/PiiCategory.js +99 -0
  464. package/dist/serialization/resources/agents/types/index.d.ts +3 -0
  465. package/dist/serialization/resources/agents/types/index.js +3 -0
  466. package/dist/serialization/resources/assets/index.d.ts +1 -0
  467. package/dist/serialization/resources/assets/index.js +17 -0
  468. package/dist/serialization/resources/assets/types/CommitAssetUploadRequest.d.ts +12 -0
  469. package/dist/serialization/resources/assets/types/CommitAssetUploadRequest.js +43 -0
  470. package/dist/serialization/resources/assets/types/InitiateAssetUploadRequest.d.ts +12 -0
  471. package/dist/serialization/resources/assets/types/InitiateAssetUploadRequest.js +42 -0
  472. package/dist/serialization/resources/assets/types/InitiateAssetUploadResponse.d.ts +15 -0
  473. package/dist/serialization/resources/assets/types/InitiateAssetUploadResponse.js +46 -0
  474. package/dist/serialization/resources/assets/types/index.d.ts +3 -0
  475. package/dist/serialization/resources/assets/types/index.js +19 -0
  476. package/dist/serialization/resources/commons/types/ActionResponse.d.ts +6 -0
  477. package/dist/serialization/resources/commons/types/ActionResponse.js +6 -0
  478. package/dist/serialization/resources/commons/types/AttachmentRequest.d.ts +15 -0
  479. package/dist/serialization/resources/commons/types/AttachmentRequest.js +48 -0
  480. package/dist/serialization/resources/commons/types/AttachmentResponse.d.ts +16 -0
  481. package/dist/serialization/resources/commons/types/AttachmentResponse.js +49 -0
  482. package/dist/serialization/resources/commons/types/AttachmentStatus.d.ts +10 -0
  483. package/dist/serialization/resources/commons/types/{BotMessageStatus.js → AttachmentStatus.js} +2 -2
  484. package/{serialization/resources/conversation/types/Attachment.d.ts → dist/serialization/resources/commons/types/BaseAttachment.d.ts} +2 -3
  485. package/{serialization/resources/conversation/types/Attachment.js → dist/serialization/resources/commons/types/BaseAttachment.js} +2 -3
  486. package/dist/serialization/resources/commons/types/BaseConversationResponse.d.ts +2 -0
  487. package/dist/serialization/resources/commons/types/BaseConversationResponse.js +2 -0
  488. package/dist/serialization/resources/commons/types/BotLogic.d.ts +13 -0
  489. package/dist/serialization/resources/commons/types/BotLogic.js +44 -0
  490. package/dist/serialization/resources/commons/types/BotLogicActionExecutedDetail.d.ts +15 -0
  491. package/dist/serialization/resources/commons/types/BotLogicActionExecutedDetail.js +48 -0
  492. package/dist/serialization/resources/commons/types/BotLogicActionItem.d.ts +15 -0
  493. package/dist/serialization/resources/commons/types/BotLogicActionItem.js +46 -0
  494. package/dist/serialization/resources/commons/types/BotLogicActionReviewedDetail.d.ts +14 -0
  495. package/{serialization/resources/commons/types/KnowledgeBaseInformation.js → dist/serialization/resources/commons/types/BotLogicActionReviewedDetail.js} +4 -3
  496. package/dist/serialization/resources/commons/types/BotLogicFormSubmissionItem.d.ts +12 -0
  497. package/dist/serialization/resources/commons/types/BotLogicFormSubmissionItem.js +42 -0
  498. package/dist/serialization/resources/commons/types/BotLogicItem.d.ts +34 -0
  499. package/dist/serialization/resources/commons/types/BotLogicItem.js +59 -0
  500. package/{serialization/resources/commons/types/KnowledgeBaseInformation.d.ts → dist/serialization/resources/commons/types/BotLogicKnowledgeDetail.d.ts} +5 -2
  501. package/dist/serialization/resources/commons/types/BotLogicKnowledgeDetail.js +47 -0
  502. package/dist/serialization/resources/commons/types/BotLogicKnowledgeItem.d.ts +14 -0
  503. package/dist/serialization/resources/commons/types/BotLogicKnowledgeItem.js +45 -0
  504. package/dist/serialization/resources/commons/types/BotLogicSafetyItem.d.ts +12 -0
  505. package/{serialization/resources/commons/types/BotMessageStatus.js → dist/serialization/resources/commons/types/BotLogicSafetyItem.js} +4 -2
  506. package/dist/serialization/resources/commons/types/BotLogicSegmentsItem.d.ts +13 -0
  507. package/dist/serialization/resources/commons/types/BotLogicSegmentsItem.js +44 -0
  508. package/dist/serialization/resources/commons/types/BotLogicUserItem.d.ts +12 -0
  509. package/dist/serialization/resources/commons/types/BotLogicUserItem.js +43 -0
  510. package/dist/serialization/resources/commons/types/BotMessage.d.ts +4 -2
  511. package/dist/serialization/resources/commons/types/BotMessage.js +4 -2
  512. package/dist/serialization/resources/commons/types/Capability.d.ts +1 -1
  513. package/dist/serialization/resources/commons/types/Capability.js +1 -1
  514. package/dist/serialization/resources/commons/types/ConversationResponse.d.ts +2 -0
  515. package/dist/serialization/resources/commons/types/ConversationResponse.js +2 -0
  516. package/dist/serialization/resources/commons/types/DocumentInformation.d.ts +1 -0
  517. package/dist/serialization/resources/commons/types/DocumentInformation.js +1 -0
  518. package/dist/serialization/resources/commons/types/EntityType.d.ts +1 -1
  519. package/dist/serialization/resources/commons/types/EntityType.js +1 -0
  520. package/dist/serialization/resources/commons/types/InboxItem.d.ts +1 -9
  521. package/dist/serialization/resources/commons/types/InboxItem.js +0 -4
  522. package/dist/serialization/resources/commons/types/InboxItemBase.d.ts +2 -0
  523. package/dist/serialization/resources/commons/types/InboxItemBase.js +2 -0
  524. package/dist/serialization/resources/commons/types/InboxItemDuplicateDocuments.d.ts +1 -1
  525. package/dist/serialization/resources/commons/types/InboxItemDuplicateDocuments.js +1 -1
  526. package/dist/serialization/resources/commons/types/InboxItemFix.d.ts +1 -5
  527. package/dist/serialization/resources/commons/types/InboxItemFix.js +0 -2
  528. package/dist/serialization/resources/commons/types/InboxItemSeverity.d.ts +10 -0
  529. package/dist/serialization/resources/commons/types/{InboxItemFixType.js → InboxItemSeverity.js} +2 -2
  530. package/dist/serialization/resources/commons/types/InboxItemType.d.ts +1 -1
  531. package/dist/serialization/resources/commons/types/InboxItemType.js +1 -6
  532. package/dist/serialization/resources/commons/types/LlmInclusionStatus.d.ts +10 -0
  533. package/dist/serialization/resources/commons/types/LlmInclusionStatus.js +41 -0
  534. package/dist/serialization/resources/commons/types/{BotMessageStatus.d.ts → MessageStatus.d.ts} +2 -2
  535. package/dist/serialization/resources/commons/types/MessageStatus.js +41 -0
  536. package/dist/serialization/resources/commons/types/UserMessage.d.ts +7 -2
  537. package/dist/serialization/resources/commons/types/UserMessage.js +7 -2
  538. package/dist/serialization/resources/commons/types/UserMessageResponseState.d.ts +10 -0
  539. package/dist/serialization/resources/commons/types/UserMessageResponseState.js +41 -0
  540. package/dist/serialization/resources/commons/types/index.d.ts +19 -7
  541. package/dist/serialization/resources/commons/types/index.js +19 -7
  542. package/dist/serialization/resources/conversation/types/AskObjectRequest.d.ts +13 -0
  543. package/dist/serialization/resources/conversation/types/AskObjectRequest.js +46 -0
  544. package/dist/serialization/resources/conversation/types/AskRequest.d.ts +2 -2
  545. package/dist/serialization/resources/conversation/types/AskRequest.js +2 -2
  546. package/dist/serialization/resources/conversation/types/ConversationField.d.ts +1 -1
  547. package/dist/serialization/resources/conversation/types/ConversationField.js +4 -0
  548. package/dist/serialization/resources/conversation/types/ConversationFilter.d.ts +1 -0
  549. package/dist/serialization/resources/conversation/types/ConversationFilter.js +1 -0
  550. package/dist/serialization/resources/conversation/types/ConversationMessageRequest.d.ts +2 -2
  551. package/dist/serialization/resources/conversation/types/ConversationMessageRequest.js +2 -2
  552. package/dist/serialization/resources/conversation/types/ConversationPatchRequest.d.ts +16 -0
  553. package/dist/serialization/resources/conversation/types/ConversationPatchRequest.js +47 -0
  554. package/dist/serialization/resources/conversation/types/DeliverConversationMessageRequest.d.ts +15 -0
  555. package/dist/serialization/resources/conversation/types/DeliverConversationMessageRequest.js +46 -0
  556. package/dist/serialization/resources/conversation/types/DeliverMessageRequest.d.ts +18 -0
  557. package/dist/serialization/resources/conversation/types/DeliverMessageRequest.js +51 -0
  558. package/dist/serialization/resources/conversation/types/DeliverMessageResponse.d.ts +13 -0
  559. package/{serialization/resources/inbox/types/BaseInboxSearchRequest.js → dist/serialization/resources/conversation/types/DeliverMessageResponse.js} +4 -4
  560. package/dist/serialization/resources/conversation/types/DeliverUserMessageRequest.d.ts +15 -0
  561. package/dist/serialization/resources/conversation/types/DeliverUserMessageRequest.js +46 -0
  562. package/dist/serialization/resources/conversation/types/DeliveryStatus.d.ts +10 -0
  563. package/{serialization/resources/commons/types/InboxItemFixType.js → dist/serialization/resources/conversation/types/DeliveryStatus.js} +2 -2
  564. package/dist/serialization/resources/conversation/types/NumericConversationField.d.ts +1 -1
  565. package/dist/serialization/resources/conversation/types/NumericConversationField.js +1 -0
  566. package/dist/serialization/resources/conversation/types/ObjectStreamResponse.d.ts +22 -0
  567. package/dist/serialization/resources/conversation/types/ObjectStreamResponse.js +53 -0
  568. package/dist/serialization/resources/conversation/types/index.d.ts +8 -1
  569. package/dist/serialization/resources/conversation/types/index.js +8 -1
  570. package/{serialization/resources/inbox/types/ApplyInboxItemFixRequest.d.ts → dist/serialization/resources/inbox/types/ApplyFixesRequest.d.ts} +3 -4
  571. package/{serialization/resources/inbox/types/ApplyInboxItemFixRequest.js → dist/serialization/resources/inbox/types/ApplyFixesRequest.js} +3 -4
  572. package/dist/serialization/resources/inbox/types/InboxFilter.d.ts +17 -0
  573. package/dist/serialization/resources/inbox/types/InboxFilter.js +48 -0
  574. package/dist/serialization/resources/inbox/types/InboxSearchRequest.d.ts +4 -10
  575. package/dist/serialization/resources/inbox/types/InboxSearchRequest.js +4 -10
  576. package/dist/serialization/resources/inbox/types/InboxSearchResponse.d.ts +1 -1
  577. package/dist/serialization/resources/inbox/types/InboxSearchResponse.js +1 -1
  578. package/dist/serialization/resources/inbox/types/index.d.ts +2 -2
  579. package/dist/serialization/resources/inbox/types/index.js +2 -2
  580. package/dist/serialization/resources/index.d.ts +6 -0
  581. package/dist/serialization/resources/index.js +7 -1
  582. package/dist/serialization/resources/knowledge/types/KnowledgeBaseField.d.ts +10 -0
  583. package/dist/serialization/resources/knowledge/types/KnowledgeBaseField.js +41 -0
  584. package/dist/serialization/resources/knowledge/types/KnowledgeBaseFilter.d.ts +15 -0
  585. package/dist/serialization/resources/knowledge/types/KnowledgeBaseFilter.js +46 -0
  586. package/dist/serialization/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +18 -0
  587. package/dist/serialization/resources/knowledge/types/KnowledgeBasePatchRequest.js +49 -0
  588. package/dist/serialization/resources/knowledge/types/KnowledgeBaseRefreshFrequency.d.ts +10 -0
  589. package/dist/serialization/resources/knowledge/types/KnowledgeBaseRefreshFrequency.js +41 -0
  590. package/dist/serialization/resources/knowledge/types/KnowledgeBaseResponse.d.ts +6 -0
  591. package/dist/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +6 -0
  592. package/dist/serialization/resources/knowledge/types/KnowledgeBaseSearchRequest.d.ts +16 -0
  593. package/dist/serialization/resources/knowledge/types/KnowledgeBaseSearchRequest.js +49 -0
  594. package/dist/serialization/resources/knowledge/types/KnowledgeBasesResponse.d.ts +14 -0
  595. package/dist/serialization/resources/knowledge/types/KnowledgeBasesResponse.js +47 -0
  596. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentField.d.ts +10 -0
  597. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentField.js +41 -0
  598. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +15 -0
  599. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentFilter.js +46 -0
  600. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentSearchRequest.d.ts +16 -0
  601. package/dist/serialization/resources/{commons/types/InboxItemKnowledgeBaseAlert.js → knowledge/types/KnowledgeDocumentSearchRequest.js} +8 -8
  602. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +15 -0
  603. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.js +48 -0
  604. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentsResponse.d.ts +14 -0
  605. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentsResponse.js +47 -0
  606. package/dist/serialization/resources/knowledge/types/index.d.ts +11 -0
  607. package/dist/serialization/resources/knowledge/types/index.js +11 -0
  608. package/dist/serialization/resources/segments/index.d.ts +1 -0
  609. package/dist/serialization/resources/segments/index.js +17 -0
  610. package/dist/serialization/resources/segments/types/SegmentBase.d.ts +13 -0
  611. package/dist/serialization/resources/segments/types/SegmentBase.js +45 -0
  612. package/dist/serialization/resources/segments/types/SegmentField.d.ts +10 -0
  613. package/dist/serialization/resources/segments/types/SegmentField.js +41 -0
  614. package/dist/serialization/resources/segments/types/SegmentPatchRequest.d.ts +16 -0
  615. package/dist/serialization/resources/segments/types/SegmentPatchRequest.js +48 -0
  616. package/dist/serialization/resources/segments/types/SegmentRequest.d.ts +14 -0
  617. package/dist/serialization/resources/segments/types/SegmentRequest.js +47 -0
  618. package/dist/serialization/resources/segments/types/SegmentResponse.d.ts +16 -0
  619. package/{serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.js → dist/serialization/resources/segments/types/SegmentResponse.js} +8 -6
  620. package/dist/serialization/resources/segments/types/SegmentStatus.d.ts +10 -0
  621. package/dist/serialization/resources/segments/types/SegmentStatus.js +41 -0
  622. package/dist/serialization/resources/segments/types/SegmentsSearchRequest.d.ts +14 -0
  623. package/dist/serialization/resources/segments/types/SegmentsSearchRequest.js +47 -0
  624. package/dist/serialization/resources/segments/types/SegmentsSearchResponse.d.ts +14 -0
  625. package/dist/serialization/resources/segments/types/SegmentsSearchResponse.js +47 -0
  626. package/dist/serialization/resources/segments/types/index.d.ts +8 -0
  627. package/dist/serialization/resources/segments/types/index.js +24 -0
  628. package/dist/serialization/resources/users/index.d.ts +1 -0
  629. package/dist/serialization/resources/users/index.js +17 -0
  630. package/dist/serialization/resources/users/types/AgentUser.d.ts +19 -0
  631. package/dist/serialization/resources/users/types/AgentUser.js +50 -0
  632. package/dist/serialization/resources/users/types/AgentUserField.d.ts +10 -0
  633. package/dist/serialization/resources/users/types/AgentUserField.js +41 -0
  634. package/dist/serialization/resources/users/types/AgentUserFilter.d.ts +13 -0
  635. package/dist/serialization/resources/users/types/AgentUserFilter.js +44 -0
  636. package/dist/serialization/resources/users/types/AgentUserSearchRequest.d.ts +16 -0
  637. package/dist/serialization/resources/users/types/AgentUserSearchRequest.js +49 -0
  638. package/dist/serialization/resources/users/types/AgentUserSearchResponse.d.ts +14 -0
  639. package/dist/serialization/resources/users/types/AgentUserSearchResponse.js +47 -0
  640. package/dist/serialization/resources/users/types/AppUserSummary.d.ts +16 -0
  641. package/dist/serialization/resources/users/types/AppUserSummary.js +47 -0
  642. package/dist/serialization/resources/users/types/index.d.ts +6 -0
  643. package/dist/serialization/resources/users/types/index.js +22 -0
  644. package/dist/version.d.ts +1 -1
  645. package/dist/version.js +1 -1
  646. package/package.json +1 -1
  647. package/reference.md +2127 -747
  648. package/serialization/resources/actions/types/ActionField.d.ts +10 -0
  649. package/serialization/resources/actions/types/ActionField.js +41 -0
  650. package/serialization/resources/actions/types/ActionFilter.d.ts +16 -0
  651. package/serialization/resources/actions/types/ActionFilter.js +47 -0
  652. package/serialization/resources/actions/types/ActionPatchRequest.d.ts +15 -0
  653. package/serialization/resources/actions/types/ActionPatchRequest.js +46 -0
  654. package/serialization/resources/actions/types/ActionsResponse.d.ts +14 -0
  655. package/serialization/resources/actions/types/ActionsResponse.js +47 -0
  656. package/serialization/resources/actions/types/ActionsSearchRequest.d.ts +16 -0
  657. package/serialization/resources/actions/types/ActionsSearchRequest.js +49 -0
  658. package/serialization/resources/actions/types/index.d.ts +5 -0
  659. package/serialization/resources/actions/types/index.js +5 -0
  660. package/serialization/resources/agents/types/Agent.d.ts +2 -0
  661. package/serialization/resources/agents/types/Agent.js +2 -0
  662. package/serialization/resources/agents/types/AgentPatchRequest.d.ts +16 -0
  663. package/serialization/resources/agents/types/AgentPatchRequest.js +47 -0
  664. package/serialization/resources/agents/types/CreateAgentRequest.d.ts +14 -0
  665. package/serialization/resources/agents/types/CreateAgentRequest.js +45 -0
  666. package/serialization/resources/agents/types/PiiCategory.d.ts +10 -0
  667. package/serialization/resources/agents/types/PiiCategory.js +99 -0
  668. package/serialization/resources/agents/types/index.d.ts +3 -0
  669. package/serialization/resources/agents/types/index.js +3 -0
  670. package/serialization/resources/assets/index.d.ts +1 -0
  671. package/serialization/resources/assets/index.js +17 -0
  672. package/serialization/resources/assets/types/CommitAssetUploadRequest.d.ts +12 -0
  673. package/serialization/resources/assets/types/CommitAssetUploadRequest.js +43 -0
  674. package/serialization/resources/assets/types/InitiateAssetUploadRequest.d.ts +12 -0
  675. package/serialization/resources/assets/types/InitiateAssetUploadRequest.js +42 -0
  676. package/serialization/resources/assets/types/InitiateAssetUploadResponse.d.ts +15 -0
  677. package/serialization/resources/assets/types/InitiateAssetUploadResponse.js +46 -0
  678. package/serialization/resources/assets/types/index.d.ts +3 -0
  679. package/serialization/resources/assets/types/index.js +19 -0
  680. package/serialization/resources/commons/types/ActionResponse.d.ts +6 -0
  681. package/serialization/resources/commons/types/ActionResponse.js +6 -0
  682. package/serialization/resources/commons/types/AttachmentRequest.d.ts +15 -0
  683. package/serialization/resources/commons/types/AttachmentRequest.js +48 -0
  684. package/serialization/resources/commons/types/AttachmentResponse.d.ts +16 -0
  685. package/serialization/resources/commons/types/AttachmentResponse.js +49 -0
  686. package/serialization/resources/commons/types/AttachmentStatus.d.ts +10 -0
  687. package/serialization/resources/commons/types/AttachmentStatus.js +41 -0
  688. package/{dist/serialization/resources/conversation/types/Attachment.d.ts → serialization/resources/commons/types/BaseAttachment.d.ts} +2 -3
  689. package/{dist/serialization/resources/conversation/types/Attachment.js → serialization/resources/commons/types/BaseAttachment.js} +2 -3
  690. package/serialization/resources/commons/types/BaseConversationResponse.d.ts +2 -0
  691. package/serialization/resources/commons/types/BaseConversationResponse.js +2 -0
  692. package/serialization/resources/commons/types/BotLogic.d.ts +13 -0
  693. package/serialization/resources/commons/types/BotLogic.js +44 -0
  694. package/serialization/resources/commons/types/BotLogicActionExecutedDetail.d.ts +15 -0
  695. package/serialization/resources/commons/types/BotLogicActionExecutedDetail.js +48 -0
  696. package/serialization/resources/commons/types/BotLogicActionItem.d.ts +15 -0
  697. package/serialization/resources/commons/types/BotLogicActionItem.js +46 -0
  698. package/serialization/resources/commons/types/BotLogicActionReviewedDetail.d.ts +14 -0
  699. package/{dist/serialization/resources/commons/types/KnowledgeBaseInformation.js → serialization/resources/commons/types/BotLogicActionReviewedDetail.js} +4 -3
  700. package/serialization/resources/commons/types/BotLogicFormSubmissionItem.d.ts +12 -0
  701. package/serialization/resources/commons/types/BotLogicFormSubmissionItem.js +42 -0
  702. package/serialization/resources/commons/types/BotLogicItem.d.ts +34 -0
  703. package/serialization/resources/commons/types/BotLogicItem.js +59 -0
  704. package/{dist/serialization/resources/commons/types/KnowledgeBaseInformation.d.ts → serialization/resources/commons/types/BotLogicKnowledgeDetail.d.ts} +5 -2
  705. package/serialization/resources/commons/types/BotLogicKnowledgeDetail.js +47 -0
  706. package/serialization/resources/commons/types/BotLogicKnowledgeItem.d.ts +14 -0
  707. package/serialization/resources/commons/types/BotLogicKnowledgeItem.js +45 -0
  708. package/serialization/resources/commons/types/BotLogicSafetyItem.d.ts +12 -0
  709. package/serialization/resources/commons/types/BotLogicSafetyItem.js +43 -0
  710. package/serialization/resources/commons/types/BotLogicSegmentsItem.d.ts +13 -0
  711. package/serialization/resources/commons/types/BotLogicSegmentsItem.js +44 -0
  712. package/serialization/resources/commons/types/BotLogicUserItem.d.ts +12 -0
  713. package/serialization/resources/commons/types/BotLogicUserItem.js +43 -0
  714. package/serialization/resources/commons/types/BotMessage.d.ts +4 -2
  715. package/serialization/resources/commons/types/BotMessage.js +4 -2
  716. package/serialization/resources/commons/types/Capability.d.ts +1 -1
  717. package/serialization/resources/commons/types/Capability.js +1 -1
  718. package/serialization/resources/commons/types/ConversationResponse.d.ts +2 -0
  719. package/serialization/resources/commons/types/ConversationResponse.js +2 -0
  720. package/serialization/resources/commons/types/DocumentInformation.d.ts +1 -0
  721. package/serialization/resources/commons/types/DocumentInformation.js +1 -0
  722. package/serialization/resources/commons/types/EntityType.d.ts +1 -1
  723. package/serialization/resources/commons/types/EntityType.js +1 -0
  724. package/serialization/resources/commons/types/InboxItem.d.ts +1 -9
  725. package/serialization/resources/commons/types/InboxItem.js +0 -4
  726. package/serialization/resources/commons/types/InboxItemBase.d.ts +2 -0
  727. package/serialization/resources/commons/types/InboxItemBase.js +2 -0
  728. package/serialization/resources/commons/types/InboxItemDuplicateDocuments.d.ts +1 -1
  729. package/serialization/resources/commons/types/InboxItemDuplicateDocuments.js +1 -1
  730. package/serialization/resources/commons/types/InboxItemFix.d.ts +1 -5
  731. package/serialization/resources/commons/types/InboxItemFix.js +0 -2
  732. package/serialization/resources/commons/types/InboxItemSeverity.d.ts +10 -0
  733. package/serialization/resources/commons/types/InboxItemSeverity.js +41 -0
  734. package/serialization/resources/commons/types/InboxItemType.d.ts +1 -1
  735. package/serialization/resources/commons/types/InboxItemType.js +1 -6
  736. package/serialization/resources/commons/types/LlmInclusionStatus.d.ts +10 -0
  737. package/serialization/resources/commons/types/LlmInclusionStatus.js +41 -0
  738. package/serialization/resources/commons/types/{BotMessageStatus.d.ts → MessageStatus.d.ts} +2 -2
  739. package/serialization/resources/commons/types/MessageStatus.js +41 -0
  740. package/serialization/resources/commons/types/UserMessage.d.ts +7 -2
  741. package/serialization/resources/commons/types/UserMessage.js +7 -2
  742. package/serialization/resources/commons/types/UserMessageResponseState.d.ts +10 -0
  743. package/serialization/resources/commons/types/UserMessageResponseState.js +41 -0
  744. package/serialization/resources/commons/types/index.d.ts +19 -7
  745. package/serialization/resources/commons/types/index.js +19 -7
  746. package/serialization/resources/conversation/types/AskObjectRequest.d.ts +13 -0
  747. package/serialization/resources/conversation/types/AskObjectRequest.js +46 -0
  748. package/serialization/resources/conversation/types/AskRequest.d.ts +2 -2
  749. package/serialization/resources/conversation/types/AskRequest.js +2 -2
  750. package/serialization/resources/conversation/types/ConversationField.d.ts +1 -1
  751. package/serialization/resources/conversation/types/ConversationField.js +4 -0
  752. package/serialization/resources/conversation/types/ConversationFilter.d.ts +1 -0
  753. package/serialization/resources/conversation/types/ConversationFilter.js +1 -0
  754. package/serialization/resources/conversation/types/ConversationMessageRequest.d.ts +2 -2
  755. package/serialization/resources/conversation/types/ConversationMessageRequest.js +2 -2
  756. package/serialization/resources/conversation/types/ConversationPatchRequest.d.ts +16 -0
  757. package/serialization/resources/conversation/types/ConversationPatchRequest.js +47 -0
  758. package/serialization/resources/conversation/types/DeliverConversationMessageRequest.d.ts +15 -0
  759. package/serialization/resources/conversation/types/DeliverConversationMessageRequest.js +46 -0
  760. package/serialization/resources/conversation/types/DeliverMessageRequest.d.ts +18 -0
  761. package/serialization/resources/conversation/types/DeliverMessageRequest.js +51 -0
  762. package/serialization/resources/conversation/types/DeliverMessageResponse.d.ts +13 -0
  763. package/{dist/serialization/resources/inbox/types/BaseInboxSearchRequest.js → serialization/resources/conversation/types/DeliverMessageResponse.js} +4 -4
  764. package/serialization/resources/conversation/types/DeliverUserMessageRequest.d.ts +15 -0
  765. package/serialization/resources/conversation/types/DeliverUserMessageRequest.js +46 -0
  766. package/serialization/resources/conversation/types/DeliveryStatus.d.ts +10 -0
  767. package/serialization/resources/conversation/types/DeliveryStatus.js +41 -0
  768. package/serialization/resources/conversation/types/NumericConversationField.d.ts +1 -1
  769. package/serialization/resources/conversation/types/NumericConversationField.js +1 -0
  770. package/serialization/resources/conversation/types/ObjectStreamResponse.d.ts +22 -0
  771. package/serialization/resources/conversation/types/ObjectStreamResponse.js +53 -0
  772. package/serialization/resources/conversation/types/index.d.ts +8 -1
  773. package/serialization/resources/conversation/types/index.js +8 -1
  774. package/{dist/serialization/resources/inbox/types/ApplyInboxItemFixRequest.d.ts → serialization/resources/inbox/types/ApplyFixesRequest.d.ts} +3 -4
  775. package/{dist/serialization/resources/inbox/types/ApplyInboxItemFixRequest.js → serialization/resources/inbox/types/ApplyFixesRequest.js} +3 -4
  776. package/serialization/resources/inbox/types/InboxFilter.d.ts +17 -0
  777. package/serialization/resources/inbox/types/InboxFilter.js +48 -0
  778. package/serialization/resources/inbox/types/InboxSearchRequest.d.ts +4 -10
  779. package/serialization/resources/inbox/types/InboxSearchRequest.js +4 -10
  780. package/serialization/resources/inbox/types/InboxSearchResponse.d.ts +1 -1
  781. package/serialization/resources/inbox/types/InboxSearchResponse.js +1 -1
  782. package/serialization/resources/inbox/types/index.d.ts +2 -2
  783. package/serialization/resources/inbox/types/index.js +2 -2
  784. package/serialization/resources/index.d.ts +6 -0
  785. package/serialization/resources/index.js +7 -1
  786. package/serialization/resources/knowledge/types/KnowledgeBaseField.d.ts +10 -0
  787. package/serialization/resources/knowledge/types/KnowledgeBaseField.js +41 -0
  788. package/serialization/resources/knowledge/types/KnowledgeBaseFilter.d.ts +15 -0
  789. package/serialization/resources/knowledge/types/KnowledgeBaseFilter.js +46 -0
  790. package/serialization/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +18 -0
  791. package/serialization/resources/knowledge/types/KnowledgeBasePatchRequest.js +49 -0
  792. package/serialization/resources/knowledge/types/KnowledgeBaseRefreshFrequency.d.ts +10 -0
  793. package/serialization/resources/knowledge/types/KnowledgeBaseRefreshFrequency.js +41 -0
  794. package/serialization/resources/knowledge/types/KnowledgeBaseResponse.d.ts +6 -0
  795. package/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +6 -0
  796. package/serialization/resources/knowledge/types/KnowledgeBaseSearchRequest.d.ts +16 -0
  797. package/serialization/resources/knowledge/types/KnowledgeBaseSearchRequest.js +49 -0
  798. package/serialization/resources/knowledge/types/KnowledgeBasesResponse.d.ts +14 -0
  799. package/serialization/resources/knowledge/types/KnowledgeBasesResponse.js +47 -0
  800. package/serialization/resources/knowledge/types/KnowledgeDocumentField.d.ts +10 -0
  801. package/serialization/resources/knowledge/types/KnowledgeDocumentField.js +41 -0
  802. package/serialization/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +15 -0
  803. package/serialization/resources/knowledge/types/KnowledgeDocumentFilter.js +46 -0
  804. package/serialization/resources/knowledge/types/KnowledgeDocumentSearchRequest.d.ts +16 -0
  805. package/serialization/resources/{commons/types/InboxItemKnowledgeBaseAlert.js → knowledge/types/KnowledgeDocumentSearchRequest.js} +8 -8
  806. package/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +15 -0
  807. package/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.js +48 -0
  808. package/serialization/resources/knowledge/types/KnowledgeDocumentsResponse.d.ts +14 -0
  809. package/serialization/resources/knowledge/types/KnowledgeDocumentsResponse.js +47 -0
  810. package/serialization/resources/knowledge/types/index.d.ts +11 -0
  811. package/serialization/resources/knowledge/types/index.js +11 -0
  812. package/serialization/resources/segments/index.d.ts +1 -0
  813. package/serialization/resources/segments/index.js +17 -0
  814. package/serialization/resources/segments/types/SegmentBase.d.ts +13 -0
  815. package/serialization/resources/segments/types/SegmentBase.js +45 -0
  816. package/serialization/resources/segments/types/SegmentField.d.ts +10 -0
  817. package/serialization/resources/segments/types/SegmentField.js +41 -0
  818. package/serialization/resources/segments/types/SegmentPatchRequest.d.ts +16 -0
  819. package/serialization/resources/segments/types/SegmentPatchRequest.js +48 -0
  820. package/serialization/resources/segments/types/SegmentRequest.d.ts +14 -0
  821. package/serialization/resources/segments/types/SegmentRequest.js +47 -0
  822. package/serialization/resources/segments/types/SegmentResponse.d.ts +16 -0
  823. package/{dist/serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.js → serialization/resources/segments/types/SegmentResponse.js} +8 -6
  824. package/serialization/resources/segments/types/SegmentStatus.d.ts +10 -0
  825. package/serialization/resources/segments/types/SegmentStatus.js +41 -0
  826. package/serialization/resources/segments/types/SegmentsSearchRequest.d.ts +14 -0
  827. package/serialization/resources/segments/types/SegmentsSearchRequest.js +47 -0
  828. package/serialization/resources/segments/types/SegmentsSearchResponse.d.ts +14 -0
  829. package/serialization/resources/segments/types/SegmentsSearchResponse.js +47 -0
  830. package/serialization/resources/segments/types/index.d.ts +8 -0
  831. package/serialization/resources/segments/types/index.js +24 -0
  832. package/serialization/resources/users/index.d.ts +1 -0
  833. package/serialization/resources/users/index.js +17 -0
  834. package/serialization/resources/users/types/AgentUser.d.ts +19 -0
  835. package/serialization/resources/users/types/AgentUser.js +50 -0
  836. package/serialization/resources/users/types/AgentUserField.d.ts +10 -0
  837. package/serialization/resources/users/types/AgentUserField.js +41 -0
  838. package/serialization/resources/users/types/AgentUserFilter.d.ts +13 -0
  839. package/serialization/resources/users/types/AgentUserFilter.js +44 -0
  840. package/serialization/resources/users/types/AgentUserSearchRequest.d.ts +16 -0
  841. package/serialization/resources/users/types/AgentUserSearchRequest.js +49 -0
  842. package/serialization/resources/users/types/AgentUserSearchResponse.d.ts +14 -0
  843. package/serialization/resources/users/types/AgentUserSearchResponse.js +47 -0
  844. package/serialization/resources/users/types/AppUserSummary.d.ts +16 -0
  845. package/serialization/resources/users/types/AppUserSummary.js +47 -0
  846. package/serialization/resources/users/types/index.d.ts +6 -0
  847. package/serialization/resources/users/types/index.js +22 -0
  848. package/version.d.ts +1 -1
  849. package/version.js +1 -1
  850. package/api/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +0 -12
  851. package/api/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +0 -8
  852. package/api/resources/commons/types/InboxItemFixType.d.ts +0 -14
  853. package/api/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +0 -10
  854. package/api/resources/commons/types/UserMessageAttachment.d.ts +0 -23
  855. package/api/resources/conversation/types/Attachment.d.ts +0 -26
  856. package/api/resources/inbox/types/ApplyInboxItemFixRequest.d.ts +0 -11
  857. package/api/resources/inbox/types/BaseInboxSearchRequest.d.ts +0 -9
  858. package/dist/api/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +0 -12
  859. package/dist/api/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +0 -8
  860. package/dist/api/resources/commons/types/InboxItemFixType.d.ts +0 -14
  861. package/dist/api/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +0 -10
  862. package/dist/api/resources/commons/types/UserMessageAttachment.d.ts +0 -23
  863. package/dist/api/resources/conversation/types/Attachment.d.ts +0 -26
  864. package/dist/api/resources/inbox/types/ApplyInboxItemFixRequest.d.ts +0 -11
  865. package/dist/api/resources/inbox/types/BaseInboxSearchRequest.d.ts +0 -9
  866. package/dist/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +0 -17
  867. package/dist/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.js +0 -50
  868. package/dist/serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +0 -14
  869. package/dist/serialization/resources/commons/types/InboxItemFixType.d.ts +0 -10
  870. package/dist/serialization/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +0 -16
  871. package/dist/serialization/resources/commons/types/UserMessageAttachment.d.ts +0 -14
  872. package/dist/serialization/resources/inbox/types/BaseInboxSearchRequest.d.ts +0 -13
  873. package/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +0 -17
  874. package/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.js +0 -50
  875. package/serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +0 -14
  876. package/serialization/resources/commons/types/InboxItemFixType.d.ts +0 -10
  877. package/serialization/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +0 -16
  878. package/serialization/resources/commons/types/UserMessageAttachment.d.ts +0 -14
  879. package/serialization/resources/inbox/types/BaseInboxSearchRequest.d.ts +0 -13
  880. /package/api/resources/{commons/types/InboxItemDuplicateKnowledgeBase.js → actions/client/requests/ActionGetRequest.js} +0 -0
  881. /package/api/resources/{commons/types/InboxItemFixDeactivateKnowledgeBase.js → actions/types/ActionFilter.js} +0 -0
  882. /package/api/resources/{commons/types/InboxItemKnowledgeBaseAlert.js → actions/types/ActionPatchRequest.js} +0 -0
  883. /package/api/resources/{commons/types/KnowledgeBaseInformation.js → actions/types/ActionsResponse.js} +0 -0
  884. /package/api/resources/{commons/types/UserMessageAttachment.js → actions/types/ActionsSearchRequest.js} +0 -0
  885. /package/api/resources/{conversation/types/Attachment.js → agents/types/AgentPatchRequest.js} +0 -0
  886. /package/api/resources/{inbox/types/ApplyInboxItemFixRequest.js → agents/types/CreateAgentRequest.js} +0 -0
  887. /package/api/resources/{inbox/types/BaseInboxSearchRequest.js → assets/types/CommitAssetUploadRequest.js} +0 -0
  888. /package/{dist/api/resources/commons/types/InboxItemDuplicateKnowledgeBase.js → api/resources/assets/types/InitiateAssetUploadRequest.js} +0 -0
  889. /package/{dist/api/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.js → api/resources/assets/types/InitiateAssetUploadResponse.js} +0 -0
  890. /package/{dist/api/resources/commons/types/InboxItemKnowledgeBaseAlert.js → api/resources/commons/types/AttachmentRequest.js} +0 -0
  891. /package/{dist/api/resources/commons/types/KnowledgeBaseInformation.js → api/resources/commons/types/AttachmentResponse.js} +0 -0
  892. /package/{dist/api/resources/commons/types/UserMessageAttachment.js → api/resources/commons/types/BaseAttachment.js} +0 -0
  893. /package/{dist/api/resources/conversation/types/Attachment.js → api/resources/commons/types/BotLogic.js} +0 -0
  894. /package/{dist/api/resources/inbox/types/ApplyInboxItemFixRequest.js → api/resources/commons/types/BotLogicActionExecutedDetail.js} +0 -0
  895. /package/{dist/api/resources/inbox/types/BaseInboxSearchRequest.js → api/resources/commons/types/BotLogicActionItem.js} +0 -0
@@ -56,6 +56,99 @@ class Knowledge {
56
56
  constructor(_options) {
57
57
  this._options = _options;
58
58
  }
59
+ /**
60
+ * Search knowledge bases
61
+ *
62
+ * @param {MavenAGI.KnowledgeBaseSearchRequest} request
63
+ * @param {Knowledge.RequestOptions} requestOptions - Request-specific configuration.
64
+ *
65
+ * @throws {@link MavenAGI.NotFoundError}
66
+ * @throws {@link MavenAGI.BadRequestError}
67
+ * @throws {@link MavenAGI.ServerError}
68
+ *
69
+ * @example
70
+ * await client.knowledge.searchKnowledgeBases({})
71
+ */
72
+ searchKnowledgeBases(request, requestOptions) {
73
+ return core.HttpResponsePromise.fromPromise(this.__searchKnowledgeBases(request, requestOptions));
74
+ }
75
+ __searchKnowledgeBases(request, requestOptions) {
76
+ return __awaiter(this, void 0, void 0, function* () {
77
+ var _a, _b, _c, _d;
78
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
79
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/knowledge/search"),
80
+ method: "POST",
81
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
82
+ Authorization: yield this._getAuthorizationHeader(),
83
+ "X-Organization-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.organizationId,
84
+ "X-Agent-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId,
85
+ }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
+ contentType: "application/json",
87
+ requestType: "json",
88
+ body: serializers.KnowledgeBaseSearchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
89
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
90
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
91
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
92
+ });
93
+ if (_response.ok) {
94
+ return {
95
+ data: serializers.KnowledgeBasesResponse.parseOrThrow(_response.body, {
96
+ unrecognizedObjectKeys: "passthrough",
97
+ allowUnrecognizedUnionMembers: true,
98
+ allowUnrecognizedEnumValues: true,
99
+ breadcrumbsPrefix: ["response"],
100
+ }),
101
+ rawResponse: _response.rawResponse,
102
+ };
103
+ }
104
+ if (_response.error.reason === "status-code") {
105
+ switch (_response.error.statusCode) {
106
+ case 404:
107
+ throw new MavenAGI.NotFoundError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
108
+ unrecognizedObjectKeys: "passthrough",
109
+ allowUnrecognizedUnionMembers: true,
110
+ allowUnrecognizedEnumValues: true,
111
+ breadcrumbsPrefix: ["response"],
112
+ }), _response.rawResponse);
113
+ case 400:
114
+ throw new MavenAGI.BadRequestError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
115
+ unrecognizedObjectKeys: "passthrough",
116
+ allowUnrecognizedUnionMembers: true,
117
+ allowUnrecognizedEnumValues: true,
118
+ breadcrumbsPrefix: ["response"],
119
+ }), _response.rawResponse);
120
+ case 500:
121
+ throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
122
+ unrecognizedObjectKeys: "passthrough",
123
+ allowUnrecognizedUnionMembers: true,
124
+ allowUnrecognizedEnumValues: true,
125
+ breadcrumbsPrefix: ["response"],
126
+ }), _response.rawResponse);
127
+ default:
128
+ throw new errors.MavenAGIError({
129
+ statusCode: _response.error.statusCode,
130
+ body: _response.error.body,
131
+ rawResponse: _response.rawResponse,
132
+ });
133
+ }
134
+ }
135
+ switch (_response.error.reason) {
136
+ case "non-json":
137
+ throw new errors.MavenAGIError({
138
+ statusCode: _response.error.statusCode,
139
+ body: _response.error.rawBody,
140
+ rawResponse: _response.rawResponse,
141
+ });
142
+ case "timeout":
143
+ throw new errors.MavenAGITimeoutError("Timeout exceeded when calling POST /v1/knowledge/search.");
144
+ case "unknown":
145
+ throw new errors.MavenAGIError({
146
+ message: _response.error.errorMessage,
147
+ rawResponse: _response.rawResponse,
148
+ });
149
+ }
150
+ });
151
+ }
59
152
  /**
60
153
  * Update a knowledge base or create it if it doesn't exist.
61
154
  *
@@ -158,6 +251,7 @@ class Knowledge {
158
251
  * Get an existing knowledge base by its supplied ID
159
252
  *
160
253
  * @param {string} knowledgeBaseReferenceId - The reference ID of the knowledge base to get. All other entity ID fields are inferred from the request.
254
+ * @param {MavenAGI.KnowledgeBaseGetRequest} request
161
255
  * @param {Knowledge.RequestOptions} requestOptions - Request-specific configuration.
162
256
  *
163
257
  * @throws {@link MavenAGI.NotFoundError}
@@ -167,12 +261,17 @@ class Knowledge {
167
261
  * @example
168
262
  * await client.knowledge.getKnowledgeBase("help-center")
169
263
  */
170
- getKnowledgeBase(knowledgeBaseReferenceId, requestOptions) {
171
- return core.HttpResponsePromise.fromPromise(this.__getKnowledgeBase(knowledgeBaseReferenceId, requestOptions));
264
+ getKnowledgeBase(knowledgeBaseReferenceId, request = {}, requestOptions) {
265
+ return core.HttpResponsePromise.fromPromise(this.__getKnowledgeBase(knowledgeBaseReferenceId, request, requestOptions));
172
266
  }
173
- __getKnowledgeBase(knowledgeBaseReferenceId, requestOptions) {
174
- return __awaiter(this, void 0, void 0, function* () {
267
+ __getKnowledgeBase(knowledgeBaseReferenceId_1) {
268
+ return __awaiter(this, arguments, void 0, function* (knowledgeBaseReferenceId, request = {}, requestOptions) {
175
269
  var _a, _b, _c, _d;
270
+ const { appId } = request;
271
+ const _queryParams = {};
272
+ if (appId != null) {
273
+ _queryParams["appId"] = appId;
274
+ }
176
275
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
177
276
  url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}`),
178
277
  method: "GET",
@@ -181,6 +280,7 @@ class Knowledge {
181
280
  "X-Organization-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.organizationId,
182
281
  "X-Agent-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId,
183
282
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
283
+ queryParameters: _queryParams,
184
284
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
185
285
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
186
286
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -244,6 +344,103 @@ class Knowledge {
244
344
  }
245
345
  });
246
346
  }
347
+ /**
348
+ * Update mutable knowledge base fields
349
+ *
350
+ * The `appId` field can be provided to update a knowledge base owned by a different app.
351
+ * All other fields will overwrite the existing value on the knowledge base only if provided.
352
+ *
353
+ * @param {string} knowledgeBaseReferenceId - The reference ID of the knowledge base to patch.
354
+ * @param {MavenAGI.KnowledgeBasePatchRequest} request
355
+ * @param {Knowledge.RequestOptions} requestOptions - Request-specific configuration.
356
+ *
357
+ * @throws {@link MavenAGI.NotFoundError}
358
+ * @throws {@link MavenAGI.BadRequestError}
359
+ * @throws {@link MavenAGI.ServerError}
360
+ *
361
+ * @example
362
+ * await client.knowledge.patchKnowledgeBase("knowledgeBaseReferenceId", {})
363
+ */
364
+ patchKnowledgeBase(knowledgeBaseReferenceId, request, requestOptions) {
365
+ return core.HttpResponsePromise.fromPromise(this.__patchKnowledgeBase(knowledgeBaseReferenceId, request, requestOptions));
366
+ }
367
+ __patchKnowledgeBase(knowledgeBaseReferenceId, request, requestOptions) {
368
+ return __awaiter(this, void 0, void 0, function* () {
369
+ var _a, _b, _c, _d;
370
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
371
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}`),
372
+ method: "PATCH",
373
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
374
+ Authorization: yield this._getAuthorizationHeader(),
375
+ "X-Organization-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.organizationId,
376
+ "X-Agent-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId,
377
+ }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
378
+ contentType: "application/json",
379
+ requestType: "json",
380
+ body: serializers.KnowledgeBasePatchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
381
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
382
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
383
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
384
+ });
385
+ if (_response.ok) {
386
+ return {
387
+ data: serializers.KnowledgeBaseResponse.parseOrThrow(_response.body, {
388
+ unrecognizedObjectKeys: "passthrough",
389
+ allowUnrecognizedUnionMembers: true,
390
+ allowUnrecognizedEnumValues: true,
391
+ breadcrumbsPrefix: ["response"],
392
+ }),
393
+ rawResponse: _response.rawResponse,
394
+ };
395
+ }
396
+ if (_response.error.reason === "status-code") {
397
+ switch (_response.error.statusCode) {
398
+ case 404:
399
+ throw new MavenAGI.NotFoundError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
400
+ unrecognizedObjectKeys: "passthrough",
401
+ allowUnrecognizedUnionMembers: true,
402
+ allowUnrecognizedEnumValues: true,
403
+ breadcrumbsPrefix: ["response"],
404
+ }), _response.rawResponse);
405
+ case 400:
406
+ throw new MavenAGI.BadRequestError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
407
+ unrecognizedObjectKeys: "passthrough",
408
+ allowUnrecognizedUnionMembers: true,
409
+ allowUnrecognizedEnumValues: true,
410
+ breadcrumbsPrefix: ["response"],
411
+ }), _response.rawResponse);
412
+ case 500:
413
+ throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
414
+ unrecognizedObjectKeys: "passthrough",
415
+ allowUnrecognizedUnionMembers: true,
416
+ allowUnrecognizedEnumValues: true,
417
+ breadcrumbsPrefix: ["response"],
418
+ }), _response.rawResponse);
419
+ default:
420
+ throw new errors.MavenAGIError({
421
+ statusCode: _response.error.statusCode,
422
+ body: _response.error.body,
423
+ rawResponse: _response.rawResponse,
424
+ });
425
+ }
426
+ }
427
+ switch (_response.error.reason) {
428
+ case "non-json":
429
+ throw new errors.MavenAGIError({
430
+ statusCode: _response.error.statusCode,
431
+ body: _response.error.rawBody,
432
+ rawResponse: _response.rawResponse,
433
+ });
434
+ case "timeout":
435
+ throw new errors.MavenAGITimeoutError("Timeout exceeded when calling PATCH /v1/knowledge/{knowledgeBaseReferenceId}.");
436
+ case "unknown":
437
+ throw new errors.MavenAGIError({
438
+ message: _response.error.errorMessage,
439
+ rawResponse: _response.rawResponse,
440
+ });
441
+ }
442
+ });
443
+ }
247
444
  /**
248
445
  * Create a new knowledge base version.
249
446
  *
@@ -453,6 +650,99 @@ class Knowledge {
453
650
  }
454
651
  });
455
652
  }
653
+ /**
654
+ * Search knowledge documents
655
+ *
656
+ * @param {MavenAGI.KnowledgeDocumentSearchRequest} request
657
+ * @param {Knowledge.RequestOptions} requestOptions - Request-specific configuration.
658
+ *
659
+ * @throws {@link MavenAGI.NotFoundError}
660
+ * @throws {@link MavenAGI.BadRequestError}
661
+ * @throws {@link MavenAGI.ServerError}
662
+ *
663
+ * @example
664
+ * await client.knowledge.searchKnowledgeDocuments({})
665
+ */
666
+ searchKnowledgeDocuments(request, requestOptions) {
667
+ return core.HttpResponsePromise.fromPromise(this.__searchKnowledgeDocuments(request, requestOptions));
668
+ }
669
+ __searchKnowledgeDocuments(request, requestOptions) {
670
+ return __awaiter(this, void 0, void 0, function* () {
671
+ var _a, _b, _c, _d;
672
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
673
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/knowledge/documents/search"),
674
+ method: "POST",
675
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
676
+ Authorization: yield this._getAuthorizationHeader(),
677
+ "X-Organization-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.organizationId,
678
+ "X-Agent-Id": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId,
679
+ }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
680
+ contentType: "application/json",
681
+ requestType: "json",
682
+ body: serializers.KnowledgeDocumentSearchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
683
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
684
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
685
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
686
+ });
687
+ if (_response.ok) {
688
+ return {
689
+ data: serializers.KnowledgeDocumentsResponse.parseOrThrow(_response.body, {
690
+ unrecognizedObjectKeys: "passthrough",
691
+ allowUnrecognizedUnionMembers: true,
692
+ allowUnrecognizedEnumValues: true,
693
+ breadcrumbsPrefix: ["response"],
694
+ }),
695
+ rawResponse: _response.rawResponse,
696
+ };
697
+ }
698
+ if (_response.error.reason === "status-code") {
699
+ switch (_response.error.statusCode) {
700
+ case 404:
701
+ throw new MavenAGI.NotFoundError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
702
+ unrecognizedObjectKeys: "passthrough",
703
+ allowUnrecognizedUnionMembers: true,
704
+ allowUnrecognizedEnumValues: true,
705
+ breadcrumbsPrefix: ["response"],
706
+ }), _response.rawResponse);
707
+ case 400:
708
+ throw new MavenAGI.BadRequestError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
709
+ unrecognizedObjectKeys: "passthrough",
710
+ allowUnrecognizedUnionMembers: true,
711
+ allowUnrecognizedEnumValues: true,
712
+ breadcrumbsPrefix: ["response"],
713
+ }), _response.rawResponse);
714
+ case 500:
715
+ throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
716
+ unrecognizedObjectKeys: "passthrough",
717
+ allowUnrecognizedUnionMembers: true,
718
+ allowUnrecognizedEnumValues: true,
719
+ breadcrumbsPrefix: ["response"],
720
+ }), _response.rawResponse);
721
+ default:
722
+ throw new errors.MavenAGIError({
723
+ statusCode: _response.error.statusCode,
724
+ body: _response.error.body,
725
+ rawResponse: _response.rawResponse,
726
+ });
727
+ }
728
+ }
729
+ switch (_response.error.reason) {
730
+ case "non-json":
731
+ throw new errors.MavenAGIError({
732
+ statusCode: _response.error.statusCode,
733
+ body: _response.error.rawBody,
734
+ rawResponse: _response.rawResponse,
735
+ });
736
+ case "timeout":
737
+ throw new errors.MavenAGITimeoutError("Timeout exceeded when calling POST /v1/knowledge/documents/search.");
738
+ case "unknown":
739
+ throw new errors.MavenAGIError({
740
+ message: _response.error.errorMessage,
741
+ rawResponse: _response.rawResponse,
742
+ });
743
+ }
744
+ });
745
+ }
456
746
  /**
457
747
  * Create knowledge document. Requires an existing knowledge base with an in progress version. Will throw an exception if the latest version is not in progress.
458
748
  *
@@ -1 +1,2 @@
1
1
  export {};
2
+ export * from "./requests";
@@ -1,2 +1,17 @@
1
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
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {}
7
+ */
8
+ export interface KnowledgeBaseGetRequest {
9
+ /**
10
+ * The App ID of the knowledge base to get. If not provided the ID of the calling app will be used.
11
+ */
12
+ appId?: string;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { type KnowledgeBaseGetRequest } from "./KnowledgeBaseGetRequest";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type KnowledgeBaseField = "Title" | "UpdatedAt";
5
+ export declare const KnowledgeBaseField: {
6
+ readonly Title: "Title";
7
+ readonly UpdatedAt: "UpdatedAt";
8
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.KnowledgeBaseField = void 0;
7
+ exports.KnowledgeBaseField = {
8
+ Title: "Title",
9
+ UpdatedAt: "UpdatedAt",
10
+ };
@@ -0,0 +1,26 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface KnowledgeBaseFilter {
5
+ /**
6
+ * Full-text search query for matching knowledge bases by content.
7
+ * When you search with this parameter, you're performing a full-text search across the knowledge title, tags and metadata.
8
+ *
9
+ * This field also supports a syntax for advanced filtering the `metadata` field.
10
+ *
11
+ * Metadata examples:
12
+ * - `metadata:myvalue` - matches knowledge bases with any metadata field set to `myvalue`
13
+ * - `metadata.mykey:myvalue` - matches knowledge bases with a metadata field `mykey` set to `myvalue`
14
+ * - `metadata.mykey:myvalue OR anothervalue` - matches knowledge bases with a metadata field `mykey` set to `myvalue` or `anothervalue`
15
+ * - `metadata.mykey:*` - matches knowledge bases with a metadata field `mykey`
16
+ * - `-metadata:myvalue` - matches knowledge bases that do not have any metadata field set to `myvalue`
17
+ * - `_exists_:metadata` - matches knowledge bases that have any metadata field set
18
+ */
19
+ search?: string;
20
+ /** Filter by title */
21
+ title?: string;
22
+ /** Filter knowledge bases created on or after this timestamp */
23
+ createdAfter?: Date;
24
+ /** Filter knowledge bases created on or before this timestamp */
25
+ createdBefore?: Date;
26
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface KnowledgeBasePatchRequest {
6
+ /** The App ID of the knowledge base to patch. If not provided the ID of the calling app will be used. */
7
+ appId?: string;
8
+ /** The name of the knowledge base. */
9
+ name?: string;
10
+ /** The tags of the knowledge base. */
11
+ tags?: Set<string>;
12
+ /** Determines whether documents in the knowledge base are sent to the LLM as part of a conversation. Note that at this time knowledge bases can not be set to `ALWAYS`. */
13
+ llmInclusionStatus?: MavenAGI.LlmInclusionStatus;
14
+ /** How often the knowledge base should be refreshed. */
15
+ refreshFrequency?: MavenAGI.KnowledgeBaseRefreshFrequency;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -5,6 +5,6 @@ import * as MavenAGI from "../../../index";
5
5
  export interface KnowledgeBaseProperties {
6
6
  /** The name of the knowledge base */
7
7
  name: string;
8
- /** (Beta) The preconditions that must be met for knowledge base be relevant to a conversation. Can be used to limit knowledge to certain types of users. */
8
+ /** The preconditions that must be met for knowledge base be relevant to a conversation. Can be used to restrict knowledge bases to certain types of users. */
9
9
  precondition?: MavenAGI.Precondition;
10
10
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type KnowledgeBaseRefreshFrequency = "NONE" | "DAILY" | "WEEKLY" | "MONTHLY";
5
+ export declare const KnowledgeBaseRefreshFrequency: {
6
+ readonly None: "NONE";
7
+ readonly Daily: "DAILY";
8
+ readonly Weekly: "WEEKLY";
9
+ readonly Monthly: "MONTHLY";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.KnowledgeBaseRefreshFrequency = void 0;
7
+ exports.KnowledgeBaseRefreshFrequency = {
8
+ None: "NONE",
9
+ Daily: "DAILY",
10
+ Weekly: "WEEKLY",
11
+ Monthly: "MONTHLY",
12
+ };
@@ -16,7 +16,9 @@ import * as MavenAGI from "../../../index";
16
16
  * type: MavenAGI.KnowledgeBaseType.Api,
17
17
  * metadata: {
18
18
  * "key": "value"
19
- * }
19
+ * },
20
+ * tags: new Set(["tag1", "tag2"]),
21
+ * refreshFrequency: MavenAGI.KnowledgeBaseRefreshFrequency.Daily
20
22
  * }
21
23
  */
22
24
  export interface KnowledgeBaseResponse extends MavenAGI.KnowledgeBaseProperties {
@@ -26,4 +28,16 @@ export interface KnowledgeBaseResponse extends MavenAGI.KnowledgeBaseProperties
26
28
  type: MavenAGI.KnowledgeBaseType;
27
29
  /** Metadata for the knowledge base. */
28
30
  metadata: Record<string, string>;
31
+ /** The tags of the knowledge base. */
32
+ tags: Set<string>;
33
+ /** Determines whether documents in the knowledge base are sent to the LLM as part of a conversation. */
34
+ llmInclusionStatus?: MavenAGI.LlmInclusionStatus;
35
+ /** How often the knowledge base should be refreshed. */
36
+ refreshFrequency: MavenAGI.KnowledgeBaseRefreshFrequency;
37
+ /**
38
+ * The IDs of the segment that must be matched for the knowledge base to be relevant to a conversation.
39
+ * Segments are replacing inline preconditions - a Knowledge Base may not have both an inline precondition and a segment.
40
+ * Inline precondition support will be removed in a future release.
41
+ */
42
+ segmentId?: MavenAGI.EntityId;
29
43
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface KnowledgeBaseSearchRequest extends MavenAGI.BasePaginatedRequest {
6
+ sort?: MavenAGI.KnowledgeBaseField;
7
+ filter?: MavenAGI.KnowledgeBaseFilter;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface KnowledgeBasesResponse extends MavenAGI.Page {
6
+ /** The knowledge bases that match the search criteria */
7
+ knowledgeBases: MavenAGI.KnowledgeBaseResponse[];
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type KnowledgeDocumentField = "Title" | "CreatedAt" | "UpdatedAt" | "Language";
5
+ export declare const KnowledgeDocumentField: {
6
+ readonly Title: "Title";
7
+ readonly CreatedAt: "CreatedAt";
8
+ readonly UpdatedAt: "UpdatedAt";
9
+ readonly Language: "Language";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.KnowledgeDocumentField = void 0;
7
+ exports.KnowledgeDocumentField = {
8
+ Title: "Title",
9
+ CreatedAt: "CreatedAt",
10
+ UpdatedAt: "UpdatedAt",
11
+ Language: "Language",
12
+ };
@@ -0,0 +1,26 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface KnowledgeDocumentFilter {
5
+ /**
6
+ * Full-text search query for matching knowledge documents by content.
7
+ * When you search with this parameter, you're performing a full-text search across the knowledge document title and metadata.
8
+ *
9
+ * This field also supports a syntax for advanced filtering the `metadata` field.
10
+ *
11
+ * Metadata examples:
12
+ * - `metadata:myvalue` - matches knowledge documents with any metadata field set to `myvalue`
13
+ * - `metadata.mykey:myvalue` - matches knowledge documents with a metadata field `mykey` set to `myvalue`
14
+ * - `metadata.mykey:myvalue OR anothervalue` - matches knowledge documents with a metadata field `mykey` set to `myvalue` or `anothervalue`
15
+ * - `metadata.mykey:*` - matches knowledge documents with a metadata field `mykey`
16
+ * - `-metadata:myvalue` - matches knowledge documents that do not have any metadata field set to `myvalue`
17
+ * - `_exists_:metadata` - matches knowledge documents that have any metadata field set
18
+ */
19
+ search?: string;
20
+ /** Filter by title */
21
+ title?: string;
22
+ /** Filter knowledge documents created on or after this timestamp */
23
+ createdAfter?: Date;
24
+ /** Filter knowledge documents created on or before this timestamp */
25
+ createdBefore?: Date;
26
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface KnowledgeDocumentSearchRequest extends MavenAGI.BasePaginatedRequest {
6
+ sort?: MavenAGI.KnowledgeDocumentField;
7
+ filter?: MavenAGI.KnowledgeDocumentFilter;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });