mavenagi 1.0.11 → 1.0.12

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 (437) hide show
  1. package/Client.d.ts +6 -0
  2. package/Client.js +30 -20
  3. package/README.md +7 -40
  4. package/api/resources/actions/client/Client.js +3 -3
  5. package/api/resources/agents/client/Client.d.ts +86 -0
  6. package/api/resources/agents/client/Client.js +320 -0
  7. package/api/resources/agents/client/index.d.ts +1 -0
  8. package/api/resources/agents/client/index.js +2 -0
  9. package/api/resources/agents/index.d.ts +2 -0
  10. package/api/resources/agents/index.js +18 -0
  11. package/api/resources/agents/types/Agent.d.ts +14 -0
  12. package/api/resources/agents/types/Agent.js +5 -0
  13. package/api/resources/agents/types/AgentEnvironment.d.ts +9 -0
  14. package/api/resources/agents/types/AgentEnvironment.js +11 -0
  15. package/api/resources/agents/types/AgentField.d.ts +8 -0
  16. package/api/resources/agents/types/AgentField.js +10 -0
  17. package/api/resources/agents/types/AgentFilter.d.ts +8 -0
  18. package/api/resources/agents/types/AgentFilter.js +5 -0
  19. package/api/resources/agents/types/AgentsSearchRequest.d.ts +8 -0
  20. package/api/resources/agents/types/AgentsSearchRequest.js +5 -0
  21. package/api/resources/agents/types/AgentsSearchResponse.d.ts +7 -0
  22. package/api/resources/agents/types/AgentsSearchResponse.js +5 -0
  23. package/api/resources/agents/types/index.d.ts +6 -0
  24. package/api/resources/agents/types/index.js +22 -0
  25. package/api/resources/analytics/client/Client.js +3 -3
  26. package/api/resources/appSettings/client/Client.js +3 -3
  27. package/api/resources/commons/types/ActionParameter.d.ts +2 -0
  28. package/api/resources/commons/types/ActionParameterType.d.ts +2 -1
  29. package/api/resources/commons/types/ActionParameterType.js +1 -0
  30. package/api/resources/commons/types/EntityType.d.ts +2 -1
  31. package/api/resources/commons/types/EntityType.js +1 -0
  32. package/api/resources/conversation/client/Client.js +13 -13
  33. package/api/resources/events/client/Client.d.ts +53 -0
  34. package/api/resources/events/client/Client.js +157 -0
  35. package/api/resources/events/client/index.d.ts +1 -0
  36. package/api/resources/events/client/index.js +2 -0
  37. package/api/resources/events/index.d.ts +2 -0
  38. package/api/resources/events/index.js +18 -0
  39. package/api/resources/events/types/BrowserInfo.d.ts +10 -0
  40. package/api/resources/events/types/BrowserInfo.js +5 -0
  41. package/api/resources/events/types/BrowserType.d.ts +12 -0
  42. package/api/resources/events/types/BrowserType.js +14 -0
  43. package/api/resources/events/types/ContextInfo.d.ts +6 -0
  44. package/api/resources/events/types/ContextInfo.js +5 -0
  45. package/api/resources/events/types/DeviceInfo.d.ts +10 -0
  46. package/api/resources/events/types/DeviceInfo.js +5 -0
  47. package/api/resources/events/types/DeviceType.d.ts +10 -0
  48. package/api/resources/events/types/DeviceType.js +12 -0
  49. package/api/resources/events/types/EventBaseNoId.d.ts +11 -0
  50. package/api/resources/events/types/EventBaseNoId.js +5 -0
  51. package/api/resources/events/types/EventField.d.ts +7 -0
  52. package/api/resources/events/types/EventField.js +9 -0
  53. package/api/resources/events/types/EventFilter.d.ts +13 -0
  54. package/api/resources/events/types/EventFilter.js +5 -0
  55. package/api/resources/events/types/EventResponse.d.ts +13 -0
  56. package/api/resources/events/types/EventResponse.js +5 -0
  57. package/api/resources/events/types/EventType.d.ts +8 -0
  58. package/api/resources/events/types/EventType.js +10 -0
  59. package/api/resources/events/types/EventsSearchRequest.d.ts +8 -0
  60. package/api/resources/events/types/EventsSearchRequest.js +5 -0
  61. package/api/resources/events/types/EventsSearchResponse.d.ts +8 -0
  62. package/api/resources/events/types/EventsSearchResponse.js +5 -0
  63. package/api/resources/events/types/FeedbackInfo.d.ts +12 -0
  64. package/api/resources/events/types/FeedbackInfo.js +5 -0
  65. package/api/resources/events/types/GeoInfo.d.ts +11 -0
  66. package/api/resources/events/types/GeoInfo.js +5 -0
  67. package/api/resources/events/types/IpInfo.d.ts +6 -0
  68. package/api/resources/events/types/IpInfo.js +5 -0
  69. package/api/resources/events/types/LanguageInfo.d.ts +6 -0
  70. package/api/resources/events/types/LanguageInfo.js +5 -0
  71. package/api/resources/events/types/NovelSystemEventNoId.d.ts +8 -0
  72. package/api/resources/events/types/NovelSystemEventNoId.js +5 -0
  73. package/api/resources/events/types/OsInfo.d.ts +9 -0
  74. package/api/resources/events/types/OsInfo.js +5 -0
  75. package/api/resources/events/types/OsType.d.ts +12 -0
  76. package/api/resources/events/types/OsType.js +14 -0
  77. package/api/resources/events/types/PageInfo.d.ts +10 -0
  78. package/api/resources/events/types/PageInfo.js +5 -0
  79. package/api/resources/events/types/SessionInfo.d.ts +9 -0
  80. package/api/resources/events/types/SessionInfo.js +5 -0
  81. package/api/resources/events/types/SourceInfo.d.ts +12 -0
  82. package/api/resources/events/types/SourceInfo.js +5 -0
  83. package/api/resources/events/types/SourceType.d.ts +9 -0
  84. package/api/resources/events/types/SourceType.js +11 -0
  85. package/api/resources/events/types/SurveyInfo.d.ts +7 -0
  86. package/api/resources/events/types/SurveyInfo.js +5 -0
  87. package/api/resources/events/types/SystemEvent.d.ts +8 -0
  88. package/api/resources/events/types/SystemEvent.js +5 -0
  89. package/api/resources/events/types/SystemEventName.d.ts +18 -0
  90. package/api/resources/events/types/SystemEventName.js +11 -0
  91. package/api/resources/events/types/UserEvent.d.ts +16 -0
  92. package/api/resources/events/types/UserEvent.js +5 -0
  93. package/api/resources/events/types/UserEventName.d.ts +22 -0
  94. package/api/resources/events/types/UserEventName.js +12 -0
  95. package/api/resources/events/types/UserInfo.d.ts +7 -0
  96. package/api/resources/events/types/UserInfo.js +5 -0
  97. package/api/resources/events/types/index.d.ts +29 -0
  98. package/api/resources/events/types/index.js +45 -0
  99. package/api/resources/inbox/client/Client.js +5 -5
  100. package/api/resources/index.d.ts +4 -0
  101. package/api/resources/index.js +5 -1
  102. package/api/resources/knowledge/client/Client.js +7 -7
  103. package/api/resources/organizations/client/Client.js +2 -2
  104. package/api/resources/realtime/client/Client.d.ts +2 -0
  105. package/api/resources/realtime/client/Client.js +3 -0
  106. package/api/resources/realtime/types/AudioFormat.d.ts +8 -0
  107. package/api/resources/realtime/types/AudioFormat.js +10 -0
  108. package/api/resources/realtime/types/ControlEvent.d.ts +4 -1
  109. package/api/resources/realtime/types/MessageBase.d.ts +6 -0
  110. package/api/resources/realtime/types/MessageBase.js +5 -0
  111. package/api/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  112. package/api/resources/realtime/types/index.d.ts +3 -1
  113. package/api/resources/realtime/types/index.js +3 -1
  114. package/api/resources/translations/client/Client.js +1 -1
  115. package/api/resources/triggers/client/Client.js +5 -5
  116. package/api/resources/users/client/Client.js +3 -3
  117. package/dist/Client.d.ts +6 -0
  118. package/dist/Client.js +30 -20
  119. package/dist/api/resources/actions/client/Client.js +3 -3
  120. package/dist/api/resources/agents/client/Client.d.ts +86 -0
  121. package/dist/api/resources/agents/client/Client.js +320 -0
  122. package/dist/api/resources/agents/client/index.d.ts +1 -0
  123. package/dist/api/resources/agents/client/index.js +2 -0
  124. package/dist/api/resources/agents/index.d.ts +2 -0
  125. package/dist/api/resources/agents/index.js +18 -0
  126. package/dist/api/resources/agents/types/Agent.d.ts +14 -0
  127. package/dist/api/resources/agents/types/Agent.js +5 -0
  128. package/dist/api/resources/agents/types/AgentEnvironment.d.ts +9 -0
  129. package/dist/api/resources/agents/types/AgentEnvironment.js +11 -0
  130. package/dist/api/resources/agents/types/AgentField.d.ts +8 -0
  131. package/dist/api/resources/agents/types/AgentField.js +10 -0
  132. package/dist/api/resources/agents/types/AgentFilter.d.ts +8 -0
  133. package/dist/api/resources/agents/types/AgentFilter.js +5 -0
  134. package/dist/api/resources/agents/types/AgentsSearchRequest.d.ts +8 -0
  135. package/dist/api/resources/agents/types/AgentsSearchRequest.js +5 -0
  136. package/dist/api/resources/agents/types/AgentsSearchResponse.d.ts +7 -0
  137. package/dist/api/resources/agents/types/AgentsSearchResponse.js +5 -0
  138. package/dist/api/resources/agents/types/index.d.ts +6 -0
  139. package/dist/api/resources/agents/types/index.js +22 -0
  140. package/dist/api/resources/analytics/client/Client.js +3 -3
  141. package/dist/api/resources/appSettings/client/Client.js +3 -3
  142. package/dist/api/resources/commons/types/ActionParameter.d.ts +2 -0
  143. package/dist/api/resources/commons/types/ActionParameterType.d.ts +2 -1
  144. package/dist/api/resources/commons/types/ActionParameterType.js +1 -0
  145. package/dist/api/resources/commons/types/EntityType.d.ts +2 -1
  146. package/dist/api/resources/commons/types/EntityType.js +1 -0
  147. package/dist/api/resources/conversation/client/Client.js +13 -13
  148. package/dist/api/resources/events/client/Client.d.ts +53 -0
  149. package/dist/api/resources/events/client/Client.js +157 -0
  150. package/dist/api/resources/events/client/index.d.ts +1 -0
  151. package/dist/api/resources/events/client/index.js +2 -0
  152. package/dist/api/resources/events/index.d.ts +2 -0
  153. package/dist/api/resources/events/index.js +18 -0
  154. package/dist/api/resources/events/types/BrowserInfo.d.ts +10 -0
  155. package/dist/api/resources/events/types/BrowserInfo.js +5 -0
  156. package/dist/api/resources/events/types/BrowserType.d.ts +12 -0
  157. package/dist/api/resources/events/types/BrowserType.js +14 -0
  158. package/dist/api/resources/events/types/ContextInfo.d.ts +6 -0
  159. package/dist/api/resources/events/types/ContextInfo.js +5 -0
  160. package/dist/api/resources/events/types/DeviceInfo.d.ts +10 -0
  161. package/dist/api/resources/events/types/DeviceInfo.js +5 -0
  162. package/dist/api/resources/events/types/DeviceType.d.ts +10 -0
  163. package/dist/api/resources/events/types/DeviceType.js +12 -0
  164. package/dist/api/resources/events/types/EventBaseNoId.d.ts +11 -0
  165. package/dist/api/resources/events/types/EventBaseNoId.js +5 -0
  166. package/dist/api/resources/events/types/EventField.d.ts +7 -0
  167. package/dist/api/resources/events/types/EventField.js +9 -0
  168. package/dist/api/resources/events/types/EventFilter.d.ts +13 -0
  169. package/dist/api/resources/events/types/EventFilter.js +5 -0
  170. package/dist/api/resources/events/types/EventResponse.d.ts +13 -0
  171. package/dist/api/resources/events/types/EventResponse.js +5 -0
  172. package/dist/api/resources/events/types/EventType.d.ts +8 -0
  173. package/dist/api/resources/events/types/EventType.js +10 -0
  174. package/dist/api/resources/events/types/EventsSearchRequest.d.ts +8 -0
  175. package/dist/api/resources/events/types/EventsSearchRequest.js +5 -0
  176. package/dist/api/resources/events/types/EventsSearchResponse.d.ts +8 -0
  177. package/dist/api/resources/events/types/EventsSearchResponse.js +5 -0
  178. package/dist/api/resources/events/types/FeedbackInfo.d.ts +12 -0
  179. package/dist/api/resources/events/types/FeedbackInfo.js +5 -0
  180. package/dist/api/resources/events/types/GeoInfo.d.ts +11 -0
  181. package/dist/api/resources/events/types/GeoInfo.js +5 -0
  182. package/dist/api/resources/events/types/IpInfo.d.ts +6 -0
  183. package/dist/api/resources/events/types/IpInfo.js +5 -0
  184. package/dist/api/resources/events/types/LanguageInfo.d.ts +6 -0
  185. package/dist/api/resources/events/types/LanguageInfo.js +5 -0
  186. package/dist/api/resources/events/types/NovelSystemEventNoId.d.ts +8 -0
  187. package/dist/api/resources/events/types/NovelSystemEventNoId.js +5 -0
  188. package/dist/api/resources/events/types/OsInfo.d.ts +9 -0
  189. package/dist/api/resources/events/types/OsInfo.js +5 -0
  190. package/dist/api/resources/events/types/OsType.d.ts +12 -0
  191. package/dist/api/resources/events/types/OsType.js +14 -0
  192. package/dist/api/resources/events/types/PageInfo.d.ts +10 -0
  193. package/dist/api/resources/events/types/PageInfo.js +5 -0
  194. package/dist/api/resources/events/types/SessionInfo.d.ts +9 -0
  195. package/dist/api/resources/events/types/SessionInfo.js +5 -0
  196. package/dist/api/resources/events/types/SourceInfo.d.ts +12 -0
  197. package/dist/api/resources/events/types/SourceInfo.js +5 -0
  198. package/dist/api/resources/events/types/SourceType.d.ts +9 -0
  199. package/dist/api/resources/events/types/SourceType.js +11 -0
  200. package/dist/api/resources/events/types/SurveyInfo.d.ts +7 -0
  201. package/dist/api/resources/events/types/SurveyInfo.js +5 -0
  202. package/dist/api/resources/events/types/SystemEvent.d.ts +8 -0
  203. package/dist/api/resources/events/types/SystemEvent.js +5 -0
  204. package/dist/api/resources/events/types/SystemEventName.d.ts +18 -0
  205. package/dist/api/resources/events/types/SystemEventName.js +11 -0
  206. package/dist/api/resources/events/types/UserEvent.d.ts +16 -0
  207. package/dist/api/resources/events/types/UserEvent.js +5 -0
  208. package/dist/api/resources/events/types/UserEventName.d.ts +22 -0
  209. package/dist/api/resources/events/types/UserEventName.js +12 -0
  210. package/dist/api/resources/events/types/UserInfo.d.ts +7 -0
  211. package/dist/api/resources/events/types/UserInfo.js +5 -0
  212. package/dist/api/resources/events/types/index.d.ts +29 -0
  213. package/dist/api/resources/events/types/index.js +45 -0
  214. package/dist/api/resources/inbox/client/Client.js +5 -5
  215. package/dist/api/resources/index.d.ts +4 -0
  216. package/dist/api/resources/index.js +5 -1
  217. package/dist/api/resources/knowledge/client/Client.js +7 -7
  218. package/dist/api/resources/organizations/client/Client.js +2 -2
  219. package/dist/api/resources/realtime/client/Client.d.ts +2 -0
  220. package/dist/api/resources/realtime/client/Client.js +3 -0
  221. package/dist/api/resources/realtime/types/AudioFormat.d.ts +8 -0
  222. package/dist/api/resources/realtime/types/AudioFormat.js +10 -0
  223. package/dist/api/resources/realtime/types/ControlEvent.d.ts +4 -1
  224. package/dist/api/resources/realtime/types/MessageBase.d.ts +6 -0
  225. package/dist/api/resources/realtime/types/MessageBase.js +5 -0
  226. package/dist/api/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  227. package/dist/api/resources/realtime/types/index.d.ts +3 -1
  228. package/dist/api/resources/realtime/types/index.js +3 -1
  229. package/dist/api/resources/translations/client/Client.js +1 -1
  230. package/dist/api/resources/triggers/client/Client.js +5 -5
  231. package/dist/api/resources/users/client/Client.js +3 -3
  232. package/dist/serialization/resources/agents/client/index.d.ts +1 -0
  233. package/dist/serialization/resources/agents/client/index.js +37 -0
  234. package/dist/serialization/resources/agents/client/list.d.ts +11 -0
  235. package/dist/serialization/resources/agents/client/list.js +42 -0
  236. package/dist/serialization/resources/agents/index.d.ts +2 -0
  237. package/dist/serialization/resources/agents/index.js +18 -0
  238. package/dist/serialization/resources/agents/types/Agent.d.ts +17 -0
  239. package/dist/serialization/resources/agents/types/Agent.js +48 -0
  240. package/dist/serialization/resources/agents/types/AgentEnvironment.d.ts +10 -0
  241. package/dist/serialization/resources/agents/types/AgentEnvironment.js +41 -0
  242. package/dist/serialization/resources/agents/types/AgentField.d.ts +10 -0
  243. package/dist/serialization/resources/agents/types/AgentField.js +41 -0
  244. package/dist/serialization/resources/agents/types/AgentFilter.d.ts +13 -0
  245. package/dist/serialization/resources/agents/types/AgentFilter.js +44 -0
  246. package/dist/serialization/resources/agents/types/AgentsSearchRequest.d.ts +16 -0
  247. package/dist/serialization/resources/agents/types/AgentsSearchRequest.js +49 -0
  248. package/dist/serialization/resources/agents/types/AgentsSearchResponse.d.ts +14 -0
  249. package/dist/serialization/resources/agents/types/AgentsSearchResponse.js +47 -0
  250. package/dist/serialization/resources/agents/types/index.d.ts +6 -0
  251. package/dist/serialization/resources/agents/types/index.js +22 -0
  252. package/dist/serialization/resources/commons/types/ActionParameter.d.ts +1 -0
  253. package/dist/serialization/resources/commons/types/ActionParameter.js +1 -0
  254. package/dist/serialization/resources/commons/types/ActionParameterType.d.ts +1 -1
  255. package/dist/serialization/resources/commons/types/ActionParameterType.js +1 -1
  256. package/dist/serialization/resources/commons/types/EntityType.d.ts +1 -1
  257. package/dist/serialization/resources/commons/types/EntityType.js +1 -0
  258. package/dist/serialization/resources/events/index.d.ts +1 -0
  259. package/dist/serialization/resources/events/index.js +17 -0
  260. package/dist/serialization/resources/events/types/BrowserInfo.d.ts +16 -0
  261. package/dist/serialization/resources/events/types/BrowserInfo.js +47 -0
  262. package/dist/serialization/resources/events/types/BrowserType.d.ts +10 -0
  263. package/dist/serialization/resources/events/types/BrowserType.js +41 -0
  264. package/dist/serialization/resources/events/types/ContextInfo.d.ts +12 -0
  265. package/dist/serialization/resources/events/types/ContextInfo.js +43 -0
  266. package/dist/serialization/resources/events/types/DeviceInfo.d.ts +17 -0
  267. package/dist/serialization/resources/events/types/DeviceInfo.js +48 -0
  268. package/dist/serialization/resources/events/types/DeviceType.d.ts +10 -0
  269. package/dist/serialization/resources/events/types/DeviceType.js +41 -0
  270. package/dist/serialization/resources/events/types/EventBaseNoId.d.ts +20 -0
  271. package/dist/serialization/resources/events/types/EventBaseNoId.js +51 -0
  272. package/dist/serialization/resources/events/types/EventField.d.ts +10 -0
  273. package/dist/serialization/resources/events/types/EventField.js +41 -0
  274. package/dist/serialization/resources/events/types/EventFilter.d.ts +22 -0
  275. package/dist/serialization/resources/events/types/EventFilter.js +53 -0
  276. package/dist/serialization/resources/events/types/EventResponse.d.ts +18 -0
  277. package/dist/serialization/resources/events/types/EventResponse.js +51 -0
  278. package/dist/serialization/resources/events/types/EventType.d.ts +10 -0
  279. package/dist/serialization/resources/events/types/EventType.js +41 -0
  280. package/dist/serialization/resources/events/types/EventsSearchRequest.d.ts +16 -0
  281. package/dist/serialization/resources/events/types/EventsSearchRequest.js +49 -0
  282. package/dist/serialization/resources/events/types/EventsSearchResponse.d.ts +14 -0
  283. package/dist/serialization/resources/events/types/EventsSearchResponse.js +47 -0
  284. package/dist/serialization/resources/events/types/FeedbackInfo.d.ts +15 -0
  285. package/dist/serialization/resources/events/types/FeedbackInfo.js +46 -0
  286. package/dist/serialization/resources/events/types/GeoInfo.d.ts +17 -0
  287. package/dist/serialization/resources/events/types/GeoInfo.js +48 -0
  288. package/dist/serialization/resources/events/types/IpInfo.d.ts +12 -0
  289. package/dist/serialization/resources/events/types/IpInfo.js +43 -0
  290. package/dist/serialization/resources/events/types/LanguageInfo.d.ts +12 -0
  291. package/dist/serialization/resources/events/types/LanguageInfo.js +43 -0
  292. package/dist/serialization/resources/events/types/NovelSystemEventNoId.d.ts +14 -0
  293. package/dist/serialization/resources/events/types/NovelSystemEventNoId.js +47 -0
  294. package/dist/serialization/resources/events/types/OsInfo.d.ts +15 -0
  295. package/dist/serialization/resources/events/types/OsInfo.js +46 -0
  296. package/dist/serialization/resources/events/types/OsType.d.ts +10 -0
  297. package/dist/serialization/resources/events/types/OsType.js +48 -0
  298. package/dist/serialization/resources/events/types/PageInfo.d.ts +16 -0
  299. package/dist/serialization/resources/events/types/PageInfo.js +47 -0
  300. package/dist/serialization/resources/events/types/SessionInfo.d.ts +15 -0
  301. package/dist/serialization/resources/events/types/SessionInfo.js +46 -0
  302. package/dist/serialization/resources/events/types/SourceInfo.d.ts +23 -0
  303. package/dist/serialization/resources/events/types/SourceInfo.js +54 -0
  304. package/dist/serialization/resources/events/types/SourceType.d.ts +10 -0
  305. package/dist/serialization/resources/events/types/SourceType.js +41 -0
  306. package/dist/serialization/resources/events/types/SurveyInfo.d.ts +13 -0
  307. package/dist/serialization/resources/events/types/SurveyInfo.js +44 -0
  308. package/dist/serialization/resources/events/types/SystemEvent.d.ts +14 -0
  309. package/dist/serialization/resources/events/types/SystemEvent.js +47 -0
  310. package/dist/serialization/resources/events/types/SystemEventName.d.ts +10 -0
  311. package/dist/serialization/resources/events/types/SystemEventName.js +41 -0
  312. package/dist/serialization/resources/events/types/UserEvent.d.ts +22 -0
  313. package/dist/serialization/resources/events/types/UserEvent.js +55 -0
  314. package/dist/serialization/resources/events/types/UserEventName.d.ts +10 -0
  315. package/dist/serialization/resources/events/types/UserEventName.js +41 -0
  316. package/dist/serialization/resources/events/types/UserInfo.d.ts +13 -0
  317. package/dist/serialization/resources/events/types/UserInfo.js +44 -0
  318. package/dist/serialization/resources/events/types/index.d.ts +29 -0
  319. package/dist/serialization/resources/events/types/index.js +45 -0
  320. package/dist/serialization/resources/index.d.ts +4 -0
  321. package/dist/serialization/resources/index.js +5 -1
  322. package/dist/serialization/resources/realtime/types/AudioFormat.d.ts +10 -0
  323. package/dist/serialization/resources/realtime/types/AudioFormat.js +41 -0
  324. package/dist/serialization/resources/realtime/types/ControlEvent.d.ts +4 -1
  325. package/dist/serialization/resources/realtime/types/ControlEvent.js +7 -2
  326. package/dist/serialization/resources/realtime/types/MessageBase.d.ts +12 -0
  327. package/dist/serialization/resources/realtime/types/MessageBase.js +43 -0
  328. package/dist/serialization/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  329. package/dist/serialization/resources/realtime/types/SubscribeEvent.js +1 -0
  330. package/dist/serialization/resources/realtime/types/index.d.ts +3 -1
  331. package/dist/serialization/resources/realtime/types/index.js +3 -1
  332. package/dist/version.d.ts +1 -1
  333. package/dist/version.js +1 -1
  334. package/package.json +1 -1
  335. package/reference.md +267 -0
  336. package/serialization/resources/agents/client/index.d.ts +1 -0
  337. package/serialization/resources/agents/client/index.js +37 -0
  338. package/serialization/resources/agents/client/list.d.ts +11 -0
  339. package/serialization/resources/agents/client/list.js +42 -0
  340. package/serialization/resources/agents/index.d.ts +2 -0
  341. package/serialization/resources/agents/index.js +18 -0
  342. package/serialization/resources/agents/types/Agent.d.ts +17 -0
  343. package/serialization/resources/agents/types/Agent.js +48 -0
  344. package/serialization/resources/agents/types/AgentEnvironment.d.ts +10 -0
  345. package/serialization/resources/agents/types/AgentEnvironment.js +41 -0
  346. package/serialization/resources/agents/types/AgentField.d.ts +10 -0
  347. package/serialization/resources/agents/types/AgentField.js +41 -0
  348. package/serialization/resources/agents/types/AgentFilter.d.ts +13 -0
  349. package/serialization/resources/agents/types/AgentFilter.js +44 -0
  350. package/serialization/resources/agents/types/AgentsSearchRequest.d.ts +16 -0
  351. package/serialization/resources/agents/types/AgentsSearchRequest.js +49 -0
  352. package/serialization/resources/agents/types/AgentsSearchResponse.d.ts +14 -0
  353. package/serialization/resources/agents/types/AgentsSearchResponse.js +47 -0
  354. package/serialization/resources/agents/types/index.d.ts +6 -0
  355. package/serialization/resources/agents/types/index.js +22 -0
  356. package/serialization/resources/commons/types/ActionParameter.d.ts +1 -0
  357. package/serialization/resources/commons/types/ActionParameter.js +1 -0
  358. package/serialization/resources/commons/types/ActionParameterType.d.ts +1 -1
  359. package/serialization/resources/commons/types/ActionParameterType.js +1 -1
  360. package/serialization/resources/commons/types/EntityType.d.ts +1 -1
  361. package/serialization/resources/commons/types/EntityType.js +1 -0
  362. package/serialization/resources/events/index.d.ts +1 -0
  363. package/serialization/resources/events/index.js +17 -0
  364. package/serialization/resources/events/types/BrowserInfo.d.ts +16 -0
  365. package/serialization/resources/events/types/BrowserInfo.js +47 -0
  366. package/serialization/resources/events/types/BrowserType.d.ts +10 -0
  367. package/serialization/resources/events/types/BrowserType.js +41 -0
  368. package/serialization/resources/events/types/ContextInfo.d.ts +12 -0
  369. package/serialization/resources/events/types/ContextInfo.js +43 -0
  370. package/serialization/resources/events/types/DeviceInfo.d.ts +17 -0
  371. package/serialization/resources/events/types/DeviceInfo.js +48 -0
  372. package/serialization/resources/events/types/DeviceType.d.ts +10 -0
  373. package/serialization/resources/events/types/DeviceType.js +41 -0
  374. package/serialization/resources/events/types/EventBaseNoId.d.ts +20 -0
  375. package/serialization/resources/events/types/EventBaseNoId.js +51 -0
  376. package/serialization/resources/events/types/EventField.d.ts +10 -0
  377. package/serialization/resources/events/types/EventField.js +41 -0
  378. package/serialization/resources/events/types/EventFilter.d.ts +22 -0
  379. package/serialization/resources/events/types/EventFilter.js +53 -0
  380. package/serialization/resources/events/types/EventResponse.d.ts +18 -0
  381. package/serialization/resources/events/types/EventResponse.js +51 -0
  382. package/serialization/resources/events/types/EventType.d.ts +10 -0
  383. package/serialization/resources/events/types/EventType.js +41 -0
  384. package/serialization/resources/events/types/EventsSearchRequest.d.ts +16 -0
  385. package/serialization/resources/events/types/EventsSearchRequest.js +49 -0
  386. package/serialization/resources/events/types/EventsSearchResponse.d.ts +14 -0
  387. package/serialization/resources/events/types/EventsSearchResponse.js +47 -0
  388. package/serialization/resources/events/types/FeedbackInfo.d.ts +15 -0
  389. package/serialization/resources/events/types/FeedbackInfo.js +46 -0
  390. package/serialization/resources/events/types/GeoInfo.d.ts +17 -0
  391. package/serialization/resources/events/types/GeoInfo.js +48 -0
  392. package/serialization/resources/events/types/IpInfo.d.ts +12 -0
  393. package/serialization/resources/events/types/IpInfo.js +43 -0
  394. package/serialization/resources/events/types/LanguageInfo.d.ts +12 -0
  395. package/serialization/resources/events/types/LanguageInfo.js +43 -0
  396. package/serialization/resources/events/types/NovelSystemEventNoId.d.ts +14 -0
  397. package/serialization/resources/events/types/NovelSystemEventNoId.js +47 -0
  398. package/serialization/resources/events/types/OsInfo.d.ts +15 -0
  399. package/serialization/resources/events/types/OsInfo.js +46 -0
  400. package/serialization/resources/events/types/OsType.d.ts +10 -0
  401. package/serialization/resources/events/types/OsType.js +48 -0
  402. package/serialization/resources/events/types/PageInfo.d.ts +16 -0
  403. package/serialization/resources/events/types/PageInfo.js +47 -0
  404. package/serialization/resources/events/types/SessionInfo.d.ts +15 -0
  405. package/serialization/resources/events/types/SessionInfo.js +46 -0
  406. package/serialization/resources/events/types/SourceInfo.d.ts +23 -0
  407. package/serialization/resources/events/types/SourceInfo.js +54 -0
  408. package/serialization/resources/events/types/SourceType.d.ts +10 -0
  409. package/serialization/resources/events/types/SourceType.js +41 -0
  410. package/serialization/resources/events/types/SurveyInfo.d.ts +13 -0
  411. package/serialization/resources/events/types/SurveyInfo.js +44 -0
  412. package/serialization/resources/events/types/SystemEvent.d.ts +14 -0
  413. package/serialization/resources/events/types/SystemEvent.js +47 -0
  414. package/serialization/resources/events/types/SystemEventName.d.ts +10 -0
  415. package/serialization/resources/events/types/SystemEventName.js +41 -0
  416. package/serialization/resources/events/types/UserEvent.d.ts +22 -0
  417. package/serialization/resources/events/types/UserEvent.js +55 -0
  418. package/serialization/resources/events/types/UserEventName.d.ts +10 -0
  419. package/serialization/resources/events/types/UserEventName.js +41 -0
  420. package/serialization/resources/events/types/UserInfo.d.ts +13 -0
  421. package/serialization/resources/events/types/UserInfo.js +44 -0
  422. package/serialization/resources/events/types/index.d.ts +29 -0
  423. package/serialization/resources/events/types/index.js +45 -0
  424. package/serialization/resources/index.d.ts +4 -0
  425. package/serialization/resources/index.js +5 -1
  426. package/serialization/resources/realtime/types/AudioFormat.d.ts +10 -0
  427. package/serialization/resources/realtime/types/AudioFormat.js +41 -0
  428. package/serialization/resources/realtime/types/ControlEvent.d.ts +4 -1
  429. package/serialization/resources/realtime/types/ControlEvent.js +7 -2
  430. package/serialization/resources/realtime/types/MessageBase.d.ts +12 -0
  431. package/serialization/resources/realtime/types/MessageBase.js +43 -0
  432. package/serialization/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  433. package/serialization/resources/realtime/types/SubscribeEvent.js +1 -0
  434. package/serialization/resources/realtime/types/index.d.ts +3 -1
  435. package/serialization/resources/realtime/types/index.js +3 -1
  436. package/version.d.ts +1 -1
  437. package/version.js +1 -1
@@ -110,7 +110,7 @@ class Organizations {
110
110
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
111
111
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/organizations/tables/conversations"),
112
112
  method: "POST",
113
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
114
114
  contentType: "application/json",
115
115
  requestType: "json",
116
116
  body: serializers.ConversationTableRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -238,7 +238,7 @@ class Organizations {
238
238
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
239
239
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/organizations/charts/conversations"),
240
240
  method: "POST",
241
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
241
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
242
242
  contentType: "application/json",
243
243
  requestType: "json",
244
244
  body: serializers.ConversationChartRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import * as environments from "../../../../environments";
5
5
  import * as core from "../../../../core";
6
+ import * as MavenAGI from "../../../index";
6
7
  import { RealtimeSocket } from "./Socket";
7
8
  export declare namespace Realtime {
8
9
  interface Options {
@@ -20,6 +21,7 @@ export declare namespace Realtime {
20
21
  interface ConnectArgs {
21
22
  convId?: string;
22
23
  userId?: string;
24
+ audioFormat?: MavenAGI.AudioFormat | undefined;
23
25
  /** Enable debug mode on the websocket. Defaults to false. */
24
26
  debug?: boolean;
25
27
  /** Number of reconnect attempts. Defaults to 30. */
@@ -64,6 +64,9 @@ class Realtime {
64
64
  if (args.userId != null) {
65
65
  queryParams["userId"] = args.userId;
66
66
  }
67
+ if (args.audioFormat != null) {
68
+ queryParams["audioFormat"] = args.audioFormat;
69
+ }
67
70
  let headers = {};
68
71
  const socket = new core.ReconnectingWebSocket(`${(_b = (_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MavenAGIEnvironment.Production}/v1/realtime?${qs.stringify(queryParams, { arrayFormat: "repeat" })}`, [], { debug: (_c = args.debug) !== null && _c !== void 0 ? _c : false, maxRetries: (_d = args.reconnectAttempts) !== null && _d !== void 0 ? _d : 30 }, headers);
69
72
  return new Socket_1.RealtimeSocket({ socket });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type AudioFormat = "PCM16" | "G711_ULAW";
5
+ export declare const AudioFormat: {
6
+ readonly Pcm16: "PCM16";
7
+ readonly G711Ulaw: "G711_ULAW";
8
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.AudioFormat = void 0;
7
+ exports.AudioFormat = {
8
+ Pcm16: "PCM16",
9
+ G711Ulaw: "G711_ULAW",
10
+ };
@@ -1,6 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface ControlEvent {
4
+ import * as MavenAGI from "../../../index";
5
+ export interface ControlEvent extends MavenAGI.MessageBase {
5
6
  reason?: string;
7
+ /** not used. */
8
+ unused?: MavenAGI.AudioFormat;
6
9
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface MessageBase {
5
+ seqId?: number;
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -5,7 +5,7 @@ import * as MavenAGI from "../../../index";
5
5
  /**
6
6
  * The response from the server sent through the WebSocket.
7
7
  */
8
- export type SubscribeEvent = MavenAGI.SubscribeEvent.Audio | MavenAGI.SubscribeEvent.ControlSessionStart | MavenAGI.SubscribeEvent.ControlSessionStop | MavenAGI.SubscribeEvent.ControlAudioDone;
8
+ export type SubscribeEvent = MavenAGI.SubscribeEvent.Audio | MavenAGI.SubscribeEvent.ControlSessionStart | MavenAGI.SubscribeEvent.ControlSessionStop | MavenAGI.SubscribeEvent.ControlAudioDone | MavenAGI.SubscribeEvent.ControlSessionUpdated;
9
9
  export declare namespace SubscribeEvent {
10
10
  interface Audio extends MavenAGI.AudioSubscribeEvent {
11
11
  messageType: "audio";
@@ -19,4 +19,7 @@ export declare namespace SubscribeEvent {
19
19
  interface ControlAudioDone extends MavenAGI.ControlEvent {
20
20
  messageType: "controlAudioDone";
21
21
  }
22
+ interface ControlSessionUpdated extends MavenAGI.ControlEvent {
23
+ messageType: "controlSessionUpdated";
24
+ }
22
25
  }
@@ -1,5 +1,7 @@
1
- export * from "./ControlEvent";
1
+ export * from "./AudioFormat";
2
+ export * from "./MessageBase";
2
3
  export * from "./PublishEvent";
4
+ export * from "./ControlEvent";
3
5
  export * from "./HangUpPublishEvent";
4
6
  export * from "./AudioPublishEvent";
5
7
  export * from "./SubscribeEvent";
@@ -14,8 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ControlEvent"), exports);
17
+ __exportStar(require("./AudioFormat"), exports);
18
+ __exportStar(require("./MessageBase"), exports);
18
19
  __exportStar(require("./PublishEvent"), exports);
20
+ __exportStar(require("./ControlEvent"), exports);
19
21
  __exportStar(require("./HangUpPublishEvent"), exports);
20
22
  __exportStar(require("./AudioPublishEvent"), exports);
21
23
  __exportStar(require("./SubscribeEvent"), exports);
@@ -81,7 +81,7 @@ class Translations {
81
81
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
82
82
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/translations/translate"),
83
83
  method: "POST",
84
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  body: serializers.TranslationRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -76,7 +76,7 @@ class Triggers {
76
76
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
77
77
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/triggers"),
78
78
  method: "POST",
79
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
79
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
80
  contentType: "application/json",
81
81
  requestType: "json",
82
82
  body: serializers.EventTriggersSearchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -162,7 +162,7 @@ class Triggers {
162
162
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
163
163
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/triggers"),
164
164
  method: "PUT",
165
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
165
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
166
166
  contentType: "application/json",
167
167
  requestType: "json",
168
168
  body: serializers.EventTriggerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -242,7 +242,7 @@ class Triggers {
242
242
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
243
243
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/triggers/${encodeURIComponent(triggerReferenceId)}`),
244
244
  method: "GET",
245
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
245
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
246
246
  contentType: "application/json",
247
247
  requestType: "json",
248
248
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -321,7 +321,7 @@ class Triggers {
321
321
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
322
322
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/triggers/${encodeURIComponent(triggerReferenceId)}`),
323
323
  method: "DELETE",
324
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
324
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
325
325
  contentType: "application/json",
326
326
  requestType: "json",
327
327
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -403,7 +403,7 @@ class Triggers {
403
403
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
404
404
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/triggers/${encodeURIComponent(triggerReferenceId)}`),
405
405
  method: "PATCH",
406
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
406
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
407
407
  contentType: "application/json",
408
408
  queryParameters: _queryParams,
409
409
  requestType: "json",
@@ -92,7 +92,7 @@ class Users {
92
92
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
93
93
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/users"),
94
94
  method: "PUT",
95
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
95
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
96
96
  contentType: "application/json",
97
97
  requestType: "json",
98
98
  body: serializers.AppUserRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -178,7 +178,7 @@ class Users {
178
178
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
179
179
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/users/${encodeURIComponent(userId)}`),
180
180
  method: "GET",
181
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
181
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
182
182
  contentType: "application/json",
183
183
  queryParameters: _queryParams,
184
184
  requestType: "json",
@@ -269,7 +269,7 @@ class Users {
269
269
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
270
270
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/users/${encodeURIComponent(userId)}`),
271
271
  method: "DELETE",
272
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
272
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
273
273
  contentType: "application/json",
274
274
  queryParameters: _queryParams,
275
275
  requestType: "json",
package/dist/Client.d.ts CHANGED
@@ -4,9 +4,11 @@
4
4
  import * as environments from "./environments";
5
5
  import * as core from "./core";
6
6
  import { Actions } from "./api/resources/actions/client/Client";
7
+ import { Agents } from "./api/resources/agents/client/Client";
7
8
  import { Analytics } from "./api/resources/analytics/client/Client";
8
9
  import { AppSettings } from "./api/resources/appSettings/client/Client";
9
10
  import { Conversation } from "./api/resources/conversation/client/Client";
11
+ import { Events } from "./api/resources/events/client/Client";
10
12
  import { Inbox } from "./api/resources/inbox/client/Client";
11
13
  import { Knowledge } from "./api/resources/knowledge/client/Client";
12
14
  import { Organizations } from "./api/resources/organizations/client/Client";
@@ -45,9 +47,11 @@ export declare namespace MavenAGIClient {
45
47
  export declare class MavenAGIClient {
46
48
  protected readonly _options: MavenAGIClient.Options;
47
49
  protected _actions: Actions | undefined;
50
+ protected _agents: Agents | undefined;
48
51
  protected _analytics: Analytics | undefined;
49
52
  protected _appSettings: AppSettings | undefined;
50
53
  protected _conversation: Conversation | undefined;
54
+ protected _events: Events | undefined;
51
55
  protected _inbox: Inbox | undefined;
52
56
  protected _knowledge: Knowledge | undefined;
53
57
  protected _organizations: Organizations | undefined;
@@ -57,9 +61,11 @@ export declare class MavenAGIClient {
57
61
  protected _users: Users | undefined;
58
62
  constructor(_options: MavenAGIClient.Options);
59
63
  get actions(): Actions;
64
+ get agents(): Agents;
60
65
  get analytics(): Analytics;
61
66
  get appSettings(): AppSettings;
62
67
  get conversation(): Conversation;
68
+ get events(): Events;
63
69
  get inbox(): Inbox;
64
70
  get knowledge(): Knowledge;
65
71
  get organizations(): Organizations;
package/dist/Client.js CHANGED
@@ -5,16 +5,18 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.MavenAGIClient = void 0;
7
7
  const Client_1 = require("./api/resources/actions/client/Client");
8
- const Client_2 = require("./api/resources/analytics/client/Client");
9
- const Client_3 = require("./api/resources/appSettings/client/Client");
10
- const Client_4 = require("./api/resources/conversation/client/Client");
11
- const Client_5 = require("./api/resources/inbox/client/Client");
12
- const Client_6 = require("./api/resources/knowledge/client/Client");
13
- const Client_7 = require("./api/resources/organizations/client/Client");
14
- const Client_8 = require("./api/resources/realtime/client/Client");
15
- const Client_9 = require("./api/resources/translations/client/Client");
16
- const Client_10 = require("./api/resources/triggers/client/Client");
17
- const Client_11 = require("./api/resources/users/client/Client");
8
+ const Client_2 = require("./api/resources/agents/client/Client");
9
+ const Client_3 = require("./api/resources/analytics/client/Client");
10
+ const Client_4 = require("./api/resources/appSettings/client/Client");
11
+ const Client_5 = require("./api/resources/conversation/client/Client");
12
+ const Client_6 = require("./api/resources/events/client/Client");
13
+ const Client_7 = require("./api/resources/inbox/client/Client");
14
+ const Client_8 = require("./api/resources/knowledge/client/Client");
15
+ const Client_9 = require("./api/resources/organizations/client/Client");
16
+ const Client_10 = require("./api/resources/realtime/client/Client");
17
+ const Client_11 = require("./api/resources/translations/client/Client");
18
+ const Client_12 = require("./api/resources/triggers/client/Client");
19
+ const Client_13 = require("./api/resources/users/client/Client");
18
20
  class MavenAGIClient {
19
21
  constructor(_options) {
20
22
  this._options = _options;
@@ -23,45 +25,53 @@ class MavenAGIClient {
23
25
  var _a;
24
26
  return ((_a = this._actions) !== null && _a !== void 0 ? _a : (this._actions = new Client_1.Actions(this._options)));
25
27
  }
28
+ get agents() {
29
+ var _a;
30
+ return ((_a = this._agents) !== null && _a !== void 0 ? _a : (this._agents = new Client_2.Agents(this._options)));
31
+ }
26
32
  get analytics() {
27
33
  var _a;
28
- return ((_a = this._analytics) !== null && _a !== void 0 ? _a : (this._analytics = new Client_2.Analytics(this._options)));
34
+ return ((_a = this._analytics) !== null && _a !== void 0 ? _a : (this._analytics = new Client_3.Analytics(this._options)));
29
35
  }
30
36
  get appSettings() {
31
37
  var _a;
32
- return ((_a = this._appSettings) !== null && _a !== void 0 ? _a : (this._appSettings = new Client_3.AppSettings(this._options)));
38
+ return ((_a = this._appSettings) !== null && _a !== void 0 ? _a : (this._appSettings = new Client_4.AppSettings(this._options)));
33
39
  }
34
40
  get conversation() {
35
41
  var _a;
36
- return ((_a = this._conversation) !== null && _a !== void 0 ? _a : (this._conversation = new Client_4.Conversation(this._options)));
42
+ return ((_a = this._conversation) !== null && _a !== void 0 ? _a : (this._conversation = new Client_5.Conversation(this._options)));
43
+ }
44
+ get events() {
45
+ var _a;
46
+ return ((_a = this._events) !== null && _a !== void 0 ? _a : (this._events = new Client_6.Events(this._options)));
37
47
  }
38
48
  get inbox() {
39
49
  var _a;
40
- return ((_a = this._inbox) !== null && _a !== void 0 ? _a : (this._inbox = new Client_5.Inbox(this._options)));
50
+ return ((_a = this._inbox) !== null && _a !== void 0 ? _a : (this._inbox = new Client_7.Inbox(this._options)));
41
51
  }
42
52
  get knowledge() {
43
53
  var _a;
44
- return ((_a = this._knowledge) !== null && _a !== void 0 ? _a : (this._knowledge = new Client_6.Knowledge(this._options)));
54
+ return ((_a = this._knowledge) !== null && _a !== void 0 ? _a : (this._knowledge = new Client_8.Knowledge(this._options)));
45
55
  }
46
56
  get organizations() {
47
57
  var _a;
48
- return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_7.Organizations(this._options)));
58
+ return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_9.Organizations(this._options)));
49
59
  }
50
60
  get realtime() {
51
61
  var _a;
52
- return ((_a = this._realtime) !== null && _a !== void 0 ? _a : (this._realtime = new Client_8.Realtime(this._options)));
62
+ return ((_a = this._realtime) !== null && _a !== void 0 ? _a : (this._realtime = new Client_10.Realtime(this._options)));
53
63
  }
54
64
  get translations() {
55
65
  var _a;
56
- return ((_a = this._translations) !== null && _a !== void 0 ? _a : (this._translations = new Client_9.Translations(this._options)));
66
+ return ((_a = this._translations) !== null && _a !== void 0 ? _a : (this._translations = new Client_11.Translations(this._options)));
57
67
  }
58
68
  get triggers() {
59
69
  var _a;
60
- return ((_a = this._triggers) !== null && _a !== void 0 ? _a : (this._triggers = new Client_10.Triggers(this._options)));
70
+ return ((_a = this._triggers) !== null && _a !== void 0 ? _a : (this._triggers = new Client_12.Triggers(this._options)));
61
71
  }
62
72
  get users() {
63
73
  var _a;
64
- return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Client_11.Users(this._options)));
74
+ return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Client_13.Users(this._options)));
65
75
  }
66
76
  }
67
77
  exports.MavenAGIClient = MavenAGIClient;
@@ -98,7 +98,7 @@ class Actions {
98
98
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
99
99
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, "/v1/actions"),
100
100
  method: "PUT",
101
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
102
102
  contentType: "application/json",
103
103
  requestType: "json",
104
104
  body: serializers.ActionRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -178,7 +178,7 @@ class Actions {
178
178
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
179
179
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/actions/${encodeURIComponent(actionReferenceId)}`),
180
180
  method: "GET",
181
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
181
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
182
182
  contentType: "application/json",
183
183
  requestType: "json",
184
184
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -257,7 +257,7 @@ class Actions {
257
257
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
258
258
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MavenAGIEnvironment.Production, `/v1/actions/${encodeURIComponent(actionReferenceId)}`),
259
259
  method: "DELETE",
260
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.11", "User-Agent": "mavenagi/1.0.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
260
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Organization-Id": yield core.Supplier.get(this._options.organizationId), "X-Agent-Id": yield core.Supplier.get(this._options.agentId), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "mavenagi", "X-Fern-SDK-Version": "1.0.12", "User-Agent": "mavenagi/1.0.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
261
261
  contentType: "application/json",
262
262
  requestType: "json",
263
263
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -0,0 +1,86 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../environments";
5
+ import * as core from "../../../../core";
6
+ import * as MavenAGI from "../../../index";
7
+ export declare namespace Agents {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.MavenAGIEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
12
+ appId?: core.Supplier<string | undefined>;
13
+ appSecret?: core.Supplier<string | undefined>;
14
+ /** Override the X-Organization-Id header */
15
+ organizationId: core.Supplier<string>;
16
+ /** Override the X-Agent-Id header */
17
+ agentId: core.Supplier<string>;
18
+ fetcher?: core.FetchFunction;
19
+ }
20
+ interface RequestOptions {
21
+ /** The maximum time to wait for a response in seconds. */
22
+ timeoutInSeconds?: number;
23
+ /** The number of times to retry the request. Defaults to 2. */
24
+ maxRetries?: number;
25
+ /** A hook to abort the request. */
26
+ abortSignal?: AbortSignal;
27
+ /** Override the X-Organization-Id header */
28
+ organizationId?: string;
29
+ /** Override the X-Agent-Id header */
30
+ agentId?: string;
31
+ /** Additional headers to include in the request. */
32
+ headers?: Record<string, string>;
33
+ }
34
+ }
35
+ export declare class Agents {
36
+ protected readonly _options: Agents.Options;
37
+ constructor(_options: Agents.Options);
38
+ /**
39
+ * Search for agents across all organizations.
40
+ *
41
+ * <Tip>
42
+ * This endpoint requires additional permissions. Contact support to request access.
43
+ * </Tip>
44
+ *
45
+ * @param {MavenAGI.AgentsSearchRequest} request
46
+ * @param {Agents.RequestOptions} requestOptions - Request-specific configuration.
47
+ *
48
+ * @throws {@link MavenAGI.NotFoundError}
49
+ * @throws {@link MavenAGI.BadRequestError}
50
+ * @throws {@link MavenAGI.ServerError}
51
+ *
52
+ * @example
53
+ * await client.agents.search({})
54
+ */
55
+ search(request: MavenAGI.AgentsSearchRequest, requestOptions?: Agents.RequestOptions): Promise<MavenAGI.AgentsSearchResponse>;
56
+ /**
57
+ * Lists all agents for an organization
58
+ *
59
+ * @param {string} organizationReferenceId - The ID of the organization.
60
+ * @param {Agents.RequestOptions} requestOptions - Request-specific configuration.
61
+ *
62
+ * @throws {@link MavenAGI.NotFoundError}
63
+ * @throws {@link MavenAGI.BadRequestError}
64
+ * @throws {@link MavenAGI.ServerError}
65
+ *
66
+ * @example
67
+ * await client.agents.list("organizationReferenceId")
68
+ */
69
+ list(organizationReferenceId: string, requestOptions?: Agents.RequestOptions): Promise<MavenAGI.Agent[]>;
70
+ /**
71
+ * Get an agent
72
+ *
73
+ * @param {string} organizationReferenceId - The ID of the organization.
74
+ * @param {string} agentReferenceId - The ID of the agent.
75
+ * @param {Agents.RequestOptions} requestOptions - Request-specific configuration.
76
+ *
77
+ * @throws {@link MavenAGI.NotFoundError}
78
+ * @throws {@link MavenAGI.BadRequestError}
79
+ * @throws {@link MavenAGI.ServerError}
80
+ *
81
+ * @example
82
+ * await client.agents.get("organizationReferenceId", "agentReferenceId")
83
+ */
84
+ get(organizationReferenceId: string, agentReferenceId: string, requestOptions?: Agents.RequestOptions): Promise<MavenAGI.Agent>;
85
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
86
+ }