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

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 (1889) hide show
  1. package/FUNCTIONS.md +2 -2
  2. package/README.md +252 -198
  3. package/dist/commonjs/__tests__/activities.test.js +1 -1
  4. package/dist/commonjs/__tests__/activities.test.js.map +1 -1
  5. package/dist/commonjs/__tests__/agents.test.js +3 -3
  6. package/dist/commonjs/__tests__/agents.test.js.map +1 -1
  7. package/dist/commonjs/__tests__/answers.test.js +2 -2
  8. package/dist/commonjs/__tests__/answers.test.js.map +1 -1
  9. package/dist/commonjs/__tests__/chat.test.js +10 -10
  10. package/dist/commonjs/__tests__/chat.test.js.map +1 -1
  11. package/dist/commonjs/__tests__/clientdocuments.test.js +3 -3
  12. package/dist/commonjs/__tests__/clientdocuments.test.js.map +1 -1
  13. package/dist/commonjs/__tests__/clientshortcuts.test.js +2 -2
  14. package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
  15. package/dist/commonjs/__tests__/collections.test.js +3 -3
  16. package/dist/commonjs/__tests__/collections.test.js.map +1 -1
  17. package/dist/commonjs/__tests__/datasources.test.js +1 -1
  18. package/dist/commonjs/__tests__/datasources.test.js.map +1 -1
  19. package/dist/commonjs/__tests__/insights.test.js +1 -1
  20. package/dist/commonjs/__tests__/insights.test.js.map +1 -1
  21. package/dist/commonjs/__tests__/messages.test.js +1 -1
  22. package/dist/commonjs/__tests__/messages.test.js.map +1 -1
  23. package/dist/commonjs/__tests__/pins.test.js +2 -2
  24. package/dist/commonjs/__tests__/pins.test.js.map +1 -1
  25. package/dist/commonjs/__tests__/search.test.js +4 -4
  26. package/dist/commonjs/__tests__/search.test.js.map +1 -1
  27. package/dist/commonjs/__tests__/troubleshooting.test.js +3 -3
  28. package/dist/commonjs/__tests__/troubleshooting.test.js.map +1 -1
  29. package/dist/commonjs/__tests__/verification.test.js +1 -1
  30. package/dist/commonjs/__tests__/verification.test.js.map +1 -1
  31. package/dist/commonjs/funcs/clientActivityFeedback.d.ts +16 -0
  32. package/dist/commonjs/funcs/clientActivityFeedback.d.ts.map +1 -0
  33. package/dist/commonjs/funcs/clientActivityFeedback.js +121 -0
  34. package/dist/commonjs/funcs/clientActivityFeedback.js.map +1 -0
  35. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts +16 -0
  36. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  37. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js +123 -0
  38. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js.map +1 -0
  39. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts +16 -0
  40. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts.map +1 -0
  41. package/dist/commonjs/funcs/clientAgentsAgentRun.js +121 -0
  42. package/dist/commonjs/funcs/clientAgentsAgentRun.js.map +1 -0
  43. package/dist/commonjs/funcs/clientAgentsList.d.ts +16 -0
  44. package/dist/commonjs/funcs/clientAgentsList.d.ts.map +1 -0
  45. package/dist/commonjs/funcs/clientAgentsList.js +121 -0
  46. package/dist/commonjs/funcs/clientAgentsList.js.map +1 -0
  47. package/dist/commonjs/funcs/clientAnswersRetrieve.d.ts +16 -0
  48. package/dist/commonjs/funcs/clientAnswersRetrieve.d.ts.map +1 -0
  49. package/dist/commonjs/funcs/clientAnswersRetrieve.js +112 -0
  50. package/dist/commonjs/funcs/clientAnswersRetrieve.js.map +1 -0
  51. package/dist/commonjs/funcs/clientAnswersUpdate.d.ts +16 -0
  52. package/dist/commonjs/funcs/clientAnswersUpdate.d.ts.map +1 -0
  53. package/dist/commonjs/funcs/clientAnswersUpdate.js +112 -0
  54. package/dist/commonjs/funcs/clientAnswersUpdate.js.map +1 -0
  55. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts +16 -0
  56. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts.map +1 -0
  57. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js +123 -0
  58. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js.map +1 -0
  59. package/dist/commonjs/funcs/clientChatCreate.d.ts +16 -0
  60. package/dist/commonjs/funcs/clientChatCreate.d.ts.map +1 -0
  61. package/dist/commonjs/funcs/clientChatCreate.js +121 -0
  62. package/dist/commonjs/funcs/clientChatCreate.js.map +1 -0
  63. package/dist/commonjs/funcs/clientChatCreateStream.d.ts +16 -0
  64. package/dist/commonjs/funcs/clientChatCreateStream.d.ts.map +1 -0
  65. package/dist/commonjs/funcs/clientChatCreateStream.js +121 -0
  66. package/dist/commonjs/funcs/clientChatCreateStream.js.map +1 -0
  67. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts +16 -0
  68. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts.map +1 -0
  69. package/dist/commonjs/funcs/clientChatFilesDelete.js +123 -0
  70. package/dist/commonjs/funcs/clientChatFilesDelete.js.map +1 -0
  71. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts +16 -0
  72. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts.map +1 -0
  73. package/dist/commonjs/funcs/clientChatFilesRetrieve.js +123 -0
  74. package/dist/commonjs/funcs/clientChatFilesRetrieve.js.map +1 -0
  75. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts +16 -0
  76. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts.map +1 -0
  77. package/dist/commonjs/funcs/clientChatFilesUpload.js +121 -0
  78. package/dist/commonjs/funcs/clientChatFilesUpload.js.map +1 -0
  79. package/dist/commonjs/funcs/clientChatRetrieve.d.ts +16 -0
  80. package/dist/commonjs/funcs/clientChatRetrieve.d.ts.map +1 -0
  81. package/dist/commonjs/funcs/clientChatRetrieve.js +121 -0
  82. package/dist/commonjs/funcs/clientChatRetrieve.js.map +1 -0
  83. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts +16 -0
  84. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts.map +1 -0
  85. package/dist/commonjs/funcs/clientCollectionsItemDelete.js +112 -0
  86. package/dist/commonjs/funcs/clientCollectionsItemDelete.js.map +1 -0
  87. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts +16 -0
  88. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts.map +1 -0
  89. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js +112 -0
  90. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js.map +1 -0
  91. package/dist/commonjs/funcs/clientCollectionsRetrieve.d.ts +16 -0
  92. package/dist/commonjs/funcs/clientCollectionsRetrieve.d.ts.map +1 -0
  93. package/dist/commonjs/funcs/clientCollectionsRetrieve.js +112 -0
  94. package/dist/commonjs/funcs/clientCollectionsRetrieve.js.map +1 -0
  95. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts +16 -0
  96. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  97. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js +112 -0
  98. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js.map +1 -0
  99. package/dist/commonjs/funcs/clientDocumentsRetrieve.d.ts +16 -0
  100. package/dist/commonjs/funcs/clientDocumentsRetrieve.d.ts.map +1 -0
  101. package/dist/commonjs/funcs/clientDocumentsRetrieve.js +114 -0
  102. package/dist/commonjs/funcs/clientDocumentsRetrieve.js.map +1 -0
  103. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.d.ts +16 -0
  104. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  105. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js +114 -0
  106. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js.map +1 -0
  107. package/dist/commonjs/funcs/clientInsightsRetrieve.d.ts +16 -0
  108. package/dist/commonjs/funcs/clientInsightsRetrieve.d.ts.map +1 -0
  109. package/dist/commonjs/funcs/clientInsightsRetrieve.js +112 -0
  110. package/dist/commonjs/funcs/clientInsightsRetrieve.js.map +1 -0
  111. package/dist/commonjs/funcs/clientMessagesRetrieve.d.ts +16 -0
  112. package/dist/commonjs/funcs/clientMessagesRetrieve.d.ts.map +1 -0
  113. package/dist/commonjs/funcs/clientMessagesRetrieve.js +112 -0
  114. package/dist/commonjs/funcs/clientMessagesRetrieve.js.map +1 -0
  115. package/dist/commonjs/funcs/clientPinsRetrieve.d.ts +16 -0
  116. package/dist/commonjs/funcs/clientPinsRetrieve.d.ts.map +1 -0
  117. package/dist/commonjs/funcs/clientPinsRetrieve.js +112 -0
  118. package/dist/commonjs/funcs/clientPinsRetrieve.js.map +1 -0
  119. package/dist/commonjs/funcs/clientPinsUpdate.d.ts +16 -0
  120. package/dist/commonjs/funcs/clientPinsUpdate.d.ts.map +1 -0
  121. package/dist/commonjs/funcs/clientPinsUpdate.js +112 -0
  122. package/dist/commonjs/funcs/clientPinsUpdate.js.map +1 -0
  123. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts +17 -0
  124. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts.map +1 -0
  125. package/dist/commonjs/funcs/clientSearchAdminQuery.js +118 -0
  126. package/dist/commonjs/funcs/clientSearchAdminQuery.js.map +1 -0
  127. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts +16 -0
  128. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts.map +1 -0
  129. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js +112 -0
  130. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js.map +1 -0
  131. package/dist/commonjs/funcs/clientSearchQuery.d.ts +17 -0
  132. package/dist/commonjs/funcs/clientSearchQuery.d.ts.map +1 -0
  133. package/dist/commonjs/funcs/clientSearchQuery.js +118 -0
  134. package/dist/commonjs/funcs/clientSearchQuery.js.map +1 -0
  135. package/dist/commonjs/funcs/clientShortcutsRetrieve.d.ts +16 -0
  136. package/dist/commonjs/funcs/clientShortcutsRetrieve.d.ts.map +1 -0
  137. package/dist/commonjs/funcs/clientShortcutsRetrieve.js +112 -0
  138. package/dist/commonjs/funcs/clientShortcutsRetrieve.js.map +1 -0
  139. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts +16 -0
  140. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  141. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js +112 -0
  142. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js.map +1 -0
  143. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +18 -0
  144. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  145. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +130 -0
  146. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  147. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +18 -0
  148. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  149. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +130 -0
  150. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  151. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts +18 -0
  152. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  153. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js +126 -0
  154. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  155. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +18 -0
  156. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  157. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js +127 -0
  158. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  159. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts +20 -0
  160. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  161. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js +116 -0
  162. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js.map +1 -0
  163. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts +20 -0
  164. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  165. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js +116 -0
  166. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  167. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts +20 -0
  168. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  169. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js +116 -0
  170. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js.map +1 -0
  171. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts +16 -0
  172. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  173. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.js +113 -0
  174. package/dist/commonjs/funcs/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  175. package/dist/commonjs/funcs/searchAutocomplete.d.ts +16 -0
  176. package/dist/commonjs/funcs/searchAutocomplete.d.ts.map +1 -0
  177. package/dist/commonjs/funcs/searchAutocomplete.js +112 -0
  178. package/dist/commonjs/funcs/searchAutocomplete.js.map +1 -0
  179. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts +16 -0
  180. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts.map +1 -0
  181. package/dist/commonjs/funcs/shortcutsCreateshortcut.js +112 -0
  182. package/dist/commonjs/funcs/shortcutsCreateshortcut.js.map +1 -0
  183. package/dist/commonjs/funcs/verificationVerify.d.ts +16 -0
  184. package/dist/commonjs/funcs/verificationVerify.d.ts.map +1 -0
  185. package/dist/commonjs/funcs/verificationVerify.js +112 -0
  186. package/dist/commonjs/funcs/verificationVerify.js.map +1 -0
  187. package/dist/commonjs/lib/config.d.ts +3 -3
  188. package/dist/commonjs/lib/config.js +3 -3
  189. package/dist/commonjs/react-query/clientActivityFeedback.d.ts +24 -0
  190. package/dist/commonjs/react-query/clientActivityFeedback.d.ts.map +1 -0
  191. package/dist/commonjs/react-query/clientActivityFeedback.js +47 -0
  192. package/dist/commonjs/react-query/clientActivityFeedback.js.map +1 -0
  193. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts +24 -0
  194. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  195. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js +47 -0
  196. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js.map +1 -0
  197. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts +24 -0
  198. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts.map +1 -0
  199. package/dist/commonjs/react-query/clientAgentsAgentRun.js +47 -0
  200. package/dist/commonjs/react-query/clientAgentsAgentRun.js.map +1 -0
  201. package/dist/commonjs/react-query/clientAgentsList.d.ts +24 -0
  202. package/dist/commonjs/react-query/clientAgentsList.d.ts.map +1 -0
  203. package/dist/commonjs/react-query/clientAgentsList.js +47 -0
  204. package/dist/commonjs/react-query/clientAgentsList.js.map +1 -0
  205. package/dist/commonjs/react-query/clientAnswersRetrieve.d.ts +23 -0
  206. package/dist/commonjs/react-query/clientAnswersRetrieve.d.ts.map +1 -0
  207. package/dist/commonjs/react-query/clientAnswersRetrieve.js +47 -0
  208. package/dist/commonjs/react-query/clientAnswersRetrieve.js.map +1 -0
  209. package/dist/commonjs/react-query/clientAnswersUpdate.d.ts +23 -0
  210. package/dist/commonjs/react-query/clientAnswersUpdate.d.ts.map +1 -0
  211. package/dist/commonjs/react-query/clientAnswersUpdate.js +47 -0
  212. package/dist/commonjs/react-query/clientAnswersUpdate.js.map +1 -0
  213. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts +24 -0
  214. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts.map +1 -0
  215. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js +47 -0
  216. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js.map +1 -0
  217. package/dist/commonjs/react-query/clientChatCreate.d.ts +24 -0
  218. package/dist/commonjs/react-query/clientChatCreate.d.ts.map +1 -0
  219. package/dist/commonjs/react-query/clientChatCreate.js +47 -0
  220. package/dist/commonjs/react-query/clientChatCreate.js.map +1 -0
  221. package/dist/commonjs/react-query/clientChatCreateStream.d.ts +24 -0
  222. package/dist/commonjs/react-query/clientChatCreateStream.d.ts.map +1 -0
  223. package/dist/commonjs/react-query/clientChatCreateStream.js +47 -0
  224. package/dist/commonjs/react-query/clientChatCreateStream.js.map +1 -0
  225. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts +24 -0
  226. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts.map +1 -0
  227. package/dist/commonjs/react-query/clientChatFilesDelete.js +47 -0
  228. package/dist/commonjs/react-query/clientChatFilesDelete.js.map +1 -0
  229. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts +24 -0
  230. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts.map +1 -0
  231. package/dist/commonjs/react-query/clientChatFilesRetrieve.js +47 -0
  232. package/dist/commonjs/react-query/clientChatFilesRetrieve.js.map +1 -0
  233. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts +24 -0
  234. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts.map +1 -0
  235. package/dist/commonjs/react-query/clientChatFilesUpload.js +47 -0
  236. package/dist/commonjs/react-query/clientChatFilesUpload.js.map +1 -0
  237. package/dist/commonjs/react-query/clientChatRetrieve.d.ts +24 -0
  238. package/dist/commonjs/react-query/clientChatRetrieve.d.ts.map +1 -0
  239. package/dist/commonjs/react-query/clientChatRetrieve.js +47 -0
  240. package/dist/commonjs/react-query/clientChatRetrieve.js.map +1 -0
  241. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts +23 -0
  242. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts.map +1 -0
  243. package/dist/commonjs/react-query/clientCollectionsItemDelete.js +47 -0
  244. package/dist/commonjs/react-query/clientCollectionsItemDelete.js.map +1 -0
  245. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts +23 -0
  246. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts.map +1 -0
  247. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js +47 -0
  248. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js.map +1 -0
  249. package/dist/commonjs/react-query/clientCollectionsRetrieve.d.ts +23 -0
  250. package/dist/commonjs/react-query/clientCollectionsRetrieve.d.ts.map +1 -0
  251. package/dist/commonjs/react-query/clientCollectionsRetrieve.js +47 -0
  252. package/dist/commonjs/react-query/clientCollectionsRetrieve.js.map +1 -0
  253. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts +23 -0
  254. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  255. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js +47 -0
  256. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js.map +1 -0
  257. package/dist/commonjs/react-query/clientDocumentsRetrieve.d.ts +23 -0
  258. package/dist/commonjs/react-query/clientDocumentsRetrieve.d.ts.map +1 -0
  259. package/dist/commonjs/react-query/clientDocumentsRetrieve.js +47 -0
  260. package/dist/commonjs/react-query/clientDocumentsRetrieve.js.map +1 -0
  261. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.d.ts +23 -0
  262. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  263. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.js +47 -0
  264. package/dist/commonjs/react-query/clientDocumentsRetrieveByFacets.js.map +1 -0
  265. package/dist/commonjs/react-query/clientInsightsRetrieve.d.ts +23 -0
  266. package/dist/commonjs/react-query/clientInsightsRetrieve.d.ts.map +1 -0
  267. package/dist/commonjs/react-query/clientInsightsRetrieve.js +47 -0
  268. package/dist/commonjs/react-query/clientInsightsRetrieve.js.map +1 -0
  269. package/dist/commonjs/react-query/clientMessagesRetrieve.d.ts +23 -0
  270. package/dist/commonjs/react-query/clientMessagesRetrieve.d.ts.map +1 -0
  271. package/dist/commonjs/react-query/clientMessagesRetrieve.js +47 -0
  272. package/dist/commonjs/react-query/clientMessagesRetrieve.js.map +1 -0
  273. package/dist/commonjs/react-query/clientPinsRetrieve.d.ts +23 -0
  274. package/dist/commonjs/react-query/clientPinsRetrieve.d.ts.map +1 -0
  275. package/dist/commonjs/react-query/clientPinsRetrieve.js +47 -0
  276. package/dist/commonjs/react-query/clientPinsRetrieve.js.map +1 -0
  277. package/dist/commonjs/react-query/clientPinsUpdate.d.ts +23 -0
  278. package/dist/commonjs/react-query/clientPinsUpdate.d.ts.map +1 -0
  279. package/dist/commonjs/react-query/clientPinsUpdate.js +47 -0
  280. package/dist/commonjs/react-query/clientPinsUpdate.js.map +1 -0
  281. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts +23 -0
  282. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts.map +1 -0
  283. package/dist/commonjs/react-query/clientSearchAdminQuery.js +47 -0
  284. package/dist/commonjs/react-query/clientSearchAdminQuery.js.map +1 -0
  285. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts +23 -0
  286. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts.map +1 -0
  287. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js +47 -0
  288. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js.map +1 -0
  289. package/dist/commonjs/react-query/clientSearchQuery.d.ts +23 -0
  290. package/dist/commonjs/react-query/clientSearchQuery.d.ts.map +1 -0
  291. package/dist/commonjs/react-query/clientSearchQuery.js +47 -0
  292. package/dist/commonjs/react-query/clientSearchQuery.js.map +1 -0
  293. package/dist/commonjs/react-query/clientShortcutsRetrieve.d.ts +23 -0
  294. package/dist/commonjs/react-query/clientShortcutsRetrieve.d.ts.map +1 -0
  295. package/dist/commonjs/react-query/clientShortcutsRetrieve.js +47 -0
  296. package/dist/commonjs/react-query/clientShortcutsRetrieve.js.map +1 -0
  297. package/dist/commonjs/react-query/index.d.ts +39 -39
  298. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  299. package/dist/commonjs/react-query/index.js +39 -39
  300. package/dist/commonjs/react-query/index.js.map +1 -1
  301. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts +23 -0
  302. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  303. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js +47 -0
  304. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js.map +1 -0
  305. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +26 -0
  306. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  307. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +49 -0
  308. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  309. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +26 -0
  310. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  311. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +49 -0
  312. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  313. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts +25 -0
  314. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  315. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js +49 -0
  316. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  317. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +26 -0
  318. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  319. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js +49 -0
  320. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  321. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts +27 -0
  322. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  323. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js +51 -0
  324. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js.map +1 -0
  325. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts +27 -0
  326. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  327. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js +51 -0
  328. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  329. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts +27 -0
  330. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  331. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js +51 -0
  332. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js.map +1 -0
  333. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts +23 -0
  334. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  335. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.js +51 -0
  336. package/dist/commonjs/react-query/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  337. package/dist/commonjs/react-query/searchAutocomplete.d.ts +23 -0
  338. package/dist/commonjs/react-query/searchAutocomplete.d.ts.map +1 -0
  339. package/dist/commonjs/react-query/searchAutocomplete.js +47 -0
  340. package/dist/commonjs/react-query/searchAutocomplete.js.map +1 -0
  341. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts +23 -0
  342. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts.map +1 -0
  343. package/dist/commonjs/react-query/shortcutsCreateshortcut.js +47 -0
  344. package/dist/commonjs/react-query/shortcutsCreateshortcut.js.map +1 -0
  345. package/dist/commonjs/react-query/verificationVerify.d.ts +23 -0
  346. package/dist/commonjs/react-query/verificationVerify.d.ts.map +1 -0
  347. package/dist/commonjs/react-query/verificationVerify.js +47 -0
  348. package/dist/commonjs/react-query/verificationVerify.js.map +1 -0
  349. package/dist/commonjs/sdk/activity.d.ts +7 -0
  350. package/dist/commonjs/sdk/activity.d.ts.map +1 -1
  351. package/dist/commonjs/sdk/activity.js +10 -0
  352. package/dist/commonjs/sdk/activity.js.map +1 -1
  353. package/dist/commonjs/sdk/admin.d.ts +12 -0
  354. package/dist/commonjs/sdk/admin.d.ts.map +1 -0
  355. package/dist/commonjs/sdk/admin.js +22 -0
  356. package/dist/commonjs/sdk/admin.js.map +1 -0
  357. package/dist/commonjs/sdk/agent.d.ts +15 -0
  358. package/dist/commonjs/sdk/agent.d.ts.map +1 -0
  359. package/dist/commonjs/sdk/agent.js +26 -0
  360. package/dist/commonjs/sdk/agent.js.map +1 -0
  361. package/dist/commonjs/sdk/agents.d.ts +4 -15
  362. package/dist/commonjs/sdk/agents.d.ts.map +1 -1
  363. package/dist/commonjs/sdk/agents.js +6 -22
  364. package/dist/commonjs/sdk/agents.js.map +1 -1
  365. package/dist/commonjs/sdk/answers.d.ts +2 -2
  366. package/dist/commonjs/sdk/answers.d.ts.map +1 -1
  367. package/dist/commonjs/sdk/answers.js +6 -6
  368. package/dist/commonjs/sdk/answers.js.map +1 -1
  369. package/dist/commonjs/sdk/application.d.ts +12 -0
  370. package/dist/commonjs/sdk/application.d.ts.map +1 -0
  371. package/dist/commonjs/sdk/application.js +22 -0
  372. package/dist/commonjs/sdk/application.js.map +1 -0
  373. package/dist/commonjs/sdk/chat.d.ts +9 -31
  374. package/dist/commonjs/sdk/chat.d.ts.map +1 -1
  375. package/dist/commonjs/sdk/chat.js +17 -49
  376. package/dist/commonjs/sdk/chat.js.map +1 -1
  377. package/dist/commonjs/sdk/client.d.ts +7 -7
  378. package/dist/commonjs/sdk/client.d.ts.map +1 -1
  379. package/dist/commonjs/sdk/client.js +8 -8
  380. package/dist/commonjs/sdk/client.js.map +1 -1
  381. package/dist/commonjs/sdk/clientdocuments.d.ts +5 -9
  382. package/dist/commonjs/sdk/clientdocuments.d.ts.map +1 -1
  383. package/dist/commonjs/sdk/clientdocuments.js +9 -15
  384. package/dist/commonjs/sdk/clientdocuments.js.map +1 -1
  385. package/dist/commonjs/sdk/clientsearch.d.ts +25 -0
  386. package/dist/commonjs/sdk/clientsearch.d.ts.map +1 -0
  387. package/dist/commonjs/sdk/clientsearch.js +40 -0
  388. package/dist/commonjs/sdk/clientsearch.js.map +1 -0
  389. package/dist/commonjs/sdk/clientshortcuts.d.ts +1 -8
  390. package/dist/commonjs/sdk/clientshortcuts.d.ts.map +1 -1
  391. package/dist/commonjs/sdk/clientshortcuts.js +3 -13
  392. package/dist/commonjs/sdk/clientshortcuts.js.map +1 -1
  393. package/dist/commonjs/sdk/clientverification.d.ts +19 -0
  394. package/dist/commonjs/sdk/clientverification.d.ts.map +1 -0
  395. package/dist/commonjs/sdk/clientverification.js +32 -0
  396. package/dist/commonjs/sdk/clientverification.js.map +1 -0
  397. package/dist/commonjs/sdk/collections.d.ts +4 -15
  398. package/dist/commonjs/sdk/collections.d.ts.map +1 -1
  399. package/dist/commonjs/sdk/collections.js +7 -23
  400. package/dist/commonjs/sdk/collections.js.map +1 -1
  401. package/dist/commonjs/sdk/config.d.ts +12 -0
  402. package/dist/commonjs/sdk/config.d.ts.map +1 -0
  403. package/dist/commonjs/sdk/config.js +22 -0
  404. package/dist/commonjs/sdk/config.js.map +1 -0
  405. package/dist/commonjs/sdk/datasource.d.ts +23 -0
  406. package/dist/commonjs/sdk/datasource.d.ts.map +1 -0
  407. package/dist/commonjs/sdk/datasource.js +36 -0
  408. package/dist/commonjs/sdk/datasource.js.map +1 -0
  409. package/dist/commonjs/sdk/datasourcedocuments.d.ts +14 -0
  410. package/dist/commonjs/sdk/datasourcedocuments.d.ts.map +1 -0
  411. package/dist/commonjs/sdk/datasourcedocuments.js +24 -0
  412. package/dist/commonjs/sdk/datasourcedocuments.js.map +1 -0
  413. package/dist/commonjs/sdk/datasources.d.ts +3 -7
  414. package/dist/commonjs/sdk/datasources.d.ts.map +1 -1
  415. package/dist/commonjs/sdk/datasources.js +4 -10
  416. package/dist/commonjs/sdk/datasources.js.map +1 -1
  417. package/dist/commonjs/sdk/document.d.ts +14 -0
  418. package/dist/commonjs/sdk/document.d.ts.map +1 -0
  419. package/dist/commonjs/sdk/document.js +24 -0
  420. package/dist/commonjs/sdk/document.js.map +1 -0
  421. package/dist/commonjs/sdk/documentspermissions.d.ts +12 -0
  422. package/dist/commonjs/sdk/documentspermissions.d.ts.map +1 -0
  423. package/dist/commonjs/sdk/documentspermissions.js +22 -0
  424. package/dist/commonjs/sdk/documentspermissions.js.map +1 -0
  425. package/dist/commonjs/sdk/feed.d.ts +12 -0
  426. package/dist/commonjs/sdk/feed.d.ts.map +1 -0
  427. package/dist/commonjs/sdk/feed.js +22 -0
  428. package/dist/commonjs/sdk/feed.js.map +1 -0
  429. package/dist/commonjs/sdk/files.d.ts +26 -0
  430. package/dist/commonjs/sdk/files.d.ts.map +1 -0
  431. package/dist/commonjs/sdk/files.js +42 -0
  432. package/dist/commonjs/sdk/files.js.map +1 -0
  433. package/dist/commonjs/sdk/indexing.d.ts +4 -4
  434. package/dist/commonjs/sdk/indexing.d.ts.map +1 -1
  435. package/dist/commonjs/sdk/indexing.js +4 -4
  436. package/dist/commonjs/sdk/indexing.js.map +1 -1
  437. package/dist/commonjs/sdk/indexingpeople.d.ts +56 -0
  438. package/dist/commonjs/sdk/indexingpeople.d.ts.map +1 -0
  439. package/dist/commonjs/sdk/indexingpeople.js +84 -0
  440. package/dist/commonjs/sdk/indexingpeople.js.map +1 -0
  441. package/dist/commonjs/sdk/indexingpermissions.d.ts +89 -0
  442. package/dist/commonjs/sdk/indexingpermissions.d.ts.map +1 -0
  443. package/dist/commonjs/sdk/indexingpermissions.js +132 -0
  444. package/dist/commonjs/sdk/indexingpermissions.js.map +1 -0
  445. package/dist/commonjs/sdk/inputs.d.ts +12 -0
  446. package/dist/commonjs/sdk/inputs.d.ts.map +1 -0
  447. package/dist/commonjs/sdk/inputs.js +22 -0
  448. package/dist/commonjs/sdk/inputs.js.map +1 -0
  449. package/dist/commonjs/sdk/insights.d.ts +1 -1
  450. package/dist/commonjs/sdk/insights.d.ts.map +1 -1
  451. package/dist/commonjs/sdk/insights.js +3 -3
  452. package/dist/commonjs/sdk/insights.js.map +1 -1
  453. package/dist/commonjs/sdk/item.d.ts +19 -0
  454. package/dist/commonjs/sdk/item.d.ts.map +1 -0
  455. package/dist/commonjs/sdk/item.js +32 -0
  456. package/dist/commonjs/sdk/item.js.map +1 -0
  457. package/dist/commonjs/sdk/messages.d.ts +1 -1
  458. package/dist/commonjs/sdk/messages.d.ts.map +1 -1
  459. package/dist/commonjs/sdk/messages.js +3 -3
  460. package/dist/commonjs/sdk/messages.js.map +1 -1
  461. package/dist/commonjs/sdk/people.d.ts +1 -52
  462. package/dist/commonjs/sdk/people.d.ts.map +1 -1
  463. package/dist/commonjs/sdk/people.js +3 -75
  464. package/dist/commonjs/sdk/people.js.map +1 -1
  465. package/dist/commonjs/sdk/pins.d.ts +2 -2
  466. package/dist/commonjs/sdk/pins.d.ts.map +1 -1
  467. package/dist/commonjs/sdk/pins.js +6 -6
  468. package/dist/commonjs/sdk/pins.js.map +1 -1
  469. package/dist/commonjs/sdk/sdk.d.ts +12 -3
  470. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  471. package/dist/commonjs/sdk/sdk.js +15 -3
  472. package/dist/commonjs/sdk/sdk.js.map +1 -1
  473. package/dist/commonjs/sdk/search.d.ts +0 -28
  474. package/dist/commonjs/sdk/search.d.ts.map +1 -1
  475. package/dist/commonjs/sdk/search.js +2 -42
  476. package/dist/commonjs/sdk/search.js.map +1 -1
  477. package/dist/commonjs/sdk/shortcuts.d.ts +12 -0
  478. package/dist/commonjs/sdk/shortcuts.d.ts.map +1 -0
  479. package/dist/commonjs/sdk/shortcuts.js +22 -0
  480. package/dist/commonjs/sdk/shortcuts.js.map +1 -0
  481. package/dist/commonjs/sdk/troubleshooting.d.ts +9 -69
  482. package/dist/commonjs/sdk/troubleshooting.d.ts.map +1 -1
  483. package/dist/commonjs/sdk/troubleshooting.js +9 -87
  484. package/dist/commonjs/sdk/troubleshooting.js.map +1 -1
  485. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts +27 -0
  486. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts.map +1 -0
  487. package/dist/commonjs/sdk/troubleshootingdocuments.js +40 -0
  488. package/dist/commonjs/sdk/troubleshootingdocuments.js.map +1 -0
  489. package/dist/commonjs/sdk/user.d.ts +14 -0
  490. package/dist/commonjs/sdk/user.d.ts.map +1 -0
  491. package/dist/commonjs/sdk/user.js +24 -0
  492. package/dist/commonjs/sdk/user.js.map +1 -0
  493. package/dist/commonjs/sdk/users.d.ts +16 -0
  494. package/dist/commonjs/sdk/users.d.ts.map +1 -0
  495. package/dist/commonjs/sdk/users.js +26 -0
  496. package/dist/commonjs/sdk/users.js.map +1 -0
  497. package/dist/commonjs/sdk/verification.d.ts +0 -14
  498. package/dist/commonjs/sdk/verification.d.ts.map +1 -1
  499. package/dist/commonjs/sdk/verification.js +2 -22
  500. package/dist/commonjs/sdk/verification.js.map +1 -1
  501. package/dist/esm/__tests__/activities.test.js +1 -1
  502. package/dist/esm/__tests__/activities.test.js.map +1 -1
  503. package/dist/esm/__tests__/agents.test.js +3 -3
  504. package/dist/esm/__tests__/agents.test.js.map +1 -1
  505. package/dist/esm/__tests__/answers.test.js +2 -2
  506. package/dist/esm/__tests__/answers.test.js.map +1 -1
  507. package/dist/esm/__tests__/chat.test.js +10 -10
  508. package/dist/esm/__tests__/chat.test.js.map +1 -1
  509. package/dist/esm/__tests__/clientdocuments.test.js +3 -3
  510. package/dist/esm/__tests__/clientdocuments.test.js.map +1 -1
  511. package/dist/esm/__tests__/clientshortcuts.test.js +2 -2
  512. package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
  513. package/dist/esm/__tests__/collections.test.js +3 -3
  514. package/dist/esm/__tests__/collections.test.js.map +1 -1
  515. package/dist/esm/__tests__/datasources.test.js +1 -1
  516. package/dist/esm/__tests__/datasources.test.js.map +1 -1
  517. package/dist/esm/__tests__/insights.test.js +1 -1
  518. package/dist/esm/__tests__/insights.test.js.map +1 -1
  519. package/dist/esm/__tests__/messages.test.js +1 -1
  520. package/dist/esm/__tests__/messages.test.js.map +1 -1
  521. package/dist/esm/__tests__/pins.test.js +2 -2
  522. package/dist/esm/__tests__/pins.test.js.map +1 -1
  523. package/dist/esm/__tests__/search.test.js +4 -4
  524. package/dist/esm/__tests__/search.test.js.map +1 -1
  525. package/dist/esm/__tests__/troubleshooting.test.js +3 -3
  526. package/dist/esm/__tests__/troubleshooting.test.js.map +1 -1
  527. package/dist/esm/__tests__/verification.test.js +1 -1
  528. package/dist/esm/__tests__/verification.test.js.map +1 -1
  529. package/dist/esm/funcs/clientActivityFeedback.d.ts +16 -0
  530. package/dist/esm/funcs/clientActivityFeedback.d.ts.map +1 -0
  531. package/dist/esm/funcs/clientActivityFeedback.js +85 -0
  532. package/dist/esm/funcs/clientActivityFeedback.js.map +1 -0
  533. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts +16 -0
  534. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  535. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js +87 -0
  536. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js.map +1 -0
  537. package/dist/esm/funcs/clientAgentsAgentRun.d.ts +16 -0
  538. package/dist/esm/funcs/clientAgentsAgentRun.d.ts.map +1 -0
  539. package/dist/esm/funcs/clientAgentsAgentRun.js +85 -0
  540. package/dist/esm/funcs/clientAgentsAgentRun.js.map +1 -0
  541. package/dist/esm/funcs/clientAgentsList.d.ts +16 -0
  542. package/dist/esm/funcs/clientAgentsList.d.ts.map +1 -0
  543. package/dist/esm/funcs/clientAgentsList.js +85 -0
  544. package/dist/esm/funcs/clientAgentsList.js.map +1 -0
  545. package/dist/esm/funcs/clientAnswersRetrieve.d.ts +16 -0
  546. package/dist/esm/funcs/clientAnswersRetrieve.d.ts.map +1 -0
  547. package/dist/esm/funcs/clientAnswersRetrieve.js +76 -0
  548. package/dist/esm/funcs/clientAnswersRetrieve.js.map +1 -0
  549. package/dist/esm/funcs/clientAnswersUpdate.d.ts +16 -0
  550. package/dist/esm/funcs/clientAnswersUpdate.d.ts.map +1 -0
  551. package/dist/esm/funcs/clientAnswersUpdate.js +76 -0
  552. package/dist/esm/funcs/clientAnswersUpdate.js.map +1 -0
  553. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts +16 -0
  554. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts.map +1 -0
  555. package/dist/esm/funcs/clientChatApplicationRetrieve.js +87 -0
  556. package/dist/esm/funcs/clientChatApplicationRetrieve.js.map +1 -0
  557. package/dist/esm/funcs/clientChatCreate.d.ts +16 -0
  558. package/dist/esm/funcs/clientChatCreate.d.ts.map +1 -0
  559. package/dist/esm/funcs/clientChatCreate.js +85 -0
  560. package/dist/esm/funcs/clientChatCreate.js.map +1 -0
  561. package/dist/esm/funcs/clientChatCreateStream.d.ts +16 -0
  562. package/dist/esm/funcs/clientChatCreateStream.d.ts.map +1 -0
  563. package/dist/esm/funcs/clientChatCreateStream.js +85 -0
  564. package/dist/esm/funcs/clientChatCreateStream.js.map +1 -0
  565. package/dist/esm/funcs/clientChatFilesDelete.d.ts +16 -0
  566. package/dist/esm/funcs/clientChatFilesDelete.d.ts.map +1 -0
  567. package/dist/esm/funcs/clientChatFilesDelete.js +87 -0
  568. package/dist/esm/funcs/clientChatFilesDelete.js.map +1 -0
  569. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts +16 -0
  570. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts.map +1 -0
  571. package/dist/esm/funcs/clientChatFilesRetrieve.js +87 -0
  572. package/dist/esm/funcs/clientChatFilesRetrieve.js.map +1 -0
  573. package/dist/esm/funcs/clientChatFilesUpload.d.ts +16 -0
  574. package/dist/esm/funcs/clientChatFilesUpload.d.ts.map +1 -0
  575. package/dist/esm/funcs/clientChatFilesUpload.js +85 -0
  576. package/dist/esm/funcs/clientChatFilesUpload.js.map +1 -0
  577. package/dist/esm/funcs/clientChatRetrieve.d.ts +16 -0
  578. package/dist/esm/funcs/clientChatRetrieve.d.ts.map +1 -0
  579. package/dist/esm/funcs/clientChatRetrieve.js +85 -0
  580. package/dist/esm/funcs/clientChatRetrieve.js.map +1 -0
  581. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts +16 -0
  582. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts.map +1 -0
  583. package/dist/esm/funcs/clientCollectionsItemDelete.js +76 -0
  584. package/dist/esm/funcs/clientCollectionsItemDelete.js.map +1 -0
  585. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts +16 -0
  586. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts.map +1 -0
  587. package/dist/esm/funcs/clientCollectionsItemUpdate.js +76 -0
  588. package/dist/esm/funcs/clientCollectionsItemUpdate.js.map +1 -0
  589. package/dist/esm/funcs/clientCollectionsRetrieve.d.ts +16 -0
  590. package/dist/esm/funcs/clientCollectionsRetrieve.d.ts.map +1 -0
  591. package/dist/esm/funcs/clientCollectionsRetrieve.js +76 -0
  592. package/dist/esm/funcs/clientCollectionsRetrieve.js.map +1 -0
  593. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts +16 -0
  594. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  595. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js +76 -0
  596. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js.map +1 -0
  597. package/dist/esm/funcs/clientDocumentsRetrieve.d.ts +16 -0
  598. package/dist/esm/funcs/clientDocumentsRetrieve.d.ts.map +1 -0
  599. package/dist/esm/funcs/clientDocumentsRetrieve.js +78 -0
  600. package/dist/esm/funcs/clientDocumentsRetrieve.js.map +1 -0
  601. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.d.ts +16 -0
  602. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  603. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js +78 -0
  604. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js.map +1 -0
  605. package/dist/esm/funcs/clientInsightsRetrieve.d.ts +16 -0
  606. package/dist/esm/funcs/clientInsightsRetrieve.d.ts.map +1 -0
  607. package/dist/esm/funcs/clientInsightsRetrieve.js +76 -0
  608. package/dist/esm/funcs/clientInsightsRetrieve.js.map +1 -0
  609. package/dist/esm/funcs/clientMessagesRetrieve.d.ts +16 -0
  610. package/dist/esm/funcs/clientMessagesRetrieve.d.ts.map +1 -0
  611. package/dist/esm/funcs/clientMessagesRetrieve.js +76 -0
  612. package/dist/esm/funcs/clientMessagesRetrieve.js.map +1 -0
  613. package/dist/esm/funcs/clientPinsRetrieve.d.ts +16 -0
  614. package/dist/esm/funcs/clientPinsRetrieve.d.ts.map +1 -0
  615. package/dist/esm/funcs/clientPinsRetrieve.js +76 -0
  616. package/dist/esm/funcs/clientPinsRetrieve.js.map +1 -0
  617. package/dist/esm/funcs/clientPinsUpdate.d.ts +16 -0
  618. package/dist/esm/funcs/clientPinsUpdate.d.ts.map +1 -0
  619. package/dist/esm/funcs/clientPinsUpdate.js +76 -0
  620. package/dist/esm/funcs/clientPinsUpdate.js.map +1 -0
  621. package/dist/esm/funcs/clientSearchAdminQuery.d.ts +17 -0
  622. package/dist/esm/funcs/clientSearchAdminQuery.d.ts.map +1 -0
  623. package/dist/esm/funcs/clientSearchAdminQuery.js +82 -0
  624. package/dist/esm/funcs/clientSearchAdminQuery.js.map +1 -0
  625. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts +16 -0
  626. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts.map +1 -0
  627. package/dist/esm/funcs/clientSearchFeedRetrieve.js +76 -0
  628. package/dist/esm/funcs/clientSearchFeedRetrieve.js.map +1 -0
  629. package/dist/esm/funcs/clientSearchQuery.d.ts +17 -0
  630. package/dist/esm/funcs/clientSearchQuery.d.ts.map +1 -0
  631. package/dist/esm/funcs/clientSearchQuery.js +82 -0
  632. package/dist/esm/funcs/clientSearchQuery.js.map +1 -0
  633. package/dist/esm/funcs/clientShortcutsRetrieve.d.ts +16 -0
  634. package/dist/esm/funcs/clientShortcutsRetrieve.d.ts.map +1 -0
  635. package/dist/esm/funcs/clientShortcutsRetrieve.js +76 -0
  636. package/dist/esm/funcs/clientShortcutsRetrieve.js.map +1 -0
  637. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts +16 -0
  638. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  639. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js +76 -0
  640. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js.map +1 -0
  641. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +18 -0
  642. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  643. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +94 -0
  644. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  645. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +18 -0
  646. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  647. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +94 -0
  648. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  649. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts +18 -0
  650. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  651. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js +90 -0
  652. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  653. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +18 -0
  654. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  655. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js +91 -0
  656. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  657. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts +20 -0
  658. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  659. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js +80 -0
  660. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js.map +1 -0
  661. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts +20 -0
  662. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  663. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js +80 -0
  664. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  665. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts +20 -0
  666. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  667. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js +80 -0
  668. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js.map +1 -0
  669. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts +16 -0
  670. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  671. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.js +77 -0
  672. package/dist/esm/funcs/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  673. package/dist/esm/funcs/searchAutocomplete.d.ts +16 -0
  674. package/dist/esm/funcs/searchAutocomplete.d.ts.map +1 -0
  675. package/dist/esm/funcs/searchAutocomplete.js +76 -0
  676. package/dist/esm/funcs/searchAutocomplete.js.map +1 -0
  677. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts +16 -0
  678. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts.map +1 -0
  679. package/dist/esm/funcs/shortcutsCreateshortcut.js +76 -0
  680. package/dist/esm/funcs/shortcutsCreateshortcut.js.map +1 -0
  681. package/dist/esm/funcs/verificationVerify.d.ts +16 -0
  682. package/dist/esm/funcs/verificationVerify.d.ts.map +1 -0
  683. package/dist/esm/funcs/verificationVerify.js +76 -0
  684. package/dist/esm/funcs/verificationVerify.js.map +1 -0
  685. package/dist/esm/lib/config.d.ts +3 -3
  686. package/dist/esm/lib/config.js +3 -3
  687. package/dist/esm/react-query/clientActivityFeedback.d.ts +24 -0
  688. package/dist/esm/react-query/clientActivityFeedback.d.ts.map +1 -0
  689. package/dist/esm/react-query/clientActivityFeedback.js +42 -0
  690. package/dist/esm/react-query/clientActivityFeedback.js.map +1 -0
  691. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts +24 -0
  692. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +1 -0
  693. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js +42 -0
  694. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js.map +1 -0
  695. package/dist/esm/react-query/clientAgentsAgentRun.d.ts +24 -0
  696. package/dist/esm/react-query/clientAgentsAgentRun.d.ts.map +1 -0
  697. package/dist/esm/react-query/clientAgentsAgentRun.js +42 -0
  698. package/dist/esm/react-query/clientAgentsAgentRun.js.map +1 -0
  699. package/dist/esm/react-query/clientAgentsList.d.ts +24 -0
  700. package/dist/esm/react-query/clientAgentsList.d.ts.map +1 -0
  701. package/dist/esm/react-query/clientAgentsList.js +42 -0
  702. package/dist/esm/react-query/clientAgentsList.js.map +1 -0
  703. package/dist/esm/react-query/clientAnswersRetrieve.d.ts +23 -0
  704. package/dist/esm/react-query/clientAnswersRetrieve.d.ts.map +1 -0
  705. package/dist/esm/react-query/clientAnswersRetrieve.js +42 -0
  706. package/dist/esm/react-query/clientAnswersRetrieve.js.map +1 -0
  707. package/dist/esm/react-query/clientAnswersUpdate.d.ts +23 -0
  708. package/dist/esm/react-query/clientAnswersUpdate.d.ts.map +1 -0
  709. package/dist/esm/react-query/clientAnswersUpdate.js +42 -0
  710. package/dist/esm/react-query/clientAnswersUpdate.js.map +1 -0
  711. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts +24 -0
  712. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts.map +1 -0
  713. package/dist/esm/react-query/clientChatApplicationRetrieve.js +42 -0
  714. package/dist/esm/react-query/clientChatApplicationRetrieve.js.map +1 -0
  715. package/dist/esm/react-query/clientChatCreate.d.ts +24 -0
  716. package/dist/esm/react-query/clientChatCreate.d.ts.map +1 -0
  717. package/dist/esm/react-query/clientChatCreate.js +42 -0
  718. package/dist/esm/react-query/clientChatCreate.js.map +1 -0
  719. package/dist/esm/react-query/clientChatCreateStream.d.ts +24 -0
  720. package/dist/esm/react-query/clientChatCreateStream.d.ts.map +1 -0
  721. package/dist/esm/react-query/clientChatCreateStream.js +42 -0
  722. package/dist/esm/react-query/clientChatCreateStream.js.map +1 -0
  723. package/dist/esm/react-query/clientChatFilesDelete.d.ts +24 -0
  724. package/dist/esm/react-query/clientChatFilesDelete.d.ts.map +1 -0
  725. package/dist/esm/react-query/clientChatFilesDelete.js +42 -0
  726. package/dist/esm/react-query/clientChatFilesDelete.js.map +1 -0
  727. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts +24 -0
  728. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts.map +1 -0
  729. package/dist/esm/react-query/clientChatFilesRetrieve.js +42 -0
  730. package/dist/esm/react-query/clientChatFilesRetrieve.js.map +1 -0
  731. package/dist/esm/react-query/clientChatFilesUpload.d.ts +24 -0
  732. package/dist/esm/react-query/clientChatFilesUpload.d.ts.map +1 -0
  733. package/dist/esm/react-query/clientChatFilesUpload.js +42 -0
  734. package/dist/esm/react-query/clientChatFilesUpload.js.map +1 -0
  735. package/dist/esm/react-query/clientChatRetrieve.d.ts +24 -0
  736. package/dist/esm/react-query/clientChatRetrieve.d.ts.map +1 -0
  737. package/dist/esm/react-query/clientChatRetrieve.js +42 -0
  738. package/dist/esm/react-query/clientChatRetrieve.js.map +1 -0
  739. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts +23 -0
  740. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts.map +1 -0
  741. package/dist/esm/react-query/clientCollectionsItemDelete.js +42 -0
  742. package/dist/esm/react-query/clientCollectionsItemDelete.js.map +1 -0
  743. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts +23 -0
  744. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts.map +1 -0
  745. package/dist/esm/react-query/clientCollectionsItemUpdate.js +42 -0
  746. package/dist/esm/react-query/clientCollectionsItemUpdate.js.map +1 -0
  747. package/dist/esm/react-query/clientCollectionsRetrieve.d.ts +23 -0
  748. package/dist/esm/react-query/clientCollectionsRetrieve.d.ts.map +1 -0
  749. package/dist/esm/react-query/clientCollectionsRetrieve.js +42 -0
  750. package/dist/esm/react-query/clientCollectionsRetrieve.js.map +1 -0
  751. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts +23 -0
  752. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +1 -0
  753. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js +42 -0
  754. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js.map +1 -0
  755. package/dist/esm/react-query/clientDocumentsRetrieve.d.ts +23 -0
  756. package/dist/esm/react-query/clientDocumentsRetrieve.d.ts.map +1 -0
  757. package/dist/esm/react-query/clientDocumentsRetrieve.js +42 -0
  758. package/dist/esm/react-query/clientDocumentsRetrieve.js.map +1 -0
  759. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.d.ts +23 -0
  760. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.d.ts.map +1 -0
  761. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.js +42 -0
  762. package/dist/esm/react-query/clientDocumentsRetrieveByFacets.js.map +1 -0
  763. package/dist/esm/react-query/clientInsightsRetrieve.d.ts +23 -0
  764. package/dist/esm/react-query/clientInsightsRetrieve.d.ts.map +1 -0
  765. package/dist/esm/react-query/clientInsightsRetrieve.js +42 -0
  766. package/dist/esm/react-query/clientInsightsRetrieve.js.map +1 -0
  767. package/dist/esm/react-query/clientMessagesRetrieve.d.ts +23 -0
  768. package/dist/esm/react-query/clientMessagesRetrieve.d.ts.map +1 -0
  769. package/dist/esm/react-query/clientMessagesRetrieve.js +42 -0
  770. package/dist/esm/react-query/clientMessagesRetrieve.js.map +1 -0
  771. package/dist/esm/react-query/clientPinsRetrieve.d.ts +23 -0
  772. package/dist/esm/react-query/clientPinsRetrieve.d.ts.map +1 -0
  773. package/dist/esm/react-query/clientPinsRetrieve.js +42 -0
  774. package/dist/esm/react-query/clientPinsRetrieve.js.map +1 -0
  775. package/dist/esm/react-query/clientPinsUpdate.d.ts +23 -0
  776. package/dist/esm/react-query/clientPinsUpdate.d.ts.map +1 -0
  777. package/dist/esm/react-query/clientPinsUpdate.js +42 -0
  778. package/dist/esm/react-query/clientPinsUpdate.js.map +1 -0
  779. package/dist/esm/react-query/clientSearchAdminQuery.d.ts +23 -0
  780. package/dist/esm/react-query/clientSearchAdminQuery.d.ts.map +1 -0
  781. package/dist/esm/react-query/clientSearchAdminQuery.js +42 -0
  782. package/dist/esm/react-query/clientSearchAdminQuery.js.map +1 -0
  783. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts +23 -0
  784. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts.map +1 -0
  785. package/dist/esm/react-query/clientSearchFeedRetrieve.js +42 -0
  786. package/dist/esm/react-query/clientSearchFeedRetrieve.js.map +1 -0
  787. package/dist/esm/react-query/clientSearchQuery.d.ts +23 -0
  788. package/dist/esm/react-query/clientSearchQuery.d.ts.map +1 -0
  789. package/dist/esm/react-query/clientSearchQuery.js +42 -0
  790. package/dist/esm/react-query/clientSearchQuery.js.map +1 -0
  791. package/dist/esm/react-query/clientShortcutsRetrieve.d.ts +23 -0
  792. package/dist/esm/react-query/clientShortcutsRetrieve.d.ts.map +1 -0
  793. package/dist/esm/react-query/clientShortcutsRetrieve.js +42 -0
  794. package/dist/esm/react-query/clientShortcutsRetrieve.js.map +1 -0
  795. package/dist/esm/react-query/index.d.ts +39 -39
  796. package/dist/esm/react-query/index.d.ts.map +1 -1
  797. package/dist/esm/react-query/index.js +39 -39
  798. package/dist/esm/react-query/index.js.map +1 -1
  799. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts +23 -0
  800. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +1 -0
  801. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js +42 -0
  802. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js.map +1 -0
  803. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +26 -0
  804. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +1 -0
  805. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +44 -0
  806. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +1 -0
  807. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +26 -0
  808. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +1 -0
  809. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +44 -0
  810. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +1 -0
  811. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts +25 -0
  812. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +1 -0
  813. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js +44 -0
  814. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js.map +1 -0
  815. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +26 -0
  816. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +1 -0
  817. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js +44 -0
  818. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +1 -0
  819. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts +27 -0
  820. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +1 -0
  821. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js +46 -0
  822. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js.map +1 -0
  823. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts +27 -0
  824. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +1 -0
  825. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js +46 -0
  826. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js.map +1 -0
  827. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts +27 -0
  828. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts.map +1 -0
  829. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js +46 -0
  830. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js.map +1 -0
  831. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts +23 -0
  832. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.d.ts.map +1 -0
  833. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.js +46 -0
  834. package/dist/esm/react-query/peoplePostApiIndexV1Bulkindexemployees.js.map +1 -0
  835. package/dist/esm/react-query/searchAutocomplete.d.ts +23 -0
  836. package/dist/esm/react-query/searchAutocomplete.d.ts.map +1 -0
  837. package/dist/esm/react-query/searchAutocomplete.js +42 -0
  838. package/dist/esm/react-query/searchAutocomplete.js.map +1 -0
  839. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts +23 -0
  840. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts.map +1 -0
  841. package/dist/esm/react-query/shortcutsCreateshortcut.js +42 -0
  842. package/dist/esm/react-query/shortcutsCreateshortcut.js.map +1 -0
  843. package/dist/esm/react-query/verificationVerify.d.ts +23 -0
  844. package/dist/esm/react-query/verificationVerify.d.ts.map +1 -0
  845. package/dist/esm/react-query/verificationVerify.js +42 -0
  846. package/dist/esm/react-query/verificationVerify.js.map +1 -0
  847. package/dist/esm/sdk/activity.d.ts +7 -0
  848. package/dist/esm/sdk/activity.d.ts.map +1 -1
  849. package/dist/esm/sdk/activity.js +10 -0
  850. package/dist/esm/sdk/activity.js.map +1 -1
  851. package/dist/esm/sdk/admin.d.ts +12 -0
  852. package/dist/esm/sdk/admin.d.ts.map +1 -0
  853. package/dist/esm/sdk/admin.js +18 -0
  854. package/dist/esm/sdk/admin.js.map +1 -0
  855. package/dist/esm/sdk/agent.d.ts +15 -0
  856. package/dist/esm/sdk/agent.d.ts.map +1 -0
  857. package/dist/esm/sdk/agent.js +22 -0
  858. package/dist/esm/sdk/agent.js.map +1 -0
  859. package/dist/esm/sdk/agents.d.ts +4 -15
  860. package/dist/esm/sdk/agents.d.ts.map +1 -1
  861. package/dist/esm/sdk/agents.js +6 -22
  862. package/dist/esm/sdk/agents.js.map +1 -1
  863. package/dist/esm/sdk/answers.d.ts +2 -2
  864. package/dist/esm/sdk/answers.d.ts.map +1 -1
  865. package/dist/esm/sdk/answers.js +6 -6
  866. package/dist/esm/sdk/answers.js.map +1 -1
  867. package/dist/esm/sdk/application.d.ts +12 -0
  868. package/dist/esm/sdk/application.d.ts.map +1 -0
  869. package/dist/esm/sdk/application.js +18 -0
  870. package/dist/esm/sdk/application.js.map +1 -0
  871. package/dist/esm/sdk/chat.d.ts +9 -31
  872. package/dist/esm/sdk/chat.d.ts.map +1 -1
  873. package/dist/esm/sdk/chat.js +17 -49
  874. package/dist/esm/sdk/chat.js.map +1 -1
  875. package/dist/esm/sdk/client.d.ts +7 -7
  876. package/dist/esm/sdk/client.d.ts.map +1 -1
  877. package/dist/esm/sdk/client.js +8 -8
  878. package/dist/esm/sdk/client.js.map +1 -1
  879. package/dist/esm/sdk/clientdocuments.d.ts +5 -9
  880. package/dist/esm/sdk/clientdocuments.d.ts.map +1 -1
  881. package/dist/esm/sdk/clientdocuments.js +9 -15
  882. package/dist/esm/sdk/clientdocuments.js.map +1 -1
  883. package/dist/esm/sdk/clientsearch.d.ts +25 -0
  884. package/dist/esm/sdk/clientsearch.d.ts.map +1 -0
  885. package/dist/esm/sdk/clientsearch.js +36 -0
  886. package/dist/esm/sdk/clientsearch.js.map +1 -0
  887. package/dist/esm/sdk/clientshortcuts.d.ts +1 -8
  888. package/dist/esm/sdk/clientshortcuts.d.ts.map +1 -1
  889. package/dist/esm/sdk/clientshortcuts.js +3 -13
  890. package/dist/esm/sdk/clientshortcuts.js.map +1 -1
  891. package/dist/esm/sdk/clientverification.d.ts +19 -0
  892. package/dist/esm/sdk/clientverification.d.ts.map +1 -0
  893. package/dist/esm/sdk/clientverification.js +28 -0
  894. package/dist/esm/sdk/clientverification.js.map +1 -0
  895. package/dist/esm/sdk/collections.d.ts +4 -15
  896. package/dist/esm/sdk/collections.d.ts.map +1 -1
  897. package/dist/esm/sdk/collections.js +7 -23
  898. package/dist/esm/sdk/collections.js.map +1 -1
  899. package/dist/esm/sdk/config.d.ts +12 -0
  900. package/dist/esm/sdk/config.d.ts.map +1 -0
  901. package/dist/esm/sdk/config.js +18 -0
  902. package/dist/esm/sdk/config.js.map +1 -0
  903. package/dist/esm/sdk/datasource.d.ts +23 -0
  904. package/dist/esm/sdk/datasource.d.ts.map +1 -0
  905. package/dist/esm/sdk/datasource.js +32 -0
  906. package/dist/esm/sdk/datasource.js.map +1 -0
  907. package/dist/esm/sdk/datasourcedocuments.d.ts +14 -0
  908. package/dist/esm/sdk/datasourcedocuments.d.ts.map +1 -0
  909. package/dist/esm/sdk/datasourcedocuments.js +20 -0
  910. package/dist/esm/sdk/datasourcedocuments.js.map +1 -0
  911. package/dist/esm/sdk/datasources.d.ts +3 -7
  912. package/dist/esm/sdk/datasources.d.ts.map +1 -1
  913. package/dist/esm/sdk/datasources.js +4 -10
  914. package/dist/esm/sdk/datasources.js.map +1 -1
  915. package/dist/esm/sdk/document.d.ts +14 -0
  916. package/dist/esm/sdk/document.d.ts.map +1 -0
  917. package/dist/esm/sdk/document.js +20 -0
  918. package/dist/esm/sdk/document.js.map +1 -0
  919. package/dist/esm/sdk/documentspermissions.d.ts +12 -0
  920. package/dist/esm/sdk/documentspermissions.d.ts.map +1 -0
  921. package/dist/esm/sdk/documentspermissions.js +18 -0
  922. package/dist/esm/sdk/documentspermissions.js.map +1 -0
  923. package/dist/esm/sdk/feed.d.ts +12 -0
  924. package/dist/esm/sdk/feed.d.ts.map +1 -0
  925. package/dist/esm/sdk/feed.js +18 -0
  926. package/dist/esm/sdk/feed.js.map +1 -0
  927. package/dist/esm/sdk/files.d.ts +26 -0
  928. package/dist/esm/sdk/files.d.ts.map +1 -0
  929. package/dist/esm/sdk/files.js +38 -0
  930. package/dist/esm/sdk/files.js.map +1 -0
  931. package/dist/esm/sdk/indexing.d.ts +4 -4
  932. package/dist/esm/sdk/indexing.d.ts.map +1 -1
  933. package/dist/esm/sdk/indexing.js +4 -4
  934. package/dist/esm/sdk/indexing.js.map +1 -1
  935. package/dist/esm/sdk/indexingpeople.d.ts +56 -0
  936. package/dist/esm/sdk/indexingpeople.d.ts.map +1 -0
  937. package/dist/esm/sdk/indexingpeople.js +80 -0
  938. package/dist/esm/sdk/indexingpeople.js.map +1 -0
  939. package/dist/esm/sdk/indexingpermissions.d.ts +89 -0
  940. package/dist/esm/sdk/indexingpermissions.d.ts.map +1 -0
  941. package/dist/esm/sdk/indexingpermissions.js +128 -0
  942. package/dist/esm/sdk/indexingpermissions.js.map +1 -0
  943. package/dist/esm/sdk/inputs.d.ts +12 -0
  944. package/dist/esm/sdk/inputs.d.ts.map +1 -0
  945. package/dist/esm/sdk/inputs.js +18 -0
  946. package/dist/esm/sdk/inputs.js.map +1 -0
  947. package/dist/esm/sdk/insights.d.ts +1 -1
  948. package/dist/esm/sdk/insights.d.ts.map +1 -1
  949. package/dist/esm/sdk/insights.js +3 -3
  950. package/dist/esm/sdk/insights.js.map +1 -1
  951. package/dist/esm/sdk/item.d.ts +19 -0
  952. package/dist/esm/sdk/item.d.ts.map +1 -0
  953. package/dist/esm/sdk/item.js +28 -0
  954. package/dist/esm/sdk/item.js.map +1 -0
  955. package/dist/esm/sdk/messages.d.ts +1 -1
  956. package/dist/esm/sdk/messages.d.ts.map +1 -1
  957. package/dist/esm/sdk/messages.js +3 -3
  958. package/dist/esm/sdk/messages.js.map +1 -1
  959. package/dist/esm/sdk/people.d.ts +1 -52
  960. package/dist/esm/sdk/people.d.ts.map +1 -1
  961. package/dist/esm/sdk/people.js +3 -75
  962. package/dist/esm/sdk/people.js.map +1 -1
  963. package/dist/esm/sdk/pins.d.ts +2 -2
  964. package/dist/esm/sdk/pins.d.ts.map +1 -1
  965. package/dist/esm/sdk/pins.js +6 -6
  966. package/dist/esm/sdk/pins.js.map +1 -1
  967. package/dist/esm/sdk/sdk.d.ts +12 -3
  968. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  969. package/dist/esm/sdk/sdk.js +15 -3
  970. package/dist/esm/sdk/sdk.js.map +1 -1
  971. package/dist/esm/sdk/search.d.ts +0 -28
  972. package/dist/esm/sdk/search.d.ts.map +1 -1
  973. package/dist/esm/sdk/search.js +2 -42
  974. package/dist/esm/sdk/search.js.map +1 -1
  975. package/dist/esm/sdk/shortcuts.d.ts +12 -0
  976. package/dist/esm/sdk/shortcuts.d.ts.map +1 -0
  977. package/dist/esm/sdk/shortcuts.js +18 -0
  978. package/dist/esm/sdk/shortcuts.js.map +1 -0
  979. package/dist/esm/sdk/troubleshooting.d.ts +9 -69
  980. package/dist/esm/sdk/troubleshooting.d.ts.map +1 -1
  981. package/dist/esm/sdk/troubleshooting.js +9 -87
  982. package/dist/esm/sdk/troubleshooting.js.map +1 -1
  983. package/dist/esm/sdk/troubleshootingdocuments.d.ts +27 -0
  984. package/dist/esm/sdk/troubleshootingdocuments.d.ts.map +1 -0
  985. package/dist/esm/sdk/troubleshootingdocuments.js +36 -0
  986. package/dist/esm/sdk/troubleshootingdocuments.js.map +1 -0
  987. package/dist/esm/sdk/user.d.ts +14 -0
  988. package/dist/esm/sdk/user.d.ts.map +1 -0
  989. package/dist/esm/sdk/user.js +20 -0
  990. package/dist/esm/sdk/user.js.map +1 -0
  991. package/dist/esm/sdk/users.d.ts +16 -0
  992. package/dist/esm/sdk/users.d.ts.map +1 -0
  993. package/dist/esm/sdk/users.js +22 -0
  994. package/dist/esm/sdk/users.js.map +1 -0
  995. package/dist/esm/sdk/verification.d.ts +0 -14
  996. package/dist/esm/sdk/verification.d.ts.map +1 -1
  997. package/dist/esm/sdk/verification.js +2 -22
  998. package/dist/esm/sdk/verification.js.map +1 -1
  999. package/docs/sdks/activity/README.md +99 -0
  1000. package/docs/sdks/admin/README.md +160 -0
  1001. package/docs/sdks/agent/README.md +98 -0
  1002. package/docs/sdks/agents/README.md +8 -190
  1003. package/docs/sdks/answers/README.md +14 -14
  1004. package/docs/sdks/application/README.md +102 -0
  1005. package/docs/sdks/chat/README.md +21 -409
  1006. package/docs/sdks/clientdocuments/README.md +14 -104
  1007. package/docs/sdks/clientsearch/README.md +520 -0
  1008. package/docs/sdks/clientshortcuts/README.md +7 -223
  1009. package/docs/sdks/clientverification/README.md +191 -0
  1010. package/docs/sdks/collections/README.md +7 -199
  1011. package/docs/sdks/config/README.md +101 -0
  1012. package/docs/sdks/datasource/README.md +101 -0
  1013. package/docs/sdks/datasourcedocuments/README.md +124 -0
  1014. package/docs/sdks/datasources/README.md +0 -94
  1015. package/docs/sdks/document/README.md +108 -0
  1016. package/docs/sdks/documentspermissions/README.md +97 -0
  1017. package/docs/sdks/feed/README.md +97 -0
  1018. package/docs/sdks/files/README.md +300 -0
  1019. package/docs/sdks/indexingpeople/README.md +807 -0
  1020. package/docs/sdks/indexingpermissions/README.md +1208 -0
  1021. package/docs/sdks/inputs/README.md +98 -0
  1022. package/docs/sdks/insights/README.md +7 -7
  1023. package/docs/sdks/item/README.md +199 -0
  1024. package/docs/sdks/messages/README.md +7 -7
  1025. package/docs/sdks/people/README.md +10 -808
  1026. package/docs/sdks/pins/README.md +14 -14
  1027. package/docs/sdks/search/README.md +7 -763
  1028. package/docs/sdks/shortcuts/README.md +223 -0
  1029. package/docs/sdks/troubleshooting/README.md +13 -725
  1030. package/docs/sdks/troubleshootingdocuments/README.md +209 -0
  1031. package/docs/sdks/user/README.md +106 -0
  1032. package/docs/sdks/users/README.md +106 -0
  1033. package/docs/sdks/verification/README.md +6 -190
  1034. package/jsr.json +1 -1
  1035. package/package.json +1 -1
  1036. package/src/__tests__/activities.test.ts +1 -1
  1037. package/src/__tests__/agents.test.ts +3 -3
  1038. package/src/__tests__/answers.test.ts +2 -2
  1039. package/src/__tests__/chat.test.ts +10 -10
  1040. package/src/__tests__/clientdocuments.test.ts +3 -3
  1041. package/src/__tests__/clientshortcuts.test.ts +2 -2
  1042. package/src/__tests__/collections.test.ts +3 -3
  1043. package/src/__tests__/datasources.test.ts +1 -1
  1044. package/src/__tests__/insights.test.ts +1 -1
  1045. package/src/__tests__/messages.test.ts +1 -1
  1046. package/src/__tests__/pins.test.ts +2 -2
  1047. package/src/__tests__/search.test.ts +4 -4
  1048. package/src/__tests__/troubleshooting.test.ts +3 -3
  1049. package/src/__tests__/verification.test.ts +1 -1
  1050. package/src/funcs/clientActivityFeedback.ts +169 -0
  1051. package/src/funcs/clientAgentsAgentInputsRetrieve.ts +170 -0
  1052. package/src/funcs/clientAgentsAgentRun.ts +168 -0
  1053. package/src/funcs/clientAgentsList.ts +168 -0
  1054. package/src/funcs/clientAnswersRetrieve.ts +154 -0
  1055. package/src/funcs/clientAnswersUpdate.ts +154 -0
  1056. package/src/funcs/clientChatApplicationRetrieve.ts +170 -0
  1057. package/src/funcs/clientChatCreate.ts +168 -0
  1058. package/src/funcs/clientChatCreateStream.ts +169 -0
  1059. package/src/funcs/clientChatFilesDelete.ts +171 -0
  1060. package/src/funcs/clientChatFilesRetrieve.ts +170 -0
  1061. package/src/funcs/clientChatFilesUpload.ts +169 -0
  1062. package/src/funcs/clientChatRetrieve.ts +168 -0
  1063. package/src/funcs/clientCollectionsItemDelete.ts +155 -0
  1064. package/src/funcs/clientCollectionsItemUpdate.ts +154 -0
  1065. package/src/funcs/clientCollectionsRetrieve.ts +154 -0
  1066. package/src/funcs/clientDocumentsPermissionsRetrieve.ts +154 -0
  1067. package/src/funcs/clientDocumentsRetrieve.ts +157 -0
  1068. package/src/funcs/clientDocumentsRetrieveByFacets.ts +159 -0
  1069. package/src/funcs/clientInsightsRetrieve.ts +154 -0
  1070. package/src/funcs/clientMessagesRetrieve.ts +154 -0
  1071. package/src/funcs/clientPinsRetrieve.ts +154 -0
  1072. package/src/funcs/clientPinsUpdate.ts +154 -0
  1073. package/src/funcs/clientSearchAdminQuery.ts +165 -0
  1074. package/src/funcs/clientSearchFeedRetrieve.ts +154 -0
  1075. package/src/funcs/clientSearchQuery.ts +165 -0
  1076. package/src/funcs/clientShortcutsRetrieve.ts +154 -0
  1077. package/src/funcs/indexingDatasourcesConfigRetrieve.ts +155 -0
  1078. package/src/funcs/indexingTroubleshootingDatasourceDocumentDebug.ts +180 -0
  1079. package/src/funcs/indexingTroubleshootingDatasourceDocumentsDebug.ts +180 -0
  1080. package/src/funcs/indexingTroubleshootingDatasourceStatus.ts +173 -0
  1081. package/src/funcs/indexingTroubleshootingDatasourceUserDebug.ts +177 -0
  1082. package/src/funcs/indexingTroubleshootingDocumentsCount.ts +158 -0
  1083. package/src/funcs/indexingTroubleshootingDocumentsStatus.ts +158 -0
  1084. package/src/funcs/indexingTroubleshootingUsersCount.ts +158 -0
  1085. package/src/funcs/peoplePostApiIndexV1Bulkindexemployees.ts +155 -0
  1086. package/src/funcs/searchAutocomplete.ts +154 -0
  1087. package/src/funcs/shortcutsCreateshortcut.ts +154 -0
  1088. package/src/funcs/verificationVerify.ts +154 -0
  1089. package/src/lib/config.ts +3 -3
  1090. package/src/react-query/clientActivityFeedback.ts +91 -0
  1091. package/src/react-query/clientAgentsAgentInputsRetrieve.ts +92 -0
  1092. package/src/react-query/clientAgentsAgentRun.ts +91 -0
  1093. package/src/react-query/clientAgentsList.ts +91 -0
  1094. package/src/react-query/clientAnswersRetrieve.ts +88 -0
  1095. package/src/react-query/clientAnswersUpdate.ts +88 -0
  1096. package/src/react-query/clientChatApplicationRetrieve.ts +92 -0
  1097. package/src/react-query/clientChatCreate.ts +91 -0
  1098. package/src/react-query/clientChatCreateStream.ts +91 -0
  1099. package/src/react-query/clientChatFilesDelete.ts +91 -0
  1100. package/src/react-query/clientChatFilesRetrieve.ts +92 -0
  1101. package/src/react-query/clientChatFilesUpload.ts +92 -0
  1102. package/src/react-query/clientChatRetrieve.ts +91 -0
  1103. package/src/react-query/clientCollectionsItemDelete.ts +89 -0
  1104. package/src/react-query/clientCollectionsItemUpdate.ts +89 -0
  1105. package/src/react-query/clientCollectionsRetrieve.ts +89 -0
  1106. package/src/react-query/clientDocumentsPermissionsRetrieve.ts +89 -0
  1107. package/src/react-query/clientDocumentsRetrieve.ts +89 -0
  1108. package/src/react-query/clientDocumentsRetrieveByFacets.ts +89 -0
  1109. package/src/react-query/clientInsightsRetrieve.ts +88 -0
  1110. package/src/react-query/clientMessagesRetrieve.ts +88 -0
  1111. package/src/react-query/clientPinsRetrieve.ts +88 -0
  1112. package/src/react-query/clientPinsUpdate.ts +88 -0
  1113. package/src/react-query/clientSearchAdminQuery.ts +88 -0
  1114. package/src/react-query/clientSearchFeedRetrieve.ts +88 -0
  1115. package/src/react-query/clientSearchQuery.ts +88 -0
  1116. package/src/react-query/clientShortcutsRetrieve.ts +89 -0
  1117. package/src/react-query/index.ts +39 -39
  1118. package/src/react-query/indexingDatasourcesConfigRetrieve.ts +89 -0
  1119. package/src/react-query/indexingTroubleshootingDatasourceDocumentDebug.ts +98 -0
  1120. package/src/react-query/indexingTroubleshootingDatasourceDocumentsDebug.ts +98 -0
  1121. package/src/react-query/indexingTroubleshootingDatasourceStatus.ts +91 -0
  1122. package/src/react-query/indexingTroubleshootingDatasourceUserDebug.ts +94 -0
  1123. package/src/react-query/indexingTroubleshootingDocumentsCount.ts +93 -0
  1124. package/src/react-query/indexingTroubleshootingDocumentsStatus.ts +93 -0
  1125. package/src/react-query/indexingTroubleshootingUsersCount.ts +93 -0
  1126. package/src/react-query/peoplePostApiIndexV1Bulkindexemployees.ts +92 -0
  1127. package/src/react-query/searchAutocomplete.ts +88 -0
  1128. package/src/react-query/shortcutsCreateshortcut.ts +89 -0
  1129. package/src/react-query/verificationVerify.ts +88 -0
  1130. package/src/sdk/activity.ts +20 -0
  1131. package/src/sdk/admin.ts +27 -0
  1132. package/src/sdk/agent.ts +35 -0
  1133. package/src/sdk/agents.ts +7 -41
  1134. package/src/sdk/answers.ts +6 -6
  1135. package/src/sdk/application.ts +29 -0
  1136. package/src/sdk/chat.ts +21 -89
  1137. package/src/sdk/client.ts +14 -14
  1138. package/src/sdk/clientdocuments.ts +10 -22
  1139. package/src/sdk/clientsearch.ts +57 -0
  1140. package/src/sdk/clientshortcuts.ts +3 -21
  1141. package/src/sdk/clientverification.ts +45 -0
  1142. package/src/sdk/collections.ts +9 -39
  1143. package/src/sdk/config.ts +27 -0
  1144. package/src/sdk/datasource.ts +47 -0
  1145. package/src/sdk/datasourcedocuments.ts +31 -0
  1146. package/src/sdk/datasources.ts +6 -18
  1147. package/src/sdk/document.ts +31 -0
  1148. package/src/sdk/documentspermissions.ts +27 -0
  1149. package/src/sdk/feed.ts +27 -0
  1150. package/src/sdk/files.ts +69 -0
  1151. package/src/sdk/indexing.ts +8 -8
  1152. package/src/sdk/indexingpeople.ts +135 -0
  1153. package/src/sdk/indexingpermissions.ts +225 -0
  1154. package/src/sdk/inputs.ts +29 -0
  1155. package/src/sdk/insights.ts +3 -3
  1156. package/src/sdk/item.ts +45 -0
  1157. package/src/sdk/messages.ts +3 -3
  1158. package/src/sdk/people.ts +3 -129
  1159. package/src/sdk/pins.ts +6 -6
  1160. package/src/sdk/sdk.ts +22 -4
  1161. package/src/sdk/search.ts +2 -74
  1162. package/src/sdk/shortcuts.ts +27 -0
  1163. package/src/sdk/troubleshooting.ts +12 -146
  1164. package/src/sdk/troubleshootingdocuments.ts +53 -0
  1165. package/src/sdk/user.ts +31 -0
  1166. package/src/sdk/users.ts +31 -0
  1167. package/src/sdk/verification.ts +2 -38
  1168. package/dist/commonjs/funcs/agentsGetagentinputs.d.ts +0 -16
  1169. package/dist/commonjs/funcs/agentsGetagentinputs.d.ts.map +0 -1
  1170. package/dist/commonjs/funcs/agentsGetagentinputs.js +0 -123
  1171. package/dist/commonjs/funcs/agentsGetagentinputs.js.map +0 -1
  1172. package/dist/commonjs/funcs/agentsListagents.d.ts +0 -16
  1173. package/dist/commonjs/funcs/agentsListagents.d.ts.map +0 -1
  1174. package/dist/commonjs/funcs/agentsListagents.js +0 -121
  1175. package/dist/commonjs/funcs/agentsListagents.js.map +0 -1
  1176. package/dist/commonjs/funcs/agentsRunagent.d.ts +0 -16
  1177. package/dist/commonjs/funcs/agentsRunagent.d.ts.map +0 -1
  1178. package/dist/commonjs/funcs/agentsRunagent.js +0 -121
  1179. package/dist/commonjs/funcs/agentsRunagent.js.map +0 -1
  1180. package/dist/commonjs/funcs/clientActivitiesReportActivity.d.ts +0 -16
  1181. package/dist/commonjs/funcs/clientActivitiesReportActivity.d.ts.map +0 -1
  1182. package/dist/commonjs/funcs/clientActivitiesReportActivity.js +0 -121
  1183. package/dist/commonjs/funcs/clientActivitiesReportActivity.js.map +0 -1
  1184. package/dist/commonjs/funcs/clientAnswersEdit.d.ts +0 -16
  1185. package/dist/commonjs/funcs/clientAnswersEdit.d.ts.map +0 -1
  1186. package/dist/commonjs/funcs/clientAnswersEdit.js +0 -112
  1187. package/dist/commonjs/funcs/clientAnswersEdit.js.map +0 -1
  1188. package/dist/commonjs/funcs/clientAnswersGet.d.ts +0 -16
  1189. package/dist/commonjs/funcs/clientAnswersGet.d.ts.map +0 -1
  1190. package/dist/commonjs/funcs/clientAnswersGet.js +0 -112
  1191. package/dist/commonjs/funcs/clientAnswersGet.js.map +0 -1
  1192. package/dist/commonjs/funcs/clientChatDeleteFiles.d.ts +0 -16
  1193. package/dist/commonjs/funcs/clientChatDeleteFiles.d.ts.map +0 -1
  1194. package/dist/commonjs/funcs/clientChatDeleteFiles.js +0 -123
  1195. package/dist/commonjs/funcs/clientChatDeleteFiles.js.map +0 -1
  1196. package/dist/commonjs/funcs/clientChatGet.d.ts +0 -16
  1197. package/dist/commonjs/funcs/clientChatGet.d.ts.map +0 -1
  1198. package/dist/commonjs/funcs/clientChatGet.js +0 -121
  1199. package/dist/commonjs/funcs/clientChatGet.js.map +0 -1
  1200. package/dist/commonjs/funcs/clientChatGetApplication.d.ts +0 -16
  1201. package/dist/commonjs/funcs/clientChatGetApplication.d.ts.map +0 -1
  1202. package/dist/commonjs/funcs/clientChatGetApplication.js +0 -123
  1203. package/dist/commonjs/funcs/clientChatGetApplication.js.map +0 -1
  1204. package/dist/commonjs/funcs/clientChatGetFiles.d.ts +0 -16
  1205. package/dist/commonjs/funcs/clientChatGetFiles.d.ts.map +0 -1
  1206. package/dist/commonjs/funcs/clientChatGetFiles.js +0 -123
  1207. package/dist/commonjs/funcs/clientChatGetFiles.js.map +0 -1
  1208. package/dist/commonjs/funcs/clientChatStart.d.ts +0 -16
  1209. package/dist/commonjs/funcs/clientChatStart.d.ts.map +0 -1
  1210. package/dist/commonjs/funcs/clientChatStart.js +0 -121
  1211. package/dist/commonjs/funcs/clientChatStart.js.map +0 -1
  1212. package/dist/commonjs/funcs/clientChatStartStream.d.ts +0 -16
  1213. package/dist/commonjs/funcs/clientChatStartStream.d.ts.map +0 -1
  1214. package/dist/commonjs/funcs/clientChatStartStream.js +0 -121
  1215. package/dist/commonjs/funcs/clientChatStartStream.js.map +0 -1
  1216. package/dist/commonjs/funcs/clientChatUploadFiles.d.ts +0 -16
  1217. package/dist/commonjs/funcs/clientChatUploadFiles.d.ts.map +0 -1
  1218. package/dist/commonjs/funcs/clientChatUploadFiles.js +0 -121
  1219. package/dist/commonjs/funcs/clientChatUploadFiles.js.map +0 -1
  1220. package/dist/commonjs/funcs/clientCollectionsDeleteItem.d.ts +0 -16
  1221. package/dist/commonjs/funcs/clientCollectionsDeleteItem.d.ts.map +0 -1
  1222. package/dist/commonjs/funcs/clientCollectionsDeleteItem.js +0 -112
  1223. package/dist/commonjs/funcs/clientCollectionsDeleteItem.js.map +0 -1
  1224. package/dist/commonjs/funcs/clientCollectionsEditItem.d.ts +0 -16
  1225. package/dist/commonjs/funcs/clientCollectionsEditItem.d.ts.map +0 -1
  1226. package/dist/commonjs/funcs/clientCollectionsEditItem.js +0 -112
  1227. package/dist/commonjs/funcs/clientCollectionsEditItem.js.map +0 -1
  1228. package/dist/commonjs/funcs/clientCollectionsGet.d.ts +0 -16
  1229. package/dist/commonjs/funcs/clientCollectionsGet.d.ts.map +0 -1
  1230. package/dist/commonjs/funcs/clientCollectionsGet.js +0 -112
  1231. package/dist/commonjs/funcs/clientCollectionsGet.js.map +0 -1
  1232. package/dist/commonjs/funcs/clientDocumentsGet.d.ts +0 -16
  1233. package/dist/commonjs/funcs/clientDocumentsGet.d.ts.map +0 -1
  1234. package/dist/commonjs/funcs/clientDocumentsGet.js +0 -114
  1235. package/dist/commonjs/funcs/clientDocumentsGet.js.map +0 -1
  1236. package/dist/commonjs/funcs/clientDocumentsGetByFacets.d.ts +0 -16
  1237. package/dist/commonjs/funcs/clientDocumentsGetByFacets.d.ts.map +0 -1
  1238. package/dist/commonjs/funcs/clientDocumentsGetByFacets.js +0 -114
  1239. package/dist/commonjs/funcs/clientDocumentsGetByFacets.js.map +0 -1
  1240. package/dist/commonjs/funcs/clientDocumentsGetPermissions.d.ts +0 -16
  1241. package/dist/commonjs/funcs/clientDocumentsGetPermissions.d.ts.map +0 -1
  1242. package/dist/commonjs/funcs/clientDocumentsGetPermissions.js +0 -112
  1243. package/dist/commonjs/funcs/clientDocumentsGetPermissions.js.map +0 -1
  1244. package/dist/commonjs/funcs/clientInsightsGet.d.ts +0 -16
  1245. package/dist/commonjs/funcs/clientInsightsGet.d.ts.map +0 -1
  1246. package/dist/commonjs/funcs/clientInsightsGet.js +0 -112
  1247. package/dist/commonjs/funcs/clientInsightsGet.js.map +0 -1
  1248. package/dist/commonjs/funcs/clientMessagesGet.d.ts +0 -16
  1249. package/dist/commonjs/funcs/clientMessagesGet.d.ts.map +0 -1
  1250. package/dist/commonjs/funcs/clientMessagesGet.js +0 -112
  1251. package/dist/commonjs/funcs/clientMessagesGet.js.map +0 -1
  1252. package/dist/commonjs/funcs/clientPinsEdit.d.ts +0 -16
  1253. package/dist/commonjs/funcs/clientPinsEdit.d.ts.map +0 -1
  1254. package/dist/commonjs/funcs/clientPinsEdit.js +0 -112
  1255. package/dist/commonjs/funcs/clientPinsEdit.js.map +0 -1
  1256. package/dist/commonjs/funcs/clientPinsGet.d.ts +0 -16
  1257. package/dist/commonjs/funcs/clientPinsGet.d.ts.map +0 -1
  1258. package/dist/commonjs/funcs/clientPinsGet.js +0 -112
  1259. package/dist/commonjs/funcs/clientPinsGet.js.map +0 -1
  1260. package/dist/commonjs/funcs/clientSearchAdmin.d.ts +0 -17
  1261. package/dist/commonjs/funcs/clientSearchAdmin.d.ts.map +0 -1
  1262. package/dist/commonjs/funcs/clientSearchAdmin.js +0 -118
  1263. package/dist/commonjs/funcs/clientSearchAdmin.js.map +0 -1
  1264. package/dist/commonjs/funcs/clientSearchAutocomplete.d.ts +0 -16
  1265. package/dist/commonjs/funcs/clientSearchAutocomplete.d.ts.map +0 -1
  1266. package/dist/commonjs/funcs/clientSearchAutocomplete.js +0 -112
  1267. package/dist/commonjs/funcs/clientSearchAutocomplete.js.map +0 -1
  1268. package/dist/commonjs/funcs/clientSearchExecute.d.ts +0 -17
  1269. package/dist/commonjs/funcs/clientSearchExecute.d.ts.map +0 -1
  1270. package/dist/commonjs/funcs/clientSearchExecute.js +0 -118
  1271. package/dist/commonjs/funcs/clientSearchExecute.js.map +0 -1
  1272. package/dist/commonjs/funcs/clientSearchGetFeed.d.ts +0 -16
  1273. package/dist/commonjs/funcs/clientSearchGetFeed.d.ts.map +0 -1
  1274. package/dist/commonjs/funcs/clientSearchGetFeed.js +0 -112
  1275. package/dist/commonjs/funcs/clientSearchGetFeed.js.map +0 -1
  1276. package/dist/commonjs/funcs/clientShortcutsCreate.d.ts +0 -16
  1277. package/dist/commonjs/funcs/clientShortcutsCreate.d.ts.map +0 -1
  1278. package/dist/commonjs/funcs/clientShortcutsCreate.js +0 -112
  1279. package/dist/commonjs/funcs/clientShortcutsCreate.js.map +0 -1
  1280. package/dist/commonjs/funcs/clientShortcutsGet.d.ts +0 -16
  1281. package/dist/commonjs/funcs/clientShortcutsGet.d.ts.map +0 -1
  1282. package/dist/commonjs/funcs/clientShortcutsGet.js +0 -112
  1283. package/dist/commonjs/funcs/clientShortcutsGet.js.map +0 -1
  1284. package/dist/commonjs/funcs/clientVerificationVerify.d.ts +0 -16
  1285. package/dist/commonjs/funcs/clientVerificationVerify.d.ts.map +0 -1
  1286. package/dist/commonjs/funcs/clientVerificationVerify.js +0 -112
  1287. package/dist/commonjs/funcs/clientVerificationVerify.js.map +0 -1
  1288. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.d.ts +0 -16
  1289. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.d.ts.map +0 -1
  1290. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.js +0 -112
  1291. package/dist/commonjs/funcs/indexingDatasourcesGetConfig.js.map +0 -1
  1292. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.d.ts +0 -16
  1293. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  1294. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.js +0 -113
  1295. package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.js.map +0 -1
  1296. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.d.ts +0 -18
  1297. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  1298. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.js +0 -127
  1299. package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.js.map +0 -1
  1300. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -18
  1301. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  1302. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.js +0 -126
  1303. package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  1304. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.d.ts +0 -20
  1305. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  1306. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.js +0 -116
  1307. package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  1308. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.d.ts +0 -20
  1309. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  1310. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.js +0 -116
  1311. package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.js.map +0 -1
  1312. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.d.ts +0 -20
  1313. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  1314. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.js +0 -116
  1315. package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.js.map +0 -1
  1316. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.d.ts +0 -18
  1317. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  1318. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.js +0 -130
  1319. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  1320. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -18
  1321. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  1322. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.js +0 -130
  1323. package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  1324. package/dist/commonjs/react-query/agentsGetagentinputs.d.ts +0 -24
  1325. package/dist/commonjs/react-query/agentsGetagentinputs.d.ts.map +0 -1
  1326. package/dist/commonjs/react-query/agentsGetagentinputs.js +0 -47
  1327. package/dist/commonjs/react-query/agentsGetagentinputs.js.map +0 -1
  1328. package/dist/commonjs/react-query/agentsListagents.d.ts +0 -24
  1329. package/dist/commonjs/react-query/agentsListagents.d.ts.map +0 -1
  1330. package/dist/commonjs/react-query/agentsListagents.js +0 -47
  1331. package/dist/commonjs/react-query/agentsListagents.js.map +0 -1
  1332. package/dist/commonjs/react-query/agentsRunagent.d.ts +0 -24
  1333. package/dist/commonjs/react-query/agentsRunagent.d.ts.map +0 -1
  1334. package/dist/commonjs/react-query/agentsRunagent.js +0 -47
  1335. package/dist/commonjs/react-query/agentsRunagent.js.map +0 -1
  1336. package/dist/commonjs/react-query/clientActivitiesReportActivity.d.ts +0 -24
  1337. package/dist/commonjs/react-query/clientActivitiesReportActivity.d.ts.map +0 -1
  1338. package/dist/commonjs/react-query/clientActivitiesReportActivity.js +0 -47
  1339. package/dist/commonjs/react-query/clientActivitiesReportActivity.js.map +0 -1
  1340. package/dist/commonjs/react-query/clientAnswersEdit.d.ts +0 -23
  1341. package/dist/commonjs/react-query/clientAnswersEdit.d.ts.map +0 -1
  1342. package/dist/commonjs/react-query/clientAnswersEdit.js +0 -47
  1343. package/dist/commonjs/react-query/clientAnswersEdit.js.map +0 -1
  1344. package/dist/commonjs/react-query/clientAnswersGet.d.ts +0 -23
  1345. package/dist/commonjs/react-query/clientAnswersGet.d.ts.map +0 -1
  1346. package/dist/commonjs/react-query/clientAnswersGet.js +0 -47
  1347. package/dist/commonjs/react-query/clientAnswersGet.js.map +0 -1
  1348. package/dist/commonjs/react-query/clientChatDeleteFiles.d.ts +0 -24
  1349. package/dist/commonjs/react-query/clientChatDeleteFiles.d.ts.map +0 -1
  1350. package/dist/commonjs/react-query/clientChatDeleteFiles.js +0 -47
  1351. package/dist/commonjs/react-query/clientChatDeleteFiles.js.map +0 -1
  1352. package/dist/commonjs/react-query/clientChatGet.d.ts +0 -24
  1353. package/dist/commonjs/react-query/clientChatGet.d.ts.map +0 -1
  1354. package/dist/commonjs/react-query/clientChatGet.js +0 -47
  1355. package/dist/commonjs/react-query/clientChatGet.js.map +0 -1
  1356. package/dist/commonjs/react-query/clientChatGetApplication.d.ts +0 -24
  1357. package/dist/commonjs/react-query/clientChatGetApplication.d.ts.map +0 -1
  1358. package/dist/commonjs/react-query/clientChatGetApplication.js +0 -47
  1359. package/dist/commonjs/react-query/clientChatGetApplication.js.map +0 -1
  1360. package/dist/commonjs/react-query/clientChatGetFiles.d.ts +0 -24
  1361. package/dist/commonjs/react-query/clientChatGetFiles.d.ts.map +0 -1
  1362. package/dist/commonjs/react-query/clientChatGetFiles.js +0 -47
  1363. package/dist/commonjs/react-query/clientChatGetFiles.js.map +0 -1
  1364. package/dist/commonjs/react-query/clientChatStart.d.ts +0 -24
  1365. package/dist/commonjs/react-query/clientChatStart.d.ts.map +0 -1
  1366. package/dist/commonjs/react-query/clientChatStart.js +0 -47
  1367. package/dist/commonjs/react-query/clientChatStart.js.map +0 -1
  1368. package/dist/commonjs/react-query/clientChatStartStream.d.ts +0 -24
  1369. package/dist/commonjs/react-query/clientChatStartStream.d.ts.map +0 -1
  1370. package/dist/commonjs/react-query/clientChatStartStream.js +0 -47
  1371. package/dist/commonjs/react-query/clientChatStartStream.js.map +0 -1
  1372. package/dist/commonjs/react-query/clientChatUploadFiles.d.ts +0 -24
  1373. package/dist/commonjs/react-query/clientChatUploadFiles.d.ts.map +0 -1
  1374. package/dist/commonjs/react-query/clientChatUploadFiles.js +0 -47
  1375. package/dist/commonjs/react-query/clientChatUploadFiles.js.map +0 -1
  1376. package/dist/commonjs/react-query/clientCollectionsDeleteItem.d.ts +0 -23
  1377. package/dist/commonjs/react-query/clientCollectionsDeleteItem.d.ts.map +0 -1
  1378. package/dist/commonjs/react-query/clientCollectionsDeleteItem.js +0 -47
  1379. package/dist/commonjs/react-query/clientCollectionsDeleteItem.js.map +0 -1
  1380. package/dist/commonjs/react-query/clientCollectionsEditItem.d.ts +0 -23
  1381. package/dist/commonjs/react-query/clientCollectionsEditItem.d.ts.map +0 -1
  1382. package/dist/commonjs/react-query/clientCollectionsEditItem.js +0 -47
  1383. package/dist/commonjs/react-query/clientCollectionsEditItem.js.map +0 -1
  1384. package/dist/commonjs/react-query/clientCollectionsGet.d.ts +0 -23
  1385. package/dist/commonjs/react-query/clientCollectionsGet.d.ts.map +0 -1
  1386. package/dist/commonjs/react-query/clientCollectionsGet.js +0 -47
  1387. package/dist/commonjs/react-query/clientCollectionsGet.js.map +0 -1
  1388. package/dist/commonjs/react-query/clientDocumentsGet.d.ts +0 -23
  1389. package/dist/commonjs/react-query/clientDocumentsGet.d.ts.map +0 -1
  1390. package/dist/commonjs/react-query/clientDocumentsGet.js +0 -47
  1391. package/dist/commonjs/react-query/clientDocumentsGet.js.map +0 -1
  1392. package/dist/commonjs/react-query/clientDocumentsGetByFacets.d.ts +0 -23
  1393. package/dist/commonjs/react-query/clientDocumentsGetByFacets.d.ts.map +0 -1
  1394. package/dist/commonjs/react-query/clientDocumentsGetByFacets.js +0 -47
  1395. package/dist/commonjs/react-query/clientDocumentsGetByFacets.js.map +0 -1
  1396. package/dist/commonjs/react-query/clientDocumentsGetPermissions.d.ts +0 -23
  1397. package/dist/commonjs/react-query/clientDocumentsGetPermissions.d.ts.map +0 -1
  1398. package/dist/commonjs/react-query/clientDocumentsGetPermissions.js +0 -47
  1399. package/dist/commonjs/react-query/clientDocumentsGetPermissions.js.map +0 -1
  1400. package/dist/commonjs/react-query/clientInsightsGet.d.ts +0 -23
  1401. package/dist/commonjs/react-query/clientInsightsGet.d.ts.map +0 -1
  1402. package/dist/commonjs/react-query/clientInsightsGet.js +0 -47
  1403. package/dist/commonjs/react-query/clientInsightsGet.js.map +0 -1
  1404. package/dist/commonjs/react-query/clientMessagesGet.d.ts +0 -23
  1405. package/dist/commonjs/react-query/clientMessagesGet.d.ts.map +0 -1
  1406. package/dist/commonjs/react-query/clientMessagesGet.js +0 -47
  1407. package/dist/commonjs/react-query/clientMessagesGet.js.map +0 -1
  1408. package/dist/commonjs/react-query/clientPinsEdit.d.ts +0 -23
  1409. package/dist/commonjs/react-query/clientPinsEdit.d.ts.map +0 -1
  1410. package/dist/commonjs/react-query/clientPinsEdit.js +0 -47
  1411. package/dist/commonjs/react-query/clientPinsEdit.js.map +0 -1
  1412. package/dist/commonjs/react-query/clientPinsGet.d.ts +0 -23
  1413. package/dist/commonjs/react-query/clientPinsGet.d.ts.map +0 -1
  1414. package/dist/commonjs/react-query/clientPinsGet.js +0 -47
  1415. package/dist/commonjs/react-query/clientPinsGet.js.map +0 -1
  1416. package/dist/commonjs/react-query/clientSearchAdmin.d.ts +0 -23
  1417. package/dist/commonjs/react-query/clientSearchAdmin.d.ts.map +0 -1
  1418. package/dist/commonjs/react-query/clientSearchAdmin.js +0 -47
  1419. package/dist/commonjs/react-query/clientSearchAdmin.js.map +0 -1
  1420. package/dist/commonjs/react-query/clientSearchAutocomplete.d.ts +0 -23
  1421. package/dist/commonjs/react-query/clientSearchAutocomplete.d.ts.map +0 -1
  1422. package/dist/commonjs/react-query/clientSearchAutocomplete.js +0 -47
  1423. package/dist/commonjs/react-query/clientSearchAutocomplete.js.map +0 -1
  1424. package/dist/commonjs/react-query/clientSearchExecute.d.ts +0 -23
  1425. package/dist/commonjs/react-query/clientSearchExecute.d.ts.map +0 -1
  1426. package/dist/commonjs/react-query/clientSearchExecute.js +0 -47
  1427. package/dist/commonjs/react-query/clientSearchExecute.js.map +0 -1
  1428. package/dist/commonjs/react-query/clientSearchGetFeed.d.ts +0 -23
  1429. package/dist/commonjs/react-query/clientSearchGetFeed.d.ts.map +0 -1
  1430. package/dist/commonjs/react-query/clientSearchGetFeed.js +0 -47
  1431. package/dist/commonjs/react-query/clientSearchGetFeed.js.map +0 -1
  1432. package/dist/commonjs/react-query/clientShortcutsCreate.d.ts +0 -23
  1433. package/dist/commonjs/react-query/clientShortcutsCreate.d.ts.map +0 -1
  1434. package/dist/commonjs/react-query/clientShortcutsCreate.js +0 -47
  1435. package/dist/commonjs/react-query/clientShortcutsCreate.js.map +0 -1
  1436. package/dist/commonjs/react-query/clientShortcutsGet.d.ts +0 -23
  1437. package/dist/commonjs/react-query/clientShortcutsGet.d.ts.map +0 -1
  1438. package/dist/commonjs/react-query/clientShortcutsGet.js +0 -47
  1439. package/dist/commonjs/react-query/clientShortcutsGet.js.map +0 -1
  1440. package/dist/commonjs/react-query/clientVerificationVerify.d.ts +0 -23
  1441. package/dist/commonjs/react-query/clientVerificationVerify.d.ts.map +0 -1
  1442. package/dist/commonjs/react-query/clientVerificationVerify.js +0 -47
  1443. package/dist/commonjs/react-query/clientVerificationVerify.js.map +0 -1
  1444. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.d.ts +0 -23
  1445. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.d.ts.map +0 -1
  1446. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.js +0 -47
  1447. package/dist/commonjs/react-query/indexingDatasourcesGetConfig.js.map +0 -1
  1448. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.d.ts +0 -23
  1449. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  1450. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.js +0 -47
  1451. package/dist/commonjs/react-query/indexingPeopleBulkIndexEmployees.js.map +0 -1
  1452. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.d.ts +0 -26
  1453. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  1454. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.js +0 -49
  1455. package/dist/commonjs/react-query/indexingTroubleshootingDebugUser.js.map +0 -1
  1456. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -25
  1457. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  1458. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.js +0 -49
  1459. package/dist/commonjs/react-query/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  1460. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.d.ts +0 -27
  1461. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  1462. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.js +0 -51
  1463. package/dist/commonjs/react-query/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  1464. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.d.ts +0 -27
  1465. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  1466. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.js +0 -51
  1467. package/dist/commonjs/react-query/indexingTroubleshootingGetStatus.js.map +0 -1
  1468. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.d.ts +0 -27
  1469. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  1470. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.js +0 -51
  1471. package/dist/commonjs/react-query/indexingTroubleshootingGetUserCount.js.map +0 -1
  1472. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.d.ts +0 -26
  1473. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  1474. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.js +0 -49
  1475. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  1476. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -26
  1477. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  1478. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.js +0 -49
  1479. package/dist/commonjs/react-query/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  1480. package/dist/commonjs/sdk/activities.d.ts +0 -12
  1481. package/dist/commonjs/sdk/activities.d.ts.map +0 -1
  1482. package/dist/commonjs/sdk/activities.js +0 -22
  1483. package/dist/commonjs/sdk/activities.js.map +0 -1
  1484. package/dist/commonjs/sdk/permissions.d.ts +0 -89
  1485. package/dist/commonjs/sdk/permissions.d.ts.map +0 -1
  1486. package/dist/commonjs/sdk/permissions.js +0 -132
  1487. package/dist/commonjs/sdk/permissions.js.map +0 -1
  1488. package/dist/esm/funcs/agentsGetagentinputs.d.ts +0 -16
  1489. package/dist/esm/funcs/agentsGetagentinputs.d.ts.map +0 -1
  1490. package/dist/esm/funcs/agentsGetagentinputs.js +0 -87
  1491. package/dist/esm/funcs/agentsGetagentinputs.js.map +0 -1
  1492. package/dist/esm/funcs/agentsListagents.d.ts +0 -16
  1493. package/dist/esm/funcs/agentsListagents.d.ts.map +0 -1
  1494. package/dist/esm/funcs/agentsListagents.js +0 -85
  1495. package/dist/esm/funcs/agentsListagents.js.map +0 -1
  1496. package/dist/esm/funcs/agentsRunagent.d.ts +0 -16
  1497. package/dist/esm/funcs/agentsRunagent.d.ts.map +0 -1
  1498. package/dist/esm/funcs/agentsRunagent.js +0 -85
  1499. package/dist/esm/funcs/agentsRunagent.js.map +0 -1
  1500. package/dist/esm/funcs/clientActivitiesReportActivity.d.ts +0 -16
  1501. package/dist/esm/funcs/clientActivitiesReportActivity.d.ts.map +0 -1
  1502. package/dist/esm/funcs/clientActivitiesReportActivity.js +0 -85
  1503. package/dist/esm/funcs/clientActivitiesReportActivity.js.map +0 -1
  1504. package/dist/esm/funcs/clientAnswersEdit.d.ts +0 -16
  1505. package/dist/esm/funcs/clientAnswersEdit.d.ts.map +0 -1
  1506. package/dist/esm/funcs/clientAnswersEdit.js +0 -76
  1507. package/dist/esm/funcs/clientAnswersEdit.js.map +0 -1
  1508. package/dist/esm/funcs/clientAnswersGet.d.ts +0 -16
  1509. package/dist/esm/funcs/clientAnswersGet.d.ts.map +0 -1
  1510. package/dist/esm/funcs/clientAnswersGet.js +0 -76
  1511. package/dist/esm/funcs/clientAnswersGet.js.map +0 -1
  1512. package/dist/esm/funcs/clientChatDeleteFiles.d.ts +0 -16
  1513. package/dist/esm/funcs/clientChatDeleteFiles.d.ts.map +0 -1
  1514. package/dist/esm/funcs/clientChatDeleteFiles.js +0 -87
  1515. package/dist/esm/funcs/clientChatDeleteFiles.js.map +0 -1
  1516. package/dist/esm/funcs/clientChatGet.d.ts +0 -16
  1517. package/dist/esm/funcs/clientChatGet.d.ts.map +0 -1
  1518. package/dist/esm/funcs/clientChatGet.js +0 -85
  1519. package/dist/esm/funcs/clientChatGet.js.map +0 -1
  1520. package/dist/esm/funcs/clientChatGetApplication.d.ts +0 -16
  1521. package/dist/esm/funcs/clientChatGetApplication.d.ts.map +0 -1
  1522. package/dist/esm/funcs/clientChatGetApplication.js +0 -87
  1523. package/dist/esm/funcs/clientChatGetApplication.js.map +0 -1
  1524. package/dist/esm/funcs/clientChatGetFiles.d.ts +0 -16
  1525. package/dist/esm/funcs/clientChatGetFiles.d.ts.map +0 -1
  1526. package/dist/esm/funcs/clientChatGetFiles.js +0 -87
  1527. package/dist/esm/funcs/clientChatGetFiles.js.map +0 -1
  1528. package/dist/esm/funcs/clientChatStart.d.ts +0 -16
  1529. package/dist/esm/funcs/clientChatStart.d.ts.map +0 -1
  1530. package/dist/esm/funcs/clientChatStart.js +0 -85
  1531. package/dist/esm/funcs/clientChatStart.js.map +0 -1
  1532. package/dist/esm/funcs/clientChatStartStream.d.ts +0 -16
  1533. package/dist/esm/funcs/clientChatStartStream.d.ts.map +0 -1
  1534. package/dist/esm/funcs/clientChatStartStream.js +0 -85
  1535. package/dist/esm/funcs/clientChatStartStream.js.map +0 -1
  1536. package/dist/esm/funcs/clientChatUploadFiles.d.ts +0 -16
  1537. package/dist/esm/funcs/clientChatUploadFiles.d.ts.map +0 -1
  1538. package/dist/esm/funcs/clientChatUploadFiles.js +0 -85
  1539. package/dist/esm/funcs/clientChatUploadFiles.js.map +0 -1
  1540. package/dist/esm/funcs/clientCollectionsDeleteItem.d.ts +0 -16
  1541. package/dist/esm/funcs/clientCollectionsDeleteItem.d.ts.map +0 -1
  1542. package/dist/esm/funcs/clientCollectionsDeleteItem.js +0 -76
  1543. package/dist/esm/funcs/clientCollectionsDeleteItem.js.map +0 -1
  1544. package/dist/esm/funcs/clientCollectionsEditItem.d.ts +0 -16
  1545. package/dist/esm/funcs/clientCollectionsEditItem.d.ts.map +0 -1
  1546. package/dist/esm/funcs/clientCollectionsEditItem.js +0 -76
  1547. package/dist/esm/funcs/clientCollectionsEditItem.js.map +0 -1
  1548. package/dist/esm/funcs/clientCollectionsGet.d.ts +0 -16
  1549. package/dist/esm/funcs/clientCollectionsGet.d.ts.map +0 -1
  1550. package/dist/esm/funcs/clientCollectionsGet.js +0 -76
  1551. package/dist/esm/funcs/clientCollectionsGet.js.map +0 -1
  1552. package/dist/esm/funcs/clientDocumentsGet.d.ts +0 -16
  1553. package/dist/esm/funcs/clientDocumentsGet.d.ts.map +0 -1
  1554. package/dist/esm/funcs/clientDocumentsGet.js +0 -78
  1555. package/dist/esm/funcs/clientDocumentsGet.js.map +0 -1
  1556. package/dist/esm/funcs/clientDocumentsGetByFacets.d.ts +0 -16
  1557. package/dist/esm/funcs/clientDocumentsGetByFacets.d.ts.map +0 -1
  1558. package/dist/esm/funcs/clientDocumentsGetByFacets.js +0 -78
  1559. package/dist/esm/funcs/clientDocumentsGetByFacets.js.map +0 -1
  1560. package/dist/esm/funcs/clientDocumentsGetPermissions.d.ts +0 -16
  1561. package/dist/esm/funcs/clientDocumentsGetPermissions.d.ts.map +0 -1
  1562. package/dist/esm/funcs/clientDocumentsGetPermissions.js +0 -76
  1563. package/dist/esm/funcs/clientDocumentsGetPermissions.js.map +0 -1
  1564. package/dist/esm/funcs/clientInsightsGet.d.ts +0 -16
  1565. package/dist/esm/funcs/clientInsightsGet.d.ts.map +0 -1
  1566. package/dist/esm/funcs/clientInsightsGet.js +0 -76
  1567. package/dist/esm/funcs/clientInsightsGet.js.map +0 -1
  1568. package/dist/esm/funcs/clientMessagesGet.d.ts +0 -16
  1569. package/dist/esm/funcs/clientMessagesGet.d.ts.map +0 -1
  1570. package/dist/esm/funcs/clientMessagesGet.js +0 -76
  1571. package/dist/esm/funcs/clientMessagesGet.js.map +0 -1
  1572. package/dist/esm/funcs/clientPinsEdit.d.ts +0 -16
  1573. package/dist/esm/funcs/clientPinsEdit.d.ts.map +0 -1
  1574. package/dist/esm/funcs/clientPinsEdit.js +0 -76
  1575. package/dist/esm/funcs/clientPinsEdit.js.map +0 -1
  1576. package/dist/esm/funcs/clientPinsGet.d.ts +0 -16
  1577. package/dist/esm/funcs/clientPinsGet.d.ts.map +0 -1
  1578. package/dist/esm/funcs/clientPinsGet.js +0 -76
  1579. package/dist/esm/funcs/clientPinsGet.js.map +0 -1
  1580. package/dist/esm/funcs/clientSearchAdmin.d.ts +0 -17
  1581. package/dist/esm/funcs/clientSearchAdmin.d.ts.map +0 -1
  1582. package/dist/esm/funcs/clientSearchAdmin.js +0 -82
  1583. package/dist/esm/funcs/clientSearchAdmin.js.map +0 -1
  1584. package/dist/esm/funcs/clientSearchAutocomplete.d.ts +0 -16
  1585. package/dist/esm/funcs/clientSearchAutocomplete.d.ts.map +0 -1
  1586. package/dist/esm/funcs/clientSearchAutocomplete.js +0 -76
  1587. package/dist/esm/funcs/clientSearchAutocomplete.js.map +0 -1
  1588. package/dist/esm/funcs/clientSearchExecute.d.ts +0 -17
  1589. package/dist/esm/funcs/clientSearchExecute.d.ts.map +0 -1
  1590. package/dist/esm/funcs/clientSearchExecute.js +0 -82
  1591. package/dist/esm/funcs/clientSearchExecute.js.map +0 -1
  1592. package/dist/esm/funcs/clientSearchGetFeed.d.ts +0 -16
  1593. package/dist/esm/funcs/clientSearchGetFeed.d.ts.map +0 -1
  1594. package/dist/esm/funcs/clientSearchGetFeed.js +0 -76
  1595. package/dist/esm/funcs/clientSearchGetFeed.js.map +0 -1
  1596. package/dist/esm/funcs/clientShortcutsCreate.d.ts +0 -16
  1597. package/dist/esm/funcs/clientShortcutsCreate.d.ts.map +0 -1
  1598. package/dist/esm/funcs/clientShortcutsCreate.js +0 -76
  1599. package/dist/esm/funcs/clientShortcutsCreate.js.map +0 -1
  1600. package/dist/esm/funcs/clientShortcutsGet.d.ts +0 -16
  1601. package/dist/esm/funcs/clientShortcutsGet.d.ts.map +0 -1
  1602. package/dist/esm/funcs/clientShortcutsGet.js +0 -76
  1603. package/dist/esm/funcs/clientShortcutsGet.js.map +0 -1
  1604. package/dist/esm/funcs/clientVerificationVerify.d.ts +0 -16
  1605. package/dist/esm/funcs/clientVerificationVerify.d.ts.map +0 -1
  1606. package/dist/esm/funcs/clientVerificationVerify.js +0 -76
  1607. package/dist/esm/funcs/clientVerificationVerify.js.map +0 -1
  1608. package/dist/esm/funcs/indexingDatasourcesGetConfig.d.ts +0 -16
  1609. package/dist/esm/funcs/indexingDatasourcesGetConfig.d.ts.map +0 -1
  1610. package/dist/esm/funcs/indexingDatasourcesGetConfig.js +0 -76
  1611. package/dist/esm/funcs/indexingDatasourcesGetConfig.js.map +0 -1
  1612. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.d.ts +0 -16
  1613. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  1614. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.js +0 -77
  1615. package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.js.map +0 -1
  1616. package/dist/esm/funcs/indexingTroubleshootingDebugUser.d.ts +0 -18
  1617. package/dist/esm/funcs/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  1618. package/dist/esm/funcs/indexingTroubleshootingDebugUser.js +0 -91
  1619. package/dist/esm/funcs/indexingTroubleshootingDebugUser.js.map +0 -1
  1620. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -18
  1621. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  1622. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.js +0 -90
  1623. package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  1624. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.d.ts +0 -20
  1625. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  1626. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.js +0 -80
  1627. package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  1628. package/dist/esm/funcs/indexingTroubleshootingGetStatus.d.ts +0 -20
  1629. package/dist/esm/funcs/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  1630. package/dist/esm/funcs/indexingTroubleshootingGetStatus.js +0 -80
  1631. package/dist/esm/funcs/indexingTroubleshootingGetStatus.js.map +0 -1
  1632. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.d.ts +0 -20
  1633. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  1634. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.js +0 -80
  1635. package/dist/esm/funcs/indexingTroubleshootingGetUserCount.js.map +0 -1
  1636. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.d.ts +0 -18
  1637. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  1638. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.js +0 -94
  1639. package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  1640. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -18
  1641. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  1642. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.js +0 -94
  1643. package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  1644. package/dist/esm/react-query/agentsGetagentinputs.d.ts +0 -24
  1645. package/dist/esm/react-query/agentsGetagentinputs.d.ts.map +0 -1
  1646. package/dist/esm/react-query/agentsGetagentinputs.js +0 -42
  1647. package/dist/esm/react-query/agentsGetagentinputs.js.map +0 -1
  1648. package/dist/esm/react-query/agentsListagents.d.ts +0 -24
  1649. package/dist/esm/react-query/agentsListagents.d.ts.map +0 -1
  1650. package/dist/esm/react-query/agentsListagents.js +0 -42
  1651. package/dist/esm/react-query/agentsListagents.js.map +0 -1
  1652. package/dist/esm/react-query/agentsRunagent.d.ts +0 -24
  1653. package/dist/esm/react-query/agentsRunagent.d.ts.map +0 -1
  1654. package/dist/esm/react-query/agentsRunagent.js +0 -42
  1655. package/dist/esm/react-query/agentsRunagent.js.map +0 -1
  1656. package/dist/esm/react-query/clientActivitiesReportActivity.d.ts +0 -24
  1657. package/dist/esm/react-query/clientActivitiesReportActivity.d.ts.map +0 -1
  1658. package/dist/esm/react-query/clientActivitiesReportActivity.js +0 -42
  1659. package/dist/esm/react-query/clientActivitiesReportActivity.js.map +0 -1
  1660. package/dist/esm/react-query/clientAnswersEdit.d.ts +0 -23
  1661. package/dist/esm/react-query/clientAnswersEdit.d.ts.map +0 -1
  1662. package/dist/esm/react-query/clientAnswersEdit.js +0 -42
  1663. package/dist/esm/react-query/clientAnswersEdit.js.map +0 -1
  1664. package/dist/esm/react-query/clientAnswersGet.d.ts +0 -23
  1665. package/dist/esm/react-query/clientAnswersGet.d.ts.map +0 -1
  1666. package/dist/esm/react-query/clientAnswersGet.js +0 -42
  1667. package/dist/esm/react-query/clientAnswersGet.js.map +0 -1
  1668. package/dist/esm/react-query/clientChatDeleteFiles.d.ts +0 -24
  1669. package/dist/esm/react-query/clientChatDeleteFiles.d.ts.map +0 -1
  1670. package/dist/esm/react-query/clientChatDeleteFiles.js +0 -42
  1671. package/dist/esm/react-query/clientChatDeleteFiles.js.map +0 -1
  1672. package/dist/esm/react-query/clientChatGet.d.ts +0 -24
  1673. package/dist/esm/react-query/clientChatGet.d.ts.map +0 -1
  1674. package/dist/esm/react-query/clientChatGet.js +0 -42
  1675. package/dist/esm/react-query/clientChatGet.js.map +0 -1
  1676. package/dist/esm/react-query/clientChatGetApplication.d.ts +0 -24
  1677. package/dist/esm/react-query/clientChatGetApplication.d.ts.map +0 -1
  1678. package/dist/esm/react-query/clientChatGetApplication.js +0 -42
  1679. package/dist/esm/react-query/clientChatGetApplication.js.map +0 -1
  1680. package/dist/esm/react-query/clientChatGetFiles.d.ts +0 -24
  1681. package/dist/esm/react-query/clientChatGetFiles.d.ts.map +0 -1
  1682. package/dist/esm/react-query/clientChatGetFiles.js +0 -42
  1683. package/dist/esm/react-query/clientChatGetFiles.js.map +0 -1
  1684. package/dist/esm/react-query/clientChatStart.d.ts +0 -24
  1685. package/dist/esm/react-query/clientChatStart.d.ts.map +0 -1
  1686. package/dist/esm/react-query/clientChatStart.js +0 -42
  1687. package/dist/esm/react-query/clientChatStart.js.map +0 -1
  1688. package/dist/esm/react-query/clientChatStartStream.d.ts +0 -24
  1689. package/dist/esm/react-query/clientChatStartStream.d.ts.map +0 -1
  1690. package/dist/esm/react-query/clientChatStartStream.js +0 -42
  1691. package/dist/esm/react-query/clientChatStartStream.js.map +0 -1
  1692. package/dist/esm/react-query/clientChatUploadFiles.d.ts +0 -24
  1693. package/dist/esm/react-query/clientChatUploadFiles.d.ts.map +0 -1
  1694. package/dist/esm/react-query/clientChatUploadFiles.js +0 -42
  1695. package/dist/esm/react-query/clientChatUploadFiles.js.map +0 -1
  1696. package/dist/esm/react-query/clientCollectionsDeleteItem.d.ts +0 -23
  1697. package/dist/esm/react-query/clientCollectionsDeleteItem.d.ts.map +0 -1
  1698. package/dist/esm/react-query/clientCollectionsDeleteItem.js +0 -42
  1699. package/dist/esm/react-query/clientCollectionsDeleteItem.js.map +0 -1
  1700. package/dist/esm/react-query/clientCollectionsEditItem.d.ts +0 -23
  1701. package/dist/esm/react-query/clientCollectionsEditItem.d.ts.map +0 -1
  1702. package/dist/esm/react-query/clientCollectionsEditItem.js +0 -42
  1703. package/dist/esm/react-query/clientCollectionsEditItem.js.map +0 -1
  1704. package/dist/esm/react-query/clientCollectionsGet.d.ts +0 -23
  1705. package/dist/esm/react-query/clientCollectionsGet.d.ts.map +0 -1
  1706. package/dist/esm/react-query/clientCollectionsGet.js +0 -42
  1707. package/dist/esm/react-query/clientCollectionsGet.js.map +0 -1
  1708. package/dist/esm/react-query/clientDocumentsGet.d.ts +0 -23
  1709. package/dist/esm/react-query/clientDocumentsGet.d.ts.map +0 -1
  1710. package/dist/esm/react-query/clientDocumentsGet.js +0 -42
  1711. package/dist/esm/react-query/clientDocumentsGet.js.map +0 -1
  1712. package/dist/esm/react-query/clientDocumentsGetByFacets.d.ts +0 -23
  1713. package/dist/esm/react-query/clientDocumentsGetByFacets.d.ts.map +0 -1
  1714. package/dist/esm/react-query/clientDocumentsGetByFacets.js +0 -42
  1715. package/dist/esm/react-query/clientDocumentsGetByFacets.js.map +0 -1
  1716. package/dist/esm/react-query/clientDocumentsGetPermissions.d.ts +0 -23
  1717. package/dist/esm/react-query/clientDocumentsGetPermissions.d.ts.map +0 -1
  1718. package/dist/esm/react-query/clientDocumentsGetPermissions.js +0 -42
  1719. package/dist/esm/react-query/clientDocumentsGetPermissions.js.map +0 -1
  1720. package/dist/esm/react-query/clientInsightsGet.d.ts +0 -23
  1721. package/dist/esm/react-query/clientInsightsGet.d.ts.map +0 -1
  1722. package/dist/esm/react-query/clientInsightsGet.js +0 -42
  1723. package/dist/esm/react-query/clientInsightsGet.js.map +0 -1
  1724. package/dist/esm/react-query/clientMessagesGet.d.ts +0 -23
  1725. package/dist/esm/react-query/clientMessagesGet.d.ts.map +0 -1
  1726. package/dist/esm/react-query/clientMessagesGet.js +0 -42
  1727. package/dist/esm/react-query/clientMessagesGet.js.map +0 -1
  1728. package/dist/esm/react-query/clientPinsEdit.d.ts +0 -23
  1729. package/dist/esm/react-query/clientPinsEdit.d.ts.map +0 -1
  1730. package/dist/esm/react-query/clientPinsEdit.js +0 -42
  1731. package/dist/esm/react-query/clientPinsEdit.js.map +0 -1
  1732. package/dist/esm/react-query/clientPinsGet.d.ts +0 -23
  1733. package/dist/esm/react-query/clientPinsGet.d.ts.map +0 -1
  1734. package/dist/esm/react-query/clientPinsGet.js +0 -42
  1735. package/dist/esm/react-query/clientPinsGet.js.map +0 -1
  1736. package/dist/esm/react-query/clientSearchAdmin.d.ts +0 -23
  1737. package/dist/esm/react-query/clientSearchAdmin.d.ts.map +0 -1
  1738. package/dist/esm/react-query/clientSearchAdmin.js +0 -42
  1739. package/dist/esm/react-query/clientSearchAdmin.js.map +0 -1
  1740. package/dist/esm/react-query/clientSearchAutocomplete.d.ts +0 -23
  1741. package/dist/esm/react-query/clientSearchAutocomplete.d.ts.map +0 -1
  1742. package/dist/esm/react-query/clientSearchAutocomplete.js +0 -42
  1743. package/dist/esm/react-query/clientSearchAutocomplete.js.map +0 -1
  1744. package/dist/esm/react-query/clientSearchExecute.d.ts +0 -23
  1745. package/dist/esm/react-query/clientSearchExecute.d.ts.map +0 -1
  1746. package/dist/esm/react-query/clientSearchExecute.js +0 -42
  1747. package/dist/esm/react-query/clientSearchExecute.js.map +0 -1
  1748. package/dist/esm/react-query/clientSearchGetFeed.d.ts +0 -23
  1749. package/dist/esm/react-query/clientSearchGetFeed.d.ts.map +0 -1
  1750. package/dist/esm/react-query/clientSearchGetFeed.js +0 -42
  1751. package/dist/esm/react-query/clientSearchGetFeed.js.map +0 -1
  1752. package/dist/esm/react-query/clientShortcutsCreate.d.ts +0 -23
  1753. package/dist/esm/react-query/clientShortcutsCreate.d.ts.map +0 -1
  1754. package/dist/esm/react-query/clientShortcutsCreate.js +0 -42
  1755. package/dist/esm/react-query/clientShortcutsCreate.js.map +0 -1
  1756. package/dist/esm/react-query/clientShortcutsGet.d.ts +0 -23
  1757. package/dist/esm/react-query/clientShortcutsGet.d.ts.map +0 -1
  1758. package/dist/esm/react-query/clientShortcutsGet.js +0 -42
  1759. package/dist/esm/react-query/clientShortcutsGet.js.map +0 -1
  1760. package/dist/esm/react-query/clientVerificationVerify.d.ts +0 -23
  1761. package/dist/esm/react-query/clientVerificationVerify.d.ts.map +0 -1
  1762. package/dist/esm/react-query/clientVerificationVerify.js +0 -42
  1763. package/dist/esm/react-query/clientVerificationVerify.js.map +0 -1
  1764. package/dist/esm/react-query/indexingDatasourcesGetConfig.d.ts +0 -23
  1765. package/dist/esm/react-query/indexingDatasourcesGetConfig.d.ts.map +0 -1
  1766. package/dist/esm/react-query/indexingDatasourcesGetConfig.js +0 -42
  1767. package/dist/esm/react-query/indexingDatasourcesGetConfig.js.map +0 -1
  1768. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.d.ts +0 -23
  1769. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
  1770. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.js +0 -42
  1771. package/dist/esm/react-query/indexingPeopleBulkIndexEmployees.js.map +0 -1
  1772. package/dist/esm/react-query/indexingTroubleshootingDebugUser.d.ts +0 -26
  1773. package/dist/esm/react-query/indexingTroubleshootingDebugUser.d.ts.map +0 -1
  1774. package/dist/esm/react-query/indexingTroubleshootingDebugUser.js +0 -44
  1775. package/dist/esm/react-query/indexingTroubleshootingDebugUser.js.map +0 -1
  1776. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -25
  1777. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
  1778. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.js +0 -44
  1779. package/dist/esm/react-query/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
  1780. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.d.ts +0 -27
  1781. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
  1782. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.js +0 -46
  1783. package/dist/esm/react-query/indexingTroubleshootingGetDocumentCount.js.map +0 -1
  1784. package/dist/esm/react-query/indexingTroubleshootingGetStatus.d.ts +0 -27
  1785. package/dist/esm/react-query/indexingTroubleshootingGetStatus.d.ts.map +0 -1
  1786. package/dist/esm/react-query/indexingTroubleshootingGetStatus.js +0 -46
  1787. package/dist/esm/react-query/indexingTroubleshootingGetStatus.js.map +0 -1
  1788. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.d.ts +0 -27
  1789. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
  1790. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.js +0 -46
  1791. package/dist/esm/react-query/indexingTroubleshootingGetUserCount.js.map +0 -1
  1792. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.d.ts +0 -26
  1793. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
  1794. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.js +0 -44
  1795. package/dist/esm/react-query/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
  1796. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -26
  1797. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
  1798. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.js +0 -44
  1799. package/dist/esm/react-query/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
  1800. package/dist/esm/sdk/activities.d.ts +0 -12
  1801. package/dist/esm/sdk/activities.d.ts.map +0 -1
  1802. package/dist/esm/sdk/activities.js +0 -18
  1803. package/dist/esm/sdk/activities.js.map +0 -1
  1804. package/dist/esm/sdk/permissions.d.ts +0 -89
  1805. package/dist/esm/sdk/permissions.d.ts.map +0 -1
  1806. package/dist/esm/sdk/permissions.js +0 -128
  1807. package/dist/esm/sdk/permissions.js.map +0 -1
  1808. package/docs/sdks/activities/README.md +0 -106
  1809. package/docs/sdks/permissions/README.md +0 -1208
  1810. package/src/funcs/agentsGetagentinputs.ts +0 -170
  1811. package/src/funcs/agentsListagents.ts +0 -168
  1812. package/src/funcs/agentsRunagent.ts +0 -168
  1813. package/src/funcs/clientActivitiesReportActivity.ts +0 -169
  1814. package/src/funcs/clientAnswersEdit.ts +0 -154
  1815. package/src/funcs/clientAnswersGet.ts +0 -154
  1816. package/src/funcs/clientChatDeleteFiles.ts +0 -171
  1817. package/src/funcs/clientChatGet.ts +0 -168
  1818. package/src/funcs/clientChatGetApplication.ts +0 -170
  1819. package/src/funcs/clientChatGetFiles.ts +0 -170
  1820. package/src/funcs/clientChatStart.ts +0 -168
  1821. package/src/funcs/clientChatStartStream.ts +0 -169
  1822. package/src/funcs/clientChatUploadFiles.ts +0 -169
  1823. package/src/funcs/clientCollectionsDeleteItem.ts +0 -155
  1824. package/src/funcs/clientCollectionsEditItem.ts +0 -154
  1825. package/src/funcs/clientCollectionsGet.ts +0 -154
  1826. package/src/funcs/clientDocumentsGet.ts +0 -157
  1827. package/src/funcs/clientDocumentsGetByFacets.ts +0 -159
  1828. package/src/funcs/clientDocumentsGetPermissions.ts +0 -154
  1829. package/src/funcs/clientInsightsGet.ts +0 -154
  1830. package/src/funcs/clientMessagesGet.ts +0 -154
  1831. package/src/funcs/clientPinsEdit.ts +0 -154
  1832. package/src/funcs/clientPinsGet.ts +0 -154
  1833. package/src/funcs/clientSearchAdmin.ts +0 -165
  1834. package/src/funcs/clientSearchAutocomplete.ts +0 -154
  1835. package/src/funcs/clientSearchExecute.ts +0 -165
  1836. package/src/funcs/clientSearchGetFeed.ts +0 -154
  1837. package/src/funcs/clientShortcutsCreate.ts +0 -154
  1838. package/src/funcs/clientShortcutsGet.ts +0 -154
  1839. package/src/funcs/clientVerificationVerify.ts +0 -154
  1840. package/src/funcs/indexingDatasourcesGetConfig.ts +0 -155
  1841. package/src/funcs/indexingPeopleBulkIndexEmployees.ts +0 -155
  1842. package/src/funcs/indexingTroubleshootingDebugUser.ts +0 -177
  1843. package/src/funcs/indexingTroubleshootingGetDatasourceStatus.ts +0 -173
  1844. package/src/funcs/indexingTroubleshootingGetDocumentCount.ts +0 -158
  1845. package/src/funcs/indexingTroubleshootingGetStatus.ts +0 -158
  1846. package/src/funcs/indexingTroubleshootingGetUserCount.ts +0 -158
  1847. package/src/funcs/indexingTroubleshootingPostDocumentDebug.ts +0 -180
  1848. package/src/funcs/indexingTroubleshootingPostDocumentsDebug.ts +0 -180
  1849. package/src/react-query/agentsGetagentinputs.ts +0 -92
  1850. package/src/react-query/agentsListagents.ts +0 -91
  1851. package/src/react-query/agentsRunagent.ts +0 -91
  1852. package/src/react-query/clientActivitiesReportActivity.ts +0 -91
  1853. package/src/react-query/clientAnswersEdit.ts +0 -88
  1854. package/src/react-query/clientAnswersGet.ts +0 -88
  1855. package/src/react-query/clientChatDeleteFiles.ts +0 -91
  1856. package/src/react-query/clientChatGet.ts +0 -91
  1857. package/src/react-query/clientChatGetApplication.ts +0 -92
  1858. package/src/react-query/clientChatGetFiles.ts +0 -91
  1859. package/src/react-query/clientChatStart.ts +0 -91
  1860. package/src/react-query/clientChatStartStream.ts +0 -91
  1861. package/src/react-query/clientChatUploadFiles.ts +0 -92
  1862. package/src/react-query/clientCollectionsDeleteItem.ts +0 -89
  1863. package/src/react-query/clientCollectionsEditItem.ts +0 -89
  1864. package/src/react-query/clientCollectionsGet.ts +0 -88
  1865. package/src/react-query/clientDocumentsGet.ts +0 -88
  1866. package/src/react-query/clientDocumentsGetByFacets.ts +0 -89
  1867. package/src/react-query/clientDocumentsGetPermissions.ts +0 -89
  1868. package/src/react-query/clientInsightsGet.ts +0 -88
  1869. package/src/react-query/clientMessagesGet.ts +0 -88
  1870. package/src/react-query/clientPinsEdit.ts +0 -88
  1871. package/src/react-query/clientPinsGet.ts +0 -88
  1872. package/src/react-query/clientSearchAdmin.ts +0 -88
  1873. package/src/react-query/clientSearchAutocomplete.ts +0 -89
  1874. package/src/react-query/clientSearchExecute.ts +0 -88
  1875. package/src/react-query/clientSearchGetFeed.ts +0 -88
  1876. package/src/react-query/clientShortcutsCreate.ts +0 -89
  1877. package/src/react-query/clientShortcutsGet.ts +0 -88
  1878. package/src/react-query/clientVerificationVerify.ts +0 -88
  1879. package/src/react-query/indexingDatasourcesGetConfig.ts +0 -89
  1880. package/src/react-query/indexingPeopleBulkIndexEmployees.ts +0 -88
  1881. package/src/react-query/indexingTroubleshootingDebugUser.ts +0 -94
  1882. package/src/react-query/indexingTroubleshootingGetDatasourceStatus.ts +0 -91
  1883. package/src/react-query/indexingTroubleshootingGetDocumentCount.ts +0 -93
  1884. package/src/react-query/indexingTroubleshootingGetStatus.ts +0 -93
  1885. package/src/react-query/indexingTroubleshootingGetUserCount.ts +0 -93
  1886. package/src/react-query/indexingTroubleshootingPostDocumentDebug.ts +0 -94
  1887. package/src/react-query/indexingTroubleshootingPostDocumentsDebug.ts +0 -94
  1888. package/src/sdk/activities.ts +0 -29
  1889. package/src/sdk/permissions.ts +0 -225
@@ -1,42 +1,15 @@
1
1
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
2
  import * as components from "../models/components/index.js";
3
+ import { Datasource } from "./datasource.js";
4
+ import { TroubleshootingDocuments } from "./troubleshootingdocuments.js";
5
+ import { Users } from "./users.js";
3
6
  export declare class Troubleshooting extends ClientSDK {
4
- /**
5
- * Beta: Get datasource status
6
- *
7
- * @remarks
8
- * Gather information about the datasource's overall status. Currently in beta, might undergo breaking changes without prior notice.
9
- *
10
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
11
- */
12
- getDatasourceStatus(datasource: string, options?: RequestOptions): Promise<components.DebugDatasourceStatusResponse>;
13
- /**
14
- * Beta: Get document information
15
- *
16
- * @remarks
17
- * Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
18
- *
19
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
20
- */
21
- postDocumentDebug(debugDocumentRequest: components.DebugDocumentRequest, datasource: string, options?: RequestOptions): Promise<components.DebugDocumentResponse>;
22
- /**
23
- * Beta: Get information of a batch of documents
24
- *
25
- * @remarks
26
- * Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
27
- *
28
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
29
- */
30
- postDocumentsDebug(debugDocumentsRequest: components.DebugDocumentsRequest, datasource: string, options?: RequestOptions): Promise<components.DebugDocumentsResponse>;
31
- /**
32
- * Beta: Get user information
33
- *
34
- * @remarks
35
- * Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
36
- *
37
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
38
- */
39
- debugUser(debugUserRequest: components.DebugUserRequest, datasource: string, options?: RequestOptions): Promise<components.DebugUserResponse>;
7
+ private _datasource?;
8
+ get datasource(): Datasource;
9
+ private _documents?;
10
+ get documents(): TroubleshootingDocuments;
11
+ private _users?;
12
+ get users(): Users;
40
13
  /**
41
14
  * Check document access
42
15
  *
@@ -46,38 +19,5 @@ export declare class Troubleshooting extends ClientSDK {
46
19
  * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
47
20
  */
48
21
  checkAccess(request: components.CheckDocumentAccessRequest, options?: RequestOptions): Promise<components.CheckDocumentAccessResponse>;
49
- /**
50
- * Get document upload and indexing status
51
- *
52
- * @remarks
53
- * Intended for debugging/validation. Fetches the current upload and indexing status of documents.
54
- *
55
- * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-document) for richer information.
56
- *
57
- * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
58
- */
59
- getStatus(request: components.GetDocumentStatusRequest, options?: RequestOptions): Promise<components.GetDocumentStatusResponse>;
60
- /**
61
- * Get document count
62
- *
63
- * @remarks
64
- * Fetches document count for the specified custom datasource.
65
- *
66
- * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
67
- *
68
- * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
69
- */
70
- getDocumentCount(request: components.GetDocumentCountRequest, options?: RequestOptions): Promise<components.GetDocumentCountResponse>;
71
- /**
72
- * Get user count
73
- *
74
- * @remarks
75
- * Fetches user count for the specified custom datasource.
76
- *
77
- * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
78
- *
79
- * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
80
- */
81
- getUserCount(request: components.GetUserCountRequest, options?: RequestOptions): Promise<components.GetUserCountResponse>;
82
22
  }
83
23
  //# sourceMappingURL=troubleshooting.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"troubleshooting.d.ts","sourceRoot":"","sources":["../../../src/sdk/troubleshooting.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;OAOG;IACG,mBAAmB,CACvB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC;IAQpD;;;;;;;OAOG;IACG,iBAAiB,CACrB,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EACrD,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC;IAS5C;;;;;;;OAOG;IACG,kBAAkB,CACtB,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,EACvD,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC;IAS7C;;;;;;;OAOG;IACG,SAAS,CACb,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,EAC7C,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC;IASxC;;;;;;;OAOG;IACG,WAAW,CACf,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAQlD;;;;;;;;;OASG;IACG,SAAS,CACb,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,yBAAyB,CAAC;IAQhD;;;;;;;;;OASG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;IAQ/C;;;;;;;;;OASG;IACG,YAAY,CAChB,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC;CAO5C"}
1
+ {"version":3,"file":"troubleshooting.d.ts","sourceRoot":"","sources":["../../../src/sdk/troubleshooting.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAEnC,qBAAa,eAAgB,SAAQ,SAAS;IAC5C,OAAO,CAAC,WAAW,CAAC,CAAa;IACjC,IAAI,UAAU,IAAI,UAAU,CAE3B;IAED,OAAO,CAAC,UAAU,CAAC,CAA2B;IAC9C,IAAI,SAAS,IAAI,wBAAwB,CAExC;IAED,OAAO,CAAC,MAAM,CAAC,CAAQ;IACvB,IAAI,KAAK,IAAI,KAAK,CAEjB;IAED;;;;;;;OAOG;IACG,WAAW,CACf,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;CAOnD"}
@@ -2,59 +2,20 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
  import { indexingTroubleshootingCheckAccess } from "../funcs/indexingTroubleshootingCheckAccess.js";
5
- import { indexingTroubleshootingDebugUser } from "../funcs/indexingTroubleshootingDebugUser.js";
6
- import { indexingTroubleshootingGetDatasourceStatus } from "../funcs/indexingTroubleshootingGetDatasourceStatus.js";
7
- import { indexingTroubleshootingGetDocumentCount } from "../funcs/indexingTroubleshootingGetDocumentCount.js";
8
- import { indexingTroubleshootingGetStatus } from "../funcs/indexingTroubleshootingGetStatus.js";
9
- import { indexingTroubleshootingGetUserCount } from "../funcs/indexingTroubleshootingGetUserCount.js";
10
- import { indexingTroubleshootingPostDocumentDebug } from "../funcs/indexingTroubleshootingPostDocumentDebug.js";
11
- import { indexingTroubleshootingPostDocumentsDebug } from "../funcs/indexingTroubleshootingPostDocumentsDebug.js";
12
5
  import { ClientSDK } from "../lib/sdks.js";
13
6
  import { unwrapAsync } from "../types/fp.js";
7
+ import { Datasource } from "./datasource.js";
8
+ import { TroubleshootingDocuments } from "./troubleshootingdocuments.js";
9
+ import { Users } from "./users.js";
14
10
  export class Troubleshooting extends ClientSDK {
15
- /**
16
- * Beta: Get datasource status
17
- *
18
- * @remarks
19
- * Gather information about the datasource's overall status. Currently in beta, might undergo breaking changes without prior notice.
20
- *
21
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
22
- */
23
- async getDatasourceStatus(datasource, options) {
24
- return unwrapAsync(indexingTroubleshootingGetDatasourceStatus(this, datasource, options));
11
+ get datasource() {
12
+ return (this._datasource ?? (this._datasource = new Datasource(this._options)));
25
13
  }
26
- /**
27
- * Beta: Get document information
28
- *
29
- * @remarks
30
- * Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
31
- *
32
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
33
- */
34
- async postDocumentDebug(debugDocumentRequest, datasource, options) {
35
- return unwrapAsync(indexingTroubleshootingPostDocumentDebug(this, debugDocumentRequest, datasource, options));
14
+ get documents() {
15
+ return (this._documents ?? (this._documents = new TroubleshootingDocuments(this._options)));
36
16
  }
37
- /**
38
- * Beta: Get information of a batch of documents
39
- *
40
- * @remarks
41
- * Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
42
- *
43
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
44
- */
45
- async postDocumentsDebug(debugDocumentsRequest, datasource, options) {
46
- return unwrapAsync(indexingTroubleshootingPostDocumentsDebug(this, debugDocumentsRequest, datasource, options));
47
- }
48
- /**
49
- * Beta: Get user information
50
- *
51
- * @remarks
52
- * Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
53
- *
54
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
55
- */
56
- async debugUser(debugUserRequest, datasource, options) {
57
- return unwrapAsync(indexingTroubleshootingDebugUser(this, debugUserRequest, datasource, options));
17
+ get users() {
18
+ return (this._users ?? (this._users = new Users(this._options)));
58
19
  }
59
20
  /**
60
21
  * Check document access
@@ -67,44 +28,5 @@ export class Troubleshooting extends ClientSDK {
67
28
  async checkAccess(request, options) {
68
29
  return unwrapAsync(indexingTroubleshootingCheckAccess(this, request, options));
69
30
  }
70
- /**
71
- * Get document upload and indexing status
72
- *
73
- * @remarks
74
- * Intended for debugging/validation. Fetches the current upload and indexing status of documents.
75
- *
76
- * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-document) for richer information.
77
- *
78
- * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
79
- */
80
- async getStatus(request, options) {
81
- return unwrapAsync(indexingTroubleshootingGetStatus(this, request, options));
82
- }
83
- /**
84
- * Get document count
85
- *
86
- * @remarks
87
- * Fetches document count for the specified custom datasource.
88
- *
89
- * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
90
- *
91
- * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
92
- */
93
- async getDocumentCount(request, options) {
94
- return unwrapAsync(indexingTroubleshootingGetDocumentCount(this, request, options));
95
- }
96
- /**
97
- * Get user count
98
- *
99
- * @remarks
100
- * Fetches user count for the specified custom datasource.
101
- *
102
- * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
103
- *
104
- * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
105
- */
106
- async getUserCount(request, options) {
107
- return unwrapAsync(indexingTroubleshootingGetUserCount(this, request, options));
108
- }
109
31
  }
110
32
  //# sourceMappingURL=troubleshooting.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"troubleshooting.js","sourceRoot":"","sources":["../../../src/sdk/troubleshooting.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,gDAAgD,CAAC;AACpG,OAAO,EAAE,gCAAgC,EAAE,MAAM,8CAA8C,CAAC;AAChG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wDAAwD,CAAC;AACpH,OAAO,EAAE,uCAAuC,EAAE,MAAM,qDAAqD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,8CAA8C,CAAC;AAChG,OAAO,EAAE,mCAAmC,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,wCAAwC,EAAE,MAAM,sDAAsD,CAAC;AAChH,OAAO,EAAE,yCAAyC,EAAE,MAAM,uDAAuD,CAAC;AAClH,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;OAOG;IACH,KAAK,CAAC,mBAAmB,CACvB,UAAkB,EAClB,OAAwB;QAExB,OAAO,WAAW,CAAC,0CAA0C,CAC3D,IAAI,EACJ,UAAU,EACV,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,iBAAiB,CACrB,oBAAqD,EACrD,UAAkB,EAClB,OAAwB;QAExB,OAAO,WAAW,CAAC,wCAAwC,CACzD,IAAI,EACJ,oBAAoB,EACpB,UAAU,EACV,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,kBAAkB,CACtB,qBAAuD,EACvD,UAAkB,EAClB,OAAwB;QAExB,OAAO,WAAW,CAAC,yCAAyC,CAC1D,IAAI,EACJ,qBAAqB,EACrB,UAAU,EACV,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,SAAS,CACb,gBAA6C,EAC7C,UAAkB,EAClB,OAAwB;QAExB,OAAO,WAAW,CAAC,gCAAgC,CACjD,IAAI,EACJ,gBAAgB,EAChB,UAAU,EACV,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,WAAW,CACf,OAA8C,EAC9C,OAAwB;QAExB,OAAO,WAAW,CAAC,kCAAkC,CACnD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,SAAS,CACb,OAA4C,EAC5C,OAAwB;QAExB,OAAO,WAAW,CAAC,gCAAgC,CACjD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,gBAAgB,CACpB,OAA2C,EAC3C,OAAwB;QAExB,OAAO,WAAW,CAAC,uCAAuC,CACxD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,YAAY,CAChB,OAAuC,EACvC,OAAwB;QAExB,OAAO,WAAW,CAAC,mCAAmC,CACpD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"troubleshooting.js","sourceRoot":"","sources":["../../../src/sdk/troubleshooting.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,gDAAgD,CAAC;AACpG,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAEnC,MAAM,OAAO,eAAgB,SAAQ,SAAS;IAE5C,IAAI,UAAU;QACZ,OAAO,CAAC,IAAI,CAAC,WAAW,KAAhB,IAAI,CAAC,WAAW,GAAK,IAAI,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAC9D,CAAC;IAGD,IAAI,SAAS;QACX,OAAO,CAAC,IAAI,CAAC,UAAU,KAAf,IAAI,CAAC,UAAU,GAAK,IAAI,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAC3E,CAAC;IAGD,IAAI,KAAK;QACP,OAAO,CAAC,IAAI,CAAC,MAAM,KAAX,IAAI,CAAC,MAAM,GAAK,IAAI,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IACpD,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,WAAW,CACf,OAA8C,EAC9C,OAAwB;QAExB,OAAO,WAAW,CAAC,kCAAkC,CACnD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,27 @@
1
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
+ import * as components from "../models/components/index.js";
3
+ export declare class TroubleshootingDocuments extends ClientSDK {
4
+ /**
5
+ * Get document upload and indexing status
6
+ *
7
+ * @remarks
8
+ * Intended for debugging/validation. Fetches the current upload and indexing status of documents.
9
+ *
10
+ * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-document) for richer information.
11
+ *
12
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
13
+ */
14
+ status(request: components.GetDocumentStatusRequest, options?: RequestOptions): Promise<components.GetDocumentStatusResponse>;
15
+ /**
16
+ * Get document count
17
+ *
18
+ * @remarks
19
+ * Fetches document count for the specified custom datasource.
20
+ *
21
+ * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
22
+ *
23
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
24
+ */
25
+ count(request: components.GetDocumentCountRequest, options?: RequestOptions): Promise<components.GetDocumentCountResponse>;
26
+ }
27
+ //# sourceMappingURL=troubleshootingdocuments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"troubleshootingdocuments.d.ts","sourceRoot":"","sources":["../../../src/sdk/troubleshootingdocuments.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,wBAAyB,SAAQ,SAAS;IACrD;;;;;;;;;OASG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,yBAAyB,CAAC;IAQhD;;;;;;;;;OASG;IACG,KAAK,CACT,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;CAOhD"}
@@ -0,0 +1,36 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { indexingTroubleshootingDocumentsCount } from "../funcs/indexingTroubleshootingDocumentsCount.js";
5
+ import { indexingTroubleshootingDocumentsStatus } from "../funcs/indexingTroubleshootingDocumentsStatus.js";
6
+ import { ClientSDK } from "../lib/sdks.js";
7
+ import { unwrapAsync } from "../types/fp.js";
8
+ export class TroubleshootingDocuments extends ClientSDK {
9
+ /**
10
+ * Get document upload and indexing status
11
+ *
12
+ * @remarks
13
+ * Intended for debugging/validation. Fetches the current upload and indexing status of documents.
14
+ *
15
+ * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-document) for richer information.
16
+ *
17
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
18
+ */
19
+ async status(request, options) {
20
+ return unwrapAsync(indexingTroubleshootingDocumentsStatus(this, request, options));
21
+ }
22
+ /**
23
+ * Get document count
24
+ *
25
+ * @remarks
26
+ * Fetches document count for the specified custom datasource.
27
+ *
28
+ * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
29
+ *
30
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
31
+ */
32
+ async count(request, options) {
33
+ return unwrapAsync(indexingTroubleshootingDocumentsCount(this, request, options));
34
+ }
35
+ }
36
+ //# sourceMappingURL=troubleshootingdocuments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"troubleshootingdocuments.js","sourceRoot":"","sources":["../../../src/sdk/troubleshootingdocuments.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,mDAAmD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,oDAAoD,CAAC;AAC5G,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,wBAAyB,SAAQ,SAAS;IACrD;;;;;;;;;OASG;IACH,KAAK,CAAC,MAAM,CACV,OAA4C,EAC5C,OAAwB;QAExB,OAAO,WAAW,CAAC,sCAAsC,CACvD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,KAAK,CACT,OAA2C,EAC3C,OAAwB;QAExB,OAAO,WAAW,CAAC,qCAAqC,CACtD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,14 @@
1
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
+ import * as components from "../models/components/index.js";
3
+ export declare class User extends ClientSDK {
4
+ /**
5
+ * Beta: Get user information
6
+ *
7
+ * @remarks
8
+ * Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
9
+ *
10
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
11
+ */
12
+ debug(debugUserRequest: components.DebugUserRequest, datasource: string, options?: RequestOptions): Promise<components.DebugUserResponse>;
13
+ }
14
+ //# sourceMappingURL=user.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/sdk/user.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,IAAK,SAAQ,SAAS;IACjC;;;;;;;OAOG;IACG,KAAK,CACT,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,EAC7C,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC;CAQzC"}
@@ -0,0 +1,20 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { indexingTroubleshootingDatasourceUserDebug } from "../funcs/indexingTroubleshootingDatasourceUserDebug.js";
5
+ import { ClientSDK } from "../lib/sdks.js";
6
+ import { unwrapAsync } from "../types/fp.js";
7
+ export class User extends ClientSDK {
8
+ /**
9
+ * Beta: Get user information
10
+ *
11
+ * @remarks
12
+ * Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
13
+ *
14
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
15
+ */
16
+ async debug(debugUserRequest, datasource, options) {
17
+ return unwrapAsync(indexingTroubleshootingDatasourceUserDebug(this, debugUserRequest, datasource, options));
18
+ }
19
+ }
20
+ //# sourceMappingURL=user.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.js","sourceRoot":"","sources":["../../../src/sdk/user.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,0CAA0C,EAAE,MAAM,wDAAwD,CAAC;AACpH,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,IAAK,SAAQ,SAAS;IACjC;;;;;;;OAOG;IACH,KAAK,CAAC,KAAK,CACT,gBAA6C,EAC7C,UAAkB,EAClB,OAAwB;QAExB,OAAO,WAAW,CAAC,0CAA0C,CAC3D,IAAI,EACJ,gBAAgB,EAChB,UAAU,EACV,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,16 @@
1
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
+ import * as components from "../models/components/index.js";
3
+ export declare class Users extends ClientSDK {
4
+ /**
5
+ * Get user count
6
+ *
7
+ * @remarks
8
+ * Fetches user count for the specified custom datasource.
9
+ *
10
+ * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
11
+ *
12
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
13
+ */
14
+ count(request: components.GetUserCountRequest, options?: RequestOptions): Promise<components.GetUserCountResponse>;
15
+ }
16
+ //# sourceMappingURL=users.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/sdk/users.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,KAAM,SAAQ,SAAS;IAClC;;;;;;;;;OASG;IACG,KAAK,CACT,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC;CAO5C"}
@@ -0,0 +1,22 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { indexingTroubleshootingUsersCount } from "../funcs/indexingTroubleshootingUsersCount.js";
5
+ import { ClientSDK } from "../lib/sdks.js";
6
+ import { unwrapAsync } from "../types/fp.js";
7
+ export class Users extends ClientSDK {
8
+ /**
9
+ * Get user count
10
+ *
11
+ * @remarks
12
+ * Fetches user count for the specified custom datasource.
13
+ *
14
+ * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
15
+ *
16
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
17
+ */
18
+ async count(request, options) {
19
+ return unwrapAsync(indexingTroubleshootingUsersCount(this, request, options));
20
+ }
21
+ }
22
+ //# sourceMappingURL=users.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.js","sourceRoot":"","sources":["../../../src/sdk/users.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,+CAA+C,CAAC;AAClG,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,KAAM,SAAQ,SAAS;IAClC;;;;;;;;;OASG;IACH,KAAK,CAAC,KAAK,CACT,OAAuC,EACvC,OAAwB;QAExB,OAAO,WAAW,CAAC,iCAAiC,CAClD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -1,20 +1,6 @@
1
1
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
2
  import * as components from "../models/components/index.js";
3
3
  export declare class Verification extends ClientSDK {
4
- /**
5
- * Create verification
6
- *
7
- * @remarks
8
- * Creates a verification reminder for the document. Users can create verification reminders from different product surfaces.
9
- */
10
- addReminder(request: components.ReminderRequest, options?: RequestOptions): Promise<components.Verification>;
11
- /**
12
- * List verifications
13
- *
14
- * @remarks
15
- * Returns the information to be rendered in verification dashboard. Includes information for each document owned by user regarding their verifications.
16
- */
17
- list(count?: number | undefined, options?: RequestOptions): Promise<components.VerificationFeed>;
18
4
  /**
19
5
  * Update verification
20
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"verification.d.ts","sourceRoot":"","sources":["../../../src/sdk/verification.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,YAAa,SAAQ,SAAS;IACzC;;;;;OAKG;IACG,WAAW,CACf,OAAO,EAAE,UAAU,CAAC,eAAe,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,YAAY,CAAC;IAQnC;;;;;OAKG;IACG,IAAI,CACR,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,EAC1B,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC;IAQvC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,aAAa,EACjC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,YAAY,CAAC;CAOpC"}
1
+ {"version":3,"file":"verification.d.ts","sourceRoot":"","sources":["../../../src/sdk/verification.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,YAAa,SAAQ,SAAS;IACzC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,aAAa,EACjC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,YAAY,CAAC;CAOpC"}
@@ -1,30 +1,10 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { clientVerificationAddReminder } from "../funcs/clientVerificationAddReminder.js";
5
- import { clientVerificationList } from "../funcs/clientVerificationList.js";
6
- import { clientVerificationVerify } from "../funcs/clientVerificationVerify.js";
4
+ import { verificationVerify } from "../funcs/verificationVerify.js";
7
5
  import { ClientSDK } from "../lib/sdks.js";
8
6
  import { unwrapAsync } from "../types/fp.js";
9
7
  export class Verification extends ClientSDK {
10
- /**
11
- * Create verification
12
- *
13
- * @remarks
14
- * Creates a verification reminder for the document. Users can create verification reminders from different product surfaces.
15
- */
16
- async addReminder(request, options) {
17
- return unwrapAsync(clientVerificationAddReminder(this, request, options));
18
- }
19
- /**
20
- * List verifications
21
- *
22
- * @remarks
23
- * Returns the information to be rendered in verification dashboard. Includes information for each document owned by user regarding their verifications.
24
- */
25
- async list(count, options) {
26
- return unwrapAsync(clientVerificationList(this, count, options));
27
- }
28
8
  /**
29
9
  * Update verification
30
10
  *
@@ -32,7 +12,7 @@ export class Verification extends ClientSDK {
32
12
  * Verify documents to keep the knowledge up to date within customer corpus.
33
13
  */
34
14
  async verify(request, options) {
35
- return unwrapAsync(clientVerificationVerify(this, request, options));
15
+ return unwrapAsync(verificationVerify(this, request, options));
36
16
  }
37
17
  }
38
18
  //# sourceMappingURL=verification.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"verification.js","sourceRoot":"","sources":["../../../src/sdk/verification.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,2CAA2C,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,YAAa,SAAQ,SAAS;IACzC;;;;;OAKG;IACH,KAAK,CAAC,WAAW,CACf,OAAmC,EACnC,OAAwB;QAExB,OAAO,WAAW,CAAC,6BAA6B,CAC9C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CACR,KAA0B,EAC1B,OAAwB;QAExB,OAAO,WAAW,CAAC,sBAAsB,CACvC,IAAI,EACJ,KAAK,EACL,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAAiC,EACjC,OAAwB;QAExB,OAAO,WAAW,CAAC,wBAAwB,CACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"verification.js","sourceRoot":"","sources":["../../../src/sdk/verification.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,YAAa,SAAQ,SAAS;IACzC;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAAiC,EACjC,OAAwB;QAExB,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -6,6 +6,7 @@
6
6
  ### Available Operations
7
7
 
8
8
  * [report](#report) - Report document activity
9
+ * [feedback](#feedback) - Report client activity
9
10
 
10
11
  ## report
11
12
 
@@ -140,6 +141,104 @@ import {
140
141
 
141
142
  ### Errors
142
143
 
144
+ | Error Type | Status Code | Content Type |
145
+ | ----------------- | ----------------- | ----------------- |
146
+ | errors.GleanError | 4XX, 5XX | \*/\* |
147
+
148
+ ## feedback
149
+
150
+ Report events that happen to results within a Glean client UI, such as search result views and clicks. This signal improves search quality.
151
+
152
+ ### Example Usage
153
+
154
+ ```typescript
155
+ import { Glean } from "@gleanwork/api-client";
156
+
157
+ const glean = new Glean({
158
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
159
+ });
160
+
161
+ async function run() {
162
+ await glean.client.activity.feedback({
163
+ trackingTokens: [
164
+ "trackingTokens",
165
+ ],
166
+ event: "VIEW",
167
+ });
168
+
169
+
170
+ }
171
+
172
+ run();
173
+ ```
174
+
175
+ ### Standalone function
176
+
177
+ The standalone function version of this method:
178
+
179
+ ```typescript
180
+ import { GleanCore } from "@gleanwork/api-client/core.js";
181
+ import { clientActivityFeedback } from "@gleanwork/api-client/funcs/clientActivityFeedback.js";
182
+
183
+ // Use `GleanCore` for best tree-shaking performance.
184
+ // You can create one instance of it to use across an application.
185
+ const glean = new GleanCore({
186
+ bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
187
+ });
188
+
189
+ async function run() {
190
+ const res = await clientActivityFeedback(glean, {
191
+ trackingTokens: [
192
+ "trackingTokens",
193
+ ],
194
+ event: "VIEW",
195
+ });
196
+
197
+ if (!res.ok) {
198
+ throw res.error;
199
+ }
200
+
201
+ const { value: result } = res;
202
+
203
+
204
+ }
205
+
206
+ run();
207
+ ```
208
+
209
+ ### React hooks and utilities
210
+
211
+ This method can be used in React components through the following hooks and
212
+ associated utilities.
213
+
214
+ > Check out [this guide][hook-guide] for information about each of the utilities
215
+ > below and how to get started using React hooks.
216
+
217
+ [hook-guide]: ../../../REACT_QUERY.md
218
+
219
+ ```tsx
220
+ import {
221
+ // Mutation hook for triggering the API call.
222
+ useClientActivityFeedbackMutation
223
+ } from "@gleanwork/api-client/react-query/clientActivityFeedback.js";
224
+ ```
225
+
226
+ ### Parameters
227
+
228
+ | Parameter | Type | Required | Description | Example |
229
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
230
+ | `feedbackQueryParameter` | *string* | :heavy_minus_sign: | A URL encoded versions of Feedback. This is useful for requests. | |
231
+ | `feedback1` | [components.Feedback](../../models/components/feedback.md) | :heavy_minus_sign: | N/A | [object Object] |
232
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. | |
233
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. | |
234
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. | |
235
+
236
+ ### Response
237
+
238
+ **Promise\<void\>**
239
+
240
+ ### Errors
241
+
143
242
  | Error Type | Status Code | Content Type |
144
243
  | ----------------- | ----------------- | ----------------- |
145
244
  | errors.GleanError | 4XX, 5XX | \*/\* |