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
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface FeedbackInfo {
6
+ /** The rating of the feedback as a ratio [0.0, 1.0] */
7
+ rating?: number;
8
+ /** Whether the feedback was marked as a thumbs up */
9
+ thumbUp?: boolean;
10
+ /** A question and answer associated with the feedback */
11
+ survey?: MavenAGI.SurveyInfo;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface GeoInfo {
5
+ city?: string;
6
+ state?: string;
7
+ country?: string;
8
+ region?: string;
9
+ latitude?: number;
10
+ longitude?: number;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface IpInfo {
5
+ ip?: string;
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 });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface LanguageInfo {
5
+ code?: string;
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 });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface NovelSystemEventNoId extends MavenAGI.EventBaseNoId {
6
+ /** The name of the event */
7
+ eventName: MavenAGI.SystemEventName;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface OsInfo {
6
+ type?: MavenAGI.OsType;
7
+ name?: string;
8
+ version?: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OsType = "WINDOWS" | "MACOS" | "LINUX" | "ANDROID" | "IOS" | "OTHER";
5
+ export declare const OsType: {
6
+ readonly Windows: "WINDOWS";
7
+ readonly Macos: "MACOS";
8
+ readonly Linux: "LINUX";
9
+ readonly Android: "ANDROID";
10
+ readonly Ios: "IOS";
11
+ readonly Other: "OTHER";
12
+ };
@@ -0,0 +1,14 @@
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.OsType = void 0;
7
+ exports.OsType = {
8
+ Windows: "WINDOWS",
9
+ Macos: "MACOS",
10
+ Linux: "LINUX",
11
+ Android: "ANDROID",
12
+ Ios: "IOS",
13
+ Other: "OTHER",
14
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface PageInfo {
5
+ pageName: string;
6
+ pageUrl?: string;
7
+ pageTitle?: string;
8
+ linkUrl?: string;
9
+ elementId?: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface SessionInfo {
5
+ id: string;
6
+ start?: Date;
7
+ end?: Date;
8
+ duration?: number;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface SourceInfo {
6
+ type: MavenAGI.SourceType;
7
+ deviceInfo?: MavenAGI.DeviceInfo;
8
+ browserInfo?: MavenAGI.BrowserInfo;
9
+ geoInfo?: MavenAGI.GeoInfo;
10
+ ipInfo?: MavenAGI.IpInfo;
11
+ languageInfo?: MavenAGI.LanguageInfo;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type SourceType = "WEB" | "API" | "SYSTEM";
5
+ export declare const SourceType: {
6
+ readonly Web: "WEB";
7
+ readonly Api: "API";
8
+ readonly System: "SYSTEM";
9
+ };
@@ -0,0 +1,11 @@
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.SourceType = void 0;
7
+ exports.SourceType = {
8
+ Web: "WEB",
9
+ Api: "API",
10
+ System: "SYSTEM",
11
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface SurveyInfo {
5
+ surveyQuestion: string;
6
+ surveyAnswer?: string;
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface SystemEvent extends MavenAGI.NovelSystemEventNoId {
6
+ /** The unique ID of the event */
7
+ id: MavenAGI.EntityId;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type SystemEventName =
5
+ /**
6
+ * An app was installed */
7
+ "APP_INSTALLED"
8
+ /**
9
+ * An app was uninstalled */
10
+ | "APP_UNINSTALLED"
11
+ /**
12
+ * An app was updated */
13
+ | "APP_UPDATED";
14
+ export declare const SystemEventName: {
15
+ readonly AppInstalled: "APP_INSTALLED";
16
+ readonly AppUninstalled: "APP_UNINSTALLED";
17
+ readonly AppUpdated: "APP_UPDATED";
18
+ };
@@ -0,0 +1,11 @@
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.SystemEventName = void 0;
7
+ exports.SystemEventName = {
8
+ AppInstalled: "APP_INSTALLED",
9
+ AppUninstalled: "APP_UNINSTALLED",
10
+ AppUpdated: "APP_UPDATED",
11
+ };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface UserEvent extends MavenAGI.EventBaseNoId {
6
+ /** The unique ID of the event */
7
+ id: MavenAGI.EntityId;
8
+ /** The name of the event */
9
+ eventName: MavenAGI.UserEventName;
10
+ /** Information about the user who triggered the event */
11
+ userInfo: MavenAGI.UserInfo;
12
+ /** Information about any feedback associated with the event */
13
+ feedbackInfo?: MavenAGI.FeedbackInfo[];
14
+ /** Information about the page on which the event occurred */
15
+ pageInfo?: MavenAGI.PageInfo;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type UserEventName =
5
+ /**
6
+ * A button click occurred */
7
+ "BUTTON_CLICKED"
8
+ /**
9
+ * A link was clicked */
10
+ | "LINK_CLICKED"
11
+ /**
12
+ * The chat window was opened */
13
+ | "CHAT_OPENED"
14
+ /**
15
+ * The chat window was closed */
16
+ | "CHAT_CLOSED";
17
+ export declare const UserEventName: {
18
+ readonly ButtonClicked: "BUTTON_CLICKED";
19
+ readonly LinkClicked: "LINK_CLICKED";
20
+ readonly ChatOpened: "CHAT_OPENED";
21
+ readonly ChatClosed: "CHAT_CLOSED";
22
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.UserEventName = void 0;
7
+ exports.UserEventName = {
8
+ ButtonClicked: "BUTTON_CLICKED",
9
+ LinkClicked: "LINK_CLICKED",
10
+ ChatOpened: "CHAT_OPENED",
11
+ ChatClosed: "CHAT_CLOSED",
12
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as MavenAGI from "../../../index";
5
+ export interface UserInfo {
6
+ id?: MavenAGI.EntityId;
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,29 @@
1
+ export * from "./EventBaseNoId";
2
+ export * from "./NovelSystemEventNoId";
3
+ export * from "./UserEvent";
4
+ export * from "./SystemEvent";
5
+ export * from "./EventResponse";
6
+ export * from "./EventsSearchRequest";
7
+ export * from "./EventsSearchResponse";
8
+ export * from "./EventType";
9
+ export * from "./EventField";
10
+ export * from "./EventFilter";
11
+ export * from "./UserEventName";
12
+ export * from "./SystemEventName";
13
+ export * from "./SourceType";
14
+ export * from "./DeviceType";
15
+ export * from "./OsType";
16
+ export * from "./BrowserType";
17
+ export * from "./UserInfo";
18
+ export * from "./FeedbackInfo";
19
+ export * from "./SurveyInfo";
20
+ export * from "./PageInfo";
21
+ export * from "./ContextInfo";
22
+ export * from "./SourceInfo";
23
+ export * from "./DeviceInfo";
24
+ export * from "./OsInfo";
25
+ export * from "./BrowserInfo";
26
+ export * from "./GeoInfo";
27
+ export * from "./IpInfo";
28
+ export * from "./LanguageInfo";
29
+ export * from "./SessionInfo";
@@ -0,0 +1,45 @@
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("./EventBaseNoId"), exports);
18
+ __exportStar(require("./NovelSystemEventNoId"), exports);
19
+ __exportStar(require("./UserEvent"), exports);
20
+ __exportStar(require("./SystemEvent"), exports);
21
+ __exportStar(require("./EventResponse"), exports);
22
+ __exportStar(require("./EventsSearchRequest"), exports);
23
+ __exportStar(require("./EventsSearchResponse"), exports);
24
+ __exportStar(require("./EventType"), exports);
25
+ __exportStar(require("./EventField"), exports);
26
+ __exportStar(require("./EventFilter"), exports);
27
+ __exportStar(require("./UserEventName"), exports);
28
+ __exportStar(require("./SystemEventName"), exports);
29
+ __exportStar(require("./SourceType"), exports);
30
+ __exportStar(require("./DeviceType"), exports);
31
+ __exportStar(require("./OsType"), exports);
32
+ __exportStar(require("./BrowserType"), exports);
33
+ __exportStar(require("./UserInfo"), exports);
34
+ __exportStar(require("./FeedbackInfo"), exports);
35
+ __exportStar(require("./SurveyInfo"), exports);
36
+ __exportStar(require("./PageInfo"), exports);
37
+ __exportStar(require("./ContextInfo"), exports);
38
+ __exportStar(require("./SourceInfo"), exports);
39
+ __exportStar(require("./DeviceInfo"), exports);
40
+ __exportStar(require("./OsInfo"), exports);
41
+ __exportStar(require("./BrowserInfo"), exports);
42
+ __exportStar(require("./GeoInfo"), exports);
43
+ __exportStar(require("./IpInfo"), exports);
44
+ __exportStar(require("./LanguageInfo"), exports);
45
+ __exportStar(require("./SessionInfo"), exports);
@@ -78,7 +78,7 @@ class Inbox {
78
78
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
79
79
  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/inbox/search"),
80
80
  method: "POST",
81
- 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),
81
+ 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),
82
82
  contentType: "application/json",
83
83
  requestType: "json",
84
84
  body: serializers.InboxSearchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -164,7 +164,7 @@ class Inbox {
164
164
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
165
165
  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/inbox/${encodeURIComponent(inboxItemId)}`),
166
166
  method: "GET",
167
- 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),
167
+ 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),
168
168
  contentType: "application/json",
169
169
  queryParameters: _queryParams,
170
170
  requestType: "json",
@@ -250,7 +250,7 @@ class Inbox {
250
250
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
251
251
  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/inbox/fix/${encodeURIComponent(inboxItemFixId)}`),
252
252
  method: "GET",
253
- 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),
253
+ 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),
254
254
  contentType: "application/json",
255
255
  queryParameters: _queryParams,
256
256
  requestType: "json",
@@ -333,7 +333,7 @@ class Inbox {
333
333
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
334
334
  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/inbox/fix/${encodeURIComponent(inboxItemFixId)}/apply`),
335
335
  method: "POST",
336
- 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),
336
+ 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),
337
337
  contentType: "application/json",
338
338
  requestType: "json",
339
339
  body: serializers.ApplyInboxItemFixRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -414,7 +414,7 @@ class Inbox {
414
414
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
415
415
  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/inbox/${encodeURIComponent(inboxItemId)}/ignore`),
416
416
  method: "POST",
417
- 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),
417
+ 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),
418
418
  contentType: "application/json",
419
419
  queryParameters: _queryParams,
420
420
  requestType: "json",
@@ -1,5 +1,7 @@
1
1
  export * as actions from "./actions";
2
2
  export * from "./actions/types";
3
+ export * as agents from "./agents";
4
+ export * from "./agents/types";
3
5
  export * as analytics from "./analytics";
4
6
  export * from "./analytics/types";
5
7
  export * as appSettings from "./appSettings";
@@ -8,6 +10,8 @@ export * as commons from "./commons";
8
10
  export * from "./commons/types";
9
11
  export * as conversation from "./conversation";
10
12
  export * from "./conversation/types";
13
+ export * as events from "./events";
14
+ export * from "./events/types";
11
15
  export * as inbox from "./inbox";
12
16
  export * from "./inbox/types";
13
17
  export * as knowledge from "./knowledge";
@@ -36,9 +36,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.users = exports.organizations = exports.triggers = exports.translations = exports.realtime = exports.knowledge = exports.inbox = exports.conversation = exports.commons = exports.appSettings = exports.analytics = exports.actions = void 0;
39
+ exports.users = exports.organizations = exports.triggers = exports.translations = exports.realtime = exports.knowledge = exports.inbox = exports.events = exports.conversation = exports.commons = exports.appSettings = exports.analytics = exports.agents = exports.actions = void 0;
40
40
  exports.actions = __importStar(require("./actions"));
41
41
  __exportStar(require("./actions/types"), exports);
42
+ exports.agents = __importStar(require("./agents"));
43
+ __exportStar(require("./agents/types"), exports);
42
44
  exports.analytics = __importStar(require("./analytics"));
43
45
  __exportStar(require("./analytics/types"), exports);
44
46
  exports.appSettings = __importStar(require("./appSettings"));
@@ -47,6 +49,8 @@ exports.commons = __importStar(require("./commons"));
47
49
  __exportStar(require("./commons/types"), exports);
48
50
  exports.conversation = __importStar(require("./conversation"));
49
51
  __exportStar(require("./conversation/types"), exports);
52
+ exports.events = __importStar(require("./events"));
53
+ __exportStar(require("./events/types"), exports);
50
54
  exports.inbox = __importStar(require("./inbox"));
51
55
  __exportStar(require("./inbox/types"), exports);
52
56
  exports.knowledge = __importStar(require("./knowledge"));
@@ -83,7 +83,7 @@ class Knowledge {
83
83
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
84
84
  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/knowledge"),
85
85
  method: "PUT",
86
- 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),
86
+ 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),
87
87
  contentType: "application/json",
88
88
  requestType: "json",
89
89
  body: serializers.KnowledgeBaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -163,7 +163,7 @@ class Knowledge {
163
163
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
164
164
  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/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}`),
165
165
  method: "GET",
166
- 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),
166
+ 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),
167
167
  contentType: "application/json",
168
168
  requestType: "json",
169
169
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -255,7 +255,7 @@ class Knowledge {
255
255
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
256
256
  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/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}/version`),
257
257
  method: "POST",
258
- 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),
258
+ 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),
259
259
  contentType: "application/json",
260
260
  requestType: "json",
261
261
  body: serializers.KnowledgeBaseVersion.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -343,7 +343,7 @@ class Knowledge {
343
343
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
344
344
  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/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}/version/finalize`),
345
345
  method: "POST",
346
- 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),
346
+ 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),
347
347
  contentType: "application/json",
348
348
  requestType: "json",
349
349
  body: serializers.FinalizeKnowledgeBaseVersionRequest.jsonOrThrow(request, {
@@ -446,7 +446,7 @@ class Knowledge {
446
446
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
447
447
  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/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}/document`),
448
448
  method: "POST",
449
- 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),
449
+ 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),
450
450
  contentType: "application/json",
451
451
  requestType: "json",
452
452
  body: serializers.KnowledgeDocumentRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -542,7 +542,7 @@ class Knowledge {
542
542
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
543
543
  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/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}/document`),
544
544
  method: "PUT",
545
- 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),
545
+ 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),
546
546
  contentType: "application/json",
547
547
  requestType: "json",
548
548
  body: serializers.KnowledgeDocumentRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -623,7 +623,7 @@ class Knowledge {
623
623
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
624
624
  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/knowledge/${encodeURIComponent(knowledgeBaseReferenceId)}/${encodeURIComponent(knowledgeDocumentReferenceId)}/document`),
625
625
  method: "DELETE",
626
- 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),
626
+ 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),
627
627
  contentType: "application/json",
628
628
  requestType: "json",
629
629
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,