mavenagi 1.0.10 → 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 (703) hide show
  1. package/Client.d.ts +9 -0
  2. package/Client.js +33 -18
  3. package/README.md +8 -41
  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/AgentEnvironment.d.ts +9 -0
  13. package/api/resources/agents/types/AgentEnvironment.js +11 -0
  14. package/api/resources/agents/types/AgentField.d.ts +8 -0
  15. package/api/resources/agents/types/AgentField.js +10 -0
  16. package/api/resources/agents/types/AgentFilter.d.ts +8 -0
  17. package/api/resources/agents/types/AgentsSearchRequest.d.ts +8 -0
  18. package/api/resources/agents/types/AgentsSearchResponse.d.ts +7 -0
  19. package/api/resources/agents/types/index.d.ts +6 -0
  20. package/api/resources/agents/types/index.js +22 -0
  21. package/api/resources/analytics/client/Client.js +3 -3
  22. package/api/resources/appSettings/client/Client.d.ts +21 -0
  23. package/api/resources/appSettings/client/Client.js +91 -2
  24. package/api/resources/appSettings/client/index.d.ts +1 -1
  25. package/api/resources/appSettings/client/index.js +15 -0
  26. package/api/resources/appSettings/client/requests/SearchAppSettingsRequest.d.ts +15 -0
  27. package/api/resources/appSettings/client/requests/SearchAppSettingsRequest.js +5 -0
  28. package/api/resources/appSettings/client/requests/index.d.ts +1 -0
  29. package/api/resources/appSettings/client/requests/index.js +2 -0
  30. package/api/resources/appSettings/index.d.ts +1 -0
  31. package/api/resources/appSettings/index.js +1 -0
  32. package/api/resources/appSettings/types/AppSettings.d.ts +11 -0
  33. package/api/resources/appSettings/types/AppSettings.js +5 -0
  34. package/api/resources/appSettings/types/SearchAppSettingsResponse.d.ts +7 -0
  35. package/api/resources/appSettings/types/SearchAppSettingsResponse.js +5 -0
  36. package/api/resources/appSettings/types/index.d.ts +2 -0
  37. package/api/resources/appSettings/types/index.js +18 -0
  38. package/api/resources/commons/types/ActionFormField.d.ts +3 -3
  39. package/api/resources/commons/types/ActionParameter.d.ts +2 -0
  40. package/api/resources/commons/types/ActionParameterType.d.ts +2 -1
  41. package/api/resources/commons/types/ActionParameterType.js +1 -0
  42. package/api/resources/commons/types/AppPrecondition.d.ts +8 -0
  43. package/api/resources/commons/types/AppPrecondition.js +5 -0
  44. package/api/resources/commons/types/BotActionFormResponse.d.ts +7 -1
  45. package/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
  46. package/api/resources/commons/types/ConversationPrecondition.d.ts +4 -1
  47. package/api/resources/commons/types/ConversationResponse.d.ts +8 -1
  48. package/api/resources/commons/types/ConversationSummary.d.ts +27 -0
  49. package/api/resources/commons/types/EntityType.d.ts +3 -1
  50. package/api/resources/commons/types/EntityType.js +2 -0
  51. package/api/resources/commons/types/InboxItemDuplicateDocuments.d.ts +2 -0
  52. package/api/resources/commons/types/UserMessage.d.ts +2 -0
  53. package/api/resources/commons/types/index.d.ts +1 -3
  54. package/api/resources/commons/types/index.js +1 -3
  55. package/api/resources/conversation/client/Client.d.ts +2 -1
  56. package/api/resources/conversation/client/Client.js +15 -14
  57. package/api/resources/conversation/types/AskRequest.d.ts +4 -1
  58. package/api/resources/events/client/Client.d.ts +53 -0
  59. package/api/resources/events/client/Client.js +157 -0
  60. package/api/resources/events/client/index.d.ts +1 -0
  61. package/api/resources/events/client/index.js +2 -0
  62. package/api/resources/events/index.d.ts +2 -0
  63. package/api/resources/events/index.js +18 -0
  64. package/api/resources/events/types/BrowserInfo.d.ts +10 -0
  65. package/api/resources/events/types/BrowserInfo.js +5 -0
  66. package/api/resources/events/types/BrowserType.d.ts +12 -0
  67. package/api/resources/events/types/BrowserType.js +14 -0
  68. package/api/resources/events/types/ContextInfo.d.ts +6 -0
  69. package/api/resources/events/types/ContextInfo.js +5 -0
  70. package/api/resources/events/types/DeviceInfo.d.ts +10 -0
  71. package/api/resources/events/types/DeviceInfo.js +5 -0
  72. package/api/resources/events/types/DeviceType.d.ts +10 -0
  73. package/api/resources/events/types/DeviceType.js +12 -0
  74. package/api/resources/events/types/EventBaseNoId.d.ts +11 -0
  75. package/api/resources/events/types/EventBaseNoId.js +5 -0
  76. package/api/resources/events/types/EventField.d.ts +7 -0
  77. package/api/resources/events/types/EventField.js +9 -0
  78. package/api/resources/events/types/EventFilter.d.ts +13 -0
  79. package/api/resources/events/types/EventFilter.js +5 -0
  80. package/api/resources/events/types/EventResponse.d.ts +13 -0
  81. package/api/resources/events/types/EventResponse.js +5 -0
  82. package/api/resources/events/types/EventType.d.ts +8 -0
  83. package/api/resources/events/types/EventType.js +10 -0
  84. package/api/resources/events/types/EventsSearchRequest.d.ts +8 -0
  85. package/api/resources/events/types/EventsSearchRequest.js +5 -0
  86. package/api/resources/events/types/EventsSearchResponse.d.ts +8 -0
  87. package/api/resources/events/types/EventsSearchResponse.js +5 -0
  88. package/api/resources/events/types/FeedbackInfo.d.ts +12 -0
  89. package/api/resources/events/types/FeedbackInfo.js +5 -0
  90. package/api/resources/events/types/GeoInfo.d.ts +11 -0
  91. package/api/resources/events/types/GeoInfo.js +5 -0
  92. package/api/resources/events/types/IpInfo.d.ts +6 -0
  93. package/api/resources/events/types/IpInfo.js +5 -0
  94. package/api/resources/events/types/LanguageInfo.d.ts +6 -0
  95. package/api/resources/events/types/LanguageInfo.js +5 -0
  96. package/api/resources/events/types/NovelSystemEventNoId.d.ts +8 -0
  97. package/api/resources/events/types/NovelSystemEventNoId.js +5 -0
  98. package/api/resources/events/types/OsInfo.d.ts +9 -0
  99. package/api/resources/events/types/OsInfo.js +5 -0
  100. package/api/resources/events/types/OsType.d.ts +12 -0
  101. package/api/resources/events/types/OsType.js +14 -0
  102. package/api/resources/events/types/PageInfo.d.ts +10 -0
  103. package/api/resources/events/types/PageInfo.js +5 -0
  104. package/api/resources/events/types/SessionInfo.d.ts +9 -0
  105. package/api/resources/events/types/SessionInfo.js +5 -0
  106. package/api/resources/events/types/SourceInfo.d.ts +12 -0
  107. package/api/resources/events/types/SourceInfo.js +5 -0
  108. package/api/resources/events/types/SourceType.d.ts +9 -0
  109. package/api/resources/events/types/SourceType.js +11 -0
  110. package/api/resources/events/types/SurveyInfo.d.ts +7 -0
  111. package/api/resources/events/types/SurveyInfo.js +5 -0
  112. package/api/resources/events/types/SystemEvent.d.ts +8 -0
  113. package/api/resources/events/types/SystemEvent.js +5 -0
  114. package/api/resources/events/types/SystemEventName.d.ts +18 -0
  115. package/api/resources/events/types/SystemEventName.js +11 -0
  116. package/api/resources/events/types/UserEvent.d.ts +16 -0
  117. package/api/resources/events/types/UserEvent.js +5 -0
  118. package/api/resources/events/types/UserEventName.d.ts +22 -0
  119. package/api/resources/events/types/UserEventName.js +12 -0
  120. package/api/resources/events/types/UserInfo.d.ts +7 -0
  121. package/api/resources/events/types/UserInfo.js +5 -0
  122. package/api/resources/events/types/index.d.ts +29 -0
  123. package/api/resources/events/types/index.js +45 -0
  124. package/api/resources/inbox/client/Client.js +5 -5
  125. package/api/resources/index.d.ts +9 -1
  126. package/api/resources/index.js +10 -2
  127. package/api/resources/knowledge/client/Client.d.ts +42 -5
  128. package/api/resources/knowledge/client/Client.js +58 -13
  129. package/api/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.d.ts +23 -0
  130. package/api/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.js +5 -0
  131. package/api/resources/knowledge/types/KnowledgeBaseRequest.d.ts +2 -0
  132. package/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +6 -1
  133. package/api/resources/knowledge/types/KnowledgeBaseVersion.d.ts +15 -1
  134. package/api/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.d.ts +11 -0
  135. package/api/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.js +10 -0
  136. package/api/resources/knowledge/types/KnowledgeBaseVersionStatus.d.ts +12 -0
  137. package/api/resources/knowledge/types/KnowledgeBaseVersionStatus.js +11 -0
  138. package/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +13 -1
  139. package/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +6 -1
  140. package/api/resources/knowledge/types/index.d.ts +3 -0
  141. package/api/resources/knowledge/types/index.js +3 -0
  142. package/api/resources/organizations/client/Client.d.ts +147 -0
  143. package/api/resources/organizations/client/Client.js +317 -0
  144. package/api/resources/organizations/client/index.d.ts +1 -0
  145. package/api/resources/organizations/client/index.js +2 -0
  146. package/api/resources/organizations/index.d.ts +1 -0
  147. package/api/resources/organizations/index.js +17 -0
  148. package/api/resources/realtime/client/Client.d.ts +2 -0
  149. package/api/resources/realtime/client/Client.js +3 -0
  150. package/api/resources/realtime/types/AudioFormat.d.ts +8 -0
  151. package/api/resources/realtime/types/AudioFormat.js +10 -0
  152. package/api/resources/realtime/types/ControlEvent.d.ts +4 -1
  153. package/api/resources/realtime/types/MessageBase.d.ts +6 -0
  154. package/api/resources/realtime/types/MessageBase.js +5 -0
  155. package/api/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  156. package/api/resources/realtime/types/index.d.ts +3 -1
  157. package/api/resources/realtime/types/index.js +3 -1
  158. package/api/resources/translations/client/Client.js +1 -1
  159. package/api/resources/triggers/client/Client.d.ts +29 -0
  160. package/api/resources/triggers/client/Client.js +170 -3
  161. package/api/resources/triggers/client/index.d.ts +1 -1
  162. package/api/resources/triggers/client/index.js +15 -0
  163. package/api/resources/triggers/client/requests/PartialUpdateRequest.d.ts +17 -0
  164. package/api/resources/triggers/client/requests/PartialUpdateRequest.js +5 -0
  165. package/api/resources/triggers/client/requests/index.d.ts +1 -0
  166. package/api/resources/triggers/client/requests/index.js +2 -0
  167. package/api/resources/triggers/types/EventTriggerBase.js +5 -0
  168. package/api/resources/{commons → triggers}/types/EventTriggerResponse.d.ts +4 -1
  169. package/api/resources/triggers/types/EventTriggerResponse.js +5 -0
  170. package/api/resources/triggers/types/EventTriggersSearchRequest.d.ts +8 -0
  171. package/api/resources/triggers/types/EventTriggersSearchRequest.js +5 -0
  172. package/api/resources/triggers/types/EventTriggersSearchResponse.d.ts +7 -0
  173. package/api/resources/triggers/types/EventTriggersSearchResponse.js +5 -0
  174. package/api/resources/triggers/types/TriggerField.d.ts +8 -0
  175. package/api/resources/triggers/types/TriggerField.js +10 -0
  176. package/api/resources/triggers/types/TriggerPartialUpdate.d.ts +7 -0
  177. package/api/resources/triggers/types/TriggerPartialUpdate.js +5 -0
  178. package/api/resources/triggers/types/index.d.ts +7 -0
  179. package/api/resources/triggers/types/index.js +7 -0
  180. package/api/resources/users/client/Client.js +3 -3
  181. package/dist/Client.d.ts +9 -0
  182. package/dist/Client.js +33 -18
  183. package/dist/api/resources/actions/client/Client.js +3 -3
  184. package/dist/api/resources/agents/client/Client.d.ts +86 -0
  185. package/dist/api/resources/agents/client/Client.js +320 -0
  186. package/dist/api/resources/agents/client/index.d.ts +1 -0
  187. package/dist/api/resources/agents/client/index.js +2 -0
  188. package/dist/api/resources/agents/index.d.ts +2 -0
  189. package/dist/api/resources/agents/index.js +18 -0
  190. package/dist/api/resources/agents/types/Agent.d.ts +14 -0
  191. package/dist/api/resources/agents/types/Agent.js +5 -0
  192. package/dist/api/resources/agents/types/AgentEnvironment.d.ts +9 -0
  193. package/dist/api/resources/agents/types/AgentEnvironment.js +11 -0
  194. package/dist/api/resources/agents/types/AgentField.d.ts +8 -0
  195. package/dist/api/resources/agents/types/AgentField.js +10 -0
  196. package/dist/api/resources/agents/types/AgentFilter.d.ts +8 -0
  197. package/dist/api/resources/agents/types/AgentFilter.js +5 -0
  198. package/dist/api/resources/agents/types/AgentsSearchRequest.d.ts +8 -0
  199. package/dist/api/resources/agents/types/AgentsSearchRequest.js +5 -0
  200. package/dist/api/resources/agents/types/AgentsSearchResponse.d.ts +7 -0
  201. package/dist/api/resources/agents/types/AgentsSearchResponse.js +5 -0
  202. package/dist/api/resources/agents/types/index.d.ts +6 -0
  203. package/dist/api/resources/agents/types/index.js +22 -0
  204. package/dist/api/resources/analytics/client/Client.js +3 -3
  205. package/dist/api/resources/appSettings/client/Client.d.ts +21 -0
  206. package/dist/api/resources/appSettings/client/Client.js +91 -2
  207. package/dist/api/resources/appSettings/client/index.d.ts +1 -1
  208. package/dist/api/resources/appSettings/client/index.js +15 -0
  209. package/dist/api/resources/appSettings/client/requests/SearchAppSettingsRequest.d.ts +15 -0
  210. package/dist/api/resources/appSettings/client/requests/SearchAppSettingsRequest.js +5 -0
  211. package/dist/api/resources/appSettings/client/requests/index.d.ts +1 -0
  212. package/dist/api/resources/appSettings/client/requests/index.js +2 -0
  213. package/dist/api/resources/appSettings/index.d.ts +1 -0
  214. package/dist/api/resources/appSettings/index.js +1 -0
  215. package/dist/api/resources/appSettings/types/AppSettings.d.ts +11 -0
  216. package/dist/api/resources/appSettings/types/AppSettings.js +5 -0
  217. package/dist/api/resources/appSettings/types/SearchAppSettingsResponse.d.ts +7 -0
  218. package/dist/api/resources/appSettings/types/SearchAppSettingsResponse.js +5 -0
  219. package/dist/api/resources/appSettings/types/index.d.ts +2 -0
  220. package/dist/api/resources/appSettings/types/index.js +18 -0
  221. package/dist/api/resources/commons/types/ActionFormField.d.ts +3 -3
  222. package/dist/api/resources/commons/types/ActionParameter.d.ts +2 -0
  223. package/dist/api/resources/commons/types/ActionParameterType.d.ts +2 -1
  224. package/dist/api/resources/commons/types/ActionParameterType.js +1 -0
  225. package/dist/api/resources/commons/types/AppPrecondition.d.ts +8 -0
  226. package/dist/api/resources/commons/types/AppPrecondition.js +5 -0
  227. package/dist/api/resources/commons/types/BotActionFormResponse.d.ts +7 -1
  228. package/dist/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
  229. package/dist/api/resources/commons/types/ConversationPrecondition.d.ts +4 -1
  230. package/dist/api/resources/commons/types/ConversationResponse.d.ts +8 -1
  231. package/dist/api/resources/commons/types/ConversationSummary.d.ts +27 -0
  232. package/dist/api/resources/commons/types/EntityType.d.ts +3 -1
  233. package/dist/api/resources/commons/types/EntityType.js +2 -0
  234. package/dist/api/resources/commons/types/InboxItemDuplicateDocuments.d.ts +2 -0
  235. package/dist/api/resources/commons/types/UserMessage.d.ts +2 -0
  236. package/dist/api/resources/commons/types/index.d.ts +1 -3
  237. package/dist/api/resources/commons/types/index.js +1 -3
  238. package/dist/api/resources/conversation/client/Client.d.ts +2 -1
  239. package/dist/api/resources/conversation/client/Client.js +15 -14
  240. package/dist/api/resources/conversation/types/AskRequest.d.ts +4 -1
  241. package/dist/api/resources/events/client/Client.d.ts +53 -0
  242. package/dist/api/resources/events/client/Client.js +157 -0
  243. package/dist/api/resources/events/client/index.d.ts +1 -0
  244. package/dist/api/resources/events/client/index.js +2 -0
  245. package/dist/api/resources/events/index.d.ts +2 -0
  246. package/dist/api/resources/events/index.js +18 -0
  247. package/dist/api/resources/events/types/BrowserInfo.d.ts +10 -0
  248. package/dist/api/resources/events/types/BrowserInfo.js +5 -0
  249. package/dist/api/resources/events/types/BrowserType.d.ts +12 -0
  250. package/dist/api/resources/events/types/BrowserType.js +14 -0
  251. package/dist/api/resources/events/types/ContextInfo.d.ts +6 -0
  252. package/dist/api/resources/events/types/ContextInfo.js +5 -0
  253. package/dist/api/resources/events/types/DeviceInfo.d.ts +10 -0
  254. package/dist/api/resources/events/types/DeviceInfo.js +5 -0
  255. package/dist/api/resources/events/types/DeviceType.d.ts +10 -0
  256. package/dist/api/resources/events/types/DeviceType.js +12 -0
  257. package/dist/api/resources/events/types/EventBaseNoId.d.ts +11 -0
  258. package/dist/api/resources/events/types/EventBaseNoId.js +5 -0
  259. package/dist/api/resources/events/types/EventField.d.ts +7 -0
  260. package/dist/api/resources/events/types/EventField.js +9 -0
  261. package/dist/api/resources/events/types/EventFilter.d.ts +13 -0
  262. package/dist/api/resources/events/types/EventFilter.js +5 -0
  263. package/dist/api/resources/events/types/EventResponse.d.ts +13 -0
  264. package/dist/api/resources/events/types/EventResponse.js +5 -0
  265. package/dist/api/resources/events/types/EventType.d.ts +8 -0
  266. package/dist/api/resources/events/types/EventType.js +10 -0
  267. package/dist/api/resources/events/types/EventsSearchRequest.d.ts +8 -0
  268. package/dist/api/resources/events/types/EventsSearchRequest.js +5 -0
  269. package/dist/api/resources/events/types/EventsSearchResponse.d.ts +8 -0
  270. package/dist/api/resources/events/types/EventsSearchResponse.js +5 -0
  271. package/dist/api/resources/events/types/FeedbackInfo.d.ts +12 -0
  272. package/dist/api/resources/events/types/FeedbackInfo.js +5 -0
  273. package/dist/api/resources/events/types/GeoInfo.d.ts +11 -0
  274. package/dist/api/resources/events/types/GeoInfo.js +5 -0
  275. package/dist/api/resources/events/types/IpInfo.d.ts +6 -0
  276. package/dist/api/resources/events/types/IpInfo.js +5 -0
  277. package/dist/api/resources/events/types/LanguageInfo.d.ts +6 -0
  278. package/dist/api/resources/events/types/LanguageInfo.js +5 -0
  279. package/dist/api/resources/events/types/NovelSystemEventNoId.d.ts +8 -0
  280. package/dist/api/resources/events/types/NovelSystemEventNoId.js +5 -0
  281. package/dist/api/resources/events/types/OsInfo.d.ts +9 -0
  282. package/dist/api/resources/events/types/OsInfo.js +5 -0
  283. package/dist/api/resources/events/types/OsType.d.ts +12 -0
  284. package/dist/api/resources/events/types/OsType.js +14 -0
  285. package/dist/api/resources/events/types/PageInfo.d.ts +10 -0
  286. package/dist/api/resources/events/types/PageInfo.js +5 -0
  287. package/dist/api/resources/events/types/SessionInfo.d.ts +9 -0
  288. package/dist/api/resources/events/types/SessionInfo.js +5 -0
  289. package/dist/api/resources/events/types/SourceInfo.d.ts +12 -0
  290. package/dist/api/resources/events/types/SourceInfo.js +5 -0
  291. package/dist/api/resources/events/types/SourceType.d.ts +9 -0
  292. package/dist/api/resources/events/types/SourceType.js +11 -0
  293. package/dist/api/resources/events/types/SurveyInfo.d.ts +7 -0
  294. package/dist/api/resources/events/types/SurveyInfo.js +5 -0
  295. package/dist/api/resources/events/types/SystemEvent.d.ts +8 -0
  296. package/dist/api/resources/events/types/SystemEvent.js +5 -0
  297. package/dist/api/resources/events/types/SystemEventName.d.ts +18 -0
  298. package/dist/api/resources/events/types/SystemEventName.js +11 -0
  299. package/dist/api/resources/events/types/UserEvent.d.ts +16 -0
  300. package/dist/api/resources/events/types/UserEvent.js +5 -0
  301. package/dist/api/resources/events/types/UserEventName.d.ts +22 -0
  302. package/dist/api/resources/events/types/UserEventName.js +12 -0
  303. package/dist/api/resources/events/types/UserInfo.d.ts +7 -0
  304. package/dist/api/resources/events/types/UserInfo.js +5 -0
  305. package/dist/api/resources/events/types/index.d.ts +29 -0
  306. package/dist/api/resources/events/types/index.js +45 -0
  307. package/dist/api/resources/inbox/client/Client.js +5 -5
  308. package/dist/api/resources/index.d.ts +9 -1
  309. package/dist/api/resources/index.js +10 -2
  310. package/dist/api/resources/knowledge/client/Client.d.ts +42 -5
  311. package/dist/api/resources/knowledge/client/Client.js +58 -13
  312. package/dist/api/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.d.ts +23 -0
  313. package/dist/api/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.js +5 -0
  314. package/dist/api/resources/knowledge/types/KnowledgeBaseRequest.d.ts +2 -0
  315. package/dist/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +6 -1
  316. package/dist/api/resources/knowledge/types/KnowledgeBaseVersion.d.ts +15 -1
  317. package/dist/api/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.d.ts +11 -0
  318. package/dist/api/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.js +10 -0
  319. package/dist/api/resources/knowledge/types/KnowledgeBaseVersionStatus.d.ts +12 -0
  320. package/dist/api/resources/knowledge/types/KnowledgeBaseVersionStatus.js +11 -0
  321. package/dist/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +13 -1
  322. package/dist/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +6 -1
  323. package/dist/api/resources/knowledge/types/index.d.ts +3 -0
  324. package/dist/api/resources/knowledge/types/index.js +3 -0
  325. package/dist/api/resources/organizations/client/Client.d.ts +147 -0
  326. package/dist/api/resources/organizations/client/Client.js +317 -0
  327. package/dist/api/resources/organizations/client/index.d.ts +1 -0
  328. package/dist/api/resources/organizations/client/index.js +2 -0
  329. package/dist/api/resources/organizations/index.d.ts +1 -0
  330. package/dist/api/resources/organizations/index.js +17 -0
  331. package/dist/api/resources/realtime/client/Client.d.ts +2 -0
  332. package/dist/api/resources/realtime/client/Client.js +3 -0
  333. package/dist/api/resources/realtime/types/AudioFormat.d.ts +8 -0
  334. package/dist/api/resources/realtime/types/AudioFormat.js +10 -0
  335. package/dist/api/resources/realtime/types/ControlEvent.d.ts +4 -1
  336. package/dist/api/resources/realtime/types/MessageBase.d.ts +6 -0
  337. package/dist/api/resources/realtime/types/MessageBase.js +5 -0
  338. package/dist/api/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  339. package/dist/api/resources/realtime/types/index.d.ts +3 -1
  340. package/dist/api/resources/realtime/types/index.js +3 -1
  341. package/dist/api/resources/translations/client/Client.js +1 -1
  342. package/dist/api/resources/triggers/client/Client.d.ts +29 -0
  343. package/dist/api/resources/triggers/client/Client.js +170 -3
  344. package/dist/api/resources/triggers/client/index.d.ts +1 -1
  345. package/dist/api/resources/triggers/client/index.js +15 -0
  346. package/dist/api/resources/triggers/client/requests/PartialUpdateRequest.d.ts +17 -0
  347. package/dist/api/resources/triggers/client/requests/PartialUpdateRequest.js +5 -0
  348. package/dist/api/resources/triggers/client/requests/index.d.ts +1 -0
  349. package/dist/api/resources/triggers/client/requests/index.js +2 -0
  350. package/dist/api/resources/triggers/types/EventTriggerBase.js +5 -0
  351. package/dist/api/resources/{commons → triggers}/types/EventTriggerResponse.d.ts +4 -1
  352. package/dist/api/resources/triggers/types/EventTriggerResponse.js +5 -0
  353. package/dist/api/resources/triggers/types/EventTriggersSearchRequest.d.ts +8 -0
  354. package/dist/api/resources/triggers/types/EventTriggersSearchRequest.js +5 -0
  355. package/dist/api/resources/triggers/types/EventTriggersSearchResponse.d.ts +7 -0
  356. package/dist/api/resources/triggers/types/EventTriggersSearchResponse.js +5 -0
  357. package/dist/api/resources/triggers/types/TriggerField.d.ts +8 -0
  358. package/dist/api/resources/triggers/types/TriggerField.js +10 -0
  359. package/dist/api/resources/triggers/types/TriggerPartialUpdate.d.ts +7 -0
  360. package/dist/api/resources/triggers/types/TriggerPartialUpdate.js +5 -0
  361. package/dist/api/resources/triggers/types/index.d.ts +7 -0
  362. package/dist/api/resources/triggers/types/index.js +7 -0
  363. package/dist/api/resources/users/client/Client.js +3 -3
  364. package/dist/serialization/resources/agents/client/index.d.ts +1 -0
  365. package/dist/serialization/resources/agents/client/index.js +37 -0
  366. package/dist/serialization/resources/agents/client/list.d.ts +11 -0
  367. package/dist/serialization/resources/agents/client/list.js +42 -0
  368. package/dist/serialization/resources/agents/index.d.ts +2 -0
  369. package/dist/serialization/resources/agents/index.js +18 -0
  370. package/dist/serialization/resources/agents/types/Agent.d.ts +17 -0
  371. package/dist/serialization/resources/agents/types/Agent.js +48 -0
  372. package/dist/serialization/resources/agents/types/AgentEnvironment.d.ts +10 -0
  373. package/dist/serialization/resources/agents/types/AgentEnvironment.js +41 -0
  374. package/dist/serialization/resources/agents/types/AgentField.d.ts +10 -0
  375. package/dist/serialization/resources/agents/types/AgentField.js +41 -0
  376. package/dist/serialization/resources/agents/types/AgentFilter.d.ts +13 -0
  377. package/dist/serialization/resources/agents/types/AgentFilter.js +44 -0
  378. package/dist/serialization/resources/agents/types/AgentsSearchRequest.d.ts +16 -0
  379. package/dist/serialization/resources/agents/types/AgentsSearchRequest.js +49 -0
  380. package/dist/serialization/resources/agents/types/AgentsSearchResponse.d.ts +14 -0
  381. package/dist/serialization/resources/agents/types/AgentsSearchResponse.js +47 -0
  382. package/dist/serialization/resources/agents/types/index.d.ts +6 -0
  383. package/dist/serialization/resources/agents/types/index.js +22 -0
  384. package/dist/serialization/resources/appSettings/index.d.ts +1 -0
  385. package/dist/serialization/resources/appSettings/index.js +1 -0
  386. package/dist/serialization/resources/appSettings/types/AppSettings.d.ts +14 -0
  387. package/dist/serialization/resources/appSettings/types/AppSettings.js +45 -0
  388. package/dist/serialization/resources/appSettings/types/SearchAppSettingsResponse.d.ts +13 -0
  389. package/dist/serialization/resources/appSettings/types/SearchAppSettingsResponse.js +44 -0
  390. package/dist/serialization/resources/appSettings/types/index.d.ts +2 -0
  391. package/dist/serialization/resources/appSettings/types/index.js +18 -0
  392. package/dist/serialization/resources/commons/types/ActionParameter.d.ts +1 -0
  393. package/dist/serialization/resources/commons/types/ActionParameter.js +1 -0
  394. package/dist/serialization/resources/commons/types/ActionParameterType.d.ts +1 -1
  395. package/dist/serialization/resources/commons/types/ActionParameterType.js +1 -1
  396. package/dist/serialization/resources/commons/types/AppPrecondition.d.ts +13 -0
  397. package/dist/serialization/resources/commons/types/AppPrecondition.js +46 -0
  398. package/dist/serialization/resources/commons/types/BotActionFormResponse.d.ts +2 -0
  399. package/dist/serialization/resources/commons/types/BotActionFormResponse.js +2 -0
  400. package/dist/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
  401. package/dist/serialization/resources/commons/types/ConversationAnalysis.js +1 -0
  402. package/dist/serialization/resources/commons/types/ConversationPrecondition.d.ts +5 -1
  403. package/dist/serialization/resources/commons/types/ConversationPrecondition.js +2 -0
  404. package/dist/serialization/resources/commons/types/ConversationSummary.d.ts +9 -0
  405. package/dist/serialization/resources/commons/types/ConversationSummary.js +9 -0
  406. package/dist/serialization/resources/commons/types/EntityType.d.ts +1 -1
  407. package/dist/serialization/resources/commons/types/EntityType.js +2 -0
  408. package/dist/serialization/resources/commons/types/InboxItemDuplicateDocuments.d.ts +1 -0
  409. package/dist/serialization/resources/commons/types/InboxItemDuplicateDocuments.js +1 -0
  410. package/dist/serialization/resources/commons/types/UserMessage.d.ts +1 -0
  411. package/dist/serialization/resources/commons/types/UserMessage.js +1 -0
  412. package/dist/serialization/resources/commons/types/index.d.ts +1 -3
  413. package/dist/serialization/resources/commons/types/index.js +1 -3
  414. package/dist/serialization/resources/conversation/types/AskRequest.d.ts +1 -0
  415. package/dist/serialization/resources/conversation/types/AskRequest.js +1 -0
  416. package/dist/serialization/resources/events/index.d.ts +1 -0
  417. package/dist/serialization/resources/events/index.js +17 -0
  418. package/dist/serialization/resources/events/types/BrowserInfo.d.ts +16 -0
  419. package/dist/serialization/resources/events/types/BrowserInfo.js +47 -0
  420. package/dist/serialization/resources/events/types/BrowserType.d.ts +10 -0
  421. package/dist/serialization/resources/events/types/BrowserType.js +41 -0
  422. package/dist/serialization/resources/events/types/ContextInfo.d.ts +12 -0
  423. package/dist/serialization/resources/events/types/ContextInfo.js +43 -0
  424. package/dist/serialization/resources/events/types/DeviceInfo.d.ts +17 -0
  425. package/dist/serialization/resources/events/types/DeviceInfo.js +48 -0
  426. package/dist/serialization/resources/events/types/DeviceType.d.ts +10 -0
  427. package/dist/serialization/resources/events/types/DeviceType.js +41 -0
  428. package/dist/serialization/resources/events/types/EventBaseNoId.d.ts +20 -0
  429. package/dist/serialization/resources/events/types/EventBaseNoId.js +51 -0
  430. package/dist/serialization/resources/events/types/EventField.d.ts +10 -0
  431. package/dist/serialization/resources/events/types/EventField.js +41 -0
  432. package/dist/serialization/resources/events/types/EventFilter.d.ts +22 -0
  433. package/dist/serialization/resources/events/types/EventFilter.js +53 -0
  434. package/dist/serialization/resources/events/types/EventResponse.d.ts +18 -0
  435. package/dist/serialization/resources/events/types/EventResponse.js +51 -0
  436. package/dist/serialization/resources/events/types/EventType.d.ts +10 -0
  437. package/dist/serialization/resources/events/types/EventType.js +41 -0
  438. package/dist/serialization/resources/events/types/EventsSearchRequest.d.ts +16 -0
  439. package/dist/serialization/resources/events/types/EventsSearchRequest.js +49 -0
  440. package/dist/serialization/resources/events/types/EventsSearchResponse.d.ts +14 -0
  441. package/dist/serialization/resources/events/types/EventsSearchResponse.js +47 -0
  442. package/dist/serialization/resources/events/types/FeedbackInfo.d.ts +15 -0
  443. package/dist/serialization/resources/events/types/FeedbackInfo.js +46 -0
  444. package/dist/serialization/resources/events/types/GeoInfo.d.ts +17 -0
  445. package/dist/serialization/resources/events/types/GeoInfo.js +48 -0
  446. package/dist/serialization/resources/events/types/IpInfo.d.ts +12 -0
  447. package/dist/serialization/resources/events/types/IpInfo.js +43 -0
  448. package/dist/serialization/resources/events/types/LanguageInfo.d.ts +12 -0
  449. package/dist/serialization/resources/events/types/LanguageInfo.js +43 -0
  450. package/dist/serialization/resources/events/types/NovelSystemEventNoId.d.ts +14 -0
  451. package/dist/serialization/resources/events/types/NovelSystemEventNoId.js +47 -0
  452. package/dist/serialization/resources/events/types/OsInfo.d.ts +15 -0
  453. package/dist/serialization/resources/events/types/OsInfo.js +46 -0
  454. package/dist/serialization/resources/events/types/OsType.d.ts +10 -0
  455. package/dist/serialization/resources/events/types/OsType.js +48 -0
  456. package/dist/serialization/resources/events/types/PageInfo.d.ts +16 -0
  457. package/dist/serialization/resources/events/types/PageInfo.js +47 -0
  458. package/dist/serialization/resources/events/types/SessionInfo.d.ts +15 -0
  459. package/dist/serialization/resources/events/types/SessionInfo.js +46 -0
  460. package/dist/serialization/resources/events/types/SourceInfo.d.ts +23 -0
  461. package/dist/serialization/resources/events/types/SourceInfo.js +54 -0
  462. package/dist/serialization/resources/events/types/SourceType.d.ts +10 -0
  463. package/dist/serialization/resources/events/types/SourceType.js +41 -0
  464. package/dist/serialization/resources/events/types/SurveyInfo.d.ts +13 -0
  465. package/dist/serialization/resources/events/types/SurveyInfo.js +44 -0
  466. package/dist/serialization/resources/events/types/SystemEvent.d.ts +14 -0
  467. package/dist/serialization/resources/events/types/SystemEvent.js +47 -0
  468. package/dist/serialization/resources/events/types/SystemEventName.d.ts +10 -0
  469. package/dist/serialization/resources/events/types/SystemEventName.js +41 -0
  470. package/dist/serialization/resources/events/types/UserEvent.d.ts +22 -0
  471. package/dist/serialization/resources/events/types/UserEvent.js +55 -0
  472. package/dist/serialization/resources/events/types/UserEventName.d.ts +10 -0
  473. package/dist/serialization/resources/events/types/UserEventName.js +41 -0
  474. package/dist/serialization/resources/events/types/UserInfo.d.ts +13 -0
  475. package/dist/serialization/resources/events/types/UserInfo.js +44 -0
  476. package/dist/serialization/resources/events/types/index.d.ts +29 -0
  477. package/dist/serialization/resources/events/types/index.js +45 -0
  478. package/dist/serialization/resources/index.d.ts +6 -1
  479. package/dist/serialization/resources/index.js +7 -2
  480. package/dist/serialization/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.d.ts +16 -0
  481. package/dist/serialization/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.js +47 -0
  482. package/dist/serialization/resources/knowledge/types/KnowledgeBaseRequest.d.ts +1 -0
  483. package/dist/serialization/resources/knowledge/types/KnowledgeBaseRequest.js +1 -0
  484. package/dist/serialization/resources/knowledge/types/KnowledgeBaseResponse.d.ts +1 -0
  485. package/dist/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +1 -0
  486. package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersion.d.ts +5 -0
  487. package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersion.js +5 -0
  488. package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.d.ts +10 -0
  489. package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.js +41 -0
  490. package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionStatus.d.ts +10 -0
  491. package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionStatus.js +41 -0
  492. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +3 -0
  493. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentRequest.js +3 -0
  494. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +1 -0
  495. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +1 -0
  496. package/dist/serialization/resources/knowledge/types/index.d.ts +3 -0
  497. package/dist/serialization/resources/knowledge/types/index.js +3 -0
  498. package/dist/serialization/resources/realtime/types/AudioFormat.d.ts +10 -0
  499. package/dist/serialization/resources/realtime/types/AudioFormat.js +41 -0
  500. package/dist/serialization/resources/realtime/types/ControlEvent.d.ts +4 -1
  501. package/dist/serialization/resources/realtime/types/ControlEvent.js +7 -2
  502. package/dist/serialization/resources/realtime/types/MessageBase.d.ts +12 -0
  503. package/dist/serialization/resources/realtime/types/MessageBase.js +43 -0
  504. package/dist/serialization/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  505. package/dist/serialization/resources/realtime/types/SubscribeEvent.js +1 -0
  506. package/dist/serialization/resources/realtime/types/index.d.ts +3 -1
  507. package/dist/serialization/resources/realtime/types/index.js +3 -1
  508. package/dist/serialization/resources/triggers/types/EventTriggerRequest.d.ts +1 -1
  509. package/dist/serialization/resources/triggers/types/EventTriggerRequest.js +1 -1
  510. package/dist/serialization/resources/{commons → triggers}/types/EventTriggerResponse.d.ts +2 -1
  511. package/{serialization/resources/commons → dist/serialization/resources/triggers}/types/EventTriggerResponse.js +2 -1
  512. package/dist/serialization/resources/triggers/types/EventTriggersSearchRequest.d.ts +14 -0
  513. package/dist/serialization/resources/triggers/types/EventTriggersSearchRequest.js +47 -0
  514. package/dist/serialization/resources/triggers/types/EventTriggersSearchResponse.d.ts +14 -0
  515. package/dist/serialization/resources/triggers/types/EventTriggersSearchResponse.js +47 -0
  516. package/dist/serialization/resources/triggers/types/TriggerField.d.ts +10 -0
  517. package/dist/serialization/resources/triggers/types/TriggerField.js +41 -0
  518. package/dist/serialization/resources/triggers/types/TriggerPartialUpdate.d.ts +12 -0
  519. package/dist/serialization/resources/triggers/types/TriggerPartialUpdate.js +43 -0
  520. package/dist/serialization/resources/triggers/types/index.d.ts +7 -0
  521. package/dist/serialization/resources/triggers/types/index.js +7 -0
  522. package/dist/version.d.ts +1 -1
  523. package/dist/version.js +1 -1
  524. package/package.json +1 -1
  525. package/reference.md +692 -10
  526. package/serialization/resources/agents/client/index.d.ts +1 -0
  527. package/serialization/resources/agents/client/index.js +37 -0
  528. package/serialization/resources/agents/client/list.d.ts +11 -0
  529. package/serialization/resources/agents/client/list.js +42 -0
  530. package/serialization/resources/agents/index.d.ts +2 -0
  531. package/serialization/resources/agents/index.js +18 -0
  532. package/serialization/resources/agents/types/Agent.d.ts +17 -0
  533. package/serialization/resources/agents/types/Agent.js +48 -0
  534. package/serialization/resources/agents/types/AgentEnvironment.d.ts +10 -0
  535. package/serialization/resources/agents/types/AgentEnvironment.js +41 -0
  536. package/serialization/resources/agents/types/AgentField.d.ts +10 -0
  537. package/serialization/resources/agents/types/AgentField.js +41 -0
  538. package/serialization/resources/agents/types/AgentFilter.d.ts +13 -0
  539. package/serialization/resources/agents/types/AgentFilter.js +44 -0
  540. package/serialization/resources/agents/types/AgentsSearchRequest.d.ts +16 -0
  541. package/serialization/resources/agents/types/AgentsSearchRequest.js +49 -0
  542. package/serialization/resources/agents/types/AgentsSearchResponse.d.ts +14 -0
  543. package/serialization/resources/agents/types/AgentsSearchResponse.js +47 -0
  544. package/serialization/resources/agents/types/index.d.ts +6 -0
  545. package/serialization/resources/agents/types/index.js +22 -0
  546. package/serialization/resources/appSettings/index.d.ts +1 -0
  547. package/serialization/resources/appSettings/index.js +1 -0
  548. package/serialization/resources/appSettings/types/AppSettings.d.ts +14 -0
  549. package/serialization/resources/appSettings/types/AppSettings.js +45 -0
  550. package/serialization/resources/appSettings/types/SearchAppSettingsResponse.d.ts +13 -0
  551. package/serialization/resources/appSettings/types/SearchAppSettingsResponse.js +44 -0
  552. package/serialization/resources/appSettings/types/index.d.ts +2 -0
  553. package/serialization/resources/appSettings/types/index.js +18 -0
  554. package/serialization/resources/commons/types/ActionParameter.d.ts +1 -0
  555. package/serialization/resources/commons/types/ActionParameter.js +1 -0
  556. package/serialization/resources/commons/types/ActionParameterType.d.ts +1 -1
  557. package/serialization/resources/commons/types/ActionParameterType.js +1 -1
  558. package/serialization/resources/commons/types/AppPrecondition.d.ts +13 -0
  559. package/serialization/resources/commons/types/AppPrecondition.js +46 -0
  560. package/serialization/resources/commons/types/BotActionFormResponse.d.ts +2 -0
  561. package/serialization/resources/commons/types/BotActionFormResponse.js +2 -0
  562. package/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
  563. package/serialization/resources/commons/types/ConversationAnalysis.js +1 -0
  564. package/serialization/resources/commons/types/ConversationPrecondition.d.ts +5 -1
  565. package/serialization/resources/commons/types/ConversationPrecondition.js +2 -0
  566. package/serialization/resources/commons/types/ConversationSummary.d.ts +9 -0
  567. package/serialization/resources/commons/types/ConversationSummary.js +9 -0
  568. package/serialization/resources/commons/types/EntityType.d.ts +1 -1
  569. package/serialization/resources/commons/types/EntityType.js +2 -0
  570. package/serialization/resources/commons/types/InboxItemDuplicateDocuments.d.ts +1 -0
  571. package/serialization/resources/commons/types/InboxItemDuplicateDocuments.js +1 -0
  572. package/serialization/resources/commons/types/UserMessage.d.ts +1 -0
  573. package/serialization/resources/commons/types/UserMessage.js +1 -0
  574. package/serialization/resources/commons/types/index.d.ts +1 -3
  575. package/serialization/resources/commons/types/index.js +1 -3
  576. package/serialization/resources/conversation/types/AskRequest.d.ts +1 -0
  577. package/serialization/resources/conversation/types/AskRequest.js +1 -0
  578. package/serialization/resources/events/index.d.ts +1 -0
  579. package/serialization/resources/events/index.js +17 -0
  580. package/serialization/resources/events/types/BrowserInfo.d.ts +16 -0
  581. package/serialization/resources/events/types/BrowserInfo.js +47 -0
  582. package/serialization/resources/events/types/BrowserType.d.ts +10 -0
  583. package/serialization/resources/events/types/BrowserType.js +41 -0
  584. package/serialization/resources/events/types/ContextInfo.d.ts +12 -0
  585. package/serialization/resources/events/types/ContextInfo.js +43 -0
  586. package/serialization/resources/events/types/DeviceInfo.d.ts +17 -0
  587. package/serialization/resources/events/types/DeviceInfo.js +48 -0
  588. package/serialization/resources/events/types/DeviceType.d.ts +10 -0
  589. package/serialization/resources/events/types/DeviceType.js +41 -0
  590. package/serialization/resources/events/types/EventBaseNoId.d.ts +20 -0
  591. package/serialization/resources/events/types/EventBaseNoId.js +51 -0
  592. package/serialization/resources/events/types/EventField.d.ts +10 -0
  593. package/serialization/resources/events/types/EventField.js +41 -0
  594. package/serialization/resources/events/types/EventFilter.d.ts +22 -0
  595. package/serialization/resources/events/types/EventFilter.js +53 -0
  596. package/serialization/resources/events/types/EventResponse.d.ts +18 -0
  597. package/serialization/resources/events/types/EventResponse.js +51 -0
  598. package/serialization/resources/events/types/EventType.d.ts +10 -0
  599. package/serialization/resources/events/types/EventType.js +41 -0
  600. package/serialization/resources/events/types/EventsSearchRequest.d.ts +16 -0
  601. package/serialization/resources/events/types/EventsSearchRequest.js +49 -0
  602. package/serialization/resources/events/types/EventsSearchResponse.d.ts +14 -0
  603. package/serialization/resources/events/types/EventsSearchResponse.js +47 -0
  604. package/serialization/resources/events/types/FeedbackInfo.d.ts +15 -0
  605. package/serialization/resources/events/types/FeedbackInfo.js +46 -0
  606. package/serialization/resources/events/types/GeoInfo.d.ts +17 -0
  607. package/serialization/resources/events/types/GeoInfo.js +48 -0
  608. package/serialization/resources/events/types/IpInfo.d.ts +12 -0
  609. package/serialization/resources/events/types/IpInfo.js +43 -0
  610. package/serialization/resources/events/types/LanguageInfo.d.ts +12 -0
  611. package/serialization/resources/events/types/LanguageInfo.js +43 -0
  612. package/serialization/resources/events/types/NovelSystemEventNoId.d.ts +14 -0
  613. package/serialization/resources/events/types/NovelSystemEventNoId.js +47 -0
  614. package/serialization/resources/events/types/OsInfo.d.ts +15 -0
  615. package/serialization/resources/events/types/OsInfo.js +46 -0
  616. package/serialization/resources/events/types/OsType.d.ts +10 -0
  617. package/serialization/resources/events/types/OsType.js +48 -0
  618. package/serialization/resources/events/types/PageInfo.d.ts +16 -0
  619. package/serialization/resources/events/types/PageInfo.js +47 -0
  620. package/serialization/resources/events/types/SessionInfo.d.ts +15 -0
  621. package/serialization/resources/events/types/SessionInfo.js +46 -0
  622. package/serialization/resources/events/types/SourceInfo.d.ts +23 -0
  623. package/serialization/resources/events/types/SourceInfo.js +54 -0
  624. package/serialization/resources/events/types/SourceType.d.ts +10 -0
  625. package/serialization/resources/events/types/SourceType.js +41 -0
  626. package/serialization/resources/events/types/SurveyInfo.d.ts +13 -0
  627. package/serialization/resources/events/types/SurveyInfo.js +44 -0
  628. package/serialization/resources/events/types/SystemEvent.d.ts +14 -0
  629. package/serialization/resources/events/types/SystemEvent.js +47 -0
  630. package/serialization/resources/events/types/SystemEventName.d.ts +10 -0
  631. package/serialization/resources/events/types/SystemEventName.js +41 -0
  632. package/serialization/resources/events/types/UserEvent.d.ts +22 -0
  633. package/serialization/resources/events/types/UserEvent.js +55 -0
  634. package/serialization/resources/events/types/UserEventName.d.ts +10 -0
  635. package/serialization/resources/events/types/UserEventName.js +41 -0
  636. package/serialization/resources/events/types/UserInfo.d.ts +13 -0
  637. package/serialization/resources/events/types/UserInfo.js +44 -0
  638. package/serialization/resources/events/types/index.d.ts +29 -0
  639. package/serialization/resources/events/types/index.js +45 -0
  640. package/serialization/resources/index.d.ts +6 -1
  641. package/serialization/resources/index.js +7 -2
  642. package/serialization/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.d.ts +16 -0
  643. package/serialization/resources/knowledge/types/FinalizeKnowledgeBaseVersionRequest.js +47 -0
  644. package/serialization/resources/knowledge/types/KnowledgeBaseRequest.d.ts +1 -0
  645. package/serialization/resources/knowledge/types/KnowledgeBaseRequest.js +1 -0
  646. package/serialization/resources/knowledge/types/KnowledgeBaseResponse.d.ts +1 -0
  647. package/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +1 -0
  648. package/serialization/resources/knowledge/types/KnowledgeBaseVersion.d.ts +5 -0
  649. package/serialization/resources/knowledge/types/KnowledgeBaseVersion.js +5 -0
  650. package/serialization/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.d.ts +10 -0
  651. package/serialization/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.js +41 -0
  652. package/serialization/resources/knowledge/types/KnowledgeBaseVersionStatus.d.ts +10 -0
  653. package/serialization/resources/knowledge/types/KnowledgeBaseVersionStatus.js +41 -0
  654. package/serialization/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +3 -0
  655. package/serialization/resources/knowledge/types/KnowledgeDocumentRequest.js +3 -0
  656. package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +1 -0
  657. package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +1 -0
  658. package/serialization/resources/knowledge/types/index.d.ts +3 -0
  659. package/serialization/resources/knowledge/types/index.js +3 -0
  660. package/serialization/resources/realtime/types/AudioFormat.d.ts +10 -0
  661. package/serialization/resources/realtime/types/AudioFormat.js +41 -0
  662. package/serialization/resources/realtime/types/ControlEvent.d.ts +4 -1
  663. package/serialization/resources/realtime/types/ControlEvent.js +7 -2
  664. package/serialization/resources/realtime/types/MessageBase.d.ts +12 -0
  665. package/serialization/resources/realtime/types/MessageBase.js +43 -0
  666. package/serialization/resources/realtime/types/SubscribeEvent.d.ts +4 -1
  667. package/serialization/resources/realtime/types/SubscribeEvent.js +1 -0
  668. package/serialization/resources/realtime/types/index.d.ts +3 -1
  669. package/serialization/resources/realtime/types/index.js +3 -1
  670. package/serialization/resources/triggers/types/EventTriggerRequest.d.ts +1 -1
  671. package/serialization/resources/triggers/types/EventTriggerRequest.js +1 -1
  672. package/serialization/resources/{commons → triggers}/types/EventTriggerResponse.d.ts +2 -1
  673. package/{dist/serialization/resources/commons → serialization/resources/triggers}/types/EventTriggerResponse.js +2 -1
  674. package/serialization/resources/triggers/types/EventTriggersSearchRequest.d.ts +14 -0
  675. package/serialization/resources/triggers/types/EventTriggersSearchRequest.js +47 -0
  676. package/serialization/resources/triggers/types/EventTriggersSearchResponse.d.ts +14 -0
  677. package/serialization/resources/triggers/types/EventTriggersSearchResponse.js +47 -0
  678. package/serialization/resources/triggers/types/TriggerField.d.ts +10 -0
  679. package/serialization/resources/triggers/types/TriggerField.js +41 -0
  680. package/serialization/resources/triggers/types/TriggerPartialUpdate.d.ts +12 -0
  681. package/serialization/resources/triggers/types/TriggerPartialUpdate.js +43 -0
  682. package/serialization/resources/triggers/types/index.d.ts +7 -0
  683. package/serialization/resources/triggers/types/index.js +7 -0
  684. package/version.d.ts +1 -1
  685. package/version.js +1 -1
  686. /package/api/resources/{commons/types/EventTriggerBase.js → agents/types/Agent.js} +0 -0
  687. /package/api/resources/{commons/types/EventTriggerResponse.js → agents/types/AgentFilter.js} +0 -0
  688. /package/{dist/api/resources/commons/types/EventTriggerBase.js → api/resources/agents/types/AgentsSearchRequest.js} +0 -0
  689. /package/{dist/api/resources/commons/types/EventTriggerResponse.js → api/resources/agents/types/AgentsSearchResponse.js} +0 -0
  690. /package/api/resources/{commons → triggers}/types/EventTriggerBase.d.ts +0 -0
  691. /package/api/resources/{commons → triggers}/types/EventTriggerType.d.ts +0 -0
  692. /package/api/resources/{commons → triggers}/types/EventTriggerType.js +0 -0
  693. /package/dist/api/resources/{commons → triggers}/types/EventTriggerBase.d.ts +0 -0
  694. /package/dist/api/resources/{commons → triggers}/types/EventTriggerType.d.ts +0 -0
  695. /package/dist/api/resources/{commons → triggers}/types/EventTriggerType.js +0 -0
  696. /package/dist/serialization/resources/{commons → triggers}/types/EventTriggerBase.d.ts +0 -0
  697. /package/dist/serialization/resources/{commons → triggers}/types/EventTriggerBase.js +0 -0
  698. /package/dist/serialization/resources/{commons → triggers}/types/EventTriggerType.d.ts +0 -0
  699. /package/dist/serialization/resources/{commons → triggers}/types/EventTriggerType.js +0 -0
  700. /package/serialization/resources/{commons → triggers}/types/EventTriggerBase.d.ts +0 -0
  701. /package/serialization/resources/{commons → triggers}/types/EventTriggerBase.js +0 -0
  702. /package/serialization/resources/{commons → triggers}/types/EventTriggerType.d.ts +0 -0
  703. /package/serialization/resources/{commons → triggers}/types/EventTriggerType.js +0 -0
@@ -0,0 +1 @@
1
+ export * as list from "./list";
@@ -0,0 +1,37 @@
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.list = void 0;
37
+ exports.list = __importStar(require("./list"));
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { Agent } from "../types/Agent";
8
+ export declare const Response: core.serialization.Schema<serializers.agents.list.Response.Raw, MavenAGI.Agent[]>;
9
+ export declare namespace Response {
10
+ type Raw = Agent.Raw[];
11
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const Agent_1 = require("../types/Agent");
42
+ exports.Response = core.serialization.list(Agent_1.Agent);
@@ -0,0 +1,2 @@
1
+ export * from "./types";
2
+ export * from "./client";
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
18
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { EntityId } from "../../commons/types/EntityId";
8
+ import { AgentEnvironment } from "./AgentEnvironment";
9
+ export declare const Agent: core.serialization.ObjectSchema<serializers.Agent.Raw, MavenAGI.Agent>;
10
+ export declare namespace Agent {
11
+ interface Raw {
12
+ agentId: EntityId.Raw;
13
+ name: string;
14
+ createdAt: string;
15
+ environment: AgentEnvironment.Raw;
16
+ }
17
+ }
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.Agent = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const EntityId_1 = require("../../commons/types/EntityId");
42
+ const AgentEnvironment_1 = require("./AgentEnvironment");
43
+ exports.Agent = core.serialization.object({
44
+ agentId: EntityId_1.EntityId,
45
+ name: core.serialization.string(),
46
+ createdAt: core.serialization.date(),
47
+ environment: AgentEnvironment_1.AgentEnvironment,
48
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const AgentEnvironment: core.serialization.Schema<serializers.AgentEnvironment.Raw, MavenAGI.AgentEnvironment>;
8
+ export declare namespace AgentEnvironment {
9
+ type Raw = "DEMO" | "STAGING" | "PRODUCTION";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AgentEnvironment = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.AgentEnvironment = core.serialization.enum_(["DEMO", "STAGING", "PRODUCTION"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const AgentField: core.serialization.Schema<serializers.AgentField.Raw, MavenAGI.AgentField>;
8
+ export declare namespace AgentField {
9
+ type Raw = "CREATED_AT" | "ENVIRONMENT";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AgentField = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.AgentField = core.serialization.enum_(["CREATED_AT", "ENVIRONMENT"]);
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { AgentEnvironment } from "./AgentEnvironment";
8
+ export declare const AgentFilter: core.serialization.ObjectSchema<serializers.AgentFilter.Raw, MavenAGI.AgentFilter>;
9
+ export declare namespace AgentFilter {
10
+ interface Raw {
11
+ environment?: AgentEnvironment.Raw | null;
12
+ }
13
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AgentFilter = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const AgentEnvironment_1 = require("./AgentEnvironment");
42
+ exports.AgentFilter = core.serialization.object({
43
+ environment: AgentEnvironment_1.AgentEnvironment.optional(),
44
+ });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { AgentField } from "./AgentField";
8
+ import { AgentFilter } from "./AgentFilter";
9
+ import { BasePaginatedRequest } from "../../commons/types/BasePaginatedRequest";
10
+ export declare const AgentsSearchRequest: core.serialization.ObjectSchema<serializers.AgentsSearchRequest.Raw, MavenAGI.AgentsSearchRequest>;
11
+ export declare namespace AgentsSearchRequest {
12
+ interface Raw extends BasePaginatedRequest.Raw {
13
+ sort?: AgentField.Raw | null;
14
+ filter?: AgentFilter.Raw | null;
15
+ }
16
+ }
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AgentsSearchRequest = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const AgentField_1 = require("./AgentField");
42
+ const AgentFilter_1 = require("./AgentFilter");
43
+ const BasePaginatedRequest_1 = require("../../commons/types/BasePaginatedRequest");
44
+ exports.AgentsSearchRequest = core.serialization
45
+ .object({
46
+ sort: AgentField_1.AgentField.optional(),
47
+ filter: AgentFilter_1.AgentFilter.optional(),
48
+ })
49
+ .extend(BasePaginatedRequest_1.BasePaginatedRequest);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { Agent } from "./Agent";
8
+ import { Page } from "../../commons/types/Page";
9
+ export declare const AgentsSearchResponse: core.serialization.ObjectSchema<serializers.AgentsSearchResponse.Raw, MavenAGI.AgentsSearchResponse>;
10
+ export declare namespace AgentsSearchResponse {
11
+ interface Raw extends Page.Raw {
12
+ agents: Agent.Raw[];
13
+ }
14
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AgentsSearchResponse = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const Agent_1 = require("./Agent");
42
+ const Page_1 = require("../../commons/types/Page");
43
+ exports.AgentsSearchResponse = core.serialization
44
+ .object({
45
+ agents: core.serialization.list(Agent_1.Agent),
46
+ })
47
+ .extend(Page_1.Page);
@@ -0,0 +1,6 @@
1
+ export * from "./AgentEnvironment";
2
+ export * from "./Agent";
3
+ export * from "./AgentsSearchRequest";
4
+ export * from "./AgentField";
5
+ export * from "./AgentFilter";
6
+ export * from "./AgentsSearchResponse";
@@ -0,0 +1,22 @@
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("./AgentEnvironment"), exports);
18
+ __exportStar(require("./Agent"), exports);
19
+ __exportStar(require("./AgentsSearchRequest"), exports);
20
+ __exportStar(require("./AgentField"), exports);
21
+ __exportStar(require("./AgentFilter"), exports);
22
+ __exportStar(require("./AgentsSearchResponse"), exports);
@@ -1 +1,2 @@
1
+ export * from "./types";
1
2
  export * from "./client";
@@ -14,4 +14,5 @@ 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("./types"), exports);
17
18
  __exportStar(require("./client"), exports);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const AppSettings: core.serialization.ObjectSchema<serializers.AppSettings.Raw, MavenAGI.AppSettings>;
8
+ export declare namespace AppSettings {
9
+ interface Raw {
10
+ organizationId: string;
11
+ agentId: string;
12
+ settings: Record<string, unknown>;
13
+ }
14
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AppSettings = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.AppSettings = core.serialization.object({
42
+ organizationId: core.serialization.string(),
43
+ agentId: core.serialization.string(),
44
+ settings: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
45
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as MavenAGI from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { AppSettings } from "./AppSettings";
8
+ export declare const SearchAppSettingsResponse: core.serialization.ObjectSchema<serializers.SearchAppSettingsResponse.Raw, MavenAGI.SearchAppSettingsResponse>;
9
+ export declare namespace SearchAppSettingsResponse {
10
+ interface Raw {
11
+ results: AppSettings.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SearchAppSettingsResponse = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const AppSettings_1 = require("./AppSettings");
42
+ exports.SearchAppSettingsResponse = core.serialization.object({
43
+ results: core.serialization.list(AppSettings_1.AppSettings),
44
+ });
@@ -0,0 +1,2 @@
1
+ export * from "./SearchAppSettingsResponse";
2
+ export * from "./AppSettings";