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
@@ -2,6 +2,8 @@ export * from "./KnowledgeBaseProperties";
2
2
  export * from "./KnowledgeBaseRequest";
3
3
  export * from "./KnowledgeBaseResponse";
4
4
  export * from "./KnowledgeBaseType";
5
+ export * from "./KnowledgeBaseRefreshFrequency";
6
+ export * from "./KnowledgeBasePatchRequest";
5
7
  export * from "./KnowledgeBaseVersion";
6
8
  export * from "./KnowledgeBaseVersionType";
7
9
  export * from "./KnowledgeBaseVersionStatus";
@@ -11,3 +13,12 @@ export * from "./BaseKnowledgeDocument";
11
13
  export * from "./KnowledgeDocumentContentType";
12
14
  export * from "./KnowledgeDocumentRequest";
13
15
  export * from "./KnowledgeDocumentResponse";
16
+ export * from "./KnowledgeBaseField";
17
+ export * from "./KnowledgeDocumentField";
18
+ export * from "./KnowledgeBaseFilter";
19
+ export * from "./KnowledgeDocumentFilter";
20
+ export * from "./KnowledgeBaseSearchRequest";
21
+ export * from "./KnowledgeBasesResponse";
22
+ export * from "./KnowledgeDocumentSearchRequest";
23
+ export * from "./KnowledgeDocumentSearchResponse";
24
+ export * from "./KnowledgeDocumentsResponse";
@@ -18,6 +18,8 @@ __exportStar(require("./KnowledgeBaseProperties"), exports);
18
18
  __exportStar(require("./KnowledgeBaseRequest"), exports);
19
19
  __exportStar(require("./KnowledgeBaseResponse"), exports);
20
20
  __exportStar(require("./KnowledgeBaseType"), exports);
21
+ __exportStar(require("./KnowledgeBaseRefreshFrequency"), exports);
22
+ __exportStar(require("./KnowledgeBasePatchRequest"), exports);
21
23
  __exportStar(require("./KnowledgeBaseVersion"), exports);
22
24
  __exportStar(require("./KnowledgeBaseVersionType"), exports);
23
25
  __exportStar(require("./KnowledgeBaseVersionStatus"), exports);
@@ -27,3 +29,12 @@ __exportStar(require("./BaseKnowledgeDocument"), exports);
27
29
  __exportStar(require("./KnowledgeDocumentContentType"), exports);
28
30
  __exportStar(require("./KnowledgeDocumentRequest"), exports);
29
31
  __exportStar(require("./KnowledgeDocumentResponse"), exports);
32
+ __exportStar(require("./KnowledgeBaseField"), exports);
33
+ __exportStar(require("./KnowledgeDocumentField"), exports);
34
+ __exportStar(require("./KnowledgeBaseFilter"), exports);
35
+ __exportStar(require("./KnowledgeDocumentFilter"), exports);
36
+ __exportStar(require("./KnowledgeBaseSearchRequest"), exports);
37
+ __exportStar(require("./KnowledgeBasesResponse"), exports);
38
+ __exportStar(require("./KnowledgeDocumentSearchRequest"), exports);
39
+ __exportStar(require("./KnowledgeDocumentSearchResponse"), exports);
40
+ __exportStar(require("./KnowledgeDocumentsResponse"), exports);
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const SegmentBase: core.serialization.ObjectSchema<serializers.SegmentBase.Raw, MavenAGI.SegmentBase>;
8
+ export declare namespace SegmentBase {
9
+ interface Raw {
10
+ name: string;
11
+ precondition: serializers.Precondition.Raw;
12
+ }
13
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SegmentBase = void 0;
40
+ const serializers = __importStar(require("../../../index"));
41
+ const core = __importStar(require("../../../../core"));
42
+ exports.SegmentBase = core.serialization.object({
43
+ name: core.serialization.string(),
44
+ precondition: core.serialization.lazy(() => serializers.Precondition),
45
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const SegmentField: core.serialization.Schema<serializers.SegmentField.Raw, MavenAGI.SegmentField>;
8
+ export declare namespace SegmentField {
9
+ type Raw = "CreatedAt" | "Name";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SegmentField = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.SegmentField = core.serialization.enum_(["CreatedAt", "Name"]);
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { SegmentStatus } from "./SegmentStatus";
8
+ export declare const SegmentPatchRequest: core.serialization.ObjectSchema<serializers.SegmentPatchRequest.Raw, MavenAGI.SegmentPatchRequest>;
9
+ export declare namespace SegmentPatchRequest {
10
+ interface Raw {
11
+ appId?: string | null;
12
+ name?: string | null;
13
+ precondition?: serializers.Precondition.Raw | null;
14
+ status?: SegmentStatus.Raw | null;
15
+ }
16
+ }
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SegmentPatchRequest = void 0;
40
+ const serializers = __importStar(require("../../../index"));
41
+ const core = __importStar(require("../../../../core"));
42
+ const SegmentStatus_1 = require("./SegmentStatus");
43
+ exports.SegmentPatchRequest = core.serialization.object({
44
+ appId: core.serialization.string().optional(),
45
+ name: core.serialization.string().optional(),
46
+ precondition: core.serialization.lazy(() => serializers.Precondition).optional(),
47
+ status: SegmentStatus_1.SegmentStatus.optional(),
48
+ });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { EntityIdBase } from "../../commons/types/EntityIdBase";
8
+ import { SegmentBase } from "./SegmentBase";
9
+ export declare const SegmentRequest: core.serialization.ObjectSchema<serializers.SegmentRequest.Raw, MavenAGI.SegmentRequest>;
10
+ export declare namespace SegmentRequest {
11
+ interface Raw extends SegmentBase.Raw {
12
+ segmentId: EntityIdBase.Raw;
13
+ }
14
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SegmentRequest = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const EntityIdBase_1 = require("../../commons/types/EntityIdBase");
42
+ const SegmentBase_1 = require("./SegmentBase");
43
+ exports.SegmentRequest = core.serialization
44
+ .object({
45
+ segmentId: EntityIdBase_1.EntityIdBase,
46
+ })
47
+ .extend(SegmentBase_1.SegmentBase);
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { EntityId } from "../../commons/types/EntityId";
8
+ import { SegmentStatus } from "./SegmentStatus";
9
+ import { SegmentBase } from "./SegmentBase";
10
+ export declare const SegmentResponse: core.serialization.ObjectSchema<serializers.SegmentResponse.Raw, MavenAGI.SegmentResponse>;
11
+ export declare namespace SegmentResponse {
12
+ interface Raw extends SegmentBase.Raw {
13
+ segmentId: EntityId.Raw;
14
+ status: SegmentStatus.Raw;
15
+ }
16
+ }
@@ -36,12 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.InboxItemFixDeactivateKnowledgeBase = void 0;
39
+ exports.SegmentResponse = void 0;
40
40
  const core = __importStar(require("../../../../core"));
41
- const KnowledgeBaseInformation_1 = require("./KnowledgeBaseInformation");
42
- const InboxItemFixBase_1 = require("./InboxItemFixBase");
43
- exports.InboxItemFixDeactivateKnowledgeBase = core.serialization
41
+ const EntityId_1 = require("../../commons/types/EntityId");
42
+ const SegmentStatus_1 = require("./SegmentStatus");
43
+ const SegmentBase_1 = require("./SegmentBase");
44
+ exports.SegmentResponse = core.serialization
44
45
  .object({
45
- knowledgeBase: KnowledgeBaseInformation_1.KnowledgeBaseInformation,
46
+ segmentId: EntityId_1.EntityId,
47
+ status: SegmentStatus_1.SegmentStatus,
46
48
  })
47
- .extend(InboxItemFixBase_1.InboxItemFixBase);
49
+ .extend(SegmentBase_1.SegmentBase);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const SegmentStatus: core.serialization.Schema<serializers.SegmentStatus.Raw, MavenAGI.SegmentStatus>;
8
+ export declare namespace SegmentStatus {
9
+ type Raw = "ACTIVE" | "INACTIVE";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SegmentStatus = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.SegmentStatus = core.serialization.enum_(["ACTIVE", "INACTIVE"]);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { SegmentField } from "./SegmentField";
8
+ import { BasePaginatedRequest } from "../../commons/types/BasePaginatedRequest";
9
+ export declare const SegmentsSearchRequest: core.serialization.ObjectSchema<serializers.SegmentsSearchRequest.Raw, MavenAGI.SegmentsSearchRequest>;
10
+ export declare namespace SegmentsSearchRequest {
11
+ interface Raw extends BasePaginatedRequest.Raw {
12
+ sort?: SegmentField.Raw | null;
13
+ }
14
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SegmentsSearchRequest = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const SegmentField_1 = require("./SegmentField");
42
+ const BasePaginatedRequest_1 = require("../../commons/types/BasePaginatedRequest");
43
+ exports.SegmentsSearchRequest = core.serialization
44
+ .object({
45
+ sort: SegmentField_1.SegmentField.optional(),
46
+ })
47
+ .extend(BasePaginatedRequest_1.BasePaginatedRequest);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { SegmentResponse } from "./SegmentResponse";
8
+ import { Page } from "../../commons/types/Page";
9
+ export declare const SegmentsSearchResponse: core.serialization.ObjectSchema<serializers.SegmentsSearchResponse.Raw, MavenAGI.SegmentsSearchResponse>;
10
+ export declare namespace SegmentsSearchResponse {
11
+ interface Raw extends Page.Raw {
12
+ segments: SegmentResponse.Raw[];
13
+ }
14
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SegmentsSearchResponse = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const SegmentResponse_1 = require("./SegmentResponse");
42
+ const Page_1 = require("../../commons/types/Page");
43
+ exports.SegmentsSearchResponse = core.serialization
44
+ .object({
45
+ segments: core.serialization.list(SegmentResponse_1.SegmentResponse),
46
+ })
47
+ .extend(Page_1.Page);
@@ -0,0 +1,8 @@
1
+ export * from "./SegmentBase";
2
+ export * from "./SegmentStatus";
3
+ export * from "./SegmentResponse";
4
+ export * from "./SegmentRequest";
5
+ export * from "./SegmentsSearchRequest";
6
+ export * from "./SegmentsSearchResponse";
7
+ export * from "./SegmentPatchRequest";
8
+ export * from "./SegmentField";
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./SegmentBase"), exports);
18
+ __exportStar(require("./SegmentStatus"), exports);
19
+ __exportStar(require("./SegmentResponse"), exports);
20
+ __exportStar(require("./SegmentRequest"), exports);
21
+ __exportStar(require("./SegmentsSearchRequest"), exports);
22
+ __exportStar(require("./SegmentsSearchResponse"), exports);
23
+ __exportStar(require("./SegmentPatchRequest"), exports);
24
+ __exportStar(require("./SegmentField"), exports);
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { AppUserIdentifier } from "../../commons/types/AppUserIdentifier";
8
+ import { AppUserSummary } from "./AppUserSummary";
9
+ export declare const AgentUser: core.serialization.ObjectSchema<serializers.AgentUser.Raw, MavenAGI.AgentUser>;
10
+ export declare namespace AgentUser {
11
+ interface Raw {
12
+ id: string;
13
+ createdAt: string;
14
+ updatedAt: string;
15
+ identifiers: AppUserIdentifier.Raw[];
16
+ defaultName?: string | null;
17
+ users: AppUserSummary.Raw[];
18
+ }
19
+ }