@gleanwork/api-client 0.1.0-beta.5 → 0.1.0-beta.7

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 (2273) hide show
  1. package/FUNCTIONS.md +2 -2
  2. package/README.md +164 -158
  3. package/dist/commonjs/__tests__/activity.test.js +14 -0
  4. package/dist/commonjs/__tests__/activity.test.js.map +1 -1
  5. package/dist/commonjs/__tests__/adminsearch.test.d.ts +2 -0
  6. package/dist/commonjs/__tests__/adminsearch.test.d.ts.map +1 -0
  7. package/dist/commonjs/__tests__/adminsearch.test.js +230 -0
  8. package/dist/commonjs/__tests__/adminsearch.test.js.map +1 -0
  9. package/dist/commonjs/__tests__/agents.test.js +3 -3
  10. package/dist/commonjs/__tests__/agents.test.js.map +1 -1
  11. package/dist/commonjs/__tests__/announcements.test.js +1 -1
  12. package/dist/commonjs/__tests__/answers.test.js +17 -5
  13. package/dist/commonjs/__tests__/answers.test.js.map +1 -1
  14. package/dist/commonjs/__tests__/chat.test.js +1881 -246
  15. package/dist/commonjs/__tests__/chat.test.js.map +1 -1
  16. package/dist/commonjs/__tests__/clientdocuments.test.js +17 -3
  17. package/dist/commonjs/__tests__/clientdocuments.test.js.map +1 -1
  18. package/dist/commonjs/__tests__/clientsearch.test.d.ts +2 -0
  19. package/dist/commonjs/__tests__/clientsearch.test.d.ts.map +1 -0
  20. package/dist/commonjs/__tests__/clientsearch.test.js +387 -0
  21. package/dist/commonjs/__tests__/clientsearch.test.js.map +1 -0
  22. package/dist/commonjs/__tests__/clientshortcuts.test.js +16 -7
  23. package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
  24. package/dist/commonjs/__tests__/collections.test.js +12 -9
  25. package/dist/commonjs/__tests__/collections.test.js.map +1 -1
  26. package/dist/commonjs/__tests__/datasource.test.d.ts +2 -0
  27. package/dist/commonjs/__tests__/datasource.test.d.ts.map +1 -0
  28. package/dist/commonjs/__tests__/datasource.test.js +10 -0
  29. package/dist/commonjs/__tests__/datasource.test.js.map +1 -0
  30. package/dist/commonjs/__tests__/datasources.test.js +1 -1
  31. package/dist/commonjs/__tests__/datasources.test.js.map +1 -1
  32. package/dist/commonjs/__tests__/indexingdocuments.test.js +41 -0
  33. package/dist/commonjs/__tests__/indexingdocuments.test.js.map +1 -1
  34. package/dist/commonjs/__tests__/indexingpeople.test.d.ts +2 -0
  35. package/dist/commonjs/__tests__/indexingpeople.test.d.ts.map +1 -0
  36. package/dist/commonjs/__tests__/indexingpeople.test.js +30 -0
  37. package/dist/commonjs/__tests__/indexingpeople.test.js.map +1 -0
  38. package/dist/commonjs/__tests__/insights.test.js +2 -3
  39. package/dist/commonjs/__tests__/insights.test.js.map +1 -1
  40. package/dist/commonjs/__tests__/messages.test.js +2 -3
  41. package/dist/commonjs/__tests__/messages.test.js.map +1 -1
  42. package/dist/commonjs/__tests__/pins.test.js +2 -2
  43. package/dist/commonjs/__tests__/pins.test.js.map +1 -1
  44. package/dist/commonjs/__tests__/search.test.js +1 -238
  45. package/dist/commonjs/__tests__/search.test.js.map +1 -1
  46. package/dist/commonjs/funcs/clientActivityFeedback.d.ts +16 -0
  47. package/dist/commonjs/funcs/clientActivityFeedback.d.ts.map +1 -0
  48. package/dist/commonjs/funcs/clientActivityFeedback.js +121 -0
  49. package/dist/commonjs/funcs/clientActivityFeedback.js.map +1 -0
  50. package/dist/commonjs/funcs/clientAdminSearchQuery.d.ts +17 -0
  51. package/dist/commonjs/funcs/clientAdminSearchQuery.d.ts.map +1 -0
  52. package/dist/commonjs/funcs/clientAdminSearchQuery.js +118 -0
  53. package/dist/commonjs/funcs/clientAdminSearchQuery.js.map +1 -0
  54. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts +16 -0
  55. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  56. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js +123 -0
  57. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js.map +1 -0
  58. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts +16 -0
  59. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts.map +1 -0
  60. package/dist/commonjs/funcs/clientAgentsAgentRun.js +121 -0
  61. package/dist/commonjs/funcs/clientAgentsAgentRun.js.map +1 -0
  62. package/dist/commonjs/funcs/clientAgentsList.d.ts +16 -0
  63. package/dist/commonjs/funcs/clientAgentsList.d.ts.map +1 -0
  64. package/dist/commonjs/funcs/clientAgentsList.js +121 -0
  65. package/dist/commonjs/funcs/clientAgentsList.js.map +1 -0
  66. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.d.ts +16 -0
  67. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.d.ts.map +1 -0
  68. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js +123 -0
  69. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js.map +1 -0
  70. package/dist/commonjs/funcs/clientAgentsRun.d.ts +16 -0
  71. package/dist/commonjs/funcs/clientAgentsRun.d.ts.map +1 -0
  72. package/dist/commonjs/funcs/clientAgentsRun.js +121 -0
  73. package/dist/commonjs/funcs/clientAgentsRun.js.map +1 -0
  74. package/dist/commonjs/funcs/clientAnswersRetrieve.d.ts +16 -0
  75. package/dist/commonjs/funcs/clientAnswersRetrieve.d.ts.map +1 -0
  76. package/dist/commonjs/funcs/clientAnswersRetrieve.js +112 -0
  77. package/dist/commonjs/funcs/clientAnswersRetrieve.js.map +1 -0
  78. package/dist/commonjs/funcs/clientAnswersUpdate.d.ts +16 -0
  79. package/dist/commonjs/funcs/clientAnswersUpdate.d.ts.map +1 -0
  80. package/dist/commonjs/funcs/clientAnswersUpdate.js +112 -0
  81. package/dist/commonjs/funcs/clientAnswersUpdate.js.map +1 -0
  82. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts +16 -0
  83. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts.map +1 -0
  84. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js +123 -0
  85. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js.map +1 -0
  86. package/dist/commonjs/funcs/clientChatCreate.d.ts +16 -0
  87. package/dist/commonjs/funcs/clientChatCreate.d.ts.map +1 -0
  88. package/dist/commonjs/funcs/clientChatCreate.js +121 -0
  89. package/dist/commonjs/funcs/clientChatCreate.js.map +1 -0
  90. package/dist/commonjs/funcs/clientChatCreateStream.d.ts +16 -0
  91. package/dist/commonjs/funcs/clientChatCreateStream.d.ts.map +1 -0
  92. package/dist/commonjs/funcs/clientChatCreateStream.js +121 -0
  93. package/dist/commonjs/funcs/clientChatCreateStream.js.map +1 -0
  94. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts +16 -0
  95. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts.map +1 -0
  96. package/dist/commonjs/funcs/clientChatFilesDelete.js +123 -0
  97. package/dist/commonjs/funcs/clientChatFilesDelete.js.map +1 -0
  98. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts +16 -0
  99. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts.map +1 -0
  100. package/dist/commonjs/funcs/clientChatFilesRetrieve.js +123 -0
  101. package/dist/commonjs/funcs/clientChatFilesRetrieve.js.map +1 -0
  102. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts +16 -0
  103. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts.map +1 -0
  104. package/dist/commonjs/funcs/clientChatFilesUpload.js +121 -0
  105. package/dist/commonjs/funcs/clientChatFilesUpload.js.map +1 -0
  106. package/dist/commonjs/funcs/clientChatRetrieve.d.ts +16 -0
  107. package/dist/commonjs/funcs/clientChatRetrieve.d.ts.map +1 -0
  108. package/dist/commonjs/funcs/clientChatRetrieve.js +121 -0
  109. package/dist/commonjs/funcs/clientChatRetrieve.js.map +1 -0
  110. package/dist/commonjs/funcs/clientChatRetrieveApplication.d.ts +16 -0
  111. package/dist/commonjs/funcs/clientChatRetrieveApplication.d.ts.map +1 -0
  112. package/dist/commonjs/funcs/clientChatRetrieveApplication.js +123 -0
  113. package/dist/commonjs/funcs/clientChatRetrieveApplication.js.map +1 -0
  114. package/dist/commonjs/funcs/clientChatRetrieveFiles.d.ts +16 -0
  115. package/dist/commonjs/funcs/clientChatRetrieveFiles.d.ts.map +1 -0
  116. package/dist/commonjs/funcs/clientChatRetrieveFiles.js +123 -0
  117. package/dist/commonjs/funcs/clientChatRetrieveFiles.js.map +1 -0
  118. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts +16 -0
  119. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts.map +1 -0
  120. package/dist/commonjs/funcs/clientCollectionsItemDelete.js +112 -0
  121. package/dist/commonjs/funcs/clientCollectionsItemDelete.js.map +1 -0
  122. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts +16 -0
  123. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts.map +1 -0
  124. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js +112 -0
  125. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js.map +1 -0
  126. package/dist/commonjs/funcs/clientCollectionsRetrieve.d.ts +16 -0
  127. package/dist/commonjs/funcs/clientCollectionsRetrieve.d.ts.map +1 -0
  128. package/dist/commonjs/funcs/clientCollectionsRetrieve.js +112 -0
  129. package/dist/commonjs/funcs/clientCollectionsRetrieve.js.map +1 -0
  130. package/dist/commonjs/funcs/clientCollectionsUpdateItem.d.ts +16 -0
  131. package/dist/commonjs/funcs/clientCollectionsUpdateItem.d.ts.map +1 -0
  132. package/dist/commonjs/funcs/clientCollectionsUpdateItem.js +112 -0
  133. package/dist/commonjs/funcs/clientCollectionsUpdateItem.js.map +1 -0
  134. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts +16 -0
  135. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  136. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js +112 -0
  137. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js.map +1 -0
  138. package/dist/commonjs/funcs/clientDocumentsRetrieve.d.ts +16 -0
  139. package/dist/commonjs/funcs/clientDocumentsRetrieve.d.ts.map +1 -0
  140. package/dist/commonjs/funcs/clientDocumentsRetrieve.js +114 -0
  141. package/dist/commonjs/funcs/clientDocumentsRetrieve.js.map +1 -0
  142. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.d.ts +16 -0
  143. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  144. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js +114 -0
  145. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js.map +1 -0
  146. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.d.ts +16 -0
  147. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.d.ts.map +1 -0
  148. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js +112 -0
  149. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js.map +1 -0
  150. package/dist/commonjs/funcs/clientDocumentsSummarize.d.ts +16 -0
  151. package/dist/commonjs/funcs/clientDocumentsSummarize.d.ts.map +1 -0
  152. package/dist/commonjs/funcs/clientDocumentsSummarize.js +112 -0
  153. package/dist/commonjs/funcs/clientDocumentsSummarize.js.map +1 -0
  154. package/dist/commonjs/funcs/clientInsightsRetrieve.d.ts +16 -0
  155. package/dist/commonjs/funcs/clientInsightsRetrieve.d.ts.map +1 -0
  156. package/dist/commonjs/funcs/clientInsightsRetrieve.js +112 -0
  157. package/dist/commonjs/funcs/clientInsightsRetrieve.js.map +1 -0
  158. package/dist/commonjs/funcs/clientMessagesRetrieve.d.ts +16 -0
  159. package/dist/commonjs/funcs/clientMessagesRetrieve.d.ts.map +1 -0
  160. package/dist/commonjs/funcs/clientMessagesRetrieve.js +112 -0
  161. package/dist/commonjs/funcs/clientMessagesRetrieve.js.map +1 -0
  162. package/dist/commonjs/funcs/clientPinsRetrieve.d.ts +16 -0
  163. package/dist/commonjs/funcs/clientPinsRetrieve.d.ts.map +1 -0
  164. package/dist/commonjs/funcs/clientPinsRetrieve.js +112 -0
  165. package/dist/commonjs/funcs/clientPinsRetrieve.js.map +1 -0
  166. package/dist/commonjs/funcs/clientPinsUpdate.d.ts +16 -0
  167. package/dist/commonjs/funcs/clientPinsUpdate.d.ts.map +1 -0
  168. package/dist/commonjs/funcs/clientPinsUpdate.js +112 -0
  169. package/dist/commonjs/funcs/clientPinsUpdate.js.map +1 -0
  170. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts +17 -0
  171. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts.map +1 -0
  172. package/dist/commonjs/funcs/clientSearchAdminQuery.js +118 -0
  173. package/dist/commonjs/funcs/clientSearchAdminQuery.js.map +1 -0
  174. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts +16 -0
  175. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts.map +1 -0
  176. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js +112 -0
  177. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js.map +1 -0
  178. package/dist/commonjs/funcs/clientSearchQuery.d.ts +17 -0
  179. package/dist/commonjs/funcs/clientSearchQuery.d.ts.map +1 -0
  180. package/dist/commonjs/funcs/clientSearchQuery.js +118 -0
  181. package/dist/commonjs/funcs/clientSearchQuery.js.map +1 -0
  182. package/dist/commonjs/funcs/clientSearchRetrieveFeed.d.ts +16 -0
  183. package/dist/commonjs/funcs/clientSearchRetrieveFeed.d.ts.map +1 -0
  184. package/dist/commonjs/funcs/clientSearchRetrieveFeed.js +112 -0
  185. package/dist/commonjs/funcs/clientSearchRetrieveFeed.js.map +1 -0
  186. package/dist/commonjs/funcs/clientShortcutsRetrieve.d.ts +16 -0
  187. package/dist/commonjs/funcs/clientShortcutsRetrieve.d.ts.map +1 -0
  188. package/dist/commonjs/funcs/clientShortcutsRetrieve.js +112 -0
  189. package/dist/commonjs/funcs/clientShortcutsRetrieve.js.map +1 -0
  190. package/dist/commonjs/funcs/indexingDatasourceStatus.d.ts +18 -0
  191. package/dist/commonjs/funcs/indexingDatasourceStatus.d.ts.map +1 -0
  192. package/dist/commonjs/funcs/indexingDatasourceStatus.js +126 -0
  193. package/dist/commonjs/funcs/indexingDatasourceStatus.js.map +1 -0
  194. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts +16 -0
  195. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  196. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js +112 -0
  197. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js.map +1 -0
  198. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.d.ts +16 -0
  199. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
  200. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js +112 -0
  201. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -0
  202. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.d.ts +18 -0
  203. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.d.ts.map +1 -0
  204. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js +114 -0
  205. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js.map +1 -0
  206. package/dist/commonjs/funcs/indexingDocumentsCount.d.ts +20 -0
  207. package/dist/commonjs/funcs/indexingDocumentsCount.d.ts.map +1 -0
  208. package/dist/commonjs/funcs/indexingDocumentsCount.js +116 -0
  209. package/dist/commonjs/funcs/indexingDocumentsCount.js.map +1 -0
  210. package/dist/commonjs/funcs/indexingDocumentsDebug.d.ts +18 -0
  211. package/dist/commonjs/funcs/indexingDocumentsDebug.d.ts.map +1 -0
  212. package/dist/commonjs/funcs/indexingDocumentsDebug.js +130 -0
  213. package/dist/commonjs/funcs/indexingDocumentsDebug.js.map +1 -0
  214. package/dist/commonjs/funcs/indexingDocumentsDebugMany.d.ts +18 -0
  215. package/dist/commonjs/funcs/indexingDocumentsDebugMany.d.ts.map +1 -0
  216. package/dist/commonjs/funcs/indexingDocumentsDebugMany.js +130 -0
  217. package/dist/commonjs/funcs/indexingDocumentsDebugMany.js.map +1 -0
  218. package/dist/commonjs/funcs/indexingDocumentsStatus.d.ts +20 -0
  219. package/dist/commonjs/funcs/indexingDocumentsStatus.d.ts.map +1 -0
  220. package/dist/commonjs/funcs/indexingDocumentsStatus.js +116 -0
  221. package/dist/commonjs/funcs/indexingDocumentsStatus.js.map +1 -0
  222. package/dist/commonjs/funcs/indexingPeopleCount.d.ts +20 -0
  223. package/dist/commonjs/funcs/indexingPeopleCount.d.ts.map +1 -0
  224. package/dist/commonjs/funcs/indexingPeopleCount.js +116 -0
  225. package/dist/commonjs/funcs/indexingPeopleCount.js.map +1 -0
  226. package/dist/commonjs/funcs/indexingPeopleDebug.d.ts +18 -0
  227. package/dist/commonjs/funcs/indexingPeopleDebug.d.ts.map +1 -0
  228. package/dist/commonjs/funcs/indexingPeopleDebug.js +127 -0
  229. package/dist/commonjs/funcs/indexingPeopleDebug.js.map +1 -0
  230. package/dist/commonjs/funcs/indexingShortcutsUpload.d.ts +16 -0
  231. package/dist/commonjs/funcs/indexingShortcutsUpload.d.ts.map +1 -0
  232. package/dist/commonjs/funcs/indexingShortcutsUpload.js +113 -0
  233. package/dist/commonjs/funcs/indexingShortcutsUpload.js.map +1 -0
  234. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +18 -0
  235. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  236. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +130 -0
  237. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  238. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +18 -0
  239. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  240. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +130 -0
  241. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  242. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts +18 -0
  243. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  244. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js +126 -0
  245. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  246. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +18 -0
  247. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  248. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js +127 -0
  249. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  250. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts +20 -0
  251. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  252. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js +116 -0
  253. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js.map +1 -0
  254. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts +20 -0
  255. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  256. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js +116 -0
  257. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  258. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts +20 -0
  259. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  260. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js +116 -0
  261. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js.map +1 -0
  262. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts +16 -0
  263. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  264. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.js +113 -0
  265. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  266. package/dist/commonjs/funcs/searchAutocomplete.d.ts +16 -0
  267. package/dist/commonjs/funcs/searchAutocomplete.d.ts.map +1 -0
  268. package/dist/commonjs/funcs/searchAutocomplete.js +112 -0
  269. package/dist/commonjs/funcs/searchAutocomplete.js.map +1 -0
  270. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts +16 -0
  271. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts.map +1 -0
  272. package/dist/commonjs/funcs/shortcutsCreateshortcut.js +112 -0
  273. package/dist/commonjs/funcs/shortcutsCreateshortcut.js.map +1 -0
  274. package/dist/commonjs/funcs/verificationVerify.d.ts +16 -0
  275. package/dist/commonjs/funcs/verificationVerify.d.ts.map +1 -0
  276. package/dist/commonjs/funcs/verificationVerify.js +112 -0
  277. package/dist/commonjs/funcs/verificationVerify.js.map +1 -0
  278. package/dist/commonjs/lib/config.d.ts +3 -3
  279. package/dist/commonjs/lib/config.js +3 -3
  280. package/dist/commonjs/models/components/collectionitem.js +2 -2
  281. package/dist/commonjs/models/components/collectionitem.js.map +1 -1
  282. package/dist/commonjs/models/components/documentmetadata.js +2 -2
  283. package/dist/commonjs/models/components/documentmetadata.js.map +1 -1
  284. package/dist/commonjs/models/components/index.d.ts +1 -0
  285. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  286. package/dist/commonjs/models/components/index.js +1 -0
  287. package/dist/commonjs/models/components/index.js.map +1 -1
  288. package/dist/commonjs/models/components/indexingshortcut.d.ts +72 -0
  289. package/dist/commonjs/models/components/indexingshortcut.d.ts.map +1 -0
  290. package/dist/commonjs/models/components/indexingshortcut.js +85 -0
  291. package/dist/commonjs/models/components/indexingshortcut.js.map +1 -0
  292. package/dist/commonjs/models/components/shortcut.d.ts +77 -20
  293. package/dist/commonjs/models/components/shortcut.d.ts.map +1 -1
  294. package/dist/commonjs/models/components/shortcut.js +46 -10
  295. package/dist/commonjs/models/components/shortcut.js.map +1 -1
  296. package/dist/commonjs/models/components/structuredresult.js +2 -2
  297. package/dist/commonjs/models/components/structuredresult.js.map +1 -1
  298. package/dist/commonjs/models/components/uploadshortcutsrequest.d.ts +3 -3
  299. package/dist/commonjs/models/components/uploadshortcutsrequest.d.ts.map +1 -1
  300. package/dist/commonjs/models/components/uploadshortcutsrequest.js +3 -3
  301. package/dist/commonjs/models/components/uploadshortcutsrequest.js.map +1 -1
  302. package/dist/commonjs/react-query/clientActivityFeedback.d.ts +24 -0
  303. package/dist/commonjs/react-query/clientActivityFeedback.d.ts.map +1 -0
  304. package/dist/commonjs/react-query/clientActivityFeedback.js +47 -0
  305. package/dist/commonjs/react-query/clientActivityFeedback.js.map +1 -0
  306. package/dist/commonjs/react-query/clientAdminSearchQuery.d.ts +23 -0
  307. package/dist/commonjs/react-query/clientAdminSearchQuery.d.ts.map +1 -0
  308. package/dist/commonjs/react-query/clientAdminSearchQuery.js +47 -0
  309. package/dist/commonjs/react-query/clientAdminSearchQuery.js.map +1 -0
  310. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts +24 -0
  311. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  312. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js +47 -0
  313. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js.map +1 -0
  314. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts +24 -0
  315. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts.map +1 -0
  316. package/dist/commonjs/react-query/clientAgentsAgentRun.js +47 -0
  317. package/dist/commonjs/react-query/clientAgentsAgentRun.js.map +1 -0
  318. package/dist/commonjs/react-query/clientAgentsList.d.ts +24 -0
  319. package/dist/commonjs/react-query/clientAgentsList.d.ts.map +1 -0
  320. package/dist/commonjs/react-query/clientAgentsList.js +47 -0
  321. package/dist/commonjs/react-query/clientAgentsList.js.map +1 -0
  322. package/dist/commonjs/react-query/clientAgentsRetrieveInputs.d.ts +24 -0
  323. package/dist/commonjs/react-query/clientAgentsRetrieveInputs.d.ts.map +1 -0
  324. package/dist/commonjs/react-query/clientAgentsRetrieveInputs.js +47 -0
  325. package/dist/commonjs/react-query/clientAgentsRetrieveInputs.js.map +1 -0
  326. package/dist/commonjs/react-query/clientAgentsRun.d.ts +24 -0
  327. package/dist/commonjs/react-query/clientAgentsRun.d.ts.map +1 -0
  328. package/dist/commonjs/react-query/clientAgentsRun.js +47 -0
  329. package/dist/commonjs/react-query/clientAgentsRun.js.map +1 -0
  330. package/dist/commonjs/react-query/clientAnswersRetrieve.d.ts +23 -0
  331. package/dist/commonjs/react-query/clientAnswersRetrieve.d.ts.map +1 -0
  332. package/dist/commonjs/react-query/clientAnswersRetrieve.js +47 -0
  333. package/dist/commonjs/react-query/clientAnswersRetrieve.js.map +1 -0
  334. package/dist/commonjs/react-query/clientAnswersUpdate.d.ts +23 -0
  335. package/dist/commonjs/react-query/clientAnswersUpdate.d.ts.map +1 -0
  336. package/dist/commonjs/react-query/clientAnswersUpdate.js +47 -0
  337. package/dist/commonjs/react-query/clientAnswersUpdate.js.map +1 -0
  338. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts +24 -0
  339. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts.map +1 -0
  340. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js +47 -0
  341. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js.map +1 -0
  342. package/dist/commonjs/react-query/clientChatCreate.d.ts +24 -0
  343. package/dist/commonjs/react-query/clientChatCreate.d.ts.map +1 -0
  344. package/dist/commonjs/react-query/clientChatCreate.js +47 -0
  345. package/dist/commonjs/react-query/clientChatCreate.js.map +1 -0
  346. package/dist/commonjs/react-query/clientChatCreateStream.d.ts +24 -0
  347. package/dist/commonjs/react-query/clientChatCreateStream.d.ts.map +1 -0
  348. package/dist/commonjs/react-query/clientChatCreateStream.js +47 -0
  349. package/dist/commonjs/react-query/clientChatCreateStream.js.map +1 -0
  350. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts +24 -0
  351. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts.map +1 -0
  352. package/dist/commonjs/react-query/clientChatFilesDelete.js +47 -0
  353. package/dist/commonjs/react-query/clientChatFilesDelete.js.map +1 -0
  354. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts +24 -0
  355. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts.map +1 -0
  356. package/dist/commonjs/react-query/clientChatFilesRetrieve.js +47 -0
  357. package/dist/commonjs/react-query/clientChatFilesRetrieve.js.map +1 -0
  358. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts +24 -0
  359. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts.map +1 -0
  360. package/dist/commonjs/react-query/clientChatFilesUpload.js +47 -0
  361. package/dist/commonjs/react-query/clientChatFilesUpload.js.map +1 -0
  362. package/dist/commonjs/react-query/clientChatRetrieve.d.ts +24 -0
  363. package/dist/commonjs/react-query/clientChatRetrieve.d.ts.map +1 -0
  364. package/dist/commonjs/react-query/clientChatRetrieve.js +47 -0
  365. package/dist/commonjs/react-query/clientChatRetrieve.js.map +1 -0
  366. package/dist/commonjs/react-query/clientChatRetrieveApplication.d.ts +24 -0
  367. package/dist/commonjs/react-query/clientChatRetrieveApplication.d.ts.map +1 -0
  368. package/dist/commonjs/react-query/clientChatRetrieveApplication.js +47 -0
  369. package/dist/commonjs/react-query/clientChatRetrieveApplication.js.map +1 -0
  370. package/dist/commonjs/react-query/clientChatRetrieveFiles.d.ts +24 -0
  371. package/dist/commonjs/react-query/clientChatRetrieveFiles.d.ts.map +1 -0
  372. package/dist/commonjs/react-query/clientChatRetrieveFiles.js +47 -0
  373. package/dist/commonjs/react-query/clientChatRetrieveFiles.js.map +1 -0
  374. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts +23 -0
  375. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts.map +1 -0
  376. package/dist/commonjs/react-query/clientCollectionsItemDelete.js +47 -0
  377. package/dist/commonjs/react-query/clientCollectionsItemDelete.js.map +1 -0
  378. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts +23 -0
  379. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts.map +1 -0
  380. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js +47 -0
  381. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js.map +1 -0
  382. package/dist/commonjs/react-query/clientCollectionsRetrieve.d.ts +23 -0
  383. package/dist/commonjs/react-query/clientCollectionsRetrieve.d.ts.map +1 -0
  384. package/dist/commonjs/react-query/clientCollectionsRetrieve.js +47 -0
  385. package/dist/commonjs/react-query/clientCollectionsRetrieve.js.map +1 -0
  386. package/dist/commonjs/react-query/clientCollectionsUpdateItem.d.ts +23 -0
  387. package/dist/commonjs/react-query/clientCollectionsUpdateItem.d.ts.map +1 -0
  388. package/dist/commonjs/react-query/clientCollectionsUpdateItem.js +47 -0
  389. package/dist/commonjs/react-query/clientCollectionsUpdateItem.js.map +1 -0
  390. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts +23 -0
  391. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  392. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js +47 -0
  393. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js.map +1 -0
  394. package/dist/commonjs/react-query/clientDocumentsRetrieve.d.ts +23 -0
  395. package/dist/commonjs/react-query/clientDocumentsRetrieve.d.ts.map +1 -0
  396. package/dist/commonjs/react-query/clientDocumentsRetrieve.js +47 -0
  397. package/dist/commonjs/react-query/clientDocumentsRetrieve.js.map +1 -0
  398. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.d.ts +23 -0
  399. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  400. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.js +47 -0
  401. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.js.map +1 -0
  402. package/dist/commonjs/react-query/clientDocumentsRetrievePermissions.d.ts +23 -0
  403. package/dist/commonjs/react-query/clientDocumentsRetrievePermissions.d.ts.map +1 -0
  404. package/dist/commonjs/react-query/clientDocumentsRetrievePermissions.js +47 -0
  405. package/dist/commonjs/react-query/clientDocumentsRetrievePermissions.js.map +1 -0
  406. package/dist/commonjs/react-query/clientDocumentsSummarize.d.ts +23 -0
  407. package/dist/commonjs/react-query/clientDocumentsSummarize.d.ts.map +1 -0
  408. package/dist/commonjs/react-query/clientDocumentsSummarize.js +47 -0
  409. package/dist/commonjs/react-query/clientDocumentsSummarize.js.map +1 -0
  410. package/dist/commonjs/react-query/clientInsightsRetrieve.d.ts +23 -0
  411. package/dist/commonjs/react-query/clientInsightsRetrieve.d.ts.map +1 -0
  412. package/dist/commonjs/react-query/clientInsightsRetrieve.js +47 -0
  413. package/dist/commonjs/react-query/clientInsightsRetrieve.js.map +1 -0
  414. package/dist/commonjs/react-query/clientMessagesRetrieve.d.ts +23 -0
  415. package/dist/commonjs/react-query/clientMessagesRetrieve.d.ts.map +1 -0
  416. package/dist/commonjs/react-query/clientMessagesRetrieve.js +47 -0
  417. package/dist/commonjs/react-query/clientMessagesRetrieve.js.map +1 -0
  418. package/dist/commonjs/react-query/clientPinsRetrieve.d.ts +23 -0
  419. package/dist/commonjs/react-query/clientPinsRetrieve.d.ts.map +1 -0
  420. package/dist/commonjs/react-query/clientPinsRetrieve.js +47 -0
  421. package/dist/commonjs/react-query/clientPinsRetrieve.js.map +1 -0
  422. package/dist/commonjs/react-query/clientPinsUpdate.d.ts +23 -0
  423. package/dist/commonjs/react-query/clientPinsUpdate.d.ts.map +1 -0
  424. package/dist/commonjs/react-query/clientPinsUpdate.js +47 -0
  425. package/dist/commonjs/react-query/clientPinsUpdate.js.map +1 -0
  426. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts +23 -0
  427. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts.map +1 -0
  428. package/dist/commonjs/react-query/clientSearchAdminQuery.js +47 -0
  429. package/dist/commonjs/react-query/clientSearchAdminQuery.js.map +1 -0
  430. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts +23 -0
  431. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts.map +1 -0
  432. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js +47 -0
  433. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js.map +1 -0
  434. package/dist/commonjs/react-query/clientSearchQuery.d.ts +23 -0
  435. package/dist/commonjs/react-query/clientSearchQuery.d.ts.map +1 -0
  436. package/dist/commonjs/react-query/clientSearchQuery.js +47 -0
  437. package/dist/commonjs/react-query/clientSearchQuery.js.map +1 -0
  438. package/dist/commonjs/react-query/clientSearchRetrieveFeed.d.ts +23 -0
  439. package/dist/commonjs/react-query/clientSearchRetrieveFeed.d.ts.map +1 -0
  440. package/dist/commonjs/react-query/clientSearchRetrieveFeed.js +47 -0
  441. package/dist/commonjs/react-query/clientSearchRetrieveFeed.js.map +1 -0
  442. package/dist/commonjs/react-query/clientShortcutsRetrieve.d.ts +23 -0
  443. package/dist/commonjs/react-query/clientShortcutsRetrieve.d.ts.map +1 -0
  444. package/dist/commonjs/react-query/clientShortcutsRetrieve.js +47 -0
  445. package/dist/commonjs/react-query/clientShortcutsRetrieve.js.map +1 -0
  446. package/dist/commonjs/react-query/index.d.ts +37 -37
  447. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  448. package/dist/commonjs/react-query/index.js +37 -37
  449. package/dist/commonjs/react-query/index.js.map +1 -1
  450. package/dist/commonjs/react-query/indexingDatasourceStatus.d.ts +25 -0
  451. package/dist/commonjs/react-query/indexingDatasourceStatus.d.ts.map +1 -0
  452. package/dist/commonjs/react-query/indexingDatasourceStatus.js +49 -0
  453. package/dist/commonjs/react-query/indexingDatasourceStatus.js.map +1 -0
  454. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts +23 -0
  455. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  456. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js +47 -0
  457. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js.map +1 -0
  458. package/dist/commonjs/react-query/indexingDatasourcesRetrieveConfig.d.ts +23 -0
  459. package/dist/commonjs/react-query/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
  460. package/dist/commonjs/react-query/indexingDatasourcesRetrieveConfig.js +47 -0
  461. package/dist/commonjs/react-query/indexingDatasourcesRetrieveConfig.js.map +1 -0
  462. package/dist/commonjs/react-query/indexingDocumentsCheckAccess.d.ts +25 -0
  463. package/dist/commonjs/react-query/indexingDocumentsCheckAccess.d.ts.map +1 -0
  464. package/dist/commonjs/react-query/indexingDocumentsCheckAccess.js +49 -0
  465. package/dist/commonjs/react-query/indexingDocumentsCheckAccess.js.map +1 -0
  466. package/dist/commonjs/react-query/indexingDocumentsCount.d.ts +27 -0
  467. package/dist/commonjs/react-query/indexingDocumentsCount.d.ts.map +1 -0
  468. package/dist/commonjs/react-query/indexingDocumentsCount.js +51 -0
  469. package/dist/commonjs/react-query/indexingDocumentsCount.js.map +1 -0
  470. package/dist/commonjs/react-query/indexingDocumentsDebug.d.ts +26 -0
  471. package/dist/commonjs/react-query/indexingDocumentsDebug.d.ts.map +1 -0
  472. package/dist/commonjs/react-query/indexingDocumentsDebug.js +49 -0
  473. package/dist/commonjs/react-query/indexingDocumentsDebug.js.map +1 -0
  474. package/dist/commonjs/react-query/indexingDocumentsDebugMany.d.ts +26 -0
  475. package/dist/commonjs/react-query/indexingDocumentsDebugMany.d.ts.map +1 -0
  476. package/dist/commonjs/react-query/indexingDocumentsDebugMany.js +49 -0
  477. package/dist/commonjs/react-query/indexingDocumentsDebugMany.js.map +1 -0
  478. package/dist/commonjs/react-query/indexingDocumentsStatus.d.ts +27 -0
  479. package/dist/commonjs/react-query/indexingDocumentsStatus.d.ts.map +1 -0
  480. package/dist/commonjs/react-query/indexingDocumentsStatus.js +51 -0
  481. package/dist/commonjs/react-query/indexingDocumentsStatus.js.map +1 -0
  482. package/dist/commonjs/react-query/indexingPeopleCount.d.ts +27 -0
  483. package/dist/commonjs/react-query/indexingPeopleCount.d.ts.map +1 -0
  484. package/dist/commonjs/react-query/indexingPeopleCount.js +51 -0
  485. package/dist/commonjs/react-query/indexingPeopleCount.js.map +1 -0
  486. package/dist/commonjs/react-query/indexingPeopleDebug.d.ts +26 -0
  487. package/dist/commonjs/react-query/indexingPeopleDebug.d.ts.map +1 -0
  488. package/dist/commonjs/react-query/indexingPeopleDebug.js +49 -0
  489. package/dist/commonjs/react-query/indexingPeopleDebug.js.map +1 -0
  490. package/dist/commonjs/react-query/indexingShortcutsUpload.d.ts +23 -0
  491. package/dist/commonjs/react-query/indexingShortcutsUpload.d.ts.map +1 -0
  492. package/dist/commonjs/react-query/indexingShortcutsUpload.js +47 -0
  493. package/dist/commonjs/react-query/indexingShortcutsUpload.js.map +1 -0
  494. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +26 -0
  495. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  496. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +49 -0
  497. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  498. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +26 -0
  499. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  500. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +49 -0
  501. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  502. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts +25 -0
  503. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  504. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js +49 -0
  505. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  506. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +26 -0
  507. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  508. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js +49 -0
  509. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  510. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts +27 -0
  511. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  512. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js +51 -0
  513. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js.map +1 -0
  514. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts +27 -0
  515. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  516. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js +51 -0
  517. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  518. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts +27 -0
  519. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  520. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js +51 -0
  521. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js.map +1 -0
  522. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts +23 -0
  523. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  524. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.js +51 -0
  525. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  526. package/dist/commonjs/react-query/searchAutocomplete.d.ts +23 -0
  527. package/dist/commonjs/react-query/searchAutocomplete.d.ts.map +1 -0
  528. package/dist/commonjs/react-query/searchAutocomplete.js +47 -0
  529. package/dist/commonjs/react-query/searchAutocomplete.js.map +1 -0
  530. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts +23 -0
  531. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts.map +1 -0
  532. package/dist/commonjs/react-query/shortcutsCreateshortcut.js +47 -0
  533. package/dist/commonjs/react-query/shortcutsCreateshortcut.js.map +1 -0
  534. package/dist/commonjs/react-query/verificationVerify.d.ts +23 -0
  535. package/dist/commonjs/react-query/verificationVerify.d.ts.map +1 -0
  536. package/dist/commonjs/react-query/verificationVerify.js +47 -0
  537. package/dist/commonjs/react-query/verificationVerify.js.map +1 -0
  538. package/dist/commonjs/sdk/activity.d.ts +7 -0
  539. package/dist/commonjs/sdk/activity.d.ts.map +1 -1
  540. package/dist/commonjs/sdk/activity.js +10 -0
  541. package/dist/commonjs/sdk/activity.js.map +1 -1
  542. package/dist/commonjs/sdk/admin.d.ts +7 -0
  543. package/dist/commonjs/sdk/admin.d.ts.map +1 -0
  544. package/dist/commonjs/sdk/admin.js +15 -0
  545. package/dist/commonjs/sdk/admin.js.map +1 -0
  546. package/dist/commonjs/sdk/adminsearch.d.ts +12 -0
  547. package/dist/commonjs/sdk/adminsearch.d.ts.map +1 -0
  548. package/dist/commonjs/sdk/adminsearch.js +22 -0
  549. package/dist/commonjs/sdk/adminsearch.js.map +1 -0
  550. package/dist/commonjs/sdk/agent.d.ts +15 -0
  551. package/dist/commonjs/sdk/agent.d.ts.map +1 -0
  552. package/dist/commonjs/sdk/agent.js +26 -0
  553. package/dist/commonjs/sdk/agent.js.map +1 -0
  554. package/dist/commonjs/sdk/agents.d.ts +3 -3
  555. package/dist/commonjs/sdk/agents.d.ts.map +1 -1
  556. package/dist/commonjs/sdk/agents.js +9 -9
  557. package/dist/commonjs/sdk/agents.js.map +1 -1
  558. package/dist/commonjs/sdk/answers.d.ts +2 -2
  559. package/dist/commonjs/sdk/answers.d.ts.map +1 -1
  560. package/dist/commonjs/sdk/answers.js +6 -6
  561. package/dist/commonjs/sdk/answers.js.map +1 -1
  562. package/dist/commonjs/sdk/application.d.ts +12 -0
  563. package/dist/commonjs/sdk/application.d.ts.map +1 -0
  564. package/dist/commonjs/sdk/application.js +22 -0
  565. package/dist/commonjs/sdk/application.js.map +1 -0
  566. package/dist/commonjs/sdk/chat.d.ts +5 -5
  567. package/dist/commonjs/sdk/chat.d.ts.map +1 -1
  568. package/dist/commonjs/sdk/chat.js +15 -15
  569. package/dist/commonjs/sdk/chat.js.map +1 -1
  570. package/dist/commonjs/sdk/client.d.ts +8 -8
  571. package/dist/commonjs/sdk/client.d.ts.map +1 -1
  572. package/dist/commonjs/sdk/client.js +10 -10
  573. package/dist/commonjs/sdk/client.js.map +1 -1
  574. package/dist/commonjs/sdk/clientdocuments.d.ts +10 -3
  575. package/dist/commonjs/sdk/clientdocuments.d.ts.map +1 -1
  576. package/dist/commonjs/sdk/clientdocuments.js +19 -9
  577. package/dist/commonjs/sdk/clientdocuments.js.map +1 -1
  578. package/dist/commonjs/sdk/clientsearch.d.ts +26 -0
  579. package/dist/commonjs/sdk/clientsearch.d.ts.map +1 -0
  580. package/dist/commonjs/sdk/clientsearch.js +42 -0
  581. package/dist/commonjs/sdk/clientsearch.js.map +1 -0
  582. package/dist/commonjs/sdk/clientshortcuts.d.ts +1 -8
  583. package/dist/commonjs/sdk/clientshortcuts.d.ts.map +1 -1
  584. package/dist/commonjs/sdk/clientshortcuts.js +3 -13
  585. package/dist/commonjs/sdk/clientshortcuts.js.map +1 -1
  586. package/dist/commonjs/sdk/clientverification.d.ts +19 -0
  587. package/dist/commonjs/sdk/clientverification.d.ts.map +1 -0
  588. package/dist/commonjs/sdk/clientverification.js +32 -0
  589. package/dist/commonjs/sdk/clientverification.js.map +1 -0
  590. package/dist/commonjs/sdk/collections.d.ts +2 -2
  591. package/dist/commonjs/sdk/collections.d.ts.map +1 -1
  592. package/dist/commonjs/sdk/collections.js +6 -6
  593. package/dist/commonjs/sdk/collections.js.map +1 -1
  594. package/dist/commonjs/sdk/config.d.ts +12 -0
  595. package/dist/commonjs/sdk/config.d.ts.map +1 -0
  596. package/dist/commonjs/sdk/config.js +22 -0
  597. package/dist/commonjs/sdk/config.js.map +1 -0
  598. package/dist/commonjs/sdk/datasource.d.ts +14 -0
  599. package/dist/commonjs/sdk/datasource.d.ts.map +1 -0
  600. package/dist/commonjs/sdk/datasource.js +24 -0
  601. package/dist/commonjs/sdk/datasource.js.map +1 -0
  602. package/dist/commonjs/sdk/datasourcedocuments.d.ts +14 -0
  603. package/dist/commonjs/sdk/datasourcedocuments.d.ts.map +1 -0
  604. package/dist/commonjs/sdk/datasourcedocuments.js +24 -0
  605. package/dist/commonjs/sdk/datasourcedocuments.js.map +1 -0
  606. package/dist/commonjs/sdk/datasources.d.ts +1 -1
  607. package/dist/commonjs/sdk/datasources.d.ts.map +1 -1
  608. package/dist/commonjs/sdk/datasources.js +3 -3
  609. package/dist/commonjs/sdk/datasources.js.map +1 -1
  610. package/dist/commonjs/sdk/document.d.ts +14 -0
  611. package/dist/commonjs/sdk/document.d.ts.map +1 -0
  612. package/dist/commonjs/sdk/document.js +24 -0
  613. package/dist/commonjs/sdk/document.js.map +1 -0
  614. package/dist/commonjs/sdk/documentspermissions.d.ts +12 -0
  615. package/dist/commonjs/sdk/documentspermissions.d.ts.map +1 -0
  616. package/dist/commonjs/sdk/documentspermissions.js +22 -0
  617. package/dist/commonjs/sdk/documentspermissions.js.map +1 -0
  618. package/dist/commonjs/sdk/feed.d.ts +12 -0
  619. package/dist/commonjs/sdk/feed.d.ts.map +1 -0
  620. package/dist/commonjs/sdk/feed.js +22 -0
  621. package/dist/commonjs/sdk/feed.js.map +1 -0
  622. package/dist/commonjs/sdk/files.d.ts +26 -0
  623. package/dist/commonjs/sdk/files.d.ts.map +1 -0
  624. package/dist/commonjs/sdk/files.js +42 -0
  625. package/dist/commonjs/sdk/files.js.map +1 -0
  626. package/dist/commonjs/sdk/indexing.d.ts +6 -6
  627. package/dist/commonjs/sdk/indexing.d.ts.map +1 -1
  628. package/dist/commonjs/sdk/indexing.js +7 -7
  629. package/dist/commonjs/sdk/indexing.js.map +1 -1
  630. package/dist/commonjs/sdk/indexingdocuments.d.ts +49 -0
  631. package/dist/commonjs/sdk/indexingdocuments.d.ts.map +1 -1
  632. package/dist/commonjs/sdk/indexingdocuments.js +64 -0
  633. package/dist/commonjs/sdk/indexingdocuments.js.map +1 -1
  634. package/dist/commonjs/sdk/indexingpeople.d.ts +76 -0
  635. package/dist/commonjs/sdk/indexingpeople.d.ts.map +1 -0
  636. package/dist/commonjs/sdk/indexingpeople.js +110 -0
  637. package/dist/commonjs/sdk/indexingpeople.js.map +1 -0
  638. package/dist/commonjs/sdk/indexingpermissions.d.ts +89 -0
  639. package/dist/commonjs/sdk/indexingpermissions.d.ts.map +1 -0
  640. package/dist/commonjs/sdk/indexingpermissions.js +132 -0
  641. package/dist/commonjs/sdk/indexingpermissions.js.map +1 -0
  642. package/dist/commonjs/sdk/indexingshortcuts.d.ts +7 -0
  643. package/dist/commonjs/sdk/indexingshortcuts.d.ts.map +1 -1
  644. package/dist/commonjs/sdk/indexingshortcuts.js +10 -0
  645. package/dist/commonjs/sdk/indexingshortcuts.js.map +1 -1
  646. package/dist/commonjs/sdk/inputs.d.ts +12 -0
  647. package/dist/commonjs/sdk/inputs.d.ts.map +1 -0
  648. package/dist/commonjs/sdk/inputs.js +22 -0
  649. package/dist/commonjs/sdk/inputs.js.map +1 -0
  650. package/dist/commonjs/sdk/insights.d.ts +1 -1
  651. package/dist/commonjs/sdk/insights.d.ts.map +1 -1
  652. package/dist/commonjs/sdk/insights.js +3 -3
  653. package/dist/commonjs/sdk/insights.js.map +1 -1
  654. package/dist/commonjs/sdk/item.d.ts +19 -0
  655. package/dist/commonjs/sdk/item.d.ts.map +1 -0
  656. package/dist/commonjs/sdk/item.js +32 -0
  657. package/dist/commonjs/sdk/item.js.map +1 -0
  658. package/dist/commonjs/sdk/messages.d.ts +1 -1
  659. package/dist/commonjs/sdk/messages.d.ts.map +1 -1
  660. package/dist/commonjs/sdk/messages.js +3 -3
  661. package/dist/commonjs/sdk/messages.js.map +1 -1
  662. package/dist/commonjs/sdk/people.d.ts +1 -52
  663. package/dist/commonjs/sdk/people.d.ts.map +1 -1
  664. package/dist/commonjs/sdk/people.js +3 -75
  665. package/dist/commonjs/sdk/people.js.map +1 -1
  666. package/dist/commonjs/sdk/pins.d.ts +2 -2
  667. package/dist/commonjs/sdk/pins.d.ts.map +1 -1
  668. package/dist/commonjs/sdk/pins.js +6 -6
  669. package/dist/commonjs/sdk/pins.js.map +1 -1
  670. package/dist/commonjs/sdk/sdk.d.ts +6 -3
  671. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  672. package/dist/commonjs/sdk/sdk.js +7 -3
  673. package/dist/commonjs/sdk/sdk.js.map +1 -1
  674. package/dist/commonjs/sdk/search.d.ts +0 -28
  675. package/dist/commonjs/sdk/search.d.ts.map +1 -1
  676. package/dist/commonjs/sdk/search.js +2 -42
  677. package/dist/commonjs/sdk/search.js.map +1 -1
  678. package/dist/commonjs/sdk/shortcuts.d.ts +12 -0
  679. package/dist/commonjs/sdk/shortcuts.d.ts.map +1 -0
  680. package/dist/commonjs/sdk/shortcuts.js +22 -0
  681. package/dist/commonjs/sdk/shortcuts.js.map +1 -0
  682. package/dist/commonjs/sdk/troubleshooting.d.ts +9 -69
  683. package/dist/commonjs/sdk/troubleshooting.d.ts.map +1 -1
  684. package/dist/commonjs/sdk/troubleshooting.js +9 -87
  685. package/dist/commonjs/sdk/troubleshooting.js.map +1 -1
  686. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts +27 -0
  687. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts.map +1 -0
  688. package/dist/commonjs/sdk/troubleshootingdocuments.js +40 -0
  689. package/dist/commonjs/sdk/troubleshootingdocuments.js.map +1 -0
  690. package/dist/commonjs/sdk/user.d.ts +14 -0
  691. package/dist/commonjs/sdk/user.d.ts.map +1 -0
  692. package/dist/commonjs/sdk/user.js +24 -0
  693. package/dist/commonjs/sdk/user.js.map +1 -0
  694. package/dist/commonjs/sdk/users.d.ts +16 -0
  695. package/dist/commonjs/sdk/users.d.ts.map +1 -0
  696. package/dist/commonjs/sdk/users.js +26 -0
  697. package/dist/commonjs/sdk/users.js.map +1 -0
  698. package/dist/esm/__tests__/activity.test.js +14 -0
  699. package/dist/esm/__tests__/activity.test.js.map +1 -1
  700. package/dist/esm/__tests__/adminsearch.test.d.ts +2 -0
  701. package/dist/esm/__tests__/adminsearch.test.d.ts.map +1 -0
  702. package/dist/esm/__tests__/adminsearch.test.js +228 -0
  703. package/dist/esm/__tests__/adminsearch.test.js.map +1 -0
  704. package/dist/esm/__tests__/agents.test.js +3 -3
  705. package/dist/esm/__tests__/agents.test.js.map +1 -1
  706. package/dist/esm/__tests__/announcements.test.js +1 -1
  707. package/dist/esm/__tests__/answers.test.js +17 -5
  708. package/dist/esm/__tests__/answers.test.js.map +1 -1
  709. package/dist/esm/__tests__/chat.test.js +1882 -247
  710. package/dist/esm/__tests__/chat.test.js.map +1 -1
  711. package/dist/esm/__tests__/clientdocuments.test.js +17 -3
  712. package/dist/esm/__tests__/clientdocuments.test.js.map +1 -1
  713. package/dist/esm/__tests__/clientsearch.test.d.ts +2 -0
  714. package/dist/esm/__tests__/clientsearch.test.d.ts.map +1 -0
  715. package/dist/esm/__tests__/clientsearch.test.js +385 -0
  716. package/dist/esm/__tests__/clientsearch.test.js.map +1 -0
  717. package/dist/esm/__tests__/clientshortcuts.test.js +16 -7
  718. package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
  719. package/dist/esm/__tests__/collections.test.js +12 -9
  720. package/dist/esm/__tests__/collections.test.js.map +1 -1
  721. package/dist/esm/__tests__/datasource.test.d.ts +2 -0
  722. package/dist/esm/__tests__/datasource.test.d.ts.map +1 -0
  723. package/dist/esm/__tests__/datasource.test.js +8 -0
  724. package/dist/esm/__tests__/datasource.test.js.map +1 -0
  725. package/dist/esm/__tests__/datasources.test.js +1 -1
  726. package/dist/esm/__tests__/datasources.test.js.map +1 -1
  727. package/dist/esm/__tests__/indexingdocuments.test.js +42 -1
  728. package/dist/esm/__tests__/indexingdocuments.test.js.map +1 -1
  729. package/dist/esm/__tests__/indexingpeople.test.d.ts +2 -0
  730. package/dist/esm/__tests__/indexingpeople.test.d.ts.map +1 -0
  731. package/dist/esm/__tests__/indexingpeople.test.js +28 -0
  732. package/dist/esm/__tests__/indexingpeople.test.js.map +1 -0
  733. package/dist/esm/__tests__/insights.test.js +2 -3
  734. package/dist/esm/__tests__/insights.test.js.map +1 -1
  735. package/dist/esm/__tests__/messages.test.js +2 -3
  736. package/dist/esm/__tests__/messages.test.js.map +1 -1
  737. package/dist/esm/__tests__/pins.test.js +2 -2
  738. package/dist/esm/__tests__/pins.test.js.map +1 -1
  739. package/dist/esm/__tests__/search.test.js +1 -238
  740. package/dist/esm/__tests__/search.test.js.map +1 -1
  741. package/dist/esm/funcs/clientActivityFeedback.d.ts +16 -0
  742. package/dist/esm/funcs/clientActivityFeedback.d.ts.map +1 -0
  743. package/dist/esm/funcs/clientActivityFeedback.js +85 -0
  744. package/dist/esm/funcs/clientActivityFeedback.js.map +1 -0
  745. package/dist/esm/funcs/clientAdminSearchQuery.d.ts +17 -0
  746. package/dist/esm/funcs/clientAdminSearchQuery.d.ts.map +1 -0
  747. package/dist/esm/funcs/clientAdminSearchQuery.js +82 -0
  748. package/dist/esm/funcs/clientAdminSearchQuery.js.map +1 -0
  749. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts +16 -0
  750. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  751. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js +87 -0
  752. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js.map +1 -0
  753. package/dist/esm/funcs/clientAgentsAgentRun.d.ts +16 -0
  754. package/dist/esm/funcs/clientAgentsAgentRun.d.ts.map +1 -0
  755. package/dist/esm/funcs/clientAgentsAgentRun.js +85 -0
  756. package/dist/esm/funcs/clientAgentsAgentRun.js.map +1 -0
  757. package/dist/esm/funcs/clientAgentsList.d.ts +16 -0
  758. package/dist/esm/funcs/clientAgentsList.d.ts.map +1 -0
  759. package/dist/esm/funcs/clientAgentsList.js +85 -0
  760. package/dist/esm/funcs/clientAgentsList.js.map +1 -0
  761. package/dist/esm/funcs/clientAgentsRetrieveInputs.d.ts +16 -0
  762. package/dist/esm/funcs/clientAgentsRetrieveInputs.d.ts.map +1 -0
  763. package/dist/esm/funcs/clientAgentsRetrieveInputs.js +87 -0
  764. package/dist/esm/funcs/clientAgentsRetrieveInputs.js.map +1 -0
  765. package/dist/esm/funcs/clientAgentsRun.d.ts +16 -0
  766. package/dist/esm/funcs/clientAgentsRun.d.ts.map +1 -0
  767. package/dist/esm/funcs/clientAgentsRun.js +85 -0
  768. package/dist/esm/funcs/clientAgentsRun.js.map +1 -0
  769. package/dist/esm/funcs/clientAnswersRetrieve.d.ts +16 -0
  770. package/dist/esm/funcs/clientAnswersRetrieve.d.ts.map +1 -0
  771. package/dist/esm/funcs/clientAnswersRetrieve.js +76 -0
  772. package/dist/esm/funcs/clientAnswersRetrieve.js.map +1 -0
  773. package/dist/esm/funcs/clientAnswersUpdate.d.ts +16 -0
  774. package/dist/esm/funcs/clientAnswersUpdate.d.ts.map +1 -0
  775. package/dist/esm/funcs/clientAnswersUpdate.js +76 -0
  776. package/dist/esm/funcs/clientAnswersUpdate.js.map +1 -0
  777. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts +16 -0
  778. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts.map +1 -0
  779. package/dist/esm/funcs/clientChatApplicationRetrieve.js +87 -0
  780. package/dist/esm/funcs/clientChatApplicationRetrieve.js.map +1 -0
  781. package/dist/esm/funcs/clientChatCreate.d.ts +16 -0
  782. package/dist/esm/funcs/clientChatCreate.d.ts.map +1 -0
  783. package/dist/esm/funcs/clientChatCreate.js +85 -0
  784. package/dist/esm/funcs/clientChatCreate.js.map +1 -0
  785. package/dist/esm/funcs/clientChatCreateStream.d.ts +16 -0
  786. package/dist/esm/funcs/clientChatCreateStream.d.ts.map +1 -0
  787. package/dist/esm/funcs/clientChatCreateStream.js +85 -0
  788. package/dist/esm/funcs/clientChatCreateStream.js.map +1 -0
  789. package/dist/esm/funcs/clientChatFilesDelete.d.ts +16 -0
  790. package/dist/esm/funcs/clientChatFilesDelete.d.ts.map +1 -0
  791. package/dist/esm/funcs/clientChatFilesDelete.js +87 -0
  792. package/dist/esm/funcs/clientChatFilesDelete.js.map +1 -0
  793. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts +16 -0
  794. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts.map +1 -0
  795. package/dist/esm/funcs/clientChatFilesRetrieve.js +87 -0
  796. package/dist/esm/funcs/clientChatFilesRetrieve.js.map +1 -0
  797. package/dist/esm/funcs/clientChatFilesUpload.d.ts +16 -0
  798. package/dist/esm/funcs/clientChatFilesUpload.d.ts.map +1 -0
  799. package/dist/esm/funcs/clientChatFilesUpload.js +85 -0
  800. package/dist/esm/funcs/clientChatFilesUpload.js.map +1 -0
  801. package/dist/esm/funcs/clientChatRetrieve.d.ts +16 -0
  802. package/dist/esm/funcs/clientChatRetrieve.d.ts.map +1 -0
  803. package/dist/esm/funcs/clientChatRetrieve.js +85 -0
  804. package/dist/esm/funcs/clientChatRetrieve.js.map +1 -0
  805. package/dist/esm/funcs/clientChatRetrieveApplication.d.ts +16 -0
  806. package/dist/esm/funcs/clientChatRetrieveApplication.d.ts.map +1 -0
  807. package/dist/esm/funcs/clientChatRetrieveApplication.js +87 -0
  808. package/dist/esm/funcs/clientChatRetrieveApplication.js.map +1 -0
  809. package/dist/esm/funcs/clientChatRetrieveFiles.d.ts +16 -0
  810. package/dist/esm/funcs/clientChatRetrieveFiles.d.ts.map +1 -0
  811. package/dist/esm/funcs/clientChatRetrieveFiles.js +87 -0
  812. package/dist/esm/funcs/clientChatRetrieveFiles.js.map +1 -0
  813. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts +16 -0
  814. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts.map +1 -0
  815. package/dist/esm/funcs/clientCollectionsItemDelete.js +76 -0
  816. package/dist/esm/funcs/clientCollectionsItemDelete.js.map +1 -0
  817. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts +16 -0
  818. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts.map +1 -0
  819. package/dist/esm/funcs/clientCollectionsItemUpdate.js +76 -0
  820. package/dist/esm/funcs/clientCollectionsItemUpdate.js.map +1 -0
  821. package/dist/esm/funcs/clientCollectionsRetrieve.d.ts +16 -0
  822. package/dist/esm/funcs/clientCollectionsRetrieve.d.ts.map +1 -0
  823. package/dist/esm/funcs/clientCollectionsRetrieve.js +76 -0
  824. package/dist/esm/funcs/clientCollectionsRetrieve.js.map +1 -0
  825. package/dist/esm/funcs/clientCollectionsUpdateItem.d.ts +16 -0
  826. package/dist/esm/funcs/clientCollectionsUpdateItem.d.ts.map +1 -0
  827. package/dist/esm/funcs/clientCollectionsUpdateItem.js +76 -0
  828. package/dist/esm/funcs/clientCollectionsUpdateItem.js.map +1 -0
  829. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts +16 -0
  830. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  831. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js +76 -0
  832. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js.map +1 -0
  833. package/dist/esm/funcs/clientDocumentsRetrieve.d.ts +16 -0
  834. package/dist/esm/funcs/clientDocumentsRetrieve.d.ts.map +1 -0
  835. package/dist/esm/funcs/clientDocumentsRetrieve.js +78 -0
  836. package/dist/esm/funcs/clientDocumentsRetrieve.js.map +1 -0
  837. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.d.ts +16 -0
  838. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  839. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js +78 -0
  840. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js.map +1 -0
  841. package/dist/esm/funcs/clientDocumentsRetrievePermissions.d.ts +16 -0
  842. package/dist/esm/funcs/clientDocumentsRetrievePermissions.d.ts.map +1 -0
  843. package/dist/esm/funcs/clientDocumentsRetrievePermissions.js +76 -0
  844. package/dist/esm/funcs/clientDocumentsRetrievePermissions.js.map +1 -0
  845. package/dist/esm/funcs/clientDocumentsSummarize.d.ts +16 -0
  846. package/dist/esm/funcs/clientDocumentsSummarize.d.ts.map +1 -0
  847. package/dist/esm/funcs/clientDocumentsSummarize.js +76 -0
  848. package/dist/esm/funcs/clientDocumentsSummarize.js.map +1 -0
  849. package/dist/esm/funcs/clientInsightsRetrieve.d.ts +16 -0
  850. package/dist/esm/funcs/clientInsightsRetrieve.d.ts.map +1 -0
  851. package/dist/esm/funcs/clientInsightsRetrieve.js +76 -0
  852. package/dist/esm/funcs/clientInsightsRetrieve.js.map +1 -0
  853. package/dist/esm/funcs/clientMessagesRetrieve.d.ts +16 -0
  854. package/dist/esm/funcs/clientMessagesRetrieve.d.ts.map +1 -0
  855. package/dist/esm/funcs/clientMessagesRetrieve.js +76 -0
  856. package/dist/esm/funcs/clientMessagesRetrieve.js.map +1 -0
  857. package/dist/esm/funcs/clientPinsRetrieve.d.ts +16 -0
  858. package/dist/esm/funcs/clientPinsRetrieve.d.ts.map +1 -0
  859. package/dist/esm/funcs/clientPinsRetrieve.js +76 -0
  860. package/dist/esm/funcs/clientPinsRetrieve.js.map +1 -0
  861. package/dist/esm/funcs/clientPinsUpdate.d.ts +16 -0
  862. package/dist/esm/funcs/clientPinsUpdate.d.ts.map +1 -0
  863. package/dist/esm/funcs/clientPinsUpdate.js +76 -0
  864. package/dist/esm/funcs/clientPinsUpdate.js.map +1 -0
  865. package/dist/esm/funcs/clientSearchAdminQuery.d.ts +17 -0
  866. package/dist/esm/funcs/clientSearchAdminQuery.d.ts.map +1 -0
  867. package/dist/esm/funcs/clientSearchAdminQuery.js +82 -0
  868. package/dist/esm/funcs/clientSearchAdminQuery.js.map +1 -0
  869. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts +16 -0
  870. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts.map +1 -0
  871. package/dist/esm/funcs/clientSearchFeedRetrieve.js +76 -0
  872. package/dist/esm/funcs/clientSearchFeedRetrieve.js.map +1 -0
  873. package/dist/esm/funcs/clientSearchQuery.d.ts +17 -0
  874. package/dist/esm/funcs/clientSearchQuery.d.ts.map +1 -0
  875. package/dist/esm/funcs/clientSearchQuery.js +82 -0
  876. package/dist/esm/funcs/clientSearchQuery.js.map +1 -0
  877. package/dist/esm/funcs/clientSearchRetrieveFeed.d.ts +16 -0
  878. package/dist/esm/funcs/clientSearchRetrieveFeed.d.ts.map +1 -0
  879. package/dist/esm/funcs/clientSearchRetrieveFeed.js +76 -0
  880. package/dist/esm/funcs/clientSearchRetrieveFeed.js.map +1 -0
  881. package/dist/esm/funcs/clientShortcutsRetrieve.d.ts +16 -0
  882. package/dist/esm/funcs/clientShortcutsRetrieve.d.ts.map +1 -0
  883. package/dist/esm/funcs/clientShortcutsRetrieve.js +76 -0
  884. package/dist/esm/funcs/clientShortcutsRetrieve.js.map +1 -0
  885. package/dist/esm/funcs/indexingDatasourceStatus.d.ts +18 -0
  886. package/dist/esm/funcs/indexingDatasourceStatus.d.ts.map +1 -0
  887. package/dist/esm/funcs/indexingDatasourceStatus.js +90 -0
  888. package/dist/esm/funcs/indexingDatasourceStatus.js.map +1 -0
  889. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts +16 -0
  890. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  891. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js +76 -0
  892. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js.map +1 -0
  893. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.d.ts +16 -0
  894. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
  895. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js +76 -0
  896. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -0
  897. package/dist/esm/funcs/indexingDocumentsCheckAccess.d.ts +18 -0
  898. package/dist/esm/funcs/indexingDocumentsCheckAccess.d.ts.map +1 -0
  899. package/dist/esm/funcs/indexingDocumentsCheckAccess.js +78 -0
  900. package/dist/esm/funcs/indexingDocumentsCheckAccess.js.map +1 -0
  901. package/dist/esm/funcs/indexingDocumentsCount.d.ts +20 -0
  902. package/dist/esm/funcs/indexingDocumentsCount.d.ts.map +1 -0
  903. package/dist/esm/funcs/indexingDocumentsCount.js +80 -0
  904. package/dist/esm/funcs/indexingDocumentsCount.js.map +1 -0
  905. package/dist/esm/funcs/indexingDocumentsDebug.d.ts +18 -0
  906. package/dist/esm/funcs/indexingDocumentsDebug.d.ts.map +1 -0
  907. package/dist/esm/funcs/indexingDocumentsDebug.js +94 -0
  908. package/dist/esm/funcs/indexingDocumentsDebug.js.map +1 -0
  909. package/dist/esm/funcs/indexingDocumentsDebugMany.d.ts +18 -0
  910. package/dist/esm/funcs/indexingDocumentsDebugMany.d.ts.map +1 -0
  911. package/dist/esm/funcs/indexingDocumentsDebugMany.js +94 -0
  912. package/dist/esm/funcs/indexingDocumentsDebugMany.js.map +1 -0
  913. package/dist/esm/funcs/indexingDocumentsStatus.d.ts +20 -0
  914. package/dist/esm/funcs/indexingDocumentsStatus.d.ts.map +1 -0
  915. package/dist/esm/funcs/indexingDocumentsStatus.js +80 -0
  916. package/dist/esm/funcs/indexingDocumentsStatus.js.map +1 -0
  917. package/dist/esm/funcs/indexingPeopleCount.d.ts +20 -0
  918. package/dist/esm/funcs/indexingPeopleCount.d.ts.map +1 -0
  919. package/dist/esm/funcs/indexingPeopleCount.js +80 -0
  920. package/dist/esm/funcs/indexingPeopleCount.js.map +1 -0
  921. package/dist/esm/funcs/indexingPeopleDebug.d.ts +18 -0
  922. package/dist/esm/funcs/indexingPeopleDebug.d.ts.map +1 -0
  923. package/dist/esm/funcs/indexingPeopleDebug.js +91 -0
  924. package/dist/esm/funcs/indexingPeopleDebug.js.map +1 -0
  925. package/dist/esm/funcs/indexingShortcutsUpload.d.ts +16 -0
  926. package/dist/esm/funcs/indexingShortcutsUpload.d.ts.map +1 -0
  927. package/dist/esm/funcs/indexingShortcutsUpload.js +77 -0
  928. package/dist/esm/funcs/indexingShortcutsUpload.js.map +1 -0
  929. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +18 -0
  930. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  931. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +94 -0
  932. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  933. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +18 -0
  934. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  935. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +94 -0
  936. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  937. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts +18 -0
  938. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  939. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js +90 -0
  940. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  941. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +18 -0
  942. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  943. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js +91 -0
  944. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  945. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts +20 -0
  946. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  947. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js +80 -0
  948. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js.map +1 -0
  949. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts +20 -0
  950. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  951. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js +80 -0
  952. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  953. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts +20 -0
  954. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  955. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js +80 -0
  956. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js.map +1 -0
  957. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts +16 -0
  958. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  959. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.js +77 -0
  960. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  961. package/dist/esm/funcs/searchAutocomplete.d.ts +16 -0
  962. package/dist/esm/funcs/searchAutocomplete.d.ts.map +1 -0
  963. package/dist/esm/funcs/searchAutocomplete.js +76 -0
  964. package/dist/esm/funcs/searchAutocomplete.js.map +1 -0
  965. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts +16 -0
  966. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts.map +1 -0
  967. package/dist/esm/funcs/shortcutsCreateshortcut.js +76 -0
  968. package/dist/esm/funcs/shortcutsCreateshortcut.js.map +1 -0
  969. package/dist/esm/funcs/verificationVerify.d.ts +16 -0
  970. package/dist/esm/funcs/verificationVerify.d.ts.map +1 -0
  971. package/dist/esm/funcs/verificationVerify.js +76 -0
  972. package/dist/esm/funcs/verificationVerify.js.map +1 -0
  973. package/dist/esm/lib/config.d.ts +3 -3
  974. package/dist/esm/lib/config.js +3 -3
  975. package/dist/esm/models/components/collectionitem.js +2 -2
  976. package/dist/esm/models/components/collectionitem.js.map +1 -1
  977. package/dist/esm/models/components/documentmetadata.js +2 -2
  978. package/dist/esm/models/components/documentmetadata.js.map +1 -1
  979. package/dist/esm/models/components/index.d.ts +1 -0
  980. package/dist/esm/models/components/index.d.ts.map +1 -1
  981. package/dist/esm/models/components/index.js +1 -0
  982. package/dist/esm/models/components/index.js.map +1 -1
  983. package/dist/esm/models/components/indexingshortcut.d.ts +72 -0
  984. package/dist/esm/models/components/indexingshortcut.d.ts.map +1 -0
  985. package/dist/esm/models/components/indexingshortcut.js +47 -0
  986. package/dist/esm/models/components/indexingshortcut.js.map +1 -0
  987. package/dist/esm/models/components/shortcut.d.ts +77 -20
  988. package/dist/esm/models/components/shortcut.d.ts.map +1 -1
  989. package/dist/esm/models/components/shortcut.js +46 -10
  990. package/dist/esm/models/components/shortcut.js.map +1 -1
  991. package/dist/esm/models/components/structuredresult.js +2 -2
  992. package/dist/esm/models/components/structuredresult.js.map +1 -1
  993. package/dist/esm/models/components/uploadshortcutsrequest.d.ts +3 -3
  994. package/dist/esm/models/components/uploadshortcutsrequest.d.ts.map +1 -1
  995. package/dist/esm/models/components/uploadshortcutsrequest.js +3 -3
  996. package/dist/esm/models/components/uploadshortcutsrequest.js.map +1 -1
  997. package/dist/esm/react-query/clientActivityFeedback.d.ts +24 -0
  998. package/dist/esm/react-query/clientActivityFeedback.d.ts.map +1 -0
  999. package/dist/esm/react-query/clientActivityFeedback.js +42 -0
  1000. package/dist/esm/react-query/clientActivityFeedback.js.map +1 -0
  1001. package/dist/esm/react-query/clientAdminSearchQuery.d.ts +23 -0
  1002. package/dist/esm/react-query/clientAdminSearchQuery.d.ts.map +1 -0
  1003. package/dist/esm/react-query/clientAdminSearchQuery.js +42 -0
  1004. package/dist/esm/react-query/clientAdminSearchQuery.js.map +1 -0
  1005. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts +24 -0
  1006. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  1007. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js +42 -0
  1008. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js.map +1 -0
  1009. package/dist/esm/react-query/clientAgentsAgentRun.d.ts +24 -0
  1010. package/dist/esm/react-query/clientAgentsAgentRun.d.ts.map +1 -0
  1011. package/dist/esm/react-query/clientAgentsAgentRun.js +42 -0
  1012. package/dist/esm/react-query/clientAgentsAgentRun.js.map +1 -0
  1013. package/dist/esm/react-query/clientAgentsList.d.ts +24 -0
  1014. package/dist/esm/react-query/clientAgentsList.d.ts.map +1 -0
  1015. package/dist/esm/react-query/clientAgentsList.js +42 -0
  1016. package/dist/esm/react-query/clientAgentsList.js.map +1 -0
  1017. package/dist/esm/react-query/clientAgentsRetrieveInputs.d.ts +24 -0
  1018. package/dist/esm/react-query/clientAgentsRetrieveInputs.d.ts.map +1 -0
  1019. package/dist/esm/react-query/clientAgentsRetrieveInputs.js +42 -0
  1020. package/dist/esm/react-query/clientAgentsRetrieveInputs.js.map +1 -0
  1021. package/dist/esm/react-query/clientAgentsRun.d.ts +24 -0
  1022. package/dist/esm/react-query/clientAgentsRun.d.ts.map +1 -0
  1023. package/dist/esm/react-query/clientAgentsRun.js +42 -0
  1024. package/dist/esm/react-query/clientAgentsRun.js.map +1 -0
  1025. package/dist/esm/react-query/clientAnswersRetrieve.d.ts +23 -0
  1026. package/dist/esm/react-query/clientAnswersRetrieve.d.ts.map +1 -0
  1027. package/dist/esm/react-query/clientAnswersRetrieve.js +42 -0
  1028. package/dist/esm/react-query/clientAnswersRetrieve.js.map +1 -0
  1029. package/dist/esm/react-query/clientAnswersUpdate.d.ts +23 -0
  1030. package/dist/esm/react-query/clientAnswersUpdate.d.ts.map +1 -0
  1031. package/dist/esm/react-query/clientAnswersUpdate.js +42 -0
  1032. package/dist/esm/react-query/clientAnswersUpdate.js.map +1 -0
  1033. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts +24 -0
  1034. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts.map +1 -0
  1035. package/dist/esm/react-query/clientChatApplicationRetrieve.js +42 -0
  1036. package/dist/esm/react-query/clientChatApplicationRetrieve.js.map +1 -0
  1037. package/dist/esm/react-query/clientChatCreate.d.ts +24 -0
  1038. package/dist/esm/react-query/clientChatCreate.d.ts.map +1 -0
  1039. package/dist/esm/react-query/clientChatCreate.js +42 -0
  1040. package/dist/esm/react-query/clientChatCreate.js.map +1 -0
  1041. package/dist/esm/react-query/clientChatCreateStream.d.ts +24 -0
  1042. package/dist/esm/react-query/clientChatCreateStream.d.ts.map +1 -0
  1043. package/dist/esm/react-query/clientChatCreateStream.js +42 -0
  1044. package/dist/esm/react-query/clientChatCreateStream.js.map +1 -0
  1045. package/dist/esm/react-query/clientChatFilesDelete.d.ts +24 -0
  1046. package/dist/esm/react-query/clientChatFilesDelete.d.ts.map +1 -0
  1047. package/dist/esm/react-query/clientChatFilesDelete.js +42 -0
  1048. package/dist/esm/react-query/clientChatFilesDelete.js.map +1 -0
  1049. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts +24 -0
  1050. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts.map +1 -0
  1051. package/dist/esm/react-query/clientChatFilesRetrieve.js +42 -0
  1052. package/dist/esm/react-query/clientChatFilesRetrieve.js.map +1 -0
  1053. package/dist/esm/react-query/clientChatFilesUpload.d.ts +24 -0
  1054. package/dist/esm/react-query/clientChatFilesUpload.d.ts.map +1 -0
  1055. package/dist/esm/react-query/clientChatFilesUpload.js +42 -0
  1056. package/dist/esm/react-query/clientChatFilesUpload.js.map +1 -0
  1057. package/dist/esm/react-query/clientChatRetrieve.d.ts +24 -0
  1058. package/dist/esm/react-query/clientChatRetrieve.d.ts.map +1 -0
  1059. package/dist/esm/react-query/clientChatRetrieve.js +42 -0
  1060. package/dist/esm/react-query/clientChatRetrieve.js.map +1 -0
  1061. package/dist/esm/react-query/clientChatRetrieveApplication.d.ts +24 -0
  1062. package/dist/esm/react-query/clientChatRetrieveApplication.d.ts.map +1 -0
  1063. package/dist/esm/react-query/clientChatRetrieveApplication.js +42 -0
  1064. package/dist/esm/react-query/clientChatRetrieveApplication.js.map +1 -0
  1065. package/dist/esm/react-query/clientChatRetrieveFiles.d.ts +24 -0
  1066. package/dist/esm/react-query/clientChatRetrieveFiles.d.ts.map +1 -0
  1067. package/dist/esm/react-query/clientChatRetrieveFiles.js +42 -0
  1068. package/dist/esm/react-query/clientChatRetrieveFiles.js.map +1 -0
  1069. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts +23 -0
  1070. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts.map +1 -0
  1071. package/dist/esm/react-query/clientCollectionsItemDelete.js +42 -0
  1072. package/dist/esm/react-query/clientCollectionsItemDelete.js.map +1 -0
  1073. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts +23 -0
  1074. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts.map +1 -0
  1075. package/dist/esm/react-query/clientCollectionsItemUpdate.js +42 -0
  1076. package/dist/esm/react-query/clientCollectionsItemUpdate.js.map +1 -0
  1077. package/dist/esm/react-query/clientCollectionsRetrieve.d.ts +23 -0
  1078. package/dist/esm/react-query/clientCollectionsRetrieve.d.ts.map +1 -0
  1079. package/dist/esm/react-query/clientCollectionsRetrieve.js +42 -0
  1080. package/dist/esm/react-query/clientCollectionsRetrieve.js.map +1 -0
  1081. package/dist/esm/react-query/clientCollectionsUpdateItem.d.ts +23 -0
  1082. package/dist/esm/react-query/clientCollectionsUpdateItem.d.ts.map +1 -0
  1083. package/dist/esm/react-query/clientCollectionsUpdateItem.js +42 -0
  1084. package/dist/esm/react-query/clientCollectionsUpdateItem.js.map +1 -0
  1085. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts +23 -0
  1086. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  1087. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js +42 -0
  1088. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js.map +1 -0
  1089. package/dist/esm/react-query/clientDocumentsRetrieve.d.ts +23 -0
  1090. package/dist/esm/react-query/clientDocumentsRetrieve.d.ts.map +1 -0
  1091. package/dist/esm/react-query/clientDocumentsRetrieve.js +42 -0
  1092. package/dist/esm/react-query/clientDocumentsRetrieve.js.map +1 -0
  1093. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.d.ts +23 -0
  1094. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  1095. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.js +42 -0
  1096. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.js.map +1 -0
  1097. package/dist/esm/react-query/clientDocumentsRetrievePermissions.d.ts +23 -0
  1098. package/dist/esm/react-query/clientDocumentsRetrievePermissions.d.ts.map +1 -0
  1099. package/dist/esm/react-query/clientDocumentsRetrievePermissions.js +42 -0
  1100. package/dist/esm/react-query/clientDocumentsRetrievePermissions.js.map +1 -0
  1101. package/dist/esm/react-query/clientDocumentsSummarize.d.ts +23 -0
  1102. package/dist/esm/react-query/clientDocumentsSummarize.d.ts.map +1 -0
  1103. package/dist/esm/react-query/clientDocumentsSummarize.js +42 -0
  1104. package/dist/esm/react-query/clientDocumentsSummarize.js.map +1 -0
  1105. package/dist/esm/react-query/clientInsightsRetrieve.d.ts +23 -0
  1106. package/dist/esm/react-query/clientInsightsRetrieve.d.ts.map +1 -0
  1107. package/dist/esm/react-query/clientInsightsRetrieve.js +42 -0
  1108. package/dist/esm/react-query/clientInsightsRetrieve.js.map +1 -0
  1109. package/dist/esm/react-query/clientMessagesRetrieve.d.ts +23 -0
  1110. package/dist/esm/react-query/clientMessagesRetrieve.d.ts.map +1 -0
  1111. package/dist/esm/react-query/clientMessagesRetrieve.js +42 -0
  1112. package/dist/esm/react-query/clientMessagesRetrieve.js.map +1 -0
  1113. package/dist/esm/react-query/clientPinsRetrieve.d.ts +23 -0
  1114. package/dist/esm/react-query/clientPinsRetrieve.d.ts.map +1 -0
  1115. package/dist/esm/react-query/clientPinsRetrieve.js +42 -0
  1116. package/dist/esm/react-query/clientPinsRetrieve.js.map +1 -0
  1117. package/dist/esm/react-query/clientPinsUpdate.d.ts +23 -0
  1118. package/dist/esm/react-query/clientPinsUpdate.d.ts.map +1 -0
  1119. package/dist/esm/react-query/clientPinsUpdate.js +42 -0
  1120. package/dist/esm/react-query/clientPinsUpdate.js.map +1 -0
  1121. package/dist/esm/react-query/clientSearchAdminQuery.d.ts +23 -0
  1122. package/dist/esm/react-query/clientSearchAdminQuery.d.ts.map +1 -0
  1123. package/dist/esm/react-query/clientSearchAdminQuery.js +42 -0
  1124. package/dist/esm/react-query/clientSearchAdminQuery.js.map +1 -0
  1125. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts +23 -0
  1126. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts.map +1 -0
  1127. package/dist/esm/react-query/clientSearchFeedRetrieve.js +42 -0
  1128. package/dist/esm/react-query/clientSearchFeedRetrieve.js.map +1 -0
  1129. package/dist/esm/react-query/clientSearchQuery.d.ts +23 -0
  1130. package/dist/esm/react-query/clientSearchQuery.d.ts.map +1 -0
  1131. package/dist/esm/react-query/clientSearchQuery.js +42 -0
  1132. package/dist/esm/react-query/clientSearchQuery.js.map +1 -0
  1133. package/dist/esm/react-query/clientSearchRetrieveFeed.d.ts +23 -0
  1134. package/dist/esm/react-query/clientSearchRetrieveFeed.d.ts.map +1 -0
  1135. package/dist/esm/react-query/clientSearchRetrieveFeed.js +42 -0
  1136. package/dist/esm/react-query/clientSearchRetrieveFeed.js.map +1 -0
  1137. package/dist/esm/react-query/clientShortcutsRetrieve.d.ts +23 -0
  1138. package/dist/esm/react-query/clientShortcutsRetrieve.d.ts.map +1 -0
  1139. package/dist/esm/react-query/clientShortcutsRetrieve.js +42 -0
  1140. package/dist/esm/react-query/clientShortcutsRetrieve.js.map +1 -0
  1141. package/dist/esm/react-query/index.d.ts +37 -37
  1142. package/dist/esm/react-query/index.d.ts.map +1 -1
  1143. package/dist/esm/react-query/index.js +37 -37
  1144. package/dist/esm/react-query/index.js.map +1 -1
  1145. package/dist/esm/react-query/indexingDatasourceStatus.d.ts +25 -0
  1146. package/dist/esm/react-query/indexingDatasourceStatus.d.ts.map +1 -0
  1147. package/dist/esm/react-query/indexingDatasourceStatus.js +44 -0
  1148. package/dist/esm/react-query/indexingDatasourceStatus.js.map +1 -0
  1149. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts +23 -0
  1150. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  1151. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js +42 -0
  1152. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js.map +1 -0
  1153. package/dist/esm/react-query/indexingDatasourcesRetrieveConfig.d.ts +23 -0
  1154. package/dist/esm/react-query/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
  1155. package/dist/esm/react-query/indexingDatasourcesRetrieveConfig.js +42 -0
  1156. package/dist/esm/react-query/indexingDatasourcesRetrieveConfig.js.map +1 -0
  1157. package/dist/esm/react-query/indexingDocumentsCheckAccess.d.ts +25 -0
  1158. package/dist/esm/react-query/indexingDocumentsCheckAccess.d.ts.map +1 -0
  1159. package/dist/esm/react-query/indexingDocumentsCheckAccess.js +44 -0
  1160. package/dist/esm/react-query/indexingDocumentsCheckAccess.js.map +1 -0
  1161. package/dist/esm/react-query/indexingDocumentsCount.d.ts +27 -0
  1162. package/dist/esm/react-query/indexingDocumentsCount.d.ts.map +1 -0
  1163. package/dist/esm/react-query/indexingDocumentsCount.js +46 -0
  1164. package/dist/esm/react-query/indexingDocumentsCount.js.map +1 -0
  1165. package/dist/esm/react-query/indexingDocumentsDebug.d.ts +26 -0
  1166. package/dist/esm/react-query/indexingDocumentsDebug.d.ts.map +1 -0
  1167. package/dist/esm/react-query/indexingDocumentsDebug.js +44 -0
  1168. package/dist/esm/react-query/indexingDocumentsDebug.js.map +1 -0
  1169. package/dist/esm/react-query/indexingDocumentsDebugMany.d.ts +26 -0
  1170. package/dist/esm/react-query/indexingDocumentsDebugMany.d.ts.map +1 -0
  1171. package/dist/esm/react-query/indexingDocumentsDebugMany.js +44 -0
  1172. package/dist/esm/react-query/indexingDocumentsDebugMany.js.map +1 -0
  1173. package/dist/esm/react-query/indexingDocumentsStatus.d.ts +27 -0
  1174. package/dist/esm/react-query/indexingDocumentsStatus.d.ts.map +1 -0
  1175. package/dist/esm/react-query/indexingDocumentsStatus.js +46 -0
  1176. package/dist/esm/react-query/indexingDocumentsStatus.js.map +1 -0
  1177. package/dist/esm/react-query/indexingPeopleCount.d.ts +27 -0
  1178. package/dist/esm/react-query/indexingPeopleCount.d.ts.map +1 -0
  1179. package/dist/esm/react-query/indexingPeopleCount.js +46 -0
  1180. package/dist/esm/react-query/indexingPeopleCount.js.map +1 -0
  1181. package/dist/esm/react-query/indexingPeopleDebug.d.ts +26 -0
  1182. package/dist/esm/react-query/indexingPeopleDebug.d.ts.map +1 -0
  1183. package/dist/esm/react-query/indexingPeopleDebug.js +44 -0
  1184. package/dist/esm/react-query/indexingPeopleDebug.js.map +1 -0
  1185. package/dist/esm/react-query/indexingShortcutsUpload.d.ts +23 -0
  1186. package/dist/esm/react-query/indexingShortcutsUpload.d.ts.map +1 -0
  1187. package/dist/esm/react-query/indexingShortcutsUpload.js +42 -0
  1188. package/dist/esm/react-query/indexingShortcutsUpload.js.map +1 -0
  1189. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +26 -0
  1190. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  1191. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +44 -0
  1192. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  1193. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +26 -0
  1194. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  1195. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +44 -0
  1196. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  1197. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts +25 -0
  1198. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  1199. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js +44 -0
  1200. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  1201. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +26 -0
  1202. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  1203. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js +44 -0
  1204. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  1205. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts +27 -0
  1206. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  1207. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js +46 -0
  1208. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js.map +1 -0
  1209. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts +27 -0
  1210. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  1211. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js +46 -0
  1212. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  1213. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts +27 -0
  1214. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  1215. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js +46 -0
  1216. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js.map +1 -0
  1217. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts +23 -0
  1218. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  1219. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.js +46 -0
  1220. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  1221. package/dist/esm/react-query/searchAutocomplete.d.ts +23 -0
  1222. package/dist/esm/react-query/searchAutocomplete.d.ts.map +1 -0
  1223. package/dist/esm/react-query/searchAutocomplete.js +42 -0
  1224. package/dist/esm/react-query/searchAutocomplete.js.map +1 -0
  1225. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts +23 -0
  1226. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts.map +1 -0
  1227. package/dist/esm/react-query/shortcutsCreateshortcut.js +42 -0
  1228. package/dist/esm/react-query/shortcutsCreateshortcut.js.map +1 -0
  1229. package/dist/esm/react-query/verificationVerify.d.ts +23 -0
  1230. package/dist/esm/react-query/verificationVerify.d.ts.map +1 -0
  1231. package/dist/esm/react-query/verificationVerify.js +42 -0
  1232. package/dist/esm/react-query/verificationVerify.js.map +1 -0
  1233. package/dist/esm/sdk/activity.d.ts +7 -0
  1234. package/dist/esm/sdk/activity.d.ts.map +1 -1
  1235. package/dist/esm/sdk/activity.js +10 -0
  1236. package/dist/esm/sdk/activity.js.map +1 -1
  1237. package/dist/esm/sdk/admin.d.ts +7 -0
  1238. package/dist/esm/sdk/admin.d.ts.map +1 -0
  1239. package/dist/esm/sdk/admin.js +11 -0
  1240. package/dist/esm/sdk/admin.js.map +1 -0
  1241. package/dist/esm/sdk/adminsearch.d.ts +12 -0
  1242. package/dist/esm/sdk/adminsearch.d.ts.map +1 -0
  1243. package/dist/esm/sdk/adminsearch.js +18 -0
  1244. package/dist/esm/sdk/adminsearch.js.map +1 -0
  1245. package/dist/esm/sdk/agent.d.ts +15 -0
  1246. package/dist/esm/sdk/agent.d.ts.map +1 -0
  1247. package/dist/esm/sdk/agent.js +22 -0
  1248. package/dist/esm/sdk/agent.js.map +1 -0
  1249. package/dist/esm/sdk/agents.d.ts +3 -3
  1250. package/dist/esm/sdk/agents.d.ts.map +1 -1
  1251. package/dist/esm/sdk/agents.js +9 -9
  1252. package/dist/esm/sdk/agents.js.map +1 -1
  1253. package/dist/esm/sdk/answers.d.ts +2 -2
  1254. package/dist/esm/sdk/answers.d.ts.map +1 -1
  1255. package/dist/esm/sdk/answers.js +6 -6
  1256. package/dist/esm/sdk/answers.js.map +1 -1
  1257. package/dist/esm/sdk/application.d.ts +12 -0
  1258. package/dist/esm/sdk/application.d.ts.map +1 -0
  1259. package/dist/esm/sdk/application.js +18 -0
  1260. package/dist/esm/sdk/application.js.map +1 -0
  1261. package/dist/esm/sdk/chat.d.ts +5 -5
  1262. package/dist/esm/sdk/chat.d.ts.map +1 -1
  1263. package/dist/esm/sdk/chat.js +15 -15
  1264. package/dist/esm/sdk/chat.js.map +1 -1
  1265. package/dist/esm/sdk/client.d.ts +8 -8
  1266. package/dist/esm/sdk/client.d.ts.map +1 -1
  1267. package/dist/esm/sdk/client.js +10 -10
  1268. package/dist/esm/sdk/client.js.map +1 -1
  1269. package/dist/esm/sdk/clientdocuments.d.ts +10 -3
  1270. package/dist/esm/sdk/clientdocuments.d.ts.map +1 -1
  1271. package/dist/esm/sdk/clientdocuments.js +19 -9
  1272. package/dist/esm/sdk/clientdocuments.js.map +1 -1
  1273. package/dist/esm/sdk/clientsearch.d.ts +26 -0
  1274. package/dist/esm/sdk/clientsearch.d.ts.map +1 -0
  1275. package/dist/esm/sdk/clientsearch.js +38 -0
  1276. package/dist/esm/sdk/clientsearch.js.map +1 -0
  1277. package/dist/esm/sdk/clientshortcuts.d.ts +1 -8
  1278. package/dist/esm/sdk/clientshortcuts.d.ts.map +1 -1
  1279. package/dist/esm/sdk/clientshortcuts.js +3 -13
  1280. package/dist/esm/sdk/clientshortcuts.js.map +1 -1
  1281. package/dist/esm/sdk/clientverification.d.ts +19 -0
  1282. package/dist/esm/sdk/clientverification.d.ts.map +1 -0
  1283. package/dist/esm/sdk/clientverification.js +28 -0
  1284. package/dist/esm/sdk/clientverification.js.map +1 -0
  1285. package/dist/esm/sdk/collections.d.ts +2 -2
  1286. package/dist/esm/sdk/collections.d.ts.map +1 -1
  1287. package/dist/esm/sdk/collections.js +6 -6
  1288. package/dist/esm/sdk/collections.js.map +1 -1
  1289. package/dist/esm/sdk/config.d.ts +12 -0
  1290. package/dist/esm/sdk/config.d.ts.map +1 -0
  1291. package/dist/esm/sdk/config.js +18 -0
  1292. package/dist/esm/sdk/config.js.map +1 -0
  1293. package/dist/esm/sdk/datasource.d.ts +14 -0
  1294. package/dist/esm/sdk/datasource.d.ts.map +1 -0
  1295. package/dist/esm/sdk/datasource.js +20 -0
  1296. package/dist/esm/sdk/datasource.js.map +1 -0
  1297. package/dist/esm/sdk/datasourcedocuments.d.ts +14 -0
  1298. package/dist/esm/sdk/datasourcedocuments.d.ts.map +1 -0
  1299. package/dist/esm/sdk/datasourcedocuments.js +20 -0
  1300. package/dist/esm/sdk/datasourcedocuments.js.map +1 -0
  1301. package/dist/esm/sdk/datasources.d.ts +1 -1
  1302. package/dist/esm/sdk/datasources.d.ts.map +1 -1
  1303. package/dist/esm/sdk/datasources.js +3 -3
  1304. package/dist/esm/sdk/datasources.js.map +1 -1
  1305. package/dist/esm/sdk/document.d.ts +14 -0
  1306. package/dist/esm/sdk/document.d.ts.map +1 -0
  1307. package/dist/esm/sdk/document.js +20 -0
  1308. package/dist/esm/sdk/document.js.map +1 -0
  1309. package/dist/esm/sdk/documentspermissions.d.ts +12 -0
  1310. package/dist/esm/sdk/documentspermissions.d.ts.map +1 -0
  1311. package/dist/esm/sdk/documentspermissions.js +18 -0
  1312. package/dist/esm/sdk/documentspermissions.js.map +1 -0
  1313. package/dist/esm/sdk/feed.d.ts +12 -0
  1314. package/dist/esm/sdk/feed.d.ts.map +1 -0
  1315. package/dist/esm/sdk/feed.js +18 -0
  1316. package/dist/esm/sdk/feed.js.map +1 -0
  1317. package/dist/esm/sdk/files.d.ts +26 -0
  1318. package/dist/esm/sdk/files.d.ts.map +1 -0
  1319. package/dist/esm/sdk/files.js +38 -0
  1320. package/dist/esm/sdk/files.js.map +1 -0
  1321. package/dist/esm/sdk/indexing.d.ts +6 -6
  1322. package/dist/esm/sdk/indexing.d.ts.map +1 -1
  1323. package/dist/esm/sdk/indexing.js +7 -7
  1324. package/dist/esm/sdk/indexing.js.map +1 -1
  1325. package/dist/esm/sdk/indexingdocuments.d.ts +49 -0
  1326. package/dist/esm/sdk/indexingdocuments.d.ts.map +1 -1
  1327. package/dist/esm/sdk/indexingdocuments.js +64 -0
  1328. package/dist/esm/sdk/indexingdocuments.js.map +1 -1
  1329. package/dist/esm/sdk/indexingpeople.d.ts +76 -0
  1330. package/dist/esm/sdk/indexingpeople.d.ts.map +1 -0
  1331. package/dist/esm/sdk/indexingpeople.js +106 -0
  1332. package/dist/esm/sdk/indexingpeople.js.map +1 -0
  1333. package/dist/esm/sdk/indexingpermissions.d.ts +89 -0
  1334. package/dist/esm/sdk/indexingpermissions.d.ts.map +1 -0
  1335. package/dist/esm/sdk/indexingpermissions.js +128 -0
  1336. package/dist/esm/sdk/indexingpermissions.js.map +1 -0
  1337. package/dist/esm/sdk/indexingshortcuts.d.ts +7 -0
  1338. package/dist/esm/sdk/indexingshortcuts.d.ts.map +1 -1
  1339. package/dist/esm/sdk/indexingshortcuts.js +10 -0
  1340. package/dist/esm/sdk/indexingshortcuts.js.map +1 -1
  1341. package/dist/esm/sdk/inputs.d.ts +12 -0
  1342. package/dist/esm/sdk/inputs.d.ts.map +1 -0
  1343. package/dist/esm/sdk/inputs.js +18 -0
  1344. package/dist/esm/sdk/inputs.js.map +1 -0
  1345. package/dist/esm/sdk/insights.d.ts +1 -1
  1346. package/dist/esm/sdk/insights.d.ts.map +1 -1
  1347. package/dist/esm/sdk/insights.js +3 -3
  1348. package/dist/esm/sdk/insights.js.map +1 -1
  1349. package/dist/esm/sdk/item.d.ts +19 -0
  1350. package/dist/esm/sdk/item.d.ts.map +1 -0
  1351. package/dist/esm/sdk/item.js +28 -0
  1352. package/dist/esm/sdk/item.js.map +1 -0
  1353. package/dist/esm/sdk/messages.d.ts +1 -1
  1354. package/dist/esm/sdk/messages.d.ts.map +1 -1
  1355. package/dist/esm/sdk/messages.js +3 -3
  1356. package/dist/esm/sdk/messages.js.map +1 -1
  1357. package/dist/esm/sdk/people.d.ts +1 -52
  1358. package/dist/esm/sdk/people.d.ts.map +1 -1
  1359. package/dist/esm/sdk/people.js +3 -75
  1360. package/dist/esm/sdk/people.js.map +1 -1
  1361. package/dist/esm/sdk/pins.d.ts +2 -2
  1362. package/dist/esm/sdk/pins.d.ts.map +1 -1
  1363. package/dist/esm/sdk/pins.js +6 -6
  1364. package/dist/esm/sdk/pins.js.map +1 -1
  1365. package/dist/esm/sdk/sdk.d.ts +6 -3
  1366. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  1367. package/dist/esm/sdk/sdk.js +7 -3
  1368. package/dist/esm/sdk/sdk.js.map +1 -1
  1369. package/dist/esm/sdk/search.d.ts +0 -28
  1370. package/dist/esm/sdk/search.d.ts.map +1 -1
  1371. package/dist/esm/sdk/search.js +2 -42
  1372. package/dist/esm/sdk/search.js.map +1 -1
  1373. package/dist/esm/sdk/shortcuts.d.ts +12 -0
  1374. package/dist/esm/sdk/shortcuts.d.ts.map +1 -0
  1375. package/dist/esm/sdk/shortcuts.js +18 -0
  1376. package/dist/esm/sdk/shortcuts.js.map +1 -0
  1377. package/dist/esm/sdk/troubleshooting.d.ts +9 -69
  1378. package/dist/esm/sdk/troubleshooting.d.ts.map +1 -1
  1379. package/dist/esm/sdk/troubleshooting.js +9 -87
  1380. package/dist/esm/sdk/troubleshooting.js.map +1 -1
  1381. package/dist/esm/sdk/troubleshootingdocuments.d.ts +27 -0
  1382. package/dist/esm/sdk/troubleshootingdocuments.d.ts.map +1 -0
  1383. package/dist/esm/sdk/troubleshootingdocuments.js +36 -0
  1384. package/dist/esm/sdk/troubleshootingdocuments.js.map +1 -0
  1385. package/dist/esm/sdk/user.d.ts +14 -0
  1386. package/dist/esm/sdk/user.d.ts.map +1 -0
  1387. package/dist/esm/sdk/user.js +20 -0
  1388. package/dist/esm/sdk/user.js.map +1 -0
  1389. package/dist/esm/sdk/users.d.ts +16 -0
  1390. package/dist/esm/sdk/users.d.ts.map +1 -0
  1391. package/dist/esm/sdk/users.js +22 -0
  1392. package/dist/esm/sdk/users.js.map +1 -0
  1393. package/docs/sdks/activity/README.md +99 -0
  1394. package/docs/sdks/admin/README.md +6 -0
  1395. package/docs/sdks/adminsearch/README.md +520 -0
  1396. package/docs/sdks/agent/README.md +98 -0
  1397. package/docs/sdks/agents/README.md +22 -22
  1398. package/docs/sdks/announcements/README.md +2 -2
  1399. package/docs/sdks/answers/README.md +44 -20
  1400. package/docs/sdks/application/README.md +102 -0
  1401. package/docs/sdks/chat/README.md +37 -43
  1402. package/docs/sdks/clientdocuments/README.md +119 -21
  1403. package/docs/sdks/clientsearch/README.md +976 -0
  1404. package/docs/sdks/clientshortcuts/README.md +37 -125
  1405. package/docs/sdks/clientverification/README.md +191 -0
  1406. package/docs/sdks/collections/README.md +34 -28
  1407. package/docs/sdks/config/README.md +101 -0
  1408. package/docs/sdks/datasource/README.md +101 -0
  1409. package/docs/sdks/datasourcedocuments/README.md +124 -0
  1410. package/docs/sdks/datasources/README.md +7 -7
  1411. package/docs/sdks/document/README.md +108 -0
  1412. package/docs/sdks/documentspermissions/README.md +97 -0
  1413. package/docs/sdks/feed/README.md +97 -0
  1414. package/docs/sdks/files/README.md +300 -0
  1415. package/docs/sdks/indexingdocuments/README.md +523 -0
  1416. package/docs/sdks/indexingpeople/README.md +1005 -0
  1417. package/docs/sdks/indexingpermissions/README.md +1208 -0
  1418. package/docs/sdks/indexingshortcuts/README.md +106 -0
  1419. package/docs/sdks/inputs/README.md +98 -0
  1420. package/docs/sdks/insights/README.md +9 -11
  1421. package/docs/sdks/item/README.md +199 -0
  1422. package/docs/sdks/messages/README.md +9 -11
  1423. package/docs/sdks/people/README.md +10 -808
  1424. package/docs/sdks/pins/README.md +14 -14
  1425. package/docs/sdks/search/README.md +7 -763
  1426. package/docs/sdks/shortcuts/README.md +223 -0
  1427. package/docs/sdks/troubleshooting/README.md +13 -725
  1428. package/docs/sdks/troubleshootingdocuments/README.md +209 -0
  1429. package/docs/sdks/user/README.md +106 -0
  1430. package/docs/sdks/users/README.md +106 -0
  1431. package/jsr.json +1 -1
  1432. package/package.json +1 -1
  1433. package/src/__tests__/activity.test.ts +17 -0
  1434. package/src/__tests__/adminsearch.test.ts +231 -0
  1435. package/src/__tests__/agents.test.ts +3 -3
  1436. package/src/__tests__/announcements.test.ts +1 -1
  1437. package/src/__tests__/answers.test.ts +17 -5
  1438. package/src/__tests__/chat.test.ts +1917 -270
  1439. package/src/__tests__/clientdocuments.test.ts +20 -3
  1440. package/src/__tests__/clientsearch.test.ts +394 -0
  1441. package/src/__tests__/clientshortcuts.test.ts +16 -7
  1442. package/src/__tests__/collections.test.ts +12 -9
  1443. package/src/__tests__/datasource.test.ts +11 -0
  1444. package/src/__tests__/datasources.test.ts +1 -1
  1445. package/src/__tests__/indexingdocuments.test.ts +57 -1
  1446. package/src/__tests__/indexingpeople.test.ts +38 -0
  1447. package/src/__tests__/insights.test.ts +2 -3
  1448. package/src/__tests__/messages.test.ts +2 -3
  1449. package/src/__tests__/pins.test.ts +2 -2
  1450. package/src/__tests__/search.test.ts +1 -250
  1451. package/src/funcs/clientActivityFeedback.ts +169 -0
  1452. package/src/funcs/clientAdminSearchQuery.ts +165 -0
  1453. package/src/funcs/clientAgentsAgentInputsRetrieve.ts +170 -0
  1454. package/src/funcs/clientAgentsAgentRun.ts +168 -0
  1455. package/src/funcs/clientAgentsList.ts +168 -0
  1456. package/src/funcs/clientAgentsRetrieveInputs.ts +170 -0
  1457. package/src/funcs/clientAgentsRun.ts +168 -0
  1458. package/src/funcs/clientAnswersRetrieve.ts +154 -0
  1459. package/src/funcs/clientAnswersUpdate.ts +154 -0
  1460. package/src/funcs/clientChatApplicationRetrieve.ts +170 -0
  1461. package/src/funcs/clientChatCreate.ts +168 -0
  1462. package/src/funcs/clientChatCreateStream.ts +169 -0
  1463. package/src/funcs/clientChatFilesDelete.ts +171 -0
  1464. package/src/funcs/clientChatFilesRetrieve.ts +170 -0
  1465. package/src/funcs/clientChatFilesUpload.ts +169 -0
  1466. package/src/funcs/clientChatRetrieve.ts +168 -0
  1467. package/src/funcs/clientChatRetrieveApplication.ts +170 -0
  1468. package/src/funcs/clientChatRetrieveFiles.ts +170 -0
  1469. package/src/funcs/clientCollectionsItemDelete.ts +155 -0
  1470. package/src/funcs/clientCollectionsItemUpdate.ts +154 -0
  1471. package/src/funcs/clientCollectionsRetrieve.ts +154 -0
  1472. package/src/funcs/clientCollectionsUpdateItem.ts +154 -0
  1473. package/src/funcs/clientDocumentsPermissionsRetrieve.ts +154 -0
  1474. package/src/funcs/clientDocumentsRetrieve.ts +157 -0
  1475. package/src/funcs/clientDocumentsRetrieveByFacets.ts +159 -0
  1476. package/src/funcs/clientDocumentsRetrievePermissions.ts +154 -0
  1477. package/src/funcs/clientDocumentsSummarize.ts +154 -0
  1478. package/src/funcs/clientInsightsRetrieve.ts +154 -0
  1479. package/src/funcs/clientMessagesRetrieve.ts +154 -0
  1480. package/src/funcs/clientPinsRetrieve.ts +154 -0
  1481. package/src/funcs/clientPinsUpdate.ts +154 -0
  1482. package/src/funcs/clientSearchAdminQuery.ts +165 -0
  1483. package/src/funcs/clientSearchFeedRetrieve.ts +154 -0
  1484. package/src/funcs/clientSearchQuery.ts +165 -0
  1485. package/src/funcs/clientSearchRetrieveFeed.ts +154 -0
  1486. package/src/funcs/clientShortcutsRetrieve.ts +154 -0
  1487. package/src/funcs/indexingDatasourceStatus.ts +173 -0
  1488. package/src/funcs/indexingDatasourcesConfigRetrieve.ts +155 -0
  1489. package/src/funcs/indexingDatasourcesRetrieveConfig.ts +155 -0
  1490. package/src/funcs/indexingDocumentsCheckAccess.ts +157 -0
  1491. package/src/funcs/indexingDocumentsCount.ts +158 -0
  1492. package/src/funcs/indexingDocumentsDebug.ts +180 -0
  1493. package/src/funcs/indexingDocumentsDebugMany.ts +180 -0
  1494. package/src/funcs/indexingDocumentsStatus.ts +158 -0
  1495. package/src/funcs/indexingPeopleCount.ts +158 -0
  1496. package/src/funcs/indexingPeopleDebug.ts +177 -0
  1497. package/src/funcs/indexingShortcutsUpload.ts +155 -0
  1498. package/src/funcs/indexingTroubleshootingDatasourceDocumentDebug.ts +180 -0
  1499. package/src/funcs/indexingTroubleshootingDatasourceDocumentsDebug.ts +180 -0
  1500. package/src/funcs/indexingTroubleshootingDatasourceStatus.ts +173 -0
  1501. package/src/funcs/indexingTroubleshootingDatasourceUserDebug.ts +177 -0
  1502. package/src/funcs/indexingTroubleshootingDocumentsCount.ts +158 -0
  1503. package/src/funcs/indexingTroubleshootingDocumentsStatus.ts +158 -0
  1504. package/src/funcs/indexingTroubleshootingUsersCount.ts +158 -0
  1505. package/src/funcs/peoplePostApiIndexV1Bulkindexemployees.ts +155 -0
  1506. package/src/funcs/searchAutocomplete.ts +154 -0
  1507. package/src/funcs/shortcutsCreateshortcut.ts +154 -0
  1508. package/src/funcs/verificationVerify.ts +154 -0
  1509. package/src/lib/config.ts +3 -3
  1510. package/src/models/components/collectionitem.ts +2 -2
  1511. package/src/models/components/documentmetadata.ts +2 -2
  1512. package/src/models/components/index.ts +1 -0
  1513. package/src/models/components/indexingshortcut.ts +125 -0
  1514. package/src/models/components/shortcut.ts +139 -30
  1515. package/src/models/components/structuredresult.ts +2 -2
  1516. package/src/models/components/uploadshortcutsrequest.ts +9 -9
  1517. package/src/react-query/clientActivityFeedback.ts +91 -0
  1518. package/src/react-query/clientAdminSearchQuery.ts +88 -0
  1519. package/src/react-query/clientAgentsAgentInputsRetrieve.ts +92 -0
  1520. package/src/react-query/clientAgentsAgentRun.ts +91 -0
  1521. package/src/react-query/clientAgentsList.ts +91 -0
  1522. package/src/react-query/clientAgentsRetrieveInputs.ts +92 -0
  1523. package/src/react-query/clientAgentsRun.ts +91 -0
  1524. package/src/react-query/clientAnswersRetrieve.ts +88 -0
  1525. package/src/react-query/clientAnswersUpdate.ts +88 -0
  1526. package/src/react-query/clientChatApplicationRetrieve.ts +92 -0
  1527. package/src/react-query/clientChatCreate.ts +91 -0
  1528. package/src/react-query/clientChatCreateStream.ts +91 -0
  1529. package/src/react-query/clientChatFilesDelete.ts +91 -0
  1530. package/src/react-query/clientChatFilesRetrieve.ts +92 -0
  1531. package/src/react-query/clientChatFilesUpload.ts +92 -0
  1532. package/src/react-query/clientChatRetrieve.ts +91 -0
  1533. package/src/react-query/clientChatRetrieveApplication.ts +92 -0
  1534. package/src/react-query/clientChatRetrieveFiles.ts +92 -0
  1535. package/src/react-query/clientCollectionsItemDelete.ts +89 -0
  1536. package/src/react-query/clientCollectionsItemUpdate.ts +89 -0
  1537. package/src/react-query/clientCollectionsRetrieve.ts +89 -0
  1538. package/src/react-query/clientCollectionsUpdateItem.ts +89 -0
  1539. package/src/react-query/clientDocumentsPermissionsRetrieve.ts +89 -0
  1540. package/src/react-query/clientDocumentsRetrieve.ts +89 -0
  1541. package/src/react-query/clientDocumentsRetrieveByFacets.ts +89 -0
  1542. package/src/react-query/clientDocumentsRetrievePermissions.ts +89 -0
  1543. package/src/react-query/clientDocumentsSummarize.ts +88 -0
  1544. package/src/react-query/clientInsightsRetrieve.ts +88 -0
  1545. package/src/react-query/clientMessagesRetrieve.ts +88 -0
  1546. package/src/react-query/clientPinsRetrieve.ts +88 -0
  1547. package/src/react-query/clientPinsUpdate.ts +88 -0
  1548. package/src/react-query/clientSearchAdminQuery.ts +88 -0
  1549. package/src/react-query/clientSearchFeedRetrieve.ts +88 -0
  1550. package/src/react-query/clientSearchQuery.ts +88 -0
  1551. package/src/react-query/clientSearchRetrieveFeed.ts +88 -0
  1552. package/src/react-query/clientShortcutsRetrieve.ts +89 -0
  1553. package/src/react-query/index.ts +37 -37
  1554. package/src/react-query/indexingDatasourceStatus.ts +91 -0
  1555. package/src/react-query/indexingDatasourcesConfigRetrieve.ts +89 -0
  1556. package/src/react-query/indexingDatasourcesRetrieveConfig.ts +89 -0
  1557. package/src/react-query/indexingDocumentsCheckAccess.ts +91 -0
  1558. package/src/react-query/indexingDocumentsCount.ts +93 -0
  1559. package/src/react-query/indexingDocumentsDebug.ts +94 -0
  1560. package/src/react-query/indexingDocumentsDebugMany.ts +94 -0
  1561. package/src/react-query/indexingDocumentsStatus.ts +93 -0
  1562. package/src/react-query/indexingPeopleCount.ts +92 -0
  1563. package/src/react-query/indexingPeopleDebug.ts +93 -0
  1564. package/src/react-query/indexingShortcutsUpload.ts +88 -0
  1565. package/src/react-query/indexingTroubleshootingDatasourceDocumentDebug.ts +98 -0
  1566. package/src/react-query/indexingTroubleshootingDatasourceDocumentsDebug.ts +98 -0
  1567. package/src/react-query/indexingTroubleshootingDatasourceStatus.ts +91 -0
  1568. package/src/react-query/indexingTroubleshootingDatasourceUserDebug.ts +94 -0
  1569. package/src/react-query/indexingTroubleshootingDocumentsCount.ts +93 -0
  1570. package/src/react-query/indexingTroubleshootingDocumentsStatus.ts +93 -0
  1571. package/src/react-query/indexingTroubleshootingUsersCount.ts +93 -0
  1572. package/src/react-query/peoplePostApiIndexV1Bulkindexemployees.ts +92 -0
  1573. package/src/react-query/searchAutocomplete.ts +88 -0
  1574. package/src/react-query/shortcutsCreateshortcut.ts +89 -0
  1575. package/src/react-query/verificationVerify.ts +88 -0
  1576. package/src/sdk/activity.ts +20 -0
  1577. package/src/sdk/admin.ts +13 -0
  1578. package/src/sdk/adminsearch.ts +27 -0
  1579. package/src/sdk/agent.ts +35 -0
  1580. package/src/sdk/agents.ts +9 -9
  1581. package/src/sdk/answers.ts +6 -6
  1582. package/src/sdk/application.ts +29 -0
  1583. package/src/sdk/chat.ts +15 -15
  1584. package/src/sdk/client.ts +16 -16
  1585. package/src/sdk/clientdocuments.ts +27 -9
  1586. package/src/sdk/clientsearch.ts +63 -0
  1587. package/src/sdk/clientshortcuts.ts +3 -21
  1588. package/src/sdk/clientverification.ts +45 -0
  1589. package/src/sdk/collections.ts +6 -6
  1590. package/src/sdk/config.ts +27 -0
  1591. package/src/sdk/datasource.ts +29 -0
  1592. package/src/sdk/datasourcedocuments.ts +31 -0
  1593. package/src/sdk/datasources.ts +3 -3
  1594. package/src/sdk/document.ts +31 -0
  1595. package/src/sdk/documentspermissions.ts +27 -0
  1596. package/src/sdk/feed.ts +27 -0
  1597. package/src/sdk/files.ts +69 -0
  1598. package/src/sdk/indexing.ts +10 -10
  1599. package/src/sdk/indexingdocuments.ts +108 -0
  1600. package/src/sdk/indexingpeople.ts +179 -0
  1601. package/src/sdk/indexingpermissions.ts +225 -0
  1602. package/src/sdk/indexingshortcuts.ts +18 -0
  1603. package/src/sdk/inputs.ts +29 -0
  1604. package/src/sdk/insights.ts +3 -3
  1605. package/src/sdk/item.ts +45 -0
  1606. package/src/sdk/messages.ts +3 -3
  1607. package/src/sdk/people.ts +3 -129
  1608. package/src/sdk/pins.ts +6 -6
  1609. package/src/sdk/sdk.ts +10 -4
  1610. package/src/sdk/search.ts +2 -74
  1611. package/src/sdk/shortcuts.ts +27 -0
  1612. package/src/sdk/troubleshooting.ts +12 -146
  1613. package/src/sdk/troubleshootingdocuments.ts +53 -0
  1614. package/src/sdk/user.ts +31 -0
  1615. package/src/sdk/users.ts +31 -0
  1616. package/dist/commonjs/__tests__/activities.test.d.ts +0 -2
  1617. package/dist/commonjs/__tests__/activities.test.d.ts.map +0 -1
  1618. package/dist/commonjs/__tests__/activities.test.js +0 -23
  1619. package/dist/commonjs/__tests__/activities.test.js.map +0 -1
  1620. package/dist/commonjs/__tests__/people.test.d.ts +0 -2
  1621. package/dist/commonjs/__tests__/people.test.d.ts.map +0 -1
  1622. package/dist/commonjs/__tests__/people.test.js +0 -18
  1623. package/dist/commonjs/__tests__/people.test.js.map +0 -1
  1624. package/dist/commonjs/__tests__/summarize.test.d.ts +0 -2
  1625. package/dist/commonjs/__tests__/summarize.test.d.ts.map +0 -1
  1626. package/dist/commonjs/__tests__/summarize.test.js +0 -24
  1627. package/dist/commonjs/__tests__/summarize.test.js.map +0 -1
  1628. package/dist/commonjs/__tests__/troubleshooting.test.d.ts +0 -2
  1629. package/dist/commonjs/__tests__/troubleshooting.test.d.ts.map +0 -1
  1630. package/dist/commonjs/__tests__/troubleshooting.test.js +0 -65
  1631. package/dist/commonjs/__tests__/troubleshooting.test.js.map +0 -1
  1632. package/dist/commonjs/funcs/agentsGetagentinputs.d.ts +0 -16
  1633. package/dist/commonjs/funcs/agentsGetagentinputs.d.ts.map +0 -1
  1634. package/dist/commonjs/funcs/agentsGetagentinputs.js +0 -123
  1635. package/dist/commonjs/funcs/agentsGetagentinputs.js.map +0 -1
  1636. package/dist/commonjs/funcs/agentsListagents.d.ts +0 -16
  1637. package/dist/commonjs/funcs/agentsListagents.d.ts.map +0 -1
  1638. package/dist/commonjs/funcs/agentsListagents.js +0 -121
  1639. package/dist/commonjs/funcs/agentsListagents.js.map +0 -1
  1640. package/dist/commonjs/funcs/agentsRunagent.d.ts +0 -16
  1641. package/dist/commonjs/funcs/agentsRunagent.d.ts.map +0 -1
  1642. package/dist/commonjs/funcs/agentsRunagent.js +0 -121
  1643. package/dist/commonjs/funcs/agentsRunagent.js.map +0 -1
  1644. package/dist/commonjs/funcs/clientActivitiesReportActivity.d.ts +0 -16
  1645. package/dist/commonjs/funcs/clientActivitiesReportActivity.d.ts.map +0 -1
  1646. package/dist/commonjs/funcs/clientActivitiesReportActivity.js +0 -121
  1647. package/dist/commonjs/funcs/clientActivitiesReportActivity.js.map +0 -1
  1648. package/dist/commonjs/funcs/clientAnswersEdit.d.ts +0 -16
  1649. package/dist/commonjs/funcs/clientAnswersEdit.d.ts.map +0 -1
  1650. package/dist/commonjs/funcs/clientAnswersEdit.js +0 -112
  1651. package/dist/commonjs/funcs/clientAnswersEdit.js.map +0 -1
  1652. package/dist/commonjs/funcs/clientAnswersGet.d.ts +0 -16
  1653. package/dist/commonjs/funcs/clientAnswersGet.d.ts.map +0 -1
  1654. package/dist/commonjs/funcs/clientAnswersGet.js +0 -112
  1655. package/dist/commonjs/funcs/clientAnswersGet.js.map +0 -1
  1656. package/dist/commonjs/funcs/clientChatGet.d.ts +0 -16
  1657. package/dist/commonjs/funcs/clientChatGet.d.ts.map +0 -1
  1658. package/dist/commonjs/funcs/clientChatGet.js +0 -121
  1659. package/dist/commonjs/funcs/clientChatGet.js.map +0 -1
  1660. package/dist/commonjs/funcs/clientChatGetApplication.d.ts +0 -16
  1661. package/dist/commonjs/funcs/clientChatGetApplication.d.ts.map +0 -1
  1662. package/dist/commonjs/funcs/clientChatGetApplication.js +0 -123
  1663. package/dist/commonjs/funcs/clientChatGetApplication.js.map +0 -1
  1664. package/dist/commonjs/funcs/clientChatGetFiles.d.ts +0 -16
  1665. package/dist/commonjs/funcs/clientChatGetFiles.d.ts.map +0 -1
  1666. package/dist/commonjs/funcs/clientChatGetFiles.js +0 -123
  1667. package/dist/commonjs/funcs/clientChatGetFiles.js.map +0 -1
  1668. package/dist/commonjs/funcs/clientChatStart.d.ts +0 -16
  1669. package/dist/commonjs/funcs/clientChatStart.d.ts.map +0 -1
  1670. package/dist/commonjs/funcs/clientChatStart.js +0 -121
  1671. package/dist/commonjs/funcs/clientChatStart.js.map +0 -1
  1672. package/dist/commonjs/funcs/clientChatStartStream.d.ts +0 -16
  1673. package/dist/commonjs/funcs/clientChatStartStream.d.ts.map +0 -1
  1674. package/dist/commonjs/funcs/clientChatStartStream.js +0 -121
  1675. package/dist/commonjs/funcs/clientChatStartStream.js.map +0 -1
  1676. package/dist/commonjs/funcs/clientCollectionsEditItem.d.ts +0 -16
  1677. package/dist/commonjs/funcs/clientCollectionsEditItem.d.ts.map +0 -1
  1678. package/dist/commonjs/funcs/clientCollectionsEditItem.js +0 -112
  1679. package/dist/commonjs/funcs/clientCollectionsEditItem.js.map +0 -1
  1680. package/dist/commonjs/funcs/clientCollectionsGet.d.ts +0 -16
  1681. package/dist/commonjs/funcs/clientCollectionsGet.d.ts.map +0 -1
  1682. package/dist/commonjs/funcs/clientCollectionsGet.js +0 -112
  1683. package/dist/commonjs/funcs/clientCollectionsGet.js.map +0 -1
  1684. package/dist/commonjs/funcs/clientDocumentsGet.d.ts +0 -16
  1685. package/dist/commonjs/funcs/clientDocumentsGet.d.ts.map +0 -1
  1686. package/dist/commonjs/funcs/clientDocumentsGet.js +0 -114
  1687. package/dist/commonjs/funcs/clientDocumentsGet.js.map +0 -1
  1688. package/dist/commonjs/funcs/clientDocumentsGetByFacets.d.ts +0 -16
  1689. package/dist/commonjs/funcs/clientDocumentsGetByFacets.d.ts.map +0 -1
  1690. package/dist/commonjs/funcs/clientDocumentsGetByFacets.js +0 -114
  1691. package/dist/commonjs/funcs/clientDocumentsGetByFacets.js.map +0 -1
  1692. package/dist/commonjs/funcs/clientDocumentsGetPermissions.d.ts +0 -16
  1693. package/dist/commonjs/funcs/clientDocumentsGetPermissions.d.ts.map +0 -1
  1694. package/dist/commonjs/funcs/clientDocumentsGetPermissions.js +0 -112
  1695. package/dist/commonjs/funcs/clientDocumentsGetPermissions.js.map +0 -1
  1696. package/dist/commonjs/funcs/clientInsightsGet.d.ts +0 -16
  1697. package/dist/commonjs/funcs/clientInsightsGet.d.ts.map +0 -1
  1698. package/dist/commonjs/funcs/clientInsightsGet.js +0 -112
  1699. package/dist/commonjs/funcs/clientInsightsGet.js.map +0 -1
  1700. package/dist/commonjs/funcs/clientMessagesGet.d.ts +0 -16
  1701. package/dist/commonjs/funcs/clientMessagesGet.d.ts.map +0 -1
  1702. package/dist/commonjs/funcs/clientMessagesGet.js +0 -112
  1703. package/dist/commonjs/funcs/clientMessagesGet.js.map +0 -1
  1704. package/dist/commonjs/funcs/clientPinsEdit.d.ts +0 -16
  1705. package/dist/commonjs/funcs/clientPinsEdit.d.ts.map +0 -1
  1706. package/dist/commonjs/funcs/clientPinsEdit.js +0 -112
  1707. package/dist/commonjs/funcs/clientPinsEdit.js.map +0 -1
  1708. package/dist/commonjs/funcs/clientPinsGet.d.ts +0 -16
  1709. package/dist/commonjs/funcs/clientPinsGet.d.ts.map +0 -1
  1710. package/dist/commonjs/funcs/clientPinsGet.js +0 -112
  1711. package/dist/commonjs/funcs/clientPinsGet.js.map +0 -1
  1712. package/dist/commonjs/funcs/clientSearchAdmin.d.ts +0 -17
  1713. package/dist/commonjs/funcs/clientSearchAdmin.d.ts.map +0 -1
  1714. package/dist/commonjs/funcs/clientSearchAdmin.js +0 -118
  1715. package/dist/commonjs/funcs/clientSearchAdmin.js.map +0 -1
  1716. package/dist/commonjs/funcs/clientSearchAutocomplete.d.ts +0 -16
  1717. package/dist/commonjs/funcs/clientSearchAutocomplete.d.ts.map +0 -1
  1718. package/dist/commonjs/funcs/clientSearchAutocomplete.js +0 -112
  1719. package/dist/commonjs/funcs/clientSearchAutocomplete.js.map +0 -1
  1720. package/dist/commonjs/funcs/clientSearchExecute.d.ts +0 -17
  1721. package/dist/commonjs/funcs/clientSearchExecute.d.ts.map +0 -1
  1722. package/dist/commonjs/funcs/clientSearchExecute.js +0 -118
  1723. package/dist/commonjs/funcs/clientSearchExecute.js.map +0 -1
  1724. package/dist/commonjs/funcs/clientSearchGetFeed.d.ts +0 -16
  1725. package/dist/commonjs/funcs/clientSearchGetFeed.d.ts.map +0 -1
  1726. package/dist/commonjs/funcs/clientSearchGetFeed.js +0 -112
  1727. package/dist/commonjs/funcs/clientSearchGetFeed.js.map +0 -1
  1728. package/dist/commonjs/funcs/clientShortcutsGet.d.ts +0 -16
  1729. package/dist/commonjs/funcs/clientShortcutsGet.d.ts.map +0 -1
  1730. package/dist/commonjs/funcs/clientShortcutsGet.js +0 -112
  1731. package/dist/commonjs/funcs/clientShortcutsGet.js.map +0 -1
  1732. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.d.ts +0 -16
  1733. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.d.ts.map +0 -1
  1734. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.js +0 -112
  1735. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.js.map +0 -1
  1736. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.d.ts +0 -16
  1737. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  1738. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.js +0 -113
  1739. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.js.map +0 -1
  1740. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.d.ts +0 -18
  1741. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  1742. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.js +0 -127
  1743. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.js.map +0 -1
  1744. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -18
  1745. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  1746. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.js +0 -126
  1747. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  1748. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.d.ts +0 -20
  1749. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  1750. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.js +0 -116
  1751. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  1752. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.d.ts +0 -20
  1753. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  1754. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.js +0 -116
  1755. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.js.map +0 -1
  1756. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.d.ts +0 -20
  1757. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  1758. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.js +0 -116
  1759. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.js.map +0 -1
  1760. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.d.ts +0 -18
  1761. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  1762. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.js +0 -130
  1763. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  1764. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -18
  1765. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  1766. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.js +0 -130
  1767. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  1768. package/dist/commonjs/react-query/agentsGetagentinputs.d.ts +0 -24
  1769. package/dist/commonjs/react-query/agentsGetagentinputs.d.ts.map +0 -1
  1770. package/dist/commonjs/react-query/agentsGetagentinputs.js +0 -47
  1771. package/dist/commonjs/react-query/agentsGetagentinputs.js.map +0 -1
  1772. package/dist/commonjs/react-query/agentsListagents.d.ts +0 -24
  1773. package/dist/commonjs/react-query/agentsListagents.d.ts.map +0 -1
  1774. package/dist/commonjs/react-query/agentsListagents.js +0 -47
  1775. package/dist/commonjs/react-query/agentsListagents.js.map +0 -1
  1776. package/dist/commonjs/react-query/agentsRunagent.d.ts +0 -24
  1777. package/dist/commonjs/react-query/agentsRunagent.d.ts.map +0 -1
  1778. package/dist/commonjs/react-query/agentsRunagent.js +0 -47
  1779. package/dist/commonjs/react-query/agentsRunagent.js.map +0 -1
  1780. package/dist/commonjs/react-query/clientActivitiesReportActivity.d.ts +0 -24
  1781. package/dist/commonjs/react-query/clientActivitiesReportActivity.d.ts.map +0 -1
  1782. package/dist/commonjs/react-query/clientActivitiesReportActivity.js +0 -47
  1783. package/dist/commonjs/react-query/clientActivitiesReportActivity.js.map +0 -1
  1784. package/dist/commonjs/react-query/clientAnswersEdit.d.ts +0 -23
  1785. package/dist/commonjs/react-query/clientAnswersEdit.d.ts.map +0 -1
  1786. package/dist/commonjs/react-query/clientAnswersEdit.js +0 -47
  1787. package/dist/commonjs/react-query/clientAnswersEdit.js.map +0 -1
  1788. package/dist/commonjs/react-query/clientAnswersGet.d.ts +0 -23
  1789. package/dist/commonjs/react-query/clientAnswersGet.d.ts.map +0 -1
  1790. package/dist/commonjs/react-query/clientAnswersGet.js +0 -47
  1791. package/dist/commonjs/react-query/clientAnswersGet.js.map +0 -1
  1792. package/dist/commonjs/react-query/clientChatGet.d.ts +0 -24
  1793. package/dist/commonjs/react-query/clientChatGet.d.ts.map +0 -1
  1794. package/dist/commonjs/react-query/clientChatGet.js +0 -47
  1795. package/dist/commonjs/react-query/clientChatGet.js.map +0 -1
  1796. package/dist/commonjs/react-query/clientChatGetApplication.d.ts +0 -24
  1797. package/dist/commonjs/react-query/clientChatGetApplication.d.ts.map +0 -1
  1798. package/dist/commonjs/react-query/clientChatGetApplication.js +0 -47
  1799. package/dist/commonjs/react-query/clientChatGetApplication.js.map +0 -1
  1800. package/dist/commonjs/react-query/clientChatGetFiles.d.ts +0 -24
  1801. package/dist/commonjs/react-query/clientChatGetFiles.d.ts.map +0 -1
  1802. package/dist/commonjs/react-query/clientChatGetFiles.js +0 -47
  1803. package/dist/commonjs/react-query/clientChatGetFiles.js.map +0 -1
  1804. package/dist/commonjs/react-query/clientChatStart.d.ts +0 -24
  1805. package/dist/commonjs/react-query/clientChatStart.d.ts.map +0 -1
  1806. package/dist/commonjs/react-query/clientChatStart.js +0 -47
  1807. package/dist/commonjs/react-query/clientChatStart.js.map +0 -1
  1808. package/dist/commonjs/react-query/clientChatStartStream.d.ts +0 -24
  1809. package/dist/commonjs/react-query/clientChatStartStream.d.ts.map +0 -1
  1810. package/dist/commonjs/react-query/clientChatStartStream.js +0 -47
  1811. package/dist/commonjs/react-query/clientChatStartStream.js.map +0 -1
  1812. package/dist/commonjs/react-query/clientCollectionsEditItem.d.ts +0 -23
  1813. package/dist/commonjs/react-query/clientCollectionsEditItem.d.ts.map +0 -1
  1814. package/dist/commonjs/react-query/clientCollectionsEditItem.js +0 -47
  1815. package/dist/commonjs/react-query/clientCollectionsEditItem.js.map +0 -1
  1816. package/dist/commonjs/react-query/clientCollectionsGet.d.ts +0 -23
  1817. package/dist/commonjs/react-query/clientCollectionsGet.d.ts.map +0 -1
  1818. package/dist/commonjs/react-query/clientCollectionsGet.js +0 -47
  1819. package/dist/commonjs/react-query/clientCollectionsGet.js.map +0 -1
  1820. package/dist/commonjs/react-query/clientDocumentsGet.d.ts +0 -23
  1821. package/dist/commonjs/react-query/clientDocumentsGet.d.ts.map +0 -1
  1822. package/dist/commonjs/react-query/clientDocumentsGet.js +0 -47
  1823. package/dist/commonjs/react-query/clientDocumentsGet.js.map +0 -1
  1824. package/dist/commonjs/react-query/clientDocumentsGetByFacets.d.ts +0 -23
  1825. package/dist/commonjs/react-query/clientDocumentsGetByFacets.d.ts.map +0 -1
  1826. package/dist/commonjs/react-query/clientDocumentsGetByFacets.js +0 -47
  1827. package/dist/commonjs/react-query/clientDocumentsGetByFacets.js.map +0 -1
  1828. package/dist/commonjs/react-query/clientDocumentsGetPermissions.d.ts +0 -23
  1829. package/dist/commonjs/react-query/clientDocumentsGetPermissions.d.ts.map +0 -1
  1830. package/dist/commonjs/react-query/clientDocumentsGetPermissions.js +0 -47
  1831. package/dist/commonjs/react-query/clientDocumentsGetPermissions.js.map +0 -1
  1832. package/dist/commonjs/react-query/clientInsightsGet.d.ts +0 -23
  1833. package/dist/commonjs/react-query/clientInsightsGet.d.ts.map +0 -1
  1834. package/dist/commonjs/react-query/clientInsightsGet.js +0 -47
  1835. package/dist/commonjs/react-query/clientInsightsGet.js.map +0 -1
  1836. package/dist/commonjs/react-query/clientMessagesGet.d.ts +0 -23
  1837. package/dist/commonjs/react-query/clientMessagesGet.d.ts.map +0 -1
  1838. package/dist/commonjs/react-query/clientMessagesGet.js +0 -47
  1839. package/dist/commonjs/react-query/clientMessagesGet.js.map +0 -1
  1840. package/dist/commonjs/react-query/clientPinsEdit.d.ts +0 -23
  1841. package/dist/commonjs/react-query/clientPinsEdit.d.ts.map +0 -1
  1842. package/dist/commonjs/react-query/clientPinsEdit.js +0 -47
  1843. package/dist/commonjs/react-query/clientPinsEdit.js.map +0 -1
  1844. package/dist/commonjs/react-query/clientPinsGet.d.ts +0 -23
  1845. package/dist/commonjs/react-query/clientPinsGet.d.ts.map +0 -1
  1846. package/dist/commonjs/react-query/clientPinsGet.js +0 -47
  1847. package/dist/commonjs/react-query/clientPinsGet.js.map +0 -1
  1848. package/dist/commonjs/react-query/clientSearchAdmin.d.ts +0 -23
  1849. package/dist/commonjs/react-query/clientSearchAdmin.d.ts.map +0 -1
  1850. package/dist/commonjs/react-query/clientSearchAdmin.js +0 -47
  1851. package/dist/commonjs/react-query/clientSearchAdmin.js.map +0 -1
  1852. package/dist/commonjs/react-query/clientSearchAutocomplete.d.ts +0 -23
  1853. package/dist/commonjs/react-query/clientSearchAutocomplete.d.ts.map +0 -1
  1854. package/dist/commonjs/react-query/clientSearchAutocomplete.js +0 -47
  1855. package/dist/commonjs/react-query/clientSearchAutocomplete.js.map +0 -1
  1856. package/dist/commonjs/react-query/clientSearchExecute.d.ts +0 -23
  1857. package/dist/commonjs/react-query/clientSearchExecute.d.ts.map +0 -1
  1858. package/dist/commonjs/react-query/clientSearchExecute.js +0 -47
  1859. package/dist/commonjs/react-query/clientSearchExecute.js.map +0 -1
  1860. package/dist/commonjs/react-query/clientSearchGetFeed.d.ts +0 -23
  1861. package/dist/commonjs/react-query/clientSearchGetFeed.d.ts.map +0 -1
  1862. package/dist/commonjs/react-query/clientSearchGetFeed.js +0 -47
  1863. package/dist/commonjs/react-query/clientSearchGetFeed.js.map +0 -1
  1864. package/dist/commonjs/react-query/clientShortcutsGet.d.ts +0 -23
  1865. package/dist/commonjs/react-query/clientShortcutsGet.d.ts.map +0 -1
  1866. package/dist/commonjs/react-query/clientShortcutsGet.js +0 -47
  1867. package/dist/commonjs/react-query/clientShortcutsGet.js.map +0 -1
  1868. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.d.ts +0 -23
  1869. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.d.ts.map +0 -1
  1870. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.js +0 -47
  1871. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.js.map +0 -1
  1872. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.d.ts +0 -23
  1873. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  1874. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.js +0 -47
  1875. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.js.map +0 -1
  1876. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.d.ts +0 -26
  1877. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  1878. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.js +0 -49
  1879. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.js.map +0 -1
  1880. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -25
  1881. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  1882. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.js +0 -49
  1883. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  1884. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.d.ts +0 -27
  1885. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  1886. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.js +0 -51
  1887. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  1888. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.d.ts +0 -27
  1889. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  1890. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.js +0 -51
  1891. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.js.map +0 -1
  1892. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.d.ts +0 -27
  1893. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  1894. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.js +0 -51
  1895. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.js.map +0 -1
  1896. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.d.ts +0 -26
  1897. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  1898. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.js +0 -49
  1899. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  1900. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -26
  1901. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  1902. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.js +0 -49
  1903. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  1904. package/dist/commonjs/sdk/activities.d.ts +0 -12
  1905. package/dist/commonjs/sdk/activities.d.ts.map +0 -1
  1906. package/dist/commonjs/sdk/activities.js +0 -22
  1907. package/dist/commonjs/sdk/activities.js.map +0 -1
  1908. package/dist/esm/__tests__/activities.test.d.ts +0 -2
  1909. package/dist/esm/__tests__/activities.test.d.ts.map +0 -1
  1910. package/dist/esm/__tests__/activities.test.js +0 -21
  1911. package/dist/esm/__tests__/activities.test.js.map +0 -1
  1912. package/dist/esm/__tests__/people.test.d.ts +0 -2
  1913. package/dist/esm/__tests__/people.test.d.ts.map +0 -1
  1914. package/dist/esm/__tests__/people.test.js +0 -16
  1915. package/dist/esm/__tests__/people.test.js.map +0 -1
  1916. package/dist/esm/__tests__/summarize.test.d.ts +0 -2
  1917. package/dist/esm/__tests__/summarize.test.d.ts.map +0 -1
  1918. package/dist/esm/__tests__/summarize.test.js +0 -22
  1919. package/dist/esm/__tests__/summarize.test.js.map +0 -1
  1920. package/dist/esm/__tests__/troubleshooting.test.d.ts +0 -2
  1921. package/dist/esm/__tests__/troubleshooting.test.d.ts.map +0 -1
  1922. package/dist/esm/__tests__/troubleshooting.test.js +0 -63
  1923. package/dist/esm/__tests__/troubleshooting.test.js.map +0 -1
  1924. package/dist/esm/funcs/agentsGetagentinputs.d.ts +0 -16
  1925. package/dist/esm/funcs/agentsGetagentinputs.d.ts.map +0 -1
  1926. package/dist/esm/funcs/agentsGetagentinputs.js +0 -87
  1927. package/dist/esm/funcs/agentsGetagentinputs.js.map +0 -1
  1928. package/dist/esm/funcs/agentsListagents.d.ts +0 -16
  1929. package/dist/esm/funcs/agentsListagents.d.ts.map +0 -1
  1930. package/dist/esm/funcs/agentsListagents.js +0 -85
  1931. package/dist/esm/funcs/agentsListagents.js.map +0 -1
  1932. package/dist/esm/funcs/agentsRunagent.d.ts +0 -16
  1933. package/dist/esm/funcs/agentsRunagent.d.ts.map +0 -1
  1934. package/dist/esm/funcs/agentsRunagent.js +0 -85
  1935. package/dist/esm/funcs/agentsRunagent.js.map +0 -1
  1936. package/dist/esm/funcs/clientActivitiesReportActivity.d.ts +0 -16
  1937. package/dist/esm/funcs/clientActivitiesReportActivity.d.ts.map +0 -1
  1938. package/dist/esm/funcs/clientActivitiesReportActivity.js +0 -85
  1939. package/dist/esm/funcs/clientActivitiesReportActivity.js.map +0 -1
  1940. package/dist/esm/funcs/clientAnswersEdit.d.ts +0 -16
  1941. package/dist/esm/funcs/clientAnswersEdit.d.ts.map +0 -1
  1942. package/dist/esm/funcs/clientAnswersEdit.js +0 -76
  1943. package/dist/esm/funcs/clientAnswersEdit.js.map +0 -1
  1944. package/dist/esm/funcs/clientAnswersGet.d.ts +0 -16
  1945. package/dist/esm/funcs/clientAnswersGet.d.ts.map +0 -1
  1946. package/dist/esm/funcs/clientAnswersGet.js +0 -76
  1947. package/dist/esm/funcs/clientAnswersGet.js.map +0 -1
  1948. package/dist/esm/funcs/clientChatGet.d.ts +0 -16
  1949. package/dist/esm/funcs/clientChatGet.d.ts.map +0 -1
  1950. package/dist/esm/funcs/clientChatGet.js +0 -85
  1951. package/dist/esm/funcs/clientChatGet.js.map +0 -1
  1952. package/dist/esm/funcs/clientChatGetApplication.d.ts +0 -16
  1953. package/dist/esm/funcs/clientChatGetApplication.d.ts.map +0 -1
  1954. package/dist/esm/funcs/clientChatGetApplication.js +0 -87
  1955. package/dist/esm/funcs/clientChatGetApplication.js.map +0 -1
  1956. package/dist/esm/funcs/clientChatGetFiles.d.ts +0 -16
  1957. package/dist/esm/funcs/clientChatGetFiles.d.ts.map +0 -1
  1958. package/dist/esm/funcs/clientChatGetFiles.js +0 -87
  1959. package/dist/esm/funcs/clientChatGetFiles.js.map +0 -1
  1960. package/dist/esm/funcs/clientChatStart.d.ts +0 -16
  1961. package/dist/esm/funcs/clientChatStart.d.ts.map +0 -1
  1962. package/dist/esm/funcs/clientChatStart.js +0 -85
  1963. package/dist/esm/funcs/clientChatStart.js.map +0 -1
  1964. package/dist/esm/funcs/clientChatStartStream.d.ts +0 -16
  1965. package/dist/esm/funcs/clientChatStartStream.d.ts.map +0 -1
  1966. package/dist/esm/funcs/clientChatStartStream.js +0 -85
  1967. package/dist/esm/funcs/clientChatStartStream.js.map +0 -1
  1968. package/dist/esm/funcs/clientCollectionsEditItem.d.ts +0 -16
  1969. package/dist/esm/funcs/clientCollectionsEditItem.d.ts.map +0 -1
  1970. package/dist/esm/funcs/clientCollectionsEditItem.js +0 -76
  1971. package/dist/esm/funcs/clientCollectionsEditItem.js.map +0 -1
  1972. package/dist/esm/funcs/clientCollectionsGet.d.ts +0 -16
  1973. package/dist/esm/funcs/clientCollectionsGet.d.ts.map +0 -1
  1974. package/dist/esm/funcs/clientCollectionsGet.js +0 -76
  1975. package/dist/esm/funcs/clientCollectionsGet.js.map +0 -1
  1976. package/dist/esm/funcs/clientDocumentsGet.d.ts +0 -16
  1977. package/dist/esm/funcs/clientDocumentsGet.d.ts.map +0 -1
  1978. package/dist/esm/funcs/clientDocumentsGet.js +0 -78
  1979. package/dist/esm/funcs/clientDocumentsGet.js.map +0 -1
  1980. package/dist/esm/funcs/clientDocumentsGetByFacets.d.ts +0 -16
  1981. package/dist/esm/funcs/clientDocumentsGetByFacets.d.ts.map +0 -1
  1982. package/dist/esm/funcs/clientDocumentsGetByFacets.js +0 -78
  1983. package/dist/esm/funcs/clientDocumentsGetByFacets.js.map +0 -1
  1984. package/dist/esm/funcs/clientDocumentsGetPermissions.d.ts +0 -16
  1985. package/dist/esm/funcs/clientDocumentsGetPermissions.d.ts.map +0 -1
  1986. package/dist/esm/funcs/clientDocumentsGetPermissions.js +0 -76
  1987. package/dist/esm/funcs/clientDocumentsGetPermissions.js.map +0 -1
  1988. package/dist/esm/funcs/clientInsightsGet.d.ts +0 -16
  1989. package/dist/esm/funcs/clientInsightsGet.d.ts.map +0 -1
  1990. package/dist/esm/funcs/clientInsightsGet.js +0 -76
  1991. package/dist/esm/funcs/clientInsightsGet.js.map +0 -1
  1992. package/dist/esm/funcs/clientMessagesGet.d.ts +0 -16
  1993. package/dist/esm/funcs/clientMessagesGet.d.ts.map +0 -1
  1994. package/dist/esm/funcs/clientMessagesGet.js +0 -76
  1995. package/dist/esm/funcs/clientMessagesGet.js.map +0 -1
  1996. package/dist/esm/funcs/clientPinsEdit.d.ts +0 -16
  1997. package/dist/esm/funcs/clientPinsEdit.d.ts.map +0 -1
  1998. package/dist/esm/funcs/clientPinsEdit.js +0 -76
  1999. package/dist/esm/funcs/clientPinsEdit.js.map +0 -1
  2000. package/dist/esm/funcs/clientPinsGet.d.ts +0 -16
  2001. package/dist/esm/funcs/clientPinsGet.d.ts.map +0 -1
  2002. package/dist/esm/funcs/clientPinsGet.js +0 -76
  2003. package/dist/esm/funcs/clientPinsGet.js.map +0 -1
  2004. package/dist/esm/funcs/clientSearchAdmin.d.ts +0 -17
  2005. package/dist/esm/funcs/clientSearchAdmin.d.ts.map +0 -1
  2006. package/dist/esm/funcs/clientSearchAdmin.js +0 -82
  2007. package/dist/esm/funcs/clientSearchAdmin.js.map +0 -1
  2008. package/dist/esm/funcs/clientSearchAutocomplete.d.ts +0 -16
  2009. package/dist/esm/funcs/clientSearchAutocomplete.d.ts.map +0 -1
  2010. package/dist/esm/funcs/clientSearchAutocomplete.js +0 -76
  2011. package/dist/esm/funcs/clientSearchAutocomplete.js.map +0 -1
  2012. package/dist/esm/funcs/clientSearchExecute.d.ts +0 -17
  2013. package/dist/esm/funcs/clientSearchExecute.d.ts.map +0 -1
  2014. package/dist/esm/funcs/clientSearchExecute.js +0 -82
  2015. package/dist/esm/funcs/clientSearchExecute.js.map +0 -1
  2016. package/dist/esm/funcs/clientSearchGetFeed.d.ts +0 -16
  2017. package/dist/esm/funcs/clientSearchGetFeed.d.ts.map +0 -1
  2018. package/dist/esm/funcs/clientSearchGetFeed.js +0 -76
  2019. package/dist/esm/funcs/clientSearchGetFeed.js.map +0 -1
  2020. package/dist/esm/funcs/clientShortcutsGet.d.ts +0 -16
  2021. package/dist/esm/funcs/clientShortcutsGet.d.ts.map +0 -1
  2022. package/dist/esm/funcs/clientShortcutsGet.js +0 -76
  2023. package/dist/esm/funcs/clientShortcutsGet.js.map +0 -1
  2024. package/dist/esm/funcs/indexingDatasourcesGetConfig.d.ts +0 -16
  2025. package/dist/esm/funcs/indexingDatasourcesGetConfig.d.ts.map +0 -1
  2026. package/dist/esm/funcs/indexingDatasourcesGetConfig.js +0 -76
  2027. package/dist/esm/funcs/indexingDatasourcesGetConfig.js.map +0 -1
  2028. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.d.ts +0 -16
  2029. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  2030. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.js +0 -77
  2031. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.js.map +0 -1
  2032. package/dist/esm/funcs/indexingTroubleshootingDebugUser.d.ts +0 -18
  2033. package/dist/esm/funcs/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  2034. package/dist/esm/funcs/indexingTroubleshootingDebugUser.js +0 -91
  2035. package/dist/esm/funcs/indexingTroubleshootingDebugUser.js.map +0 -1
  2036. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -18
  2037. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  2038. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.js +0 -90
  2039. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  2040. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.d.ts +0 -20
  2041. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  2042. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.js +0 -80
  2043. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  2044. package/dist/esm/funcs/indexingTroubleshootingGetStatus.d.ts +0 -20
  2045. package/dist/esm/funcs/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  2046. package/dist/esm/funcs/indexingTroubleshootingGetStatus.js +0 -80
  2047. package/dist/esm/funcs/indexingTroubleshootingGetStatus.js.map +0 -1
  2048. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.d.ts +0 -20
  2049. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  2050. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.js +0 -80
  2051. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.js.map +0 -1
  2052. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.d.ts +0 -18
  2053. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  2054. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.js +0 -94
  2055. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  2056. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -18
  2057. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  2058. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.js +0 -94
  2059. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  2060. package/dist/esm/react-query/agentsGetagentinputs.d.ts +0 -24
  2061. package/dist/esm/react-query/agentsGetagentinputs.d.ts.map +0 -1
  2062. package/dist/esm/react-query/agentsGetagentinputs.js +0 -42
  2063. package/dist/esm/react-query/agentsGetagentinputs.js.map +0 -1
  2064. package/dist/esm/react-query/agentsListagents.d.ts +0 -24
  2065. package/dist/esm/react-query/agentsListagents.d.ts.map +0 -1
  2066. package/dist/esm/react-query/agentsListagents.js +0 -42
  2067. package/dist/esm/react-query/agentsListagents.js.map +0 -1
  2068. package/dist/esm/react-query/agentsRunagent.d.ts +0 -24
  2069. package/dist/esm/react-query/agentsRunagent.d.ts.map +0 -1
  2070. package/dist/esm/react-query/agentsRunagent.js +0 -42
  2071. package/dist/esm/react-query/agentsRunagent.js.map +0 -1
  2072. package/dist/esm/react-query/clientActivitiesReportActivity.d.ts +0 -24
  2073. package/dist/esm/react-query/clientActivitiesReportActivity.d.ts.map +0 -1
  2074. package/dist/esm/react-query/clientActivitiesReportActivity.js +0 -42
  2075. package/dist/esm/react-query/clientActivitiesReportActivity.js.map +0 -1
  2076. package/dist/esm/react-query/clientAnswersEdit.d.ts +0 -23
  2077. package/dist/esm/react-query/clientAnswersEdit.d.ts.map +0 -1
  2078. package/dist/esm/react-query/clientAnswersEdit.js +0 -42
  2079. package/dist/esm/react-query/clientAnswersEdit.js.map +0 -1
  2080. package/dist/esm/react-query/clientAnswersGet.d.ts +0 -23
  2081. package/dist/esm/react-query/clientAnswersGet.d.ts.map +0 -1
  2082. package/dist/esm/react-query/clientAnswersGet.js +0 -42
  2083. package/dist/esm/react-query/clientAnswersGet.js.map +0 -1
  2084. package/dist/esm/react-query/clientChatGet.d.ts +0 -24
  2085. package/dist/esm/react-query/clientChatGet.d.ts.map +0 -1
  2086. package/dist/esm/react-query/clientChatGet.js +0 -42
  2087. package/dist/esm/react-query/clientChatGet.js.map +0 -1
  2088. package/dist/esm/react-query/clientChatGetApplication.d.ts +0 -24
  2089. package/dist/esm/react-query/clientChatGetApplication.d.ts.map +0 -1
  2090. package/dist/esm/react-query/clientChatGetApplication.js +0 -42
  2091. package/dist/esm/react-query/clientChatGetApplication.js.map +0 -1
  2092. package/dist/esm/react-query/clientChatGetFiles.d.ts +0 -24
  2093. package/dist/esm/react-query/clientChatGetFiles.d.ts.map +0 -1
  2094. package/dist/esm/react-query/clientChatGetFiles.js +0 -42
  2095. package/dist/esm/react-query/clientChatGetFiles.js.map +0 -1
  2096. package/dist/esm/react-query/clientChatStart.d.ts +0 -24
  2097. package/dist/esm/react-query/clientChatStart.d.ts.map +0 -1
  2098. package/dist/esm/react-query/clientChatStart.js +0 -42
  2099. package/dist/esm/react-query/clientChatStart.js.map +0 -1
  2100. package/dist/esm/react-query/clientChatStartStream.d.ts +0 -24
  2101. package/dist/esm/react-query/clientChatStartStream.d.ts.map +0 -1
  2102. package/dist/esm/react-query/clientChatStartStream.js +0 -42
  2103. package/dist/esm/react-query/clientChatStartStream.js.map +0 -1
  2104. package/dist/esm/react-query/clientCollectionsEditItem.d.ts +0 -23
  2105. package/dist/esm/react-query/clientCollectionsEditItem.d.ts.map +0 -1
  2106. package/dist/esm/react-query/clientCollectionsEditItem.js +0 -42
  2107. package/dist/esm/react-query/clientCollectionsEditItem.js.map +0 -1
  2108. package/dist/esm/react-query/clientCollectionsGet.d.ts +0 -23
  2109. package/dist/esm/react-query/clientCollectionsGet.d.ts.map +0 -1
  2110. package/dist/esm/react-query/clientCollectionsGet.js +0 -42
  2111. package/dist/esm/react-query/clientCollectionsGet.js.map +0 -1
  2112. package/dist/esm/react-query/clientDocumentsGet.d.ts +0 -23
  2113. package/dist/esm/react-query/clientDocumentsGet.d.ts.map +0 -1
  2114. package/dist/esm/react-query/clientDocumentsGet.js +0 -42
  2115. package/dist/esm/react-query/clientDocumentsGet.js.map +0 -1
  2116. package/dist/esm/react-query/clientDocumentsGetByFacets.d.ts +0 -23
  2117. package/dist/esm/react-query/clientDocumentsGetByFacets.d.ts.map +0 -1
  2118. package/dist/esm/react-query/clientDocumentsGetByFacets.js +0 -42
  2119. package/dist/esm/react-query/clientDocumentsGetByFacets.js.map +0 -1
  2120. package/dist/esm/react-query/clientDocumentsGetPermissions.d.ts +0 -23
  2121. package/dist/esm/react-query/clientDocumentsGetPermissions.d.ts.map +0 -1
  2122. package/dist/esm/react-query/clientDocumentsGetPermissions.js +0 -42
  2123. package/dist/esm/react-query/clientDocumentsGetPermissions.js.map +0 -1
  2124. package/dist/esm/react-query/clientInsightsGet.d.ts +0 -23
  2125. package/dist/esm/react-query/clientInsightsGet.d.ts.map +0 -1
  2126. package/dist/esm/react-query/clientInsightsGet.js +0 -42
  2127. package/dist/esm/react-query/clientInsightsGet.js.map +0 -1
  2128. package/dist/esm/react-query/clientMessagesGet.d.ts +0 -23
  2129. package/dist/esm/react-query/clientMessagesGet.d.ts.map +0 -1
  2130. package/dist/esm/react-query/clientMessagesGet.js +0 -42
  2131. package/dist/esm/react-query/clientMessagesGet.js.map +0 -1
  2132. package/dist/esm/react-query/clientPinsEdit.d.ts +0 -23
  2133. package/dist/esm/react-query/clientPinsEdit.d.ts.map +0 -1
  2134. package/dist/esm/react-query/clientPinsEdit.js +0 -42
  2135. package/dist/esm/react-query/clientPinsEdit.js.map +0 -1
  2136. package/dist/esm/react-query/clientPinsGet.d.ts +0 -23
  2137. package/dist/esm/react-query/clientPinsGet.d.ts.map +0 -1
  2138. package/dist/esm/react-query/clientPinsGet.js +0 -42
  2139. package/dist/esm/react-query/clientPinsGet.js.map +0 -1
  2140. package/dist/esm/react-query/clientSearchAdmin.d.ts +0 -23
  2141. package/dist/esm/react-query/clientSearchAdmin.d.ts.map +0 -1
  2142. package/dist/esm/react-query/clientSearchAdmin.js +0 -42
  2143. package/dist/esm/react-query/clientSearchAdmin.js.map +0 -1
  2144. package/dist/esm/react-query/clientSearchAutocomplete.d.ts +0 -23
  2145. package/dist/esm/react-query/clientSearchAutocomplete.d.ts.map +0 -1
  2146. package/dist/esm/react-query/clientSearchAutocomplete.js +0 -42
  2147. package/dist/esm/react-query/clientSearchAutocomplete.js.map +0 -1
  2148. package/dist/esm/react-query/clientSearchExecute.d.ts +0 -23
  2149. package/dist/esm/react-query/clientSearchExecute.d.ts.map +0 -1
  2150. package/dist/esm/react-query/clientSearchExecute.js +0 -42
  2151. package/dist/esm/react-query/clientSearchExecute.js.map +0 -1
  2152. package/dist/esm/react-query/clientSearchGetFeed.d.ts +0 -23
  2153. package/dist/esm/react-query/clientSearchGetFeed.d.ts.map +0 -1
  2154. package/dist/esm/react-query/clientSearchGetFeed.js +0 -42
  2155. package/dist/esm/react-query/clientSearchGetFeed.js.map +0 -1
  2156. package/dist/esm/react-query/clientShortcutsGet.d.ts +0 -23
  2157. package/dist/esm/react-query/clientShortcutsGet.d.ts.map +0 -1
  2158. package/dist/esm/react-query/clientShortcutsGet.js +0 -42
  2159. package/dist/esm/react-query/clientShortcutsGet.js.map +0 -1
  2160. package/dist/esm/react-query/indexingDatasourcesGetConfig.d.ts +0 -23
  2161. package/dist/esm/react-query/indexingDatasourcesGetConfig.d.ts.map +0 -1
  2162. package/dist/esm/react-query/indexingDatasourcesGetConfig.js +0 -42
  2163. package/dist/esm/react-query/indexingDatasourcesGetConfig.js.map +0 -1
  2164. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.d.ts +0 -23
  2165. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  2166. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.js +0 -42
  2167. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.js.map +0 -1
  2168. package/dist/esm/react-query/indexingTroubleshootingDebugUser.d.ts +0 -26
  2169. package/dist/esm/react-query/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  2170. package/dist/esm/react-query/indexingTroubleshootingDebugUser.js +0 -44
  2171. package/dist/esm/react-query/indexingTroubleshootingDebugUser.js.map +0 -1
  2172. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -25
  2173. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  2174. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.js +0 -44
  2175. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  2176. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.d.ts +0 -27
  2177. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  2178. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.js +0 -46
  2179. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  2180. package/dist/esm/react-query/indexingTroubleshootingGetStatus.d.ts +0 -27
  2181. package/dist/esm/react-query/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  2182. package/dist/esm/react-query/indexingTroubleshootingGetStatus.js +0 -46
  2183. package/dist/esm/react-query/indexingTroubleshootingGetStatus.js.map +0 -1
  2184. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.d.ts +0 -27
  2185. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  2186. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.js +0 -46
  2187. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.js.map +0 -1
  2188. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.d.ts +0 -26
  2189. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  2190. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.js +0 -44
  2191. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  2192. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -26
  2193. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  2194. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.js +0 -44
  2195. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  2196. package/dist/esm/sdk/activities.d.ts +0 -12
  2197. package/dist/esm/sdk/activities.d.ts.map +0 -1
  2198. package/dist/esm/sdk/activities.js +0 -18
  2199. package/dist/esm/sdk/activities.js.map +0 -1
  2200. package/docs/sdks/activities/README.md +0 -106
  2201. package/src/__tests__/activities.test.ts +0 -24
  2202. package/src/__tests__/people.test.ts +0 -21
  2203. package/src/__tests__/summarize.test.ts +0 -25
  2204. package/src/__tests__/troubleshooting.test.ts +0 -86
  2205. package/src/funcs/agentsGetagentinputs.ts +0 -170
  2206. package/src/funcs/agentsListagents.ts +0 -168
  2207. package/src/funcs/agentsRunagent.ts +0 -168
  2208. package/src/funcs/clientActivitiesReportActivity.ts +0 -169
  2209. package/src/funcs/clientAnswersEdit.ts +0 -154
  2210. package/src/funcs/clientAnswersGet.ts +0 -154
  2211. package/src/funcs/clientChatGet.ts +0 -168
  2212. package/src/funcs/clientChatGetApplication.ts +0 -170
  2213. package/src/funcs/clientChatGetFiles.ts +0 -170
  2214. package/src/funcs/clientChatStart.ts +0 -168
  2215. package/src/funcs/clientChatStartStream.ts +0 -169
  2216. package/src/funcs/clientCollectionsEditItem.ts +0 -154
  2217. package/src/funcs/clientCollectionsGet.ts +0 -154
  2218. package/src/funcs/clientDocumentsGet.ts +0 -157
  2219. package/src/funcs/clientDocumentsGetByFacets.ts +0 -159
  2220. package/src/funcs/clientDocumentsGetPermissions.ts +0 -154
  2221. package/src/funcs/clientInsightsGet.ts +0 -154
  2222. package/src/funcs/clientMessagesGet.ts +0 -154
  2223. package/src/funcs/clientPinsEdit.ts +0 -154
  2224. package/src/funcs/clientPinsGet.ts +0 -154
  2225. package/src/funcs/clientSearchAdmin.ts +0 -165
  2226. package/src/funcs/clientSearchAutocomplete.ts +0 -154
  2227. package/src/funcs/clientSearchExecute.ts +0 -165
  2228. package/src/funcs/clientSearchGetFeed.ts +0 -154
  2229. package/src/funcs/clientShortcutsGet.ts +0 -154
  2230. package/src/funcs/indexingDatasourcesGetConfig.ts +0 -155
  2231. package/src/funcs/indexingPeopleBulkIndexEmployees.ts +0 -155
  2232. package/src/funcs/indexingTroubleshootingDebugUser.ts +0 -177
  2233. package/src/funcs/indexingTroubleshootingGetDatasourceStatus.ts +0 -173
  2234. package/src/funcs/indexingTroubleshootingGetDocumentCount.ts +0 -158
  2235. package/src/funcs/indexingTroubleshootingGetStatus.ts +0 -158
  2236. package/src/funcs/indexingTroubleshootingGetUserCount.ts +0 -158
  2237. package/src/funcs/indexingTroubleshootingPostDocumentDebug.ts +0 -180
  2238. package/src/funcs/indexingTroubleshootingPostDocumentsDebug.ts +0 -180
  2239. package/src/react-query/agentsGetagentinputs.ts +0 -92
  2240. package/src/react-query/agentsListagents.ts +0 -91
  2241. package/src/react-query/agentsRunagent.ts +0 -91
  2242. package/src/react-query/clientActivitiesReportActivity.ts +0 -91
  2243. package/src/react-query/clientAnswersEdit.ts +0 -88
  2244. package/src/react-query/clientAnswersGet.ts +0 -88
  2245. package/src/react-query/clientChatGet.ts +0 -91
  2246. package/src/react-query/clientChatGetApplication.ts +0 -92
  2247. package/src/react-query/clientChatGetFiles.ts +0 -91
  2248. package/src/react-query/clientChatStart.ts +0 -91
  2249. package/src/react-query/clientChatStartStream.ts +0 -91
  2250. package/src/react-query/clientCollectionsEditItem.ts +0 -89
  2251. package/src/react-query/clientCollectionsGet.ts +0 -88
  2252. package/src/react-query/clientDocumentsGet.ts +0 -88
  2253. package/src/react-query/clientDocumentsGetByFacets.ts +0 -89
  2254. package/src/react-query/clientDocumentsGetPermissions.ts +0 -89
  2255. package/src/react-query/clientInsightsGet.ts +0 -88
  2256. package/src/react-query/clientMessagesGet.ts +0 -88
  2257. package/src/react-query/clientPinsEdit.ts +0 -88
  2258. package/src/react-query/clientPinsGet.ts +0 -88
  2259. package/src/react-query/clientSearchAdmin.ts +0 -88
  2260. package/src/react-query/clientSearchAutocomplete.ts +0 -89
  2261. package/src/react-query/clientSearchExecute.ts +0 -88
  2262. package/src/react-query/clientSearchGetFeed.ts +0 -88
  2263. package/src/react-query/clientShortcutsGet.ts +0 -88
  2264. package/src/react-query/indexingDatasourcesGetConfig.ts +0 -89
  2265. package/src/react-query/indexingPeopleBulkIndexEmployees.ts +0 -88
  2266. package/src/react-query/indexingTroubleshootingDebugUser.ts +0 -94
  2267. package/src/react-query/indexingTroubleshootingGetDatasourceStatus.ts +0 -91
  2268. package/src/react-query/indexingTroubleshootingGetDocumentCount.ts +0 -93
  2269. package/src/react-query/indexingTroubleshootingGetStatus.ts +0 -93
  2270. package/src/react-query/indexingTroubleshootingGetUserCount.ts +0 -93
  2271. package/src/react-query/indexingTroubleshootingPostDocumentDebug.ts +0 -94
  2272. package/src/react-query/indexingTroubleshootingPostDocumentsDebug.ts +0 -94
  2273. package/src/sdk/activities.ts +0 -29
@@ -1,129 +1,17 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { assert, expect, it, test } from "vitest";
4
+ import { expect, test } from "vitest";
5
5
  import { Glean } from "../index.js";
6
6
  import { createTestHTTPClient } from "./testclient.js";
7
- it.skip("Chat Chat Default Example", async () => {
8
- assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-defaultExample.test referencing operation chat does not contain response body with content type text/plain`]");
9
- });
10
- it.skip("Chat Chat Gpt Agent Example", async () => {
11
- assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-gptAgentExample.test referencing operation chat does not contain response body with content type text/plain`]");
12
- });
13
- it.skip("Chat Chat Streaming Example", async () => {
14
- assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-streamingExample.test referencing operation chat does not contain response body with content type text/plain`]");
15
- });
16
- it.skip("Chat Chat Update Response", async () => {
17
- assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-updateResponse.test referencing operation chat does not contain response body with content type text/plain`]");
18
- });
19
- it.skip("Chat Chat Citation Response", async () => {
20
- assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-citationResponse.test referencing operation chat does not contain response body with content type text/plain`]");
21
- });
22
- test("Chat Deleteallchats", async () => {
23
- const testHttpClient = createTestHTTPClient("deleteallchats");
24
- const glean = new Glean({
25
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
26
- httpClient: testHttpClient,
27
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
28
- });
29
- await glean.client.chat.deleteAll();
30
- });
31
- test("Chat Deletechats", async () => {
32
- const testHttpClient = createTestHTTPClient("deletechats");
33
- const glean = new Glean({
34
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
35
- httpClient: testHttpClient,
36
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
37
- });
38
- await glean.client.chat.delete({
39
- ids: [
40
- "<value>",
41
- "<value>",
42
- ],
43
- });
44
- });
45
- test("Chat Getchat", async () => {
46
- const testHttpClient = createTestHTTPClient("getchat");
47
- const glean = new Glean({
48
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
49
- httpClient: testHttpClient,
50
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
51
- });
52
- const result = await glean.client.chat.get({
53
- id: "<id>",
54
- });
55
- expect(result).toBeDefined();
56
- });
57
- test("Chat Listchats", async () => {
58
- const testHttpClient = createTestHTTPClient("listchats");
59
- const glean = new Glean({
60
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
61
- httpClient: testHttpClient,
62
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
63
- });
64
- const result = await glean.client.chat.list();
65
- expect(result).toBeDefined();
66
- });
67
- test("Chat Getchatapplication", async () => {
68
- const testHttpClient = createTestHTTPClient("getchatapplication");
69
- const glean = new Glean({
70
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
71
- httpClient: testHttpClient,
72
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
73
- });
74
- const result = await glean.client.chat.getApplication({
75
- id: "<id>",
76
- });
77
- expect(result).toBeDefined();
78
- });
79
- test("Chat Uploadchatfiles", async () => {
80
- const testHttpClient = createTestHTTPClient("uploadchatfiles");
81
- const glean = new Glean({
82
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
83
- httpClient: testHttpClient,
84
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
85
- });
86
- const result = await glean.client.chat.uploadFiles({
87
- files: [],
88
- });
89
- expect(result).toBeDefined();
90
- });
91
- test("Chat Getchatfiles", async () => {
92
- const testHttpClient = createTestHTTPClient("getchatfiles");
93
- const glean = new Glean({
94
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
95
- httpClient: testHttpClient,
96
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
97
- });
98
- const result = await glean.client.chat.getFiles({
99
- fileIds: [
100
- "<value>",
101
- "<value>",
102
- ],
103
- });
104
- expect(result).toBeDefined();
105
- });
106
- test("Chat Deletechatfiles", async () => {
107
- const testHttpClient = createTestHTTPClient("deletechatfiles");
108
- const glean = new Glean({
109
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
110
- httpClient: testHttpClient,
111
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
112
- });
113
- await glean.client.chat.deleteFiles({
114
- fileIds: [
115
- "<value>",
116
- ],
117
- });
118
- });
119
- test("Chat Chat Stream Default Example", async () => {
120
- const testHttpClient = createTestHTTPClient("chatStream-defaultExample");
7
+ test("Chat Chat Default Example", async () => {
8
+ const testHttpClient = createTestHTTPClient("chat-defaultExample");
121
9
  const glean = new Glean({
122
10
  serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
123
11
  httpClient: testHttpClient,
124
12
  bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
125
13
  });
126
- const result = await glean.client.chat.startStream({
14
+ const result = await glean.client.chat.create({
127
15
  messages: [
128
16
  {
129
17
  fragments: [
@@ -136,14 +24,14 @@ test("Chat Chat Stream Default Example", async () => {
136
24
  });
137
25
  expect(result).toBeDefined();
138
26
  });
139
- test("Chat Chat Stream Gpt Agent Example", async () => {
140
- const testHttpClient = createTestHTTPClient("chatStream-gptAgentExample");
27
+ test("Chat Chat Gpt Agent Example", async () => {
28
+ const testHttpClient = createTestHTTPClient("chat-gptAgentExample");
141
29
  const glean = new Glean({
142
30
  serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
143
31
  httpClient: testHttpClient,
144
32
  bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
145
33
  });
146
- const result = await glean.client.chat.startStream({
34
+ const result = await glean.client.chat.create({
147
35
  messages: [
148
36
  {
149
37
  fragments: [
@@ -159,14 +47,14 @@ test("Chat Chat Stream Gpt Agent Example", async () => {
159
47
  });
160
48
  expect(result).toBeDefined();
161
49
  });
162
- test("Chat Chat Stream Streaming Example", async () => {
163
- const testHttpClient = createTestHTTPClient("chatStream-streamingExample");
50
+ test("Chat Chat Streaming Example", async () => {
51
+ const testHttpClient = createTestHTTPClient("chat-streamingExample");
164
52
  const glean = new Glean({
165
53
  serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
166
54
  httpClient: testHttpClient,
167
55
  bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
168
56
  });
169
- const result = await glean.client.chat.startStream({
57
+ const result = await glean.client.chat.create({
170
58
  messages: [
171
59
  {
172
60
  citations: [
@@ -207,7 +95,7 @@ test("Chat Chat Stream Streaming Example", async () => {
207
95
  referenceRanges: [
208
96
  {
209
97
  textRange: {
210
- startIndex: 862990,
98
+ startIndex: 514434,
211
99
  document: {},
212
100
  },
213
101
  snippets: [
@@ -227,56 +115,6 @@ test("Chat Chat Stream Streaming Example", async () => {
227
115
  },
228
116
  ],
229
117
  },
230
- {
231
- sourceFile: {
232
- id: "FILE_1234",
233
- url: "www.google.com",
234
- name: "sample.pdf",
235
- },
236
- referenceRanges: [
237
- {
238
- snippets: [
239
- {
240
- snippet: "snippet",
241
- mimeType: "mimeType",
242
- },
243
- ],
244
- },
245
- {
246
- snippets: [
247
- {
248
- snippet: "snippet",
249
- mimeType: "mimeType",
250
- },
251
- ],
252
- },
253
- ],
254
- },
255
- {
256
- sourceFile: {
257
- id: "FILE_1234",
258
- url: "www.google.com",
259
- name: "sample.pdf",
260
- },
261
- referenceRanges: [
262
- {
263
- snippets: [
264
- {
265
- snippet: "snippet",
266
- mimeType: "mimeType",
267
- },
268
- ],
269
- },
270
- {
271
- snippets: [
272
- {
273
- snippet: "snippet",
274
- mimeType: "mimeType",
275
- },
276
- ],
277
- },
278
- ],
279
- },
280
118
  ],
281
119
  fragments: [
282
120
  {
@@ -307,6 +145,10 @@ test("Chat Chat Stream Streaming Example", async () => {
307
145
  datasource: "github",
308
146
  handle: "<value>",
309
147
  },
148
+ {
149
+ datasource: "github",
150
+ handle: "<value>",
151
+ },
310
152
  ],
311
153
  },
312
154
  customEntity: {
@@ -340,8 +182,8 @@ test("Chat Chat Stream Streaming Example", async () => {
340
182
  },
341
183
  likes: {
342
184
  likedBy: [],
343
- likedByUser: false,
344
- numLikes: 705667,
185
+ likedByUser: true,
186
+ numLikes: 571109,
345
187
  },
346
188
  updatedBy: {
347
189
  name: "George Clooney",
@@ -364,14 +206,14 @@ test("Chat Chat Stream Streaming Example", async () => {
364
206
  name: "George Clooney",
365
207
  obfuscatedId: "abc123",
366
208
  },
367
- remindAt: 56070,
209
+ remindAt: 520370,
368
210
  },
369
211
  candidateVerifiers: [],
370
212
  },
371
213
  },
372
214
  board: {
373
215
  name: "<value>",
374
- description: "till woefully fun",
216
+ description: "intent even frightened wherever bungalow",
375
217
  audienceFilters: [
376
218
  {
377
219
  fieldName: "type",
@@ -387,7 +229,7 @@ test("Chat Chat Stream Streaming Example", async () => {
387
229
  ],
388
230
  },
389
231
  ],
390
- id: 805126,
232
+ id: 212424,
391
233
  creator: {
392
234
  name: "George Clooney",
393
235
  obfuscatedId: "abc123",
@@ -409,7 +251,7 @@ test("Chat Chat Stream Streaming Example", async () => {
409
251
  },
410
252
  collection: {
411
253
  name: "<value>",
412
- description: "gadzooks worth epic angrily softly inventory multicolored",
254
+ description: "hm brightly crank gadzooks validity amidst",
413
255
  audienceFilters: [
414
256
  {
415
257
  fieldName: "type",
@@ -425,11 +267,11 @@ test("Chat Chat Stream Streaming Example", async () => {
425
267
  ],
426
268
  },
427
269
  ],
428
- id: 719865,
270
+ id: 863354,
429
271
  },
430
272
  answerBoard: {
431
273
  name: "<value>",
432
- description: "gleaming ashamed joshingly tabulate sermon follower inferior circumference meh a",
274
+ description: "masquerade indeed bah whose youthfully giggle lest why mystify yippee",
433
275
  audienceFilters: [
434
276
  {
435
277
  fieldName: "type",
@@ -445,12 +287,20 @@ test("Chat Chat Stream Streaming Example", async () => {
445
287
  ],
446
288
  },
447
289
  ],
448
- id: 55438,
290
+ id: 448001,
449
291
  },
450
292
  code: {
451
293
  repoName: "scio",
452
294
  fileName: "README.md",
453
295
  },
296
+ shortcut: {
297
+ inputAlias: "<value>",
298
+ createdBy: {
299
+ name: "George Clooney",
300
+ obfuscatedId: "abc123",
301
+ },
302
+ destinationDocument: {},
303
+ },
454
304
  querySuggestions: {
455
305
  suggestions: [],
456
306
  },
@@ -460,6 +310,7 @@ test("Chat Chat Stream Streaming Example", async () => {
460
310
  },
461
311
  },
462
312
  {},
313
+ {},
463
314
  ],
464
315
  querySuggestion: {
465
316
  query: "app:github type:pull author:mortimer",
@@ -473,9 +324,9 @@ test("Chat Chat Stream Streaming Example", async () => {
473
324
  },
474
325
  action: {
475
326
  metadata: {
476
- type: "RETRIEVAL",
327
+ type: "ACTION",
477
328
  name: "<value>",
478
- displayName: "Joannie36",
329
+ displayName: "Beaulah.Gottlieb56",
479
330
  displayDescription: "<value>",
480
331
  objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
481
332
  },
@@ -518,6 +369,39 @@ test("Chat Chat Stream Streaming Example", async () => {
518
369
  },
519
370
  ],
520
371
  },
372
+ {
373
+ sourceFile: {
374
+ id: "FILE_1234",
375
+ url: "www.google.com",
376
+ name: "sample.pdf",
377
+ },
378
+ referenceRanges: [
379
+ {
380
+ snippets: [
381
+ {
382
+ snippet: "snippet",
383
+ mimeType: "mimeType",
384
+ },
385
+ ],
386
+ },
387
+ {
388
+ snippets: [
389
+ {
390
+ snippet: "snippet",
391
+ mimeType: "mimeType",
392
+ },
393
+ ],
394
+ },
395
+ {
396
+ snippets: [
397
+ {
398
+ snippet: "snippet",
399
+ mimeType: "mimeType",
400
+ },
401
+ ],
402
+ },
403
+ ],
404
+ },
521
405
  ],
522
406
  fragments: [
523
407
  {
@@ -532,9 +416,9 @@ test("Chat Chat Stream Streaming Example", async () => {
532
416
  },
533
417
  action: {
534
418
  metadata: {
535
- type: "ACTION",
419
+ type: "RETRIEVAL",
536
420
  name: "<value>",
537
- displayName: "Floyd_Hammes29",
421
+ displayName: "Immanuel.Hand66",
538
422
  displayDescription: "<value>",
539
423
  objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
540
424
  },
@@ -543,6 +427,7 @@ test("Chat Chat Stream Streaming Example", async () => {
543
427
  {
544
428
  structuredResults: [
545
429
  {},
430
+ {},
546
431
  ],
547
432
  file: {
548
433
  id: "FILE_1234",
@@ -551,9 +436,9 @@ test("Chat Chat Stream Streaming Example", async () => {
551
436
  },
552
437
  action: {
553
438
  metadata: {
554
- type: "RETRIEVAL",
439
+ type: "ACTION",
555
440
  name: "<value>",
556
- displayName: "Jackson_Rogahn",
441
+ displayName: "Josue_Greenfelder",
557
442
  displayDescription: "<value>",
558
443
  objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
559
444
  },
@@ -562,8 +447,6 @@ test("Chat Chat Stream Streaming Example", async () => {
562
447
  {
563
448
  structuredResults: [
564
449
  {},
565
- {},
566
- {},
567
450
  ],
568
451
  file: {
569
452
  id: "FILE_1234",
@@ -574,7 +457,7 @@ test("Chat Chat Stream Streaming Example", async () => {
574
457
  metadata: {
575
458
  type: "RETRIEVAL",
576
459
  name: "<value>",
577
- displayName: "Cecile69",
460
+ displayName: "Mikayla_Mann-Kulas9",
578
461
  displayDescription: "<value>",
579
462
  objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
580
463
  },
@@ -599,47 +482,1580 @@ test("Chat Chat Stream Streaming Example", async () => {
599
482
  },
600
483
  ],
601
484
  },
485
+ {
486
+ snippets: [
487
+ {
488
+ snippet: "snippet",
489
+ mimeType: "mimeType",
490
+ },
491
+ ],
492
+ },
493
+ {
494
+ snippets: [
495
+ {
496
+ snippet: "snippet",
497
+ mimeType: "mimeType",
498
+ },
499
+ ],
500
+ },
602
501
  ],
603
502
  },
604
- ],
605
- fragments: [
606
503
  {
607
- structuredResults: [
608
- {},
609
- {},
610
- {},
611
- ],
612
- file: {
504
+ sourceFile: {
613
505
  id: "FILE_1234",
614
506
  url: "www.google.com",
615
507
  name: "sample.pdf",
616
508
  },
617
- action: {
618
- metadata: {
619
- type: "ACTION",
620
- name: "<value>",
621
- displayName: "Perry37",
622
- displayDescription: "<value>",
623
- objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
509
+ referenceRanges: [
510
+ {
511
+ snippets: [
512
+ {
513
+ snippet: "snippet",
514
+ mimeType: "mimeType",
515
+ },
516
+ ],
624
517
  },
625
- },
626
- },
627
- {
628
- structuredResults: [
629
- {},
630
- {},
631
- {},
632
- ],
633
- file: {
634
- id: "FILE_1234",
518
+ {
519
+ snippets: [
520
+ {
521
+ snippet: "snippet",
522
+ mimeType: "mimeType",
523
+ },
524
+ ],
525
+ },
526
+ {
527
+ snippets: [
528
+ {
529
+ snippet: "snippet",
530
+ mimeType: "mimeType",
531
+ },
532
+ ],
533
+ },
534
+ ],
535
+ },
536
+ {
537
+ sourceFile: {
538
+ id: "FILE_1234",
539
+ url: "www.google.com",
540
+ name: "sample.pdf",
541
+ },
542
+ referenceRanges: [
543
+ {
544
+ snippets: [
545
+ {
546
+ snippet: "snippet",
547
+ mimeType: "mimeType",
548
+ },
549
+ ],
550
+ },
551
+ {
552
+ snippets: [
553
+ {
554
+ snippet: "snippet",
555
+ mimeType: "mimeType",
556
+ },
557
+ ],
558
+ },
559
+ ],
560
+ },
561
+ ],
562
+ fragments: [
563
+ {
564
+ structuredResults: [
565
+ {},
566
+ {},
567
+ ],
568
+ file: {
569
+ id: "FILE_1234",
570
+ url: "www.google.com",
571
+ name: "sample.pdf",
572
+ },
573
+ action: {
574
+ metadata: {
575
+ type: "ACTION",
576
+ name: "<value>",
577
+ displayName: "Serena_Kemmer",
578
+ displayDescription: "<value>",
579
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
580
+ },
581
+ },
582
+ },
583
+ ],
584
+ },
585
+ ],
586
+ timeoutMillis: 30000,
587
+ });
588
+ expect(result).toBeDefined();
589
+ });
590
+ test("Chat Chat Update Response", async () => {
591
+ const testHttpClient = createTestHTTPClient("chat-updateResponse");
592
+ const glean = new Glean({
593
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
594
+ httpClient: testHttpClient,
595
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
596
+ });
597
+ const result = await glean.client.chat.create({
598
+ messages: [
599
+ {
600
+ citations: [
601
+ {
602
+ sourceDocument: {
603
+ metadata: {
604
+ datasource: "datasource",
605
+ objectType: "Feature Request",
606
+ container: "container",
607
+ parentId: "JIRA_EN-1337",
608
+ mimeType: "mimeType",
609
+ documentId: "documentId",
610
+ createTime: new Date("2000-01-23T04:56:07.000Z"),
611
+ updateTime: new Date("2000-01-23T04:56:07.000Z"),
612
+ author: {
613
+ name: "name",
614
+ obfuscatedId: "<id>",
615
+ },
616
+ components: [
617
+ "Backend",
618
+ "Networking",
619
+ ],
620
+ status: "[\"Done\"]",
621
+ customData: {
622
+ "someCustomField": {},
623
+ },
624
+ },
625
+ },
626
+ sourceFile: {
627
+ id: "FILE_1234",
628
+ url: "www.google.com",
629
+ name: "sample.pdf",
630
+ },
631
+ sourcePerson: {
632
+ name: "George Clooney",
633
+ obfuscatedId: "abc123",
634
+ },
635
+ referenceRanges: [
636
+ {
637
+ textRange: {
638
+ startIndex: 513744,
639
+ document: {},
640
+ },
641
+ snippets: [
642
+ {
643
+ snippet: "snippet",
644
+ mimeType: "mimeType",
645
+ },
646
+ ],
647
+ },
648
+ {
649
+ snippets: [
650
+ {
651
+ snippet: "snippet",
652
+ mimeType: "mimeType",
653
+ },
654
+ ],
655
+ },
656
+ ],
657
+ },
658
+ ],
659
+ fragments: [
660
+ {
661
+ structuredResults: [
662
+ {
663
+ person: {
664
+ name: "George Clooney",
665
+ obfuscatedId: "abc123",
666
+ },
667
+ customer: {
668
+ id: "<id>",
669
+ company: {
670
+ name: "<value>",
671
+ location: "New York City",
672
+ industry: "Finances",
673
+ about: "Financial, software, data, and media company headquartered in Midtown Manhattan, New York City",
674
+ },
675
+ poc: [],
676
+ notes: "CIO is interested in trying out the product.",
677
+ },
678
+ team: {
679
+ id: "<id>",
680
+ name: "<value>",
681
+ members: [],
682
+ customFields: [],
683
+ datasourceProfiles: [
684
+ {
685
+ datasource: "github",
686
+ handle: "<value>",
687
+ },
688
+ ],
689
+ },
690
+ customEntity: {
691
+ roles: [],
692
+ },
693
+ answer: {
694
+ id: 3,
695
+ docId: "ANSWERS_answer_3",
696
+ question: "Why is the sky blue?",
697
+ bodyText: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
698
+ audienceFilters: [
699
+ {
700
+ fieldName: "type",
701
+ values: [
702
+ {
703
+ value: "Spreadsheet",
704
+ relationType: "EQUALS",
705
+ },
706
+ {
707
+ value: "Presentation",
708
+ relationType: "EQUALS",
709
+ },
710
+ ],
711
+ },
712
+ ],
713
+ addedRoles: [],
714
+ removedRoles: [],
715
+ combinedAnswerText: {
716
+ text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
717
+ structuredList: [],
718
+ },
719
+ likes: {
720
+ likedBy: [],
721
+ likedByUser: true,
722
+ numLikes: 250211,
723
+ },
724
+ updatedBy: {
725
+ name: "George Clooney",
726
+ obfuscatedId: "abc123",
727
+ },
728
+ verification: {
729
+ state: "UNVERIFIED",
730
+ metadata: {
731
+ lastVerifier: {
732
+ name: "George Clooney",
733
+ obfuscatedId: "abc123",
734
+ },
735
+ reminders: [],
736
+ lastReminder: {
737
+ assignee: {
738
+ name: "George Clooney",
739
+ obfuscatedId: "abc123",
740
+ },
741
+ requestor: {
742
+ name: "George Clooney",
743
+ obfuscatedId: "abc123",
744
+ },
745
+ remindAt: 651424,
746
+ },
747
+ candidateVerifiers: [],
748
+ },
749
+ },
750
+ board: {
751
+ name: "<value>",
752
+ description: "potentially oof institute drowse toward into near meh dock um",
753
+ audienceFilters: [
754
+ {
755
+ fieldName: "type",
756
+ values: [
757
+ {
758
+ value: "Spreadsheet",
759
+ relationType: "EQUALS",
760
+ },
761
+ {
762
+ value: "Presentation",
763
+ relationType: "EQUALS",
764
+ },
765
+ ],
766
+ },
767
+ ],
768
+ id: 800935,
769
+ creator: {
770
+ name: "George Clooney",
771
+ obfuscatedId: "abc123",
772
+ },
773
+ },
774
+ collections: [],
775
+ },
776
+ extractedQnA: {
777
+ questionResult: {
778
+ title: "title",
779
+ url: "https://example.com/foo/bar",
780
+ nativeAppUrl: "slack://foo/bar",
781
+ },
782
+ },
783
+ meeting: {
784
+ attendees: {
785
+ people: [],
786
+ },
787
+ },
788
+ collection: {
789
+ name: "<value>",
790
+ description: "pleased unto by past rigidly filthy gloomy confirm upbeat likewise",
791
+ audienceFilters: [
792
+ {
793
+ fieldName: "type",
794
+ values: [
795
+ {
796
+ value: "Spreadsheet",
797
+ relationType: "EQUALS",
798
+ },
799
+ {
800
+ value: "Presentation",
801
+ relationType: "EQUALS",
802
+ },
803
+ ],
804
+ },
805
+ ],
806
+ id: 985541,
807
+ },
808
+ answerBoard: {
809
+ name: "<value>",
810
+ description: "object amidst about spectate indeed fiercely fraudster",
811
+ audienceFilters: [
812
+ {
813
+ fieldName: "type",
814
+ values: [
815
+ {
816
+ value: "Spreadsheet",
817
+ relationType: "EQUALS",
818
+ },
819
+ {
820
+ value: "Presentation",
821
+ relationType: "EQUALS",
822
+ },
823
+ ],
824
+ },
825
+ ],
826
+ id: 469995,
827
+ },
828
+ code: {
829
+ repoName: "scio",
830
+ fileName: "README.md",
831
+ },
832
+ shortcut: {
833
+ inputAlias: "<value>",
834
+ createdBy: {
835
+ name: "George Clooney",
836
+ obfuscatedId: "abc123",
837
+ },
838
+ destinationDocument: {},
839
+ },
840
+ querySuggestions: {
841
+ suggestions: [],
842
+ },
843
+ relatedDocuments: [],
844
+ relatedQuestion: {
845
+ ranges: [],
846
+ },
847
+ },
848
+ ],
849
+ querySuggestion: {
850
+ query: "app:github type:pull author:mortimer",
851
+ label: "Mortimer's PRs",
852
+ datasource: "github",
853
+ },
854
+ file: {
855
+ id: "FILE_1234",
856
+ url: "www.google.com",
857
+ name: "sample.pdf",
858
+ },
859
+ action: {
860
+ metadata: {
861
+ type: "ACTION",
862
+ name: "<value>",
863
+ displayName: "Mikayla_Kemmer45",
864
+ displayDescription: "<value>",
865
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
866
+ },
867
+ },
868
+ },
869
+ ],
870
+ },
871
+ {
872
+ citations: [
873
+ {
874
+ sourceFile: {
875
+ id: "FILE_1234",
876
+ url: "www.google.com",
877
+ name: "sample.pdf",
878
+ },
879
+ referenceRanges: [
880
+ {
881
+ snippets: [
882
+ {
883
+ snippet: "snippet",
884
+ mimeType: "mimeType",
885
+ },
886
+ ],
887
+ },
888
+ {
889
+ snippets: [
890
+ {
891
+ snippet: "snippet",
892
+ mimeType: "mimeType",
893
+ },
894
+ ],
895
+ },
896
+ ],
897
+ },
898
+ {
899
+ sourceFile: {
900
+ id: "FILE_1234",
901
+ url: "www.google.com",
902
+ name: "sample.pdf",
903
+ },
904
+ referenceRanges: [
905
+ {
906
+ snippets: [
907
+ {
908
+ snippet: "snippet",
909
+ mimeType: "mimeType",
910
+ },
911
+ ],
912
+ },
913
+ {
914
+ snippets: [
915
+ {
916
+ snippet: "snippet",
917
+ mimeType: "mimeType",
918
+ },
919
+ ],
920
+ },
921
+ ],
922
+ },
923
+ {
924
+ sourceFile: {
925
+ id: "FILE_1234",
926
+ url: "www.google.com",
927
+ name: "sample.pdf",
928
+ },
929
+ referenceRanges: [
930
+ {
931
+ snippets: [
932
+ {
933
+ snippet: "snippet",
934
+ mimeType: "mimeType",
935
+ },
936
+ ],
937
+ },
938
+ {
939
+ snippets: [
940
+ {
941
+ snippet: "snippet",
942
+ mimeType: "mimeType",
943
+ },
944
+ ],
945
+ },
946
+ ],
947
+ },
948
+ ],
949
+ fragments: [
950
+ {
951
+ structuredResults: [
952
+ {},
953
+ ],
954
+ file: {
955
+ id: "FILE_1234",
956
+ url: "www.google.com",
957
+ name: "sample.pdf",
958
+ },
959
+ action: {
960
+ metadata: {
961
+ type: "ACTION",
962
+ name: "<value>",
963
+ displayName: "Larry_Gutkowski69",
964
+ displayDescription: "<value>",
965
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
966
+ },
967
+ },
968
+ },
969
+ {
970
+ structuredResults: [
971
+ {},
972
+ {},
973
+ ],
974
+ file: {
975
+ id: "FILE_1234",
976
+ url: "www.google.com",
977
+ name: "sample.pdf",
978
+ },
979
+ action: {
980
+ metadata: {
981
+ type: "ACTION",
982
+ name: "<value>",
983
+ displayName: "Hester87",
984
+ displayDescription: "<value>",
985
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
986
+ },
987
+ },
988
+ },
989
+ ],
990
+ },
991
+ {
992
+ citations: [
993
+ {
994
+ sourceFile: {
995
+ id: "FILE_1234",
996
+ url: "www.google.com",
997
+ name: "sample.pdf",
998
+ },
999
+ referenceRanges: [
1000
+ {
1001
+ snippets: [
1002
+ {
1003
+ snippet: "snippet",
1004
+ mimeType: "mimeType",
1005
+ },
1006
+ ],
1007
+ },
1008
+ {
1009
+ snippets: [
1010
+ {
1011
+ snippet: "snippet",
1012
+ mimeType: "mimeType",
1013
+ },
1014
+ ],
1015
+ },
1016
+ ],
1017
+ },
1018
+ ],
1019
+ fragments: [
1020
+ {
1021
+ structuredResults: [
1022
+ {},
1023
+ ],
1024
+ file: {
1025
+ id: "FILE_1234",
1026
+ url: "www.google.com",
1027
+ name: "sample.pdf",
1028
+ },
1029
+ action: {
1030
+ metadata: {
1031
+ type: "RETRIEVAL",
1032
+ name: "<value>",
1033
+ displayName: "Frederic.Botsford",
1034
+ displayDescription: "<value>",
1035
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1036
+ },
1037
+ },
1038
+ },
1039
+ {
1040
+ structuredResults: [
1041
+ {},
1042
+ {},
1043
+ {},
1044
+ ],
1045
+ file: {
1046
+ id: "FILE_1234",
1047
+ url: "www.google.com",
1048
+ name: "sample.pdf",
1049
+ },
1050
+ action: {
1051
+ metadata: {
1052
+ type: "RETRIEVAL",
1053
+ name: "<value>",
1054
+ displayName: "Cristal.Ullrich15",
1055
+ displayDescription: "<value>",
1056
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1057
+ },
1058
+ },
1059
+ },
1060
+ {
1061
+ structuredResults: [
1062
+ {},
1063
+ {},
1064
+ ],
1065
+ file: {
1066
+ id: "FILE_1234",
1067
+ url: "www.google.com",
1068
+ name: "sample.pdf",
1069
+ },
1070
+ action: {
1071
+ metadata: {
1072
+ type: "RETRIEVAL",
1073
+ name: "<value>",
1074
+ displayName: "Pat.Schiller",
1075
+ displayDescription: "<value>",
1076
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1077
+ },
1078
+ },
1079
+ },
1080
+ ],
1081
+ },
1082
+ ],
1083
+ timeoutMillis: 30000,
1084
+ });
1085
+ expect(result).toBeDefined();
1086
+ });
1087
+ test("Chat Chat Citation Response", async () => {
1088
+ const testHttpClient = createTestHTTPClient("chat-citationResponse");
1089
+ const glean = new Glean({
1090
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1091
+ httpClient: testHttpClient,
1092
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1093
+ });
1094
+ const result = await glean.client.chat.create({
1095
+ messages: [
1096
+ {
1097
+ citations: [
1098
+ {
1099
+ sourceDocument: {
1100
+ metadata: {
1101
+ datasource: "datasource",
1102
+ objectType: "Feature Request",
1103
+ container: "container",
1104
+ parentId: "JIRA_EN-1337",
1105
+ mimeType: "mimeType",
1106
+ documentId: "documentId",
1107
+ createTime: new Date("2000-01-23T04:56:07.000Z"),
1108
+ updateTime: new Date("2000-01-23T04:56:07.000Z"),
1109
+ author: {
1110
+ name: "name",
1111
+ obfuscatedId: "<id>",
1112
+ },
1113
+ components: [
1114
+ "Backend",
1115
+ "Networking",
1116
+ ],
1117
+ status: "[\"Done\"]",
1118
+ customData: {
1119
+ "someCustomField": {},
1120
+ },
1121
+ },
1122
+ },
1123
+ sourceFile: {
1124
+ id: "FILE_1234",
1125
+ url: "www.google.com",
1126
+ name: "sample.pdf",
1127
+ },
1128
+ sourcePerson: {
1129
+ name: "George Clooney",
1130
+ obfuscatedId: "abc123",
1131
+ },
1132
+ referenceRanges: [
1133
+ {
1134
+ textRange: {
1135
+ startIndex: 373700,
1136
+ document: {},
1137
+ },
1138
+ snippets: [
1139
+ {
1140
+ snippet: "snippet",
1141
+ mimeType: "mimeType",
1142
+ },
1143
+ ],
1144
+ },
1145
+ {
1146
+ snippets: [
1147
+ {
1148
+ snippet: "snippet",
1149
+ mimeType: "mimeType",
1150
+ },
1151
+ ],
1152
+ },
1153
+ {
1154
+ snippets: [
1155
+ {
1156
+ snippet: "snippet",
1157
+ mimeType: "mimeType",
1158
+ },
1159
+ ],
1160
+ },
1161
+ ],
1162
+ },
1163
+ {
1164
+ sourceFile: {
1165
+ id: "FILE_1234",
1166
+ url: "www.google.com",
1167
+ name: "sample.pdf",
1168
+ },
1169
+ referenceRanges: [
1170
+ {
1171
+ snippets: [
1172
+ {
1173
+ snippet: "snippet",
1174
+ mimeType: "mimeType",
1175
+ },
1176
+ ],
1177
+ },
1178
+ {
1179
+ snippets: [
1180
+ {
1181
+ snippet: "snippet",
1182
+ mimeType: "mimeType",
1183
+ },
1184
+ ],
1185
+ },
1186
+ {
1187
+ snippets: [
1188
+ {
1189
+ snippet: "snippet",
1190
+ mimeType: "mimeType",
1191
+ },
1192
+ ],
1193
+ },
1194
+ ],
1195
+ },
1196
+ ],
1197
+ fragments: [
1198
+ {
1199
+ structuredResults: [
1200
+ {
1201
+ person: {
1202
+ name: "George Clooney",
1203
+ obfuscatedId: "abc123",
1204
+ },
1205
+ customer: {
1206
+ id: "<id>",
1207
+ company: {
1208
+ name: "<value>",
1209
+ location: "New York City",
1210
+ industry: "Finances",
1211
+ about: "Financial, software, data, and media company headquartered in Midtown Manhattan, New York City",
1212
+ },
1213
+ poc: [],
1214
+ notes: "CIO is interested in trying out the product.",
1215
+ },
1216
+ team: {
1217
+ id: "<id>",
1218
+ name: "<value>",
1219
+ members: [],
1220
+ customFields: [],
1221
+ datasourceProfiles: [
1222
+ {
1223
+ datasource: "github",
1224
+ handle: "<value>",
1225
+ },
1226
+ ],
1227
+ },
1228
+ customEntity: {
1229
+ roles: [],
1230
+ },
1231
+ answer: {
1232
+ id: 3,
1233
+ docId: "ANSWERS_answer_3",
1234
+ question: "Why is the sky blue?",
1235
+ bodyText: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
1236
+ audienceFilters: [
1237
+ {
1238
+ fieldName: "type",
1239
+ values: [
1240
+ {
1241
+ value: "Spreadsheet",
1242
+ relationType: "EQUALS",
1243
+ },
1244
+ {
1245
+ value: "Presentation",
1246
+ relationType: "EQUALS",
1247
+ },
1248
+ ],
1249
+ },
1250
+ ],
1251
+ addedRoles: [],
1252
+ removedRoles: [],
1253
+ combinedAnswerText: {
1254
+ text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
1255
+ structuredList: [],
1256
+ },
1257
+ likes: {
1258
+ likedBy: [],
1259
+ likedByUser: false,
1260
+ numLikes: 346353,
1261
+ },
1262
+ updatedBy: {
1263
+ name: "George Clooney",
1264
+ obfuscatedId: "abc123",
1265
+ },
1266
+ verification: {
1267
+ state: "VERIFIED",
1268
+ metadata: {
1269
+ lastVerifier: {
1270
+ name: "George Clooney",
1271
+ obfuscatedId: "abc123",
1272
+ },
1273
+ reminders: [],
1274
+ lastReminder: {
1275
+ assignee: {
1276
+ name: "George Clooney",
1277
+ obfuscatedId: "abc123",
1278
+ },
1279
+ requestor: {
1280
+ name: "George Clooney",
1281
+ obfuscatedId: "abc123",
1282
+ },
1283
+ remindAt: 912896,
1284
+ },
1285
+ candidateVerifiers: [],
1286
+ },
1287
+ },
1288
+ board: {
1289
+ name: "<value>",
1290
+ description: "on brr forearm hmph within",
1291
+ audienceFilters: [
1292
+ {
1293
+ fieldName: "type",
1294
+ values: [
1295
+ {
1296
+ value: "Spreadsheet",
1297
+ relationType: "EQUALS",
1298
+ },
1299
+ {
1300
+ value: "Presentation",
1301
+ relationType: "EQUALS",
1302
+ },
1303
+ ],
1304
+ },
1305
+ ],
1306
+ id: 640403,
1307
+ creator: {
1308
+ name: "George Clooney",
1309
+ obfuscatedId: "abc123",
1310
+ },
1311
+ },
1312
+ collections: [],
1313
+ },
1314
+ extractedQnA: {
1315
+ questionResult: {
1316
+ title: "title",
1317
+ url: "https://example.com/foo/bar",
1318
+ nativeAppUrl: "slack://foo/bar",
1319
+ },
1320
+ },
1321
+ meeting: {
1322
+ attendees: {
1323
+ people: [],
1324
+ },
1325
+ },
1326
+ collection: {
1327
+ name: "<value>",
1328
+ description: "overcharge carelessly indeed failing eek",
1329
+ audienceFilters: [
1330
+ {
1331
+ fieldName: "type",
1332
+ values: [
1333
+ {
1334
+ value: "Spreadsheet",
1335
+ relationType: "EQUALS",
1336
+ },
1337
+ {
1338
+ value: "Presentation",
1339
+ relationType: "EQUALS",
1340
+ },
1341
+ ],
1342
+ },
1343
+ ],
1344
+ id: 797454,
1345
+ },
1346
+ answerBoard: {
1347
+ name: "<value>",
1348
+ description: "whoa acceptable astonishing inasmuch sediment finally bend nor evil urgently",
1349
+ audienceFilters: [
1350
+ {
1351
+ fieldName: "type",
1352
+ values: [
1353
+ {
1354
+ value: "Spreadsheet",
1355
+ relationType: "EQUALS",
1356
+ },
1357
+ {
1358
+ value: "Presentation",
1359
+ relationType: "EQUALS",
1360
+ },
1361
+ ],
1362
+ },
1363
+ ],
1364
+ id: 364410,
1365
+ },
1366
+ code: {
1367
+ repoName: "scio",
1368
+ fileName: "README.md",
1369
+ },
1370
+ shortcut: {
1371
+ inputAlias: "<value>",
1372
+ createdBy: {
1373
+ name: "George Clooney",
1374
+ obfuscatedId: "abc123",
1375
+ },
1376
+ destinationDocument: {},
1377
+ },
1378
+ querySuggestions: {
1379
+ suggestions: [],
1380
+ },
1381
+ relatedDocuments: [],
1382
+ relatedQuestion: {
1383
+ ranges: [],
1384
+ },
1385
+ },
1386
+ {},
1387
+ {},
1388
+ ],
1389
+ querySuggestion: {
1390
+ query: "app:github type:pull author:mortimer",
1391
+ label: "Mortimer's PRs",
1392
+ datasource: "github",
1393
+ },
1394
+ file: {
1395
+ id: "FILE_1234",
1396
+ url: "www.google.com",
1397
+ name: "sample.pdf",
1398
+ },
1399
+ action: {
1400
+ metadata: {
1401
+ type: "ACTION",
1402
+ name: "<value>",
1403
+ displayName: "Ettie.Beier",
1404
+ displayDescription: "<value>",
1405
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1406
+ },
1407
+ },
1408
+ },
1409
+ ],
1410
+ },
1411
+ {
1412
+ citations: [
1413
+ {
1414
+ sourceFile: {
1415
+ id: "FILE_1234",
1416
+ url: "www.google.com",
1417
+ name: "sample.pdf",
1418
+ },
1419
+ referenceRanges: [
1420
+ {
1421
+ snippets: [
1422
+ {
1423
+ snippet: "snippet",
1424
+ mimeType: "mimeType",
1425
+ },
1426
+ ],
1427
+ },
1428
+ ],
1429
+ },
1430
+ ],
1431
+ fragments: [
1432
+ {
1433
+ structuredResults: [
1434
+ {},
1435
+ {},
1436
+ {},
1437
+ ],
1438
+ file: {
1439
+ id: "FILE_1234",
1440
+ url: "www.google.com",
1441
+ name: "sample.pdf",
1442
+ },
1443
+ action: {
1444
+ metadata: {
1445
+ type: "ACTION",
1446
+ name: "<value>",
1447
+ displayName: "Delmer86",
1448
+ displayDescription: "<value>",
1449
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1450
+ },
1451
+ },
1452
+ },
1453
+ ],
1454
+ },
1455
+ ],
1456
+ timeoutMillis: 30000,
1457
+ });
1458
+ expect(result).toBeDefined();
1459
+ });
1460
+ test("Chat Deleteallchats", async () => {
1461
+ const testHttpClient = createTestHTTPClient("deleteallchats");
1462
+ const glean = new Glean({
1463
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1464
+ httpClient: testHttpClient,
1465
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1466
+ });
1467
+ await glean.client.chat.deleteAll();
1468
+ });
1469
+ test("Chat Deletechats", async () => {
1470
+ const testHttpClient = createTestHTTPClient("deletechats");
1471
+ const glean = new Glean({
1472
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1473
+ httpClient: testHttpClient,
1474
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1475
+ });
1476
+ await glean.client.chat.delete({
1477
+ ids: [
1478
+ "<value>",
1479
+ "<value>",
1480
+ ],
1481
+ });
1482
+ });
1483
+ test("Chat Getchat", async () => {
1484
+ const testHttpClient = createTestHTTPClient("getchat");
1485
+ const glean = new Glean({
1486
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1487
+ httpClient: testHttpClient,
1488
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1489
+ });
1490
+ const result = await glean.client.chat.retrieve({
1491
+ id: "<id>",
1492
+ });
1493
+ expect(result).toBeDefined();
1494
+ });
1495
+ test("Chat Listchats", async () => {
1496
+ const testHttpClient = createTestHTTPClient("listchats");
1497
+ const glean = new Glean({
1498
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1499
+ httpClient: testHttpClient,
1500
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1501
+ });
1502
+ const result = await glean.client.chat.list();
1503
+ expect(result).toBeDefined();
1504
+ });
1505
+ test("Chat Getchatapplication", async () => {
1506
+ const testHttpClient = createTestHTTPClient("getchatapplication");
1507
+ const glean = new Glean({
1508
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1509
+ httpClient: testHttpClient,
1510
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1511
+ });
1512
+ const result = await glean.client.chat.retrieveApplication({
1513
+ id: "<id>",
1514
+ });
1515
+ expect(result).toBeDefined();
1516
+ });
1517
+ test("Chat Uploadchatfiles", async () => {
1518
+ const testHttpClient = createTestHTTPClient("uploadchatfiles");
1519
+ const glean = new Glean({
1520
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1521
+ httpClient: testHttpClient,
1522
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1523
+ });
1524
+ const result = await glean.client.chat.uploadFiles({
1525
+ files: [],
1526
+ });
1527
+ expect(result).toBeDefined();
1528
+ });
1529
+ test("Chat Getchatfiles", async () => {
1530
+ const testHttpClient = createTestHTTPClient("getchatfiles");
1531
+ const glean = new Glean({
1532
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1533
+ httpClient: testHttpClient,
1534
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1535
+ });
1536
+ const result = await glean.client.chat.retrieveFiles({
1537
+ fileIds: [],
1538
+ });
1539
+ expect(result).toBeDefined();
1540
+ });
1541
+ test("Chat Deletechatfiles", async () => {
1542
+ const testHttpClient = createTestHTTPClient("deletechatfiles");
1543
+ const glean = new Glean({
1544
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1545
+ httpClient: testHttpClient,
1546
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1547
+ });
1548
+ await glean.client.chat.deleteFiles({
1549
+ fileIds: [
1550
+ "<value>",
1551
+ ],
1552
+ });
1553
+ });
1554
+ test("Chat Chat Stream Default Example", async () => {
1555
+ const testHttpClient = createTestHTTPClient("chatStream-defaultExample");
1556
+ const glean = new Glean({
1557
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1558
+ httpClient: testHttpClient,
1559
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1560
+ });
1561
+ const result = await glean.client.chat.createStream({
1562
+ messages: [
1563
+ {
1564
+ fragments: [
1565
+ {
1566
+ text: "What are the company holidays this year?",
1567
+ },
1568
+ ],
1569
+ },
1570
+ ],
1571
+ });
1572
+ expect(result).toBeDefined();
1573
+ });
1574
+ test("Chat Chat Stream Gpt Agent Example", async () => {
1575
+ const testHttpClient = createTestHTTPClient("chatStream-gptAgentExample");
1576
+ const glean = new Glean({
1577
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1578
+ httpClient: testHttpClient,
1579
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1580
+ });
1581
+ const result = await glean.client.chat.createStream({
1582
+ messages: [
1583
+ {
1584
+ fragments: [
1585
+ {
1586
+ text: "Who was the first person to land on the moon?",
1587
+ },
1588
+ ],
1589
+ },
1590
+ ],
1591
+ agentConfig: {
1592
+ agent: "GPT",
1593
+ },
1594
+ });
1595
+ expect(result).toBeDefined();
1596
+ });
1597
+ test("Chat Chat Stream Streaming Example", async () => {
1598
+ const testHttpClient = createTestHTTPClient("chatStream-streamingExample");
1599
+ const glean = new Glean({
1600
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1601
+ httpClient: testHttpClient,
1602
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1603
+ });
1604
+ const result = await glean.client.chat.createStream({
1605
+ messages: [],
1606
+ timeoutMillis: 30000,
1607
+ });
1608
+ expect(result).toBeDefined();
1609
+ });
1610
+ test("Chat Chat Stream Update Response", async () => {
1611
+ const testHttpClient = createTestHTTPClient("chatStream-updateResponse");
1612
+ const glean = new Glean({
1613
+ serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
1614
+ httpClient: testHttpClient,
1615
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
1616
+ });
1617
+ const result = await glean.client.chat.createStream({
1618
+ messages: [
1619
+ {
1620
+ citations: [
1621
+ {
1622
+ sourceDocument: {
1623
+ metadata: {
1624
+ datasource: "datasource",
1625
+ objectType: "Feature Request",
1626
+ container: "container",
1627
+ parentId: "JIRA_EN-1337",
1628
+ mimeType: "mimeType",
1629
+ documentId: "documentId",
1630
+ createTime: new Date("2000-01-23T04:56:07.000Z"),
1631
+ updateTime: new Date("2000-01-23T04:56:07.000Z"),
1632
+ author: {
1633
+ name: "name",
1634
+ obfuscatedId: "<id>",
1635
+ },
1636
+ components: [
1637
+ "Backend",
1638
+ "Networking",
1639
+ ],
1640
+ status: "[\"Done\"]",
1641
+ customData: {
1642
+ "someCustomField": {},
1643
+ },
1644
+ },
1645
+ },
1646
+ sourceFile: {
1647
+ id: "FILE_1234",
1648
+ url: "www.google.com",
1649
+ name: "sample.pdf",
1650
+ },
1651
+ sourcePerson: {
1652
+ name: "George Clooney",
1653
+ obfuscatedId: "abc123",
1654
+ },
1655
+ referenceRanges: [
1656
+ {
1657
+ textRange: {
1658
+ startIndex: 485333,
1659
+ document: {},
1660
+ },
1661
+ snippets: [
1662
+ {
1663
+ snippet: "snippet",
1664
+ mimeType: "mimeType",
1665
+ },
1666
+ ],
1667
+ },
1668
+ {
1669
+ snippets: [
1670
+ {
1671
+ snippet: "snippet",
1672
+ mimeType: "mimeType",
1673
+ },
1674
+ ],
1675
+ },
1676
+ {
1677
+ snippets: [
1678
+ {
1679
+ snippet: "snippet",
1680
+ mimeType: "mimeType",
1681
+ },
1682
+ ],
1683
+ },
1684
+ ],
1685
+ },
1686
+ ],
1687
+ fragments: [
1688
+ {
1689
+ structuredResults: [
1690
+ {
1691
+ person: {
1692
+ name: "George Clooney",
1693
+ obfuscatedId: "abc123",
1694
+ },
1695
+ customer: {
1696
+ id: "<id>",
1697
+ company: {
1698
+ name: "<value>",
1699
+ location: "New York City",
1700
+ industry: "Finances",
1701
+ about: "Financial, software, data, and media company headquartered in Midtown Manhattan, New York City",
1702
+ },
1703
+ poc: [],
1704
+ notes: "CIO is interested in trying out the product.",
1705
+ },
1706
+ team: {
1707
+ id: "<id>",
1708
+ name: "<value>",
1709
+ members: [],
1710
+ customFields: [],
1711
+ datasourceProfiles: [
1712
+ {
1713
+ datasource: "github",
1714
+ handle: "<value>",
1715
+ },
1716
+ {
1717
+ datasource: "github",
1718
+ handle: "<value>",
1719
+ },
1720
+ ],
1721
+ },
1722
+ customEntity: {
1723
+ roles: [],
1724
+ },
1725
+ answer: {
1726
+ id: 3,
1727
+ docId: "ANSWERS_answer_3",
1728
+ question: "Why is the sky blue?",
1729
+ bodyText: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
1730
+ audienceFilters: [
1731
+ {
1732
+ fieldName: "type",
1733
+ values: [
1734
+ {
1735
+ value: "Spreadsheet",
1736
+ relationType: "EQUALS",
1737
+ },
1738
+ {
1739
+ value: "Presentation",
1740
+ relationType: "EQUALS",
1741
+ },
1742
+ ],
1743
+ },
1744
+ ],
1745
+ addedRoles: [],
1746
+ removedRoles: [],
1747
+ combinedAnswerText: {
1748
+ text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
1749
+ structuredList: [],
1750
+ },
1751
+ likes: {
1752
+ likedBy: [],
1753
+ likedByUser: false,
1754
+ numLikes: 490380,
1755
+ },
1756
+ updatedBy: {
1757
+ name: "George Clooney",
1758
+ obfuscatedId: "abc123",
1759
+ },
1760
+ verification: {
1761
+ state: "VERIFIED",
1762
+ metadata: {
1763
+ lastVerifier: {
1764
+ name: "George Clooney",
1765
+ obfuscatedId: "abc123",
1766
+ },
1767
+ reminders: [],
1768
+ lastReminder: {
1769
+ assignee: {
1770
+ name: "George Clooney",
1771
+ obfuscatedId: "abc123",
1772
+ },
1773
+ requestor: {
1774
+ name: "George Clooney",
1775
+ obfuscatedId: "abc123",
1776
+ },
1777
+ remindAt: 997948,
1778
+ },
1779
+ candidateVerifiers: [],
1780
+ },
1781
+ },
1782
+ board: {
1783
+ name: "<value>",
1784
+ description: "stage atop minion which best sturdy enormously afore circumference duh",
1785
+ audienceFilters: [
1786
+ {
1787
+ fieldName: "type",
1788
+ values: [
1789
+ {
1790
+ value: "Spreadsheet",
1791
+ relationType: "EQUALS",
1792
+ },
1793
+ {
1794
+ value: "Presentation",
1795
+ relationType: "EQUALS",
1796
+ },
1797
+ ],
1798
+ },
1799
+ ],
1800
+ id: 647529,
1801
+ creator: {
1802
+ name: "George Clooney",
1803
+ obfuscatedId: "abc123",
1804
+ },
1805
+ },
1806
+ collections: [],
1807
+ },
1808
+ extractedQnA: {
1809
+ questionResult: {
1810
+ title: "title",
1811
+ url: "https://example.com/foo/bar",
1812
+ nativeAppUrl: "slack://foo/bar",
1813
+ },
1814
+ },
1815
+ meeting: {
1816
+ attendees: {
1817
+ people: [],
1818
+ },
1819
+ },
1820
+ collection: {
1821
+ name: "<value>",
1822
+ description: "veg welcome boss manage freely",
1823
+ audienceFilters: [
1824
+ {
1825
+ fieldName: "type",
1826
+ values: [
1827
+ {
1828
+ value: "Spreadsheet",
1829
+ relationType: "EQUALS",
1830
+ },
1831
+ {
1832
+ value: "Presentation",
1833
+ relationType: "EQUALS",
1834
+ },
1835
+ ],
1836
+ },
1837
+ ],
1838
+ id: 79387,
1839
+ },
1840
+ answerBoard: {
1841
+ name: "<value>",
1842
+ description: "after er grouchy stained plus buck",
1843
+ audienceFilters: [
1844
+ {
1845
+ fieldName: "type",
1846
+ values: [
1847
+ {
1848
+ value: "Spreadsheet",
1849
+ relationType: "EQUALS",
1850
+ },
1851
+ {
1852
+ value: "Presentation",
1853
+ relationType: "EQUALS",
1854
+ },
1855
+ ],
1856
+ },
1857
+ ],
1858
+ id: 668238,
1859
+ },
1860
+ code: {
1861
+ repoName: "scio",
1862
+ fileName: "README.md",
1863
+ },
1864
+ shortcut: {
1865
+ inputAlias: "<value>",
1866
+ createdBy: {
1867
+ name: "George Clooney",
1868
+ obfuscatedId: "abc123",
1869
+ },
1870
+ destinationDocument: {},
1871
+ },
1872
+ querySuggestions: {
1873
+ suggestions: [],
1874
+ },
1875
+ relatedDocuments: [],
1876
+ relatedQuestion: {
1877
+ ranges: [],
1878
+ },
1879
+ },
1880
+ ],
1881
+ querySuggestion: {
1882
+ query: "app:github type:pull author:mortimer",
1883
+ label: "Mortimer's PRs",
1884
+ datasource: "github",
1885
+ },
1886
+ file: {
1887
+ id: "FILE_1234",
1888
+ url: "www.google.com",
1889
+ name: "sample.pdf",
1890
+ },
1891
+ action: {
1892
+ metadata: {
1893
+ type: "RETRIEVAL",
1894
+ name: "<value>",
1895
+ displayName: "Brianne.OReilly19",
1896
+ displayDescription: "<value>",
1897
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1898
+ },
1899
+ },
1900
+ },
1901
+ {
1902
+ structuredResults: [
1903
+ {},
1904
+ ],
1905
+ file: {
1906
+ id: "FILE_1234",
1907
+ url: "www.google.com",
1908
+ name: "sample.pdf",
1909
+ },
1910
+ action: {
1911
+ metadata: {
1912
+ type: "ACTION",
1913
+ name: "<value>",
1914
+ displayName: "Elinor_Champlin",
1915
+ displayDescription: "<value>",
1916
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1917
+ },
1918
+ },
1919
+ },
1920
+ {
1921
+ structuredResults: [
1922
+ {},
1923
+ {},
1924
+ {},
1925
+ ],
1926
+ file: {
1927
+ id: "FILE_1234",
1928
+ url: "www.google.com",
1929
+ name: "sample.pdf",
1930
+ },
1931
+ action: {
1932
+ metadata: {
1933
+ type: "RETRIEVAL",
1934
+ name: "<value>",
1935
+ displayName: "Chanel.Kshlerin",
1936
+ displayDescription: "<value>",
1937
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
1938
+ },
1939
+ },
1940
+ },
1941
+ ],
1942
+ },
1943
+ {
1944
+ citations: [
1945
+ {
1946
+ sourceFile: {
1947
+ id: "FILE_1234",
1948
+ url: "www.google.com",
1949
+ name: "sample.pdf",
1950
+ },
1951
+ referenceRanges: [
1952
+ {
1953
+ snippets: [
1954
+ {
1955
+ snippet: "snippet",
1956
+ mimeType: "mimeType",
1957
+ },
1958
+ ],
1959
+ },
1960
+ {
1961
+ snippets: [
1962
+ {
1963
+ snippet: "snippet",
1964
+ mimeType: "mimeType",
1965
+ },
1966
+ ],
1967
+ },
1968
+ ],
1969
+ },
1970
+ {
1971
+ sourceFile: {
1972
+ id: "FILE_1234",
1973
+ url: "www.google.com",
1974
+ name: "sample.pdf",
1975
+ },
1976
+ referenceRanges: [
1977
+ {
1978
+ snippets: [
1979
+ {
1980
+ snippet: "snippet",
1981
+ mimeType: "mimeType",
1982
+ },
1983
+ ],
1984
+ },
1985
+ ],
1986
+ },
1987
+ {
1988
+ sourceFile: {
1989
+ id: "FILE_1234",
1990
+ url: "www.google.com",
1991
+ name: "sample.pdf",
1992
+ },
1993
+ referenceRanges: [
1994
+ {
1995
+ snippets: [
1996
+ {
1997
+ snippet: "snippet",
1998
+ mimeType: "mimeType",
1999
+ },
2000
+ ],
2001
+ },
2002
+ {
2003
+ snippets: [
2004
+ {
2005
+ snippet: "snippet",
2006
+ mimeType: "mimeType",
2007
+ },
2008
+ ],
2009
+ },
2010
+ {
2011
+ snippets: [
2012
+ {
2013
+ snippet: "snippet",
2014
+ mimeType: "mimeType",
2015
+ },
2016
+ ],
2017
+ },
2018
+ ],
2019
+ },
2020
+ ],
2021
+ fragments: [
2022
+ {
2023
+ structuredResults: [
2024
+ {},
2025
+ {},
2026
+ {},
2027
+ ],
2028
+ file: {
2029
+ id: "FILE_1234",
2030
+ url: "www.google.com",
2031
+ name: "sample.pdf",
2032
+ },
2033
+ action: {
2034
+ metadata: {
2035
+ type: "ACTION",
2036
+ name: "<value>",
2037
+ displayName: "Lauren53",
2038
+ displayDescription: "<value>",
2039
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
2040
+ },
2041
+ },
2042
+ },
2043
+ {
2044
+ structuredResults: [
2045
+ {},
2046
+ {},
2047
+ {},
2048
+ ],
2049
+ file: {
2050
+ id: "FILE_1234",
635
2051
  url: "www.google.com",
636
2052
  name: "sample.pdf",
637
2053
  },
638
2054
  action: {
639
2055
  metadata: {
640
- type: "RETRIEVAL",
2056
+ type: "ACTION",
641
2057
  name: "<value>",
642
- displayName: "Billy.Bosco",
2058
+ displayName: "Brooklyn64",
643
2059
  displayDescription: "<value>",
644
2060
  objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
645
2061
  },
@@ -652,14 +2068,14 @@ test("Chat Chat Stream Streaming Example", async () => {
652
2068
  });
653
2069
  expect(result).toBeDefined();
654
2070
  });
655
- test("Chat Chat Stream Update Response", async () => {
656
- const testHttpClient = createTestHTTPClient("chatStream-updateResponse");
2071
+ test("Chat Chat Stream Citation Response", async () => {
2072
+ const testHttpClient = createTestHTTPClient("chatStream-citationResponse");
657
2073
  const glean = new Glean({
658
2074
  serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
659
2075
  httpClient: testHttpClient,
660
2076
  bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
661
2077
  });
662
- const result = await glean.client.chat.startStream({
2078
+ const result = await glean.client.chat.createStream({
663
2079
  messages: [
664
2080
  {
665
2081
  citations: [
@@ -700,7 +2116,7 @@ test("Chat Chat Stream Update Response", async () => {
700
2116
  referenceRanges: [
701
2117
  {
702
2118
  textRange: {
703
- startIndex: 347627,
2119
+ startIndex: 436071,
704
2120
  document: {},
705
2121
  },
706
2122
  snippets: [
@@ -720,6 +2136,39 @@ test("Chat Chat Stream Update Response", async () => {
720
2136
  },
721
2137
  ],
722
2138
  },
2139
+ {
2140
+ sourceFile: {
2141
+ id: "FILE_1234",
2142
+ url: "www.google.com",
2143
+ name: "sample.pdf",
2144
+ },
2145
+ referenceRanges: [
2146
+ {
2147
+ snippets: [
2148
+ {
2149
+ snippet: "snippet",
2150
+ mimeType: "mimeType",
2151
+ },
2152
+ ],
2153
+ },
2154
+ {
2155
+ snippets: [
2156
+ {
2157
+ snippet: "snippet",
2158
+ mimeType: "mimeType",
2159
+ },
2160
+ ],
2161
+ },
2162
+ {
2163
+ snippets: [
2164
+ {
2165
+ snippet: "snippet",
2166
+ mimeType: "mimeType",
2167
+ },
2168
+ ],
2169
+ },
2170
+ ],
2171
+ },
723
2172
  ],
724
2173
  fragments: [
725
2174
  {
@@ -791,15 +2240,15 @@ test("Chat Chat Stream Update Response", async () => {
791
2240
  },
792
2241
  likes: {
793
2242
  likedBy: [],
794
- likedByUser: false,
795
- numLikes: 303935,
2243
+ likedByUser: true,
2244
+ numLikes: 181994,
796
2245
  },
797
2246
  updatedBy: {
798
2247
  name: "George Clooney",
799
2248
  obfuscatedId: "abc123",
800
2249
  },
801
2250
  verification: {
802
- state: "UNVERIFIED",
2251
+ state: "DEPRECATED",
803
2252
  metadata: {
804
2253
  lastVerifier: {
805
2254
  name: "George Clooney",
@@ -815,14 +2264,14 @@ test("Chat Chat Stream Update Response", async () => {
815
2264
  name: "George Clooney",
816
2265
  obfuscatedId: "abc123",
817
2266
  },
818
- remindAt: 795702,
2267
+ remindAt: 424843,
819
2268
  },
820
2269
  candidateVerifiers: [],
821
2270
  },
822
2271
  },
823
2272
  board: {
824
2273
  name: "<value>",
825
- description: "orange gracefully or",
2274
+ description: "extent emotional white oil buck",
826
2275
  audienceFilters: [
827
2276
  {
828
2277
  fieldName: "type",
@@ -838,7 +2287,7 @@ test("Chat Chat Stream Update Response", async () => {
838
2287
  ],
839
2288
  },
840
2289
  ],
841
- id: 527117,
2290
+ id: 392138,
842
2291
  creator: {
843
2292
  name: "George Clooney",
844
2293
  obfuscatedId: "abc123",
@@ -860,7 +2309,7 @@ test("Chat Chat Stream Update Response", async () => {
860
2309
  },
861
2310
  collection: {
862
2311
  name: "<value>",
863
- description: "stock peaceful jovially qua potentially furiously",
2312
+ description: "matter lest spark oof unfurl jubilantly across",
864
2313
  audienceFilters: [
865
2314
  {
866
2315
  fieldName: "type",
@@ -876,11 +2325,11 @@ test("Chat Chat Stream Update Response", async () => {
876
2325
  ],
877
2326
  },
878
2327
  ],
879
- id: 867042,
2328
+ id: 194535,
880
2329
  },
881
2330
  answerBoard: {
882
2331
  name: "<value>",
883
- description: "lest greatly behest molasses alienated severe consistency at",
2332
+ description: "communicate prudent powerful considering quietly with tromp spring brr",
884
2333
  audienceFilters: [
885
2334
  {
886
2335
  fieldName: "type",
@@ -896,12 +2345,20 @@ test("Chat Chat Stream Update Response", async () => {
896
2345
  ],
897
2346
  },
898
2347
  ],
899
- id: 913408,
2348
+ id: 595008,
900
2349
  },
901
2350
  code: {
902
2351
  repoName: "scio",
903
2352
  fileName: "README.md",
904
2353
  },
2354
+ shortcut: {
2355
+ inputAlias: "<value>",
2356
+ createdBy: {
2357
+ name: "George Clooney",
2358
+ obfuscatedId: "abc123",
2359
+ },
2360
+ destinationDocument: {},
2361
+ },
905
2362
  querySuggestions: {
906
2363
  suggestions: [],
907
2364
  },
@@ -925,7 +2382,198 @@ test("Chat Chat Stream Update Response", async () => {
925
2382
  metadata: {
926
2383
  type: "RETRIEVAL",
927
2384
  name: "<value>",
928
- displayName: "Yasmin_King",
2385
+ displayName: "Blaise87",
2386
+ displayDescription: "<value>",
2387
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
2388
+ },
2389
+ },
2390
+ },
2391
+ {
2392
+ structuredResults: [
2393
+ {},
2394
+ {},
2395
+ {},
2396
+ ],
2397
+ file: {
2398
+ id: "FILE_1234",
2399
+ url: "www.google.com",
2400
+ name: "sample.pdf",
2401
+ },
2402
+ action: {
2403
+ metadata: {
2404
+ type: "RETRIEVAL",
2405
+ name: "<value>",
2406
+ displayName: "Alfred_Wilderman",
2407
+ displayDescription: "<value>",
2408
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
2409
+ },
2410
+ },
2411
+ },
2412
+ ],
2413
+ },
2414
+ {
2415
+ citations: [
2416
+ {
2417
+ sourceFile: {
2418
+ id: "FILE_1234",
2419
+ url: "www.google.com",
2420
+ name: "sample.pdf",
2421
+ },
2422
+ referenceRanges: [
2423
+ {
2424
+ snippets: [
2425
+ {
2426
+ snippet: "snippet",
2427
+ mimeType: "mimeType",
2428
+ },
2429
+ ],
2430
+ },
2431
+ {
2432
+ snippets: [
2433
+ {
2434
+ snippet: "snippet",
2435
+ mimeType: "mimeType",
2436
+ },
2437
+ ],
2438
+ },
2439
+ {
2440
+ snippets: [
2441
+ {
2442
+ snippet: "snippet",
2443
+ mimeType: "mimeType",
2444
+ },
2445
+ ],
2446
+ },
2447
+ ],
2448
+ },
2449
+ ],
2450
+ fragments: [
2451
+ {
2452
+ structuredResults: [
2453
+ {},
2454
+ {},
2455
+ {},
2456
+ ],
2457
+ file: {
2458
+ id: "FILE_1234",
2459
+ url: "www.google.com",
2460
+ name: "sample.pdf",
2461
+ },
2462
+ action: {
2463
+ metadata: {
2464
+ type: "ACTION",
2465
+ name: "<value>",
2466
+ displayName: "Dylan_Schowalter48",
2467
+ displayDescription: "<value>",
2468
+ objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
2469
+ },
2470
+ },
2471
+ },
2472
+ ],
2473
+ },
2474
+ {
2475
+ citations: [
2476
+ {
2477
+ sourceFile: {
2478
+ id: "FILE_1234",
2479
+ url: "www.google.com",
2480
+ name: "sample.pdf",
2481
+ },
2482
+ referenceRanges: [
2483
+ {
2484
+ snippets: [
2485
+ {
2486
+ snippet: "snippet",
2487
+ mimeType: "mimeType",
2488
+ },
2489
+ ],
2490
+ },
2491
+ {
2492
+ snippets: [
2493
+ {
2494
+ snippet: "snippet",
2495
+ mimeType: "mimeType",
2496
+ },
2497
+ ],
2498
+ },
2499
+ ],
2500
+ },
2501
+ {
2502
+ sourceFile: {
2503
+ id: "FILE_1234",
2504
+ url: "www.google.com",
2505
+ name: "sample.pdf",
2506
+ },
2507
+ referenceRanges: [
2508
+ {
2509
+ snippets: [
2510
+ {
2511
+ snippet: "snippet",
2512
+ mimeType: "mimeType",
2513
+ },
2514
+ ],
2515
+ },
2516
+ {
2517
+ snippets: [
2518
+ {
2519
+ snippet: "snippet",
2520
+ mimeType: "mimeType",
2521
+ },
2522
+ ],
2523
+ },
2524
+ {
2525
+ snippets: [
2526
+ {
2527
+ snippet: "snippet",
2528
+ mimeType: "mimeType",
2529
+ },
2530
+ ],
2531
+ },
2532
+ ],
2533
+ },
2534
+ {
2535
+ sourceFile: {
2536
+ id: "FILE_1234",
2537
+ url: "www.google.com",
2538
+ name: "sample.pdf",
2539
+ },
2540
+ referenceRanges: [
2541
+ {
2542
+ snippets: [
2543
+ {
2544
+ snippet: "snippet",
2545
+ mimeType: "mimeType",
2546
+ },
2547
+ ],
2548
+ },
2549
+ {
2550
+ snippets: [
2551
+ {
2552
+ snippet: "snippet",
2553
+ mimeType: "mimeType",
2554
+ },
2555
+ ],
2556
+ },
2557
+ ],
2558
+ },
2559
+ ],
2560
+ fragments: [
2561
+ {
2562
+ structuredResults: [
2563
+ {},
2564
+ {},
2565
+ {},
2566
+ ],
2567
+ file: {
2568
+ id: "FILE_1234",
2569
+ url: "www.google.com",
2570
+ name: "sample.pdf",
2571
+ },
2572
+ action: {
2573
+ metadata: {
2574
+ type: "ACTION",
2575
+ name: "<value>",
2576
+ displayName: "Solon.Schmitt10",
929
2577
  displayDescription: "<value>",
930
2578
  objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
931
2579
  },
@@ -946,7 +2594,7 @@ test("Chat Chat Stream Update Response", async () => {
946
2594
  metadata: {
947
2595
  type: "ACTION",
948
2596
  name: "<value>",
949
- displayName: "Jeffrey97",
2597
+ displayName: "Nannie.McDermott",
950
2598
  displayDescription: "<value>",
951
2599
  objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
952
2600
  },
@@ -959,17 +2607,4 @@ test("Chat Chat Stream Update Response", async () => {
959
2607
  });
960
2608
  expect(result).toBeDefined();
961
2609
  });
962
- test("Chat Chat Stream Citation Response", async () => {
963
- const testHttpClient = createTestHTTPClient("chatStream-citationResponse");
964
- const glean = new Glean({
965
- serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
966
- httpClient: testHttpClient,
967
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
968
- });
969
- const result = await glean.client.chat.startStream({
970
- messages: [],
971
- timeoutMillis: 30000,
972
- });
973
- expect(result).toBeDefined();
974
- });
975
2610
  //# sourceMappingURL=chat.test.js.map