@gleanwork/api-client 0.1.0-beta.9 → 0.3.0

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 (1267) hide show
  1. package/FUNCTIONS.md +1 -1
  2. package/LICENSE +21 -0
  3. package/README.md +105 -21
  4. package/dist/commonjs/__tests__/activity.test.js +2 -2
  5. package/dist/commonjs/__tests__/activity.test.js.map +1 -1
  6. package/dist/commonjs/__tests__/adminsearch.test.js +1784 -13
  7. package/dist/commonjs/__tests__/adminsearch.test.js.map +1 -1
  8. package/dist/commonjs/__tests__/agents.test.js +3 -3
  9. package/dist/commonjs/__tests__/agents.test.js.map +1 -1
  10. package/dist/commonjs/__tests__/announcements.test.js +3925 -5
  11. package/dist/commonjs/__tests__/announcements.test.js.map +1 -1
  12. package/dist/commonjs/__tests__/answers.test.js +1320 -35
  13. package/dist/commonjs/__tests__/answers.test.js.map +1 -1
  14. package/dist/commonjs/__tests__/chat.test.js +19810 -1539
  15. package/dist/commonjs/__tests__/chat.test.js.map +1 -1
  16. package/dist/commonjs/__tests__/clientauthentication.test.js +1 -1
  17. package/dist/commonjs/__tests__/clientauthentication.test.js.map +1 -1
  18. package/dist/commonjs/__tests__/clientdocuments.test.js +4 -4
  19. package/dist/commonjs/__tests__/clientdocuments.test.js.map +1 -1
  20. package/dist/commonjs/__tests__/clientsearch.test.js +3852 -144
  21. package/dist/commonjs/__tests__/clientsearch.test.js.map +1 -1
  22. package/dist/commonjs/__tests__/clientshortcuts.test.js +1056 -13
  23. package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
  24. package/dist/commonjs/__tests__/collections.test.js +1061 -16
  25. package/dist/commonjs/__tests__/collections.test.js.map +1 -1
  26. package/dist/commonjs/__tests__/datasources.test.js +2 -2
  27. package/dist/commonjs/__tests__/datasources.test.js.map +1 -1
  28. package/dist/commonjs/__tests__/entities.test.js +2 -2
  29. package/dist/commonjs/__tests__/entities.test.js.map +1 -1
  30. package/dist/commonjs/__tests__/indexingauthentication.test.js +1 -1
  31. package/dist/commonjs/__tests__/indexingauthentication.test.js.map +1 -1
  32. package/dist/commonjs/__tests__/indexingdocuments.test.js +8 -8
  33. package/dist/commonjs/__tests__/indexingdocuments.test.js.map +1 -1
  34. package/dist/commonjs/__tests__/indexingpeople.test.js +2 -2
  35. package/dist/commonjs/__tests__/indexingpeople.test.js.map +1 -1
  36. package/dist/commonjs/__tests__/insights.test.js +1 -1
  37. package/dist/commonjs/__tests__/insights.test.js.map +1 -1
  38. package/dist/commonjs/__tests__/messages.test.js +1 -1
  39. package/dist/commonjs/__tests__/messages.test.js.map +1 -1
  40. package/dist/commonjs/__tests__/permissions.test.js +12 -12
  41. package/dist/commonjs/__tests__/permissions.test.js.map +1 -1
  42. package/dist/commonjs/__tests__/pins.test.js +5 -5
  43. package/dist/commonjs/__tests__/pins.test.js.map +1 -1
  44. package/dist/commonjs/__tests__/search.test.js +1 -1
  45. package/dist/commonjs/__tests__/search.test.js.map +1 -1
  46. package/dist/commonjs/__tests__/verification.test.js +3 -3
  47. package/dist/commonjs/__tests__/verification.test.js.map +1 -1
  48. package/dist/commonjs/funcs/clientActivityFeedback.js +3 -3
  49. package/dist/commonjs/funcs/clientActivityFeedback.js.map +1 -1
  50. package/dist/commonjs/funcs/clientActivityReport.js +3 -3
  51. package/dist/commonjs/funcs/clientActivityReport.js.map +1 -1
  52. package/dist/commonjs/funcs/clientAgentsList.js +3 -3
  53. package/dist/commonjs/funcs/clientAgentsList.js.map +1 -1
  54. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js +3 -3
  55. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js.map +1 -1
  56. package/dist/commonjs/funcs/clientAgentsRun.js +3 -3
  57. package/dist/commonjs/funcs/clientAgentsRun.js.map +1 -1
  58. package/dist/commonjs/funcs/clientAnnouncementsCreate.js +3 -3
  59. package/dist/commonjs/funcs/clientAnnouncementsCreate.js.map +1 -1
  60. package/dist/commonjs/funcs/clientAnnouncementsDelete.js +3 -3
  61. package/dist/commonjs/funcs/clientAnnouncementsDelete.js.map +1 -1
  62. package/dist/commonjs/funcs/clientAnnouncementsUpdate.js +3 -3
  63. package/dist/commonjs/funcs/clientAnnouncementsUpdate.js.map +1 -1
  64. package/dist/commonjs/funcs/clientAnswersCreate.js +3 -3
  65. package/dist/commonjs/funcs/clientAnswersCreate.js.map +1 -1
  66. package/dist/commonjs/funcs/clientAnswersDelete.js +3 -3
  67. package/dist/commonjs/funcs/clientAnswersDelete.js.map +1 -1
  68. package/dist/commonjs/funcs/clientAnswersList.js +3 -3
  69. package/dist/commonjs/funcs/clientAnswersList.js.map +1 -1
  70. package/dist/commonjs/funcs/clientAnswersRetrieve.js +3 -3
  71. package/dist/commonjs/funcs/clientAnswersRetrieve.js.map +1 -1
  72. package/dist/commonjs/funcs/clientAnswersUpdate.js +3 -3
  73. package/dist/commonjs/funcs/clientAnswersUpdate.js.map +1 -1
  74. package/dist/commonjs/funcs/clientAuthenticationCreateToken.js +3 -3
  75. package/dist/commonjs/funcs/clientAuthenticationCreateToken.js.map +1 -1
  76. package/dist/commonjs/funcs/clientChatCreate.js +3 -3
  77. package/dist/commonjs/funcs/clientChatCreate.js.map +1 -1
  78. package/dist/commonjs/funcs/clientChatCreateStream.js +3 -3
  79. package/dist/commonjs/funcs/clientChatCreateStream.js.map +1 -1
  80. package/dist/commonjs/funcs/clientChatDelete.js +3 -3
  81. package/dist/commonjs/funcs/clientChatDelete.js.map +1 -1
  82. package/dist/commonjs/funcs/clientChatDeleteAll.js +3 -3
  83. package/dist/commonjs/funcs/clientChatDeleteAll.js.map +1 -1
  84. package/dist/commonjs/funcs/clientChatDeleteFiles.js +3 -3
  85. package/dist/commonjs/funcs/clientChatDeleteFiles.js.map +1 -1
  86. package/dist/commonjs/funcs/clientChatList.js +3 -3
  87. package/dist/commonjs/funcs/clientChatList.js.map +1 -1
  88. package/dist/commonjs/funcs/clientChatRetrieve.js +3 -3
  89. package/dist/commonjs/funcs/clientChatRetrieve.js.map +1 -1
  90. package/dist/commonjs/funcs/clientChatRetrieveApplication.js +3 -3
  91. package/dist/commonjs/funcs/clientChatRetrieveApplication.js.map +1 -1
  92. package/dist/commonjs/funcs/clientChatRetrieveFiles.js +3 -3
  93. package/dist/commonjs/funcs/clientChatRetrieveFiles.js.map +1 -1
  94. package/dist/commonjs/funcs/clientChatUploadFiles.js +3 -3
  95. package/dist/commonjs/funcs/clientChatUploadFiles.js.map +1 -1
  96. package/dist/commonjs/funcs/clientCollectionsAddItems.js +3 -3
  97. package/dist/commonjs/funcs/clientCollectionsAddItems.js.map +1 -1
  98. package/dist/commonjs/funcs/clientCollectionsCreate.js +3 -3
  99. package/dist/commonjs/funcs/clientCollectionsCreate.js.map +1 -1
  100. package/dist/commonjs/funcs/clientCollectionsDelete.js +3 -3
  101. package/dist/commonjs/funcs/clientCollectionsDelete.js.map +1 -1
  102. package/dist/commonjs/funcs/clientCollectionsDeleteItem.js +3 -3
  103. package/dist/commonjs/funcs/clientCollectionsDeleteItem.js.map +1 -1
  104. package/dist/commonjs/funcs/clientCollectionsList.js +3 -3
  105. package/dist/commonjs/funcs/clientCollectionsList.js.map +1 -1
  106. package/dist/commonjs/funcs/clientCollectionsRetrieve.js +3 -3
  107. package/dist/commonjs/funcs/clientCollectionsRetrieve.js.map +1 -1
  108. package/dist/commonjs/funcs/clientCollectionsUpdate.js +3 -3
  109. package/dist/commonjs/funcs/clientCollectionsUpdate.js.map +1 -1
  110. package/dist/commonjs/funcs/clientCollectionsUpdateItem.js +3 -3
  111. package/dist/commonjs/funcs/clientCollectionsUpdateItem.js.map +1 -1
  112. package/dist/commonjs/funcs/clientDocumentsRetrieve.js +3 -3
  113. package/dist/commonjs/funcs/clientDocumentsRetrieve.js.map +1 -1
  114. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js +3 -3
  115. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js.map +1 -1
  116. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js +3 -3
  117. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js.map +1 -1
  118. package/dist/commonjs/funcs/clientDocumentsSummarize.js +3 -3
  119. package/dist/commonjs/funcs/clientDocumentsSummarize.js.map +1 -1
  120. package/dist/commonjs/funcs/clientEntitiesList.js +3 -3
  121. package/dist/commonjs/funcs/clientEntitiesList.js.map +1 -1
  122. package/dist/commonjs/funcs/clientEntitiesReadPeople.js +3 -3
  123. package/dist/commonjs/funcs/clientEntitiesReadPeople.js.map +1 -1
  124. package/dist/commonjs/funcs/clientInsightsRetrieve.js +3 -3
  125. package/dist/commonjs/funcs/clientInsightsRetrieve.js.map +1 -1
  126. package/dist/commonjs/funcs/clientMessagesRetrieve.js +3 -3
  127. package/dist/commonjs/funcs/clientMessagesRetrieve.js.map +1 -1
  128. package/dist/commonjs/funcs/clientPinsCreate.js +3 -3
  129. package/dist/commonjs/funcs/clientPinsCreate.js.map +1 -1
  130. package/dist/commonjs/funcs/clientPinsList.js +3 -3
  131. package/dist/commonjs/funcs/clientPinsList.js.map +1 -1
  132. package/dist/commonjs/funcs/clientPinsRemove.js +3 -3
  133. package/dist/commonjs/funcs/clientPinsRemove.js.map +1 -1
  134. package/dist/commonjs/funcs/clientPinsRetrieve.js +3 -3
  135. package/dist/commonjs/funcs/clientPinsRetrieve.js.map +1 -1
  136. package/dist/commonjs/funcs/clientPinsUpdate.js +3 -3
  137. package/dist/commonjs/funcs/clientPinsUpdate.js.map +1 -1
  138. package/dist/commonjs/funcs/clientSearchAutocomplete.js +3 -3
  139. package/dist/commonjs/funcs/clientSearchAutocomplete.js.map +1 -1
  140. package/dist/commonjs/funcs/clientSearchQuery.js +3 -3
  141. package/dist/commonjs/funcs/clientSearchQuery.js.map +1 -1
  142. package/dist/commonjs/funcs/clientSearchQueryAsAdmin.js +3 -3
  143. package/dist/commonjs/funcs/clientSearchQueryAsAdmin.js.map +1 -1
  144. package/dist/commonjs/funcs/clientSearchRecommendations.js +3 -3
  145. package/dist/commonjs/funcs/clientSearchRecommendations.js.map +1 -1
  146. package/dist/commonjs/funcs/clientSearchRetrieveFeed.js +3 -3
  147. package/dist/commonjs/funcs/clientSearchRetrieveFeed.js.map +1 -1
  148. package/dist/commonjs/funcs/clientShortcutsCreate.js +3 -3
  149. package/dist/commonjs/funcs/clientShortcutsCreate.js.map +1 -1
  150. package/dist/commonjs/funcs/clientShortcutsDelete.js +3 -3
  151. package/dist/commonjs/funcs/clientShortcutsDelete.js.map +1 -1
  152. package/dist/commonjs/funcs/clientShortcutsList.js +3 -3
  153. package/dist/commonjs/funcs/clientShortcutsList.js.map +1 -1
  154. package/dist/commonjs/funcs/clientShortcutsRetrieve.js +3 -3
  155. package/dist/commonjs/funcs/clientShortcutsRetrieve.js.map +1 -1
  156. package/dist/commonjs/funcs/clientShortcutsUpdate.js +3 -3
  157. package/dist/commonjs/funcs/clientShortcutsUpdate.js.map +1 -1
  158. package/dist/commonjs/funcs/clientVerificationAddReminder.js +3 -3
  159. package/dist/commonjs/funcs/clientVerificationAddReminder.js.map +1 -1
  160. package/dist/commonjs/funcs/clientVerificationList.js +3 -3
  161. package/dist/commonjs/funcs/clientVerificationList.js.map +1 -1
  162. package/dist/commonjs/funcs/clientVerificationVerify.js +3 -3
  163. package/dist/commonjs/funcs/clientVerificationVerify.js.map +1 -1
  164. package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js +3 -3
  165. package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js.map +1 -1
  166. package/dist/commonjs/funcs/indexingDatasourceStatus.js +3 -3
  167. package/dist/commonjs/funcs/indexingDatasourceStatus.js.map +1 -1
  168. package/dist/commonjs/funcs/indexingDatasourcesAdd.js +3 -3
  169. package/dist/commonjs/funcs/indexingDatasourcesAdd.js.map +1 -1
  170. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js +3 -3
  171. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -1
  172. package/dist/commonjs/funcs/indexingDocumentsAddOrUpdate.js +3 -3
  173. package/dist/commonjs/funcs/indexingDocumentsAddOrUpdate.js.map +1 -1
  174. package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js +3 -3
  175. package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js.map +1 -1
  176. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js +3 -3
  177. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js.map +1 -1
  178. package/dist/commonjs/funcs/indexingDocumentsCount.js +3 -3
  179. package/dist/commonjs/funcs/indexingDocumentsCount.js.map +1 -1
  180. package/dist/commonjs/funcs/indexingDocumentsDebug.js +3 -3
  181. package/dist/commonjs/funcs/indexingDocumentsDebug.js.map +1 -1
  182. package/dist/commonjs/funcs/indexingDocumentsDebugMany.js +3 -3
  183. package/dist/commonjs/funcs/indexingDocumentsDebugMany.js.map +1 -1
  184. package/dist/commonjs/funcs/indexingDocumentsDelete.js +3 -3
  185. package/dist/commonjs/funcs/indexingDocumentsDelete.js.map +1 -1
  186. package/dist/commonjs/funcs/indexingDocumentsIndex.js +3 -3
  187. package/dist/commonjs/funcs/indexingDocumentsIndex.js.map +1 -1
  188. package/dist/commonjs/funcs/indexingDocumentsProcessAll.js +3 -3
  189. package/dist/commonjs/funcs/indexingDocumentsProcessAll.js.map +1 -1
  190. package/dist/commonjs/funcs/indexingDocumentsStatus.js +3 -3
  191. package/dist/commonjs/funcs/indexingDocumentsStatus.js.map +1 -1
  192. package/dist/commonjs/funcs/indexingPeopleBulkIndex.js +3 -3
  193. package/dist/commonjs/funcs/indexingPeopleBulkIndex.js.map +1 -1
  194. package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js +3 -3
  195. package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js.map +1 -1
  196. package/dist/commonjs/funcs/indexingPeopleCount.js +3 -3
  197. package/dist/commonjs/funcs/indexingPeopleCount.js.map +1 -1
  198. package/dist/commonjs/funcs/indexingPeopleDebug.js +3 -3
  199. package/dist/commonjs/funcs/indexingPeopleDebug.js.map +1 -1
  200. package/dist/commonjs/funcs/indexingPeopleDelete.js +3 -3
  201. package/dist/commonjs/funcs/indexingPeopleDelete.js.map +1 -1
  202. package/dist/commonjs/funcs/indexingPeopleDeleteTeam.js +3 -3
  203. package/dist/commonjs/funcs/indexingPeopleDeleteTeam.js.map +1 -1
  204. package/dist/commonjs/funcs/indexingPeopleIndex.js +3 -3
  205. package/dist/commonjs/funcs/indexingPeopleIndex.js.map +1 -1
  206. package/dist/commonjs/funcs/indexingPeopleIndexTeam.js +3 -3
  207. package/dist/commonjs/funcs/indexingPeopleIndexTeam.js.map +1 -1
  208. package/dist/commonjs/funcs/indexingPeopleProcessAllEmployeesAndTeams.js +3 -3
  209. package/dist/commonjs/funcs/indexingPeopleProcessAllEmployeesAndTeams.js.map +1 -1
  210. package/dist/commonjs/funcs/indexingPermissionsAuthorizeBetaUsers.js +3 -3
  211. package/dist/commonjs/funcs/indexingPermissionsAuthorizeBetaUsers.js.map +1 -1
  212. package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js +3 -3
  213. package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js.map +1 -1
  214. package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js +3 -3
  215. package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js.map +1 -1
  216. package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js +3 -3
  217. package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js.map +1 -1
  218. package/dist/commonjs/funcs/indexingPermissionsDeleteGroup.js +3 -3
  219. package/dist/commonjs/funcs/indexingPermissionsDeleteGroup.js.map +1 -1
  220. package/dist/commonjs/funcs/indexingPermissionsDeleteMembership.js +3 -3
  221. package/dist/commonjs/funcs/indexingPermissionsDeleteMembership.js.map +1 -1
  222. package/dist/commonjs/funcs/indexingPermissionsDeleteUser.js +3 -3
  223. package/dist/commonjs/funcs/indexingPermissionsDeleteUser.js.map +1 -1
  224. package/dist/commonjs/funcs/indexingPermissionsIndexGroup.js +3 -3
  225. package/dist/commonjs/funcs/indexingPermissionsIndexGroup.js.map +1 -1
  226. package/dist/commonjs/funcs/indexingPermissionsIndexMembership.js +3 -3
  227. package/dist/commonjs/funcs/indexingPermissionsIndexMembership.js.map +1 -1
  228. package/dist/commonjs/funcs/indexingPermissionsIndexUser.js +3 -3
  229. package/dist/commonjs/funcs/indexingPermissionsIndexUser.js.map +1 -1
  230. package/dist/commonjs/funcs/indexingPermissionsProcessMemberships.js +3 -3
  231. package/dist/commonjs/funcs/indexingPermissionsProcessMemberships.js.map +1 -1
  232. package/dist/commonjs/funcs/indexingPermissionsUpdatePermissions.js +3 -3
  233. package/dist/commonjs/funcs/indexingPermissionsUpdatePermissions.js.map +1 -1
  234. package/dist/commonjs/funcs/indexingShortcutsBulkIndex.js +3 -3
  235. package/dist/commonjs/funcs/indexingShortcutsBulkIndex.js.map +1 -1
  236. package/dist/commonjs/funcs/indexingShortcutsUpload.js +3 -3
  237. package/dist/commonjs/funcs/indexingShortcutsUpload.js.map +1 -1
  238. package/dist/commonjs/lib/config.d.ts +7 -7
  239. package/dist/commonjs/lib/config.d.ts.map +1 -1
  240. package/dist/commonjs/lib/config.js +5 -5
  241. package/dist/commonjs/lib/config.js.map +1 -1
  242. package/dist/commonjs/lib/env.d.ts +1 -1
  243. package/dist/commonjs/lib/env.d.ts.map +1 -1
  244. package/dist/commonjs/lib/env.js +1 -1
  245. package/dist/commonjs/lib/env.js.map +1 -1
  246. package/dist/commonjs/lib/security.js +1 -1
  247. package/dist/commonjs/lib/security.js.map +1 -1
  248. package/dist/commonjs/models/components/calendarevent.d.ts +5 -0
  249. package/dist/commonjs/models/components/calendarevent.d.ts.map +1 -1
  250. package/dist/commonjs/models/components/calendarevent.js +2 -0
  251. package/dist/commonjs/models/components/calendarevent.js.map +1 -1
  252. package/dist/commonjs/models/components/security.d.ts +2 -2
  253. package/dist/commonjs/models/components/security.d.ts.map +1 -1
  254. package/dist/commonjs/models/components/security.js +4 -4
  255. package/dist/commonjs/models/components/security.js.map +1 -1
  256. package/dist/esm/__tests__/activity.test.js +2 -2
  257. package/dist/esm/__tests__/activity.test.js.map +1 -1
  258. package/dist/esm/__tests__/adminsearch.test.js +1784 -13
  259. package/dist/esm/__tests__/adminsearch.test.js.map +1 -1
  260. package/dist/esm/__tests__/agents.test.js +3 -3
  261. package/dist/esm/__tests__/agents.test.js.map +1 -1
  262. package/dist/esm/__tests__/announcements.test.js +3925 -5
  263. package/dist/esm/__tests__/announcements.test.js.map +1 -1
  264. package/dist/esm/__tests__/answers.test.js +1320 -35
  265. package/dist/esm/__tests__/answers.test.js.map +1 -1
  266. package/dist/esm/__tests__/chat.test.js +19810 -1539
  267. package/dist/esm/__tests__/chat.test.js.map +1 -1
  268. package/dist/esm/__tests__/clientauthentication.test.js +1 -1
  269. package/dist/esm/__tests__/clientauthentication.test.js.map +1 -1
  270. package/dist/esm/__tests__/clientdocuments.test.js +4 -4
  271. package/dist/esm/__tests__/clientdocuments.test.js.map +1 -1
  272. package/dist/esm/__tests__/clientsearch.test.js +3852 -144
  273. package/dist/esm/__tests__/clientsearch.test.js.map +1 -1
  274. package/dist/esm/__tests__/clientshortcuts.test.js +1056 -13
  275. package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
  276. package/dist/esm/__tests__/collections.test.js +1061 -16
  277. package/dist/esm/__tests__/collections.test.js.map +1 -1
  278. package/dist/esm/__tests__/datasources.test.js +2 -2
  279. package/dist/esm/__tests__/datasources.test.js.map +1 -1
  280. package/dist/esm/__tests__/entities.test.js +2 -2
  281. package/dist/esm/__tests__/entities.test.js.map +1 -1
  282. package/dist/esm/__tests__/indexingauthentication.test.js +1 -1
  283. package/dist/esm/__tests__/indexingauthentication.test.js.map +1 -1
  284. package/dist/esm/__tests__/indexingdocuments.test.js +8 -8
  285. package/dist/esm/__tests__/indexingdocuments.test.js.map +1 -1
  286. package/dist/esm/__tests__/indexingpeople.test.js +2 -2
  287. package/dist/esm/__tests__/indexingpeople.test.js.map +1 -1
  288. package/dist/esm/__tests__/insights.test.js +1 -1
  289. package/dist/esm/__tests__/insights.test.js.map +1 -1
  290. package/dist/esm/__tests__/messages.test.js +1 -1
  291. package/dist/esm/__tests__/messages.test.js.map +1 -1
  292. package/dist/esm/__tests__/permissions.test.js +12 -12
  293. package/dist/esm/__tests__/permissions.test.js.map +1 -1
  294. package/dist/esm/__tests__/pins.test.js +5 -5
  295. package/dist/esm/__tests__/pins.test.js.map +1 -1
  296. package/dist/esm/__tests__/search.test.js +1 -1
  297. package/dist/esm/__tests__/search.test.js.map +1 -1
  298. package/dist/esm/__tests__/verification.test.js +3 -3
  299. package/dist/esm/__tests__/verification.test.js.map +1 -1
  300. package/dist/esm/funcs/clientActivityFeedback.js +3 -3
  301. package/dist/esm/funcs/clientActivityFeedback.js.map +1 -1
  302. package/dist/esm/funcs/clientActivityReport.js +3 -3
  303. package/dist/esm/funcs/clientActivityReport.js.map +1 -1
  304. package/dist/esm/funcs/clientAgentsList.js +3 -3
  305. package/dist/esm/funcs/clientAgentsList.js.map +1 -1
  306. package/dist/esm/funcs/clientAgentsRetrieveInputs.js +3 -3
  307. package/dist/esm/funcs/clientAgentsRetrieveInputs.js.map +1 -1
  308. package/dist/esm/funcs/clientAgentsRun.js +3 -3
  309. package/dist/esm/funcs/clientAgentsRun.js.map +1 -1
  310. package/dist/esm/funcs/clientAnnouncementsCreate.js +3 -3
  311. package/dist/esm/funcs/clientAnnouncementsCreate.js.map +1 -1
  312. package/dist/esm/funcs/clientAnnouncementsDelete.js +3 -3
  313. package/dist/esm/funcs/clientAnnouncementsDelete.js.map +1 -1
  314. package/dist/esm/funcs/clientAnnouncementsUpdate.js +3 -3
  315. package/dist/esm/funcs/clientAnnouncementsUpdate.js.map +1 -1
  316. package/dist/esm/funcs/clientAnswersCreate.js +3 -3
  317. package/dist/esm/funcs/clientAnswersCreate.js.map +1 -1
  318. package/dist/esm/funcs/clientAnswersDelete.js +3 -3
  319. package/dist/esm/funcs/clientAnswersDelete.js.map +1 -1
  320. package/dist/esm/funcs/clientAnswersList.js +3 -3
  321. package/dist/esm/funcs/clientAnswersList.js.map +1 -1
  322. package/dist/esm/funcs/clientAnswersRetrieve.js +3 -3
  323. package/dist/esm/funcs/clientAnswersRetrieve.js.map +1 -1
  324. package/dist/esm/funcs/clientAnswersUpdate.js +3 -3
  325. package/dist/esm/funcs/clientAnswersUpdate.js.map +1 -1
  326. package/dist/esm/funcs/clientAuthenticationCreateToken.js +3 -3
  327. package/dist/esm/funcs/clientAuthenticationCreateToken.js.map +1 -1
  328. package/dist/esm/funcs/clientChatCreate.js +3 -3
  329. package/dist/esm/funcs/clientChatCreate.js.map +1 -1
  330. package/dist/esm/funcs/clientChatCreateStream.js +3 -3
  331. package/dist/esm/funcs/clientChatCreateStream.js.map +1 -1
  332. package/dist/esm/funcs/clientChatDelete.js +3 -3
  333. package/dist/esm/funcs/clientChatDelete.js.map +1 -1
  334. package/dist/esm/funcs/clientChatDeleteAll.js +3 -3
  335. package/dist/esm/funcs/clientChatDeleteAll.js.map +1 -1
  336. package/dist/esm/funcs/clientChatDeleteFiles.js +3 -3
  337. package/dist/esm/funcs/clientChatDeleteFiles.js.map +1 -1
  338. package/dist/esm/funcs/clientChatList.js +3 -3
  339. package/dist/esm/funcs/clientChatList.js.map +1 -1
  340. package/dist/esm/funcs/clientChatRetrieve.js +3 -3
  341. package/dist/esm/funcs/clientChatRetrieve.js.map +1 -1
  342. package/dist/esm/funcs/clientChatRetrieveApplication.js +3 -3
  343. package/dist/esm/funcs/clientChatRetrieveApplication.js.map +1 -1
  344. package/dist/esm/funcs/clientChatRetrieveFiles.js +3 -3
  345. package/dist/esm/funcs/clientChatRetrieveFiles.js.map +1 -1
  346. package/dist/esm/funcs/clientChatUploadFiles.js +3 -3
  347. package/dist/esm/funcs/clientChatUploadFiles.js.map +1 -1
  348. package/dist/esm/funcs/clientCollectionsAddItems.js +3 -3
  349. package/dist/esm/funcs/clientCollectionsAddItems.js.map +1 -1
  350. package/dist/esm/funcs/clientCollectionsCreate.js +3 -3
  351. package/dist/esm/funcs/clientCollectionsCreate.js.map +1 -1
  352. package/dist/esm/funcs/clientCollectionsDelete.js +3 -3
  353. package/dist/esm/funcs/clientCollectionsDelete.js.map +1 -1
  354. package/dist/esm/funcs/clientCollectionsDeleteItem.js +3 -3
  355. package/dist/esm/funcs/clientCollectionsDeleteItem.js.map +1 -1
  356. package/dist/esm/funcs/clientCollectionsList.js +3 -3
  357. package/dist/esm/funcs/clientCollectionsList.js.map +1 -1
  358. package/dist/esm/funcs/clientCollectionsRetrieve.js +3 -3
  359. package/dist/esm/funcs/clientCollectionsRetrieve.js.map +1 -1
  360. package/dist/esm/funcs/clientCollectionsUpdate.js +3 -3
  361. package/dist/esm/funcs/clientCollectionsUpdate.js.map +1 -1
  362. package/dist/esm/funcs/clientCollectionsUpdateItem.js +3 -3
  363. package/dist/esm/funcs/clientCollectionsUpdateItem.js.map +1 -1
  364. package/dist/esm/funcs/clientDocumentsRetrieve.js +3 -3
  365. package/dist/esm/funcs/clientDocumentsRetrieve.js.map +1 -1
  366. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js +3 -3
  367. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js.map +1 -1
  368. package/dist/esm/funcs/clientDocumentsRetrievePermissions.js +3 -3
  369. package/dist/esm/funcs/clientDocumentsRetrievePermissions.js.map +1 -1
  370. package/dist/esm/funcs/clientDocumentsSummarize.js +3 -3
  371. package/dist/esm/funcs/clientDocumentsSummarize.js.map +1 -1
  372. package/dist/esm/funcs/clientEntitiesList.js +3 -3
  373. package/dist/esm/funcs/clientEntitiesList.js.map +1 -1
  374. package/dist/esm/funcs/clientEntitiesReadPeople.js +3 -3
  375. package/dist/esm/funcs/clientEntitiesReadPeople.js.map +1 -1
  376. package/dist/esm/funcs/clientInsightsRetrieve.js +3 -3
  377. package/dist/esm/funcs/clientInsightsRetrieve.js.map +1 -1
  378. package/dist/esm/funcs/clientMessagesRetrieve.js +3 -3
  379. package/dist/esm/funcs/clientMessagesRetrieve.js.map +1 -1
  380. package/dist/esm/funcs/clientPinsCreate.js +3 -3
  381. package/dist/esm/funcs/clientPinsCreate.js.map +1 -1
  382. package/dist/esm/funcs/clientPinsList.js +3 -3
  383. package/dist/esm/funcs/clientPinsList.js.map +1 -1
  384. package/dist/esm/funcs/clientPinsRemove.js +3 -3
  385. package/dist/esm/funcs/clientPinsRemove.js.map +1 -1
  386. package/dist/esm/funcs/clientPinsRetrieve.js +3 -3
  387. package/dist/esm/funcs/clientPinsRetrieve.js.map +1 -1
  388. package/dist/esm/funcs/clientPinsUpdate.js +3 -3
  389. package/dist/esm/funcs/clientPinsUpdate.js.map +1 -1
  390. package/dist/esm/funcs/clientSearchAutocomplete.js +3 -3
  391. package/dist/esm/funcs/clientSearchAutocomplete.js.map +1 -1
  392. package/dist/esm/funcs/clientSearchQuery.js +3 -3
  393. package/dist/esm/funcs/clientSearchQuery.js.map +1 -1
  394. package/dist/esm/funcs/clientSearchQueryAsAdmin.js +3 -3
  395. package/dist/esm/funcs/clientSearchQueryAsAdmin.js.map +1 -1
  396. package/dist/esm/funcs/clientSearchRecommendations.js +3 -3
  397. package/dist/esm/funcs/clientSearchRecommendations.js.map +1 -1
  398. package/dist/esm/funcs/clientSearchRetrieveFeed.js +3 -3
  399. package/dist/esm/funcs/clientSearchRetrieveFeed.js.map +1 -1
  400. package/dist/esm/funcs/clientShortcutsCreate.js +3 -3
  401. package/dist/esm/funcs/clientShortcutsCreate.js.map +1 -1
  402. package/dist/esm/funcs/clientShortcutsDelete.js +3 -3
  403. package/dist/esm/funcs/clientShortcutsDelete.js.map +1 -1
  404. package/dist/esm/funcs/clientShortcutsList.js +3 -3
  405. package/dist/esm/funcs/clientShortcutsList.js.map +1 -1
  406. package/dist/esm/funcs/clientShortcutsRetrieve.js +3 -3
  407. package/dist/esm/funcs/clientShortcutsRetrieve.js.map +1 -1
  408. package/dist/esm/funcs/clientShortcutsUpdate.js +3 -3
  409. package/dist/esm/funcs/clientShortcutsUpdate.js.map +1 -1
  410. package/dist/esm/funcs/clientVerificationAddReminder.js +3 -3
  411. package/dist/esm/funcs/clientVerificationAddReminder.js.map +1 -1
  412. package/dist/esm/funcs/clientVerificationList.js +3 -3
  413. package/dist/esm/funcs/clientVerificationList.js.map +1 -1
  414. package/dist/esm/funcs/clientVerificationVerify.js +3 -3
  415. package/dist/esm/funcs/clientVerificationVerify.js.map +1 -1
  416. package/dist/esm/funcs/indexingAuthenticationRotateToken.js +3 -3
  417. package/dist/esm/funcs/indexingAuthenticationRotateToken.js.map +1 -1
  418. package/dist/esm/funcs/indexingDatasourceStatus.js +3 -3
  419. package/dist/esm/funcs/indexingDatasourceStatus.js.map +1 -1
  420. package/dist/esm/funcs/indexingDatasourcesAdd.js +3 -3
  421. package/dist/esm/funcs/indexingDatasourcesAdd.js.map +1 -1
  422. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js +3 -3
  423. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -1
  424. package/dist/esm/funcs/indexingDocumentsAddOrUpdate.js +3 -3
  425. package/dist/esm/funcs/indexingDocumentsAddOrUpdate.js.map +1 -1
  426. package/dist/esm/funcs/indexingDocumentsBulkIndex.js +3 -3
  427. package/dist/esm/funcs/indexingDocumentsBulkIndex.js.map +1 -1
  428. package/dist/esm/funcs/indexingDocumentsCheckAccess.js +3 -3
  429. package/dist/esm/funcs/indexingDocumentsCheckAccess.js.map +1 -1
  430. package/dist/esm/funcs/indexingDocumentsCount.js +3 -3
  431. package/dist/esm/funcs/indexingDocumentsCount.js.map +1 -1
  432. package/dist/esm/funcs/indexingDocumentsDebug.js +3 -3
  433. package/dist/esm/funcs/indexingDocumentsDebug.js.map +1 -1
  434. package/dist/esm/funcs/indexingDocumentsDebugMany.js +3 -3
  435. package/dist/esm/funcs/indexingDocumentsDebugMany.js.map +1 -1
  436. package/dist/esm/funcs/indexingDocumentsDelete.js +3 -3
  437. package/dist/esm/funcs/indexingDocumentsDelete.js.map +1 -1
  438. package/dist/esm/funcs/indexingDocumentsIndex.js +3 -3
  439. package/dist/esm/funcs/indexingDocumentsIndex.js.map +1 -1
  440. package/dist/esm/funcs/indexingDocumentsProcessAll.js +3 -3
  441. package/dist/esm/funcs/indexingDocumentsProcessAll.js.map +1 -1
  442. package/dist/esm/funcs/indexingDocumentsStatus.js +3 -3
  443. package/dist/esm/funcs/indexingDocumentsStatus.js.map +1 -1
  444. package/dist/esm/funcs/indexingPeopleBulkIndex.js +3 -3
  445. package/dist/esm/funcs/indexingPeopleBulkIndex.js.map +1 -1
  446. package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js +3 -3
  447. package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js.map +1 -1
  448. package/dist/esm/funcs/indexingPeopleCount.js +3 -3
  449. package/dist/esm/funcs/indexingPeopleCount.js.map +1 -1
  450. package/dist/esm/funcs/indexingPeopleDebug.js +3 -3
  451. package/dist/esm/funcs/indexingPeopleDebug.js.map +1 -1
  452. package/dist/esm/funcs/indexingPeopleDelete.js +3 -3
  453. package/dist/esm/funcs/indexingPeopleDelete.js.map +1 -1
  454. package/dist/esm/funcs/indexingPeopleDeleteTeam.js +3 -3
  455. package/dist/esm/funcs/indexingPeopleDeleteTeam.js.map +1 -1
  456. package/dist/esm/funcs/indexingPeopleIndex.js +3 -3
  457. package/dist/esm/funcs/indexingPeopleIndex.js.map +1 -1
  458. package/dist/esm/funcs/indexingPeopleIndexTeam.js +3 -3
  459. package/dist/esm/funcs/indexingPeopleIndexTeam.js.map +1 -1
  460. package/dist/esm/funcs/indexingPeopleProcessAllEmployeesAndTeams.js +3 -3
  461. package/dist/esm/funcs/indexingPeopleProcessAllEmployeesAndTeams.js.map +1 -1
  462. package/dist/esm/funcs/indexingPermissionsAuthorizeBetaUsers.js +3 -3
  463. package/dist/esm/funcs/indexingPermissionsAuthorizeBetaUsers.js.map +1 -1
  464. package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js +3 -3
  465. package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js.map +1 -1
  466. package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js +3 -3
  467. package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js.map +1 -1
  468. package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js +3 -3
  469. package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js.map +1 -1
  470. package/dist/esm/funcs/indexingPermissionsDeleteGroup.js +3 -3
  471. package/dist/esm/funcs/indexingPermissionsDeleteGroup.js.map +1 -1
  472. package/dist/esm/funcs/indexingPermissionsDeleteMembership.js +3 -3
  473. package/dist/esm/funcs/indexingPermissionsDeleteMembership.js.map +1 -1
  474. package/dist/esm/funcs/indexingPermissionsDeleteUser.js +3 -3
  475. package/dist/esm/funcs/indexingPermissionsDeleteUser.js.map +1 -1
  476. package/dist/esm/funcs/indexingPermissionsIndexGroup.js +3 -3
  477. package/dist/esm/funcs/indexingPermissionsIndexGroup.js.map +1 -1
  478. package/dist/esm/funcs/indexingPermissionsIndexMembership.js +3 -3
  479. package/dist/esm/funcs/indexingPermissionsIndexMembership.js.map +1 -1
  480. package/dist/esm/funcs/indexingPermissionsIndexUser.js +3 -3
  481. package/dist/esm/funcs/indexingPermissionsIndexUser.js.map +1 -1
  482. package/dist/esm/funcs/indexingPermissionsProcessMemberships.js +3 -3
  483. package/dist/esm/funcs/indexingPermissionsProcessMemberships.js.map +1 -1
  484. package/dist/esm/funcs/indexingPermissionsUpdatePermissions.js +3 -3
  485. package/dist/esm/funcs/indexingPermissionsUpdatePermissions.js.map +1 -1
  486. package/dist/esm/funcs/indexingShortcutsBulkIndex.js +3 -3
  487. package/dist/esm/funcs/indexingShortcutsBulkIndex.js.map +1 -1
  488. package/dist/esm/funcs/indexingShortcutsUpload.js +3 -3
  489. package/dist/esm/funcs/indexingShortcutsUpload.js.map +1 -1
  490. package/dist/esm/lib/config.d.ts +7 -7
  491. package/dist/esm/lib/config.d.ts.map +1 -1
  492. package/dist/esm/lib/config.js +5 -5
  493. package/dist/esm/lib/config.js.map +1 -1
  494. package/dist/esm/lib/env.d.ts +1 -1
  495. package/dist/esm/lib/env.d.ts.map +1 -1
  496. package/dist/esm/lib/env.js +1 -1
  497. package/dist/esm/lib/env.js.map +1 -1
  498. package/dist/esm/lib/security.js +1 -1
  499. package/dist/esm/lib/security.js.map +1 -1
  500. package/dist/esm/models/components/calendarevent.d.ts +5 -0
  501. package/dist/esm/models/components/calendarevent.d.ts.map +1 -1
  502. package/dist/esm/models/components/calendarevent.js +2 -0
  503. package/dist/esm/models/components/calendarevent.js.map +1 -1
  504. package/dist/esm/models/components/security.d.ts +2 -2
  505. package/dist/esm/models/components/security.d.ts.map +1 -1
  506. package/dist/esm/models/components/security.js +4 -4
  507. package/dist/esm/models/components/security.js.map +1 -1
  508. package/docs/sdks/activity/README.md +4 -4
  509. package/docs/sdks/agents/README.md +6 -6
  510. package/docs/sdks/announcements/README.md +7852 -10
  511. package/docs/sdks/answers/README.md +2916 -346
  512. package/docs/sdks/chat/README.md +20 -20
  513. package/docs/sdks/clientauthentication/README.md +2 -2
  514. package/docs/sdks/clientdocuments/README.md +8 -8
  515. package/docs/sdks/clientshortcuts/README.md +2130 -44
  516. package/docs/sdks/collections/README.md +2140 -50
  517. package/docs/sdks/datasource/README.md +2 -2
  518. package/docs/sdks/datasources/README.md +4 -4
  519. package/docs/sdks/entities/README.md +4 -4
  520. package/docs/sdks/indexingauthentication/README.md +2 -2
  521. package/docs/sdks/indexingdocuments/README.md +20 -20
  522. package/docs/sdks/indexingshortcuts/README.md +4 -4
  523. package/docs/sdks/insights/README.md +2 -2
  524. package/docs/sdks/messages/README.md +2 -2
  525. package/docs/sdks/people/README.md +18 -18
  526. package/docs/sdks/permissions/README.md +24 -24
  527. package/docs/sdks/pins/README.md +10 -10
  528. package/docs/sdks/search/README.md +11608 -650
  529. package/docs/sdks/verification/README.md +6 -6
  530. package/examples/src/search.example.ts +8 -6
  531. package/examples/src/startChat.example.ts +7 -5
  532. package/jsr.json +1 -1
  533. package/package.json +2 -1
  534. package/src/__tests__/activity.test.ts +2 -2
  535. package/src/__tests__/adminsearch.test.ts +1791 -13
  536. package/src/__tests__/agents.test.ts +3 -3
  537. package/src/__tests__/announcements.test.ts +3939 -5
  538. package/src/__tests__/answers.test.ts +1329 -35
  539. package/src/__tests__/chat.test.ts +20124 -1604
  540. package/src/__tests__/clientauthentication.test.ts +1 -1
  541. package/src/__tests__/clientdocuments.test.ts +4 -4
  542. package/src/__tests__/clientsearch.test.ts +3868 -147
  543. package/src/__tests__/clientshortcuts.test.ts +1066 -13
  544. package/src/__tests__/collections.test.ts +1070 -16
  545. package/src/__tests__/datasources.test.ts +2 -2
  546. package/src/__tests__/entities.test.ts +2 -2
  547. package/src/__tests__/indexingauthentication.test.ts +1 -1
  548. package/src/__tests__/indexingdocuments.test.ts +8 -8
  549. package/src/__tests__/indexingpeople.test.ts +2 -2
  550. package/src/__tests__/insights.test.ts +1 -1
  551. package/src/__tests__/messages.test.ts +1 -1
  552. package/src/__tests__/permissions.test.ts +12 -12
  553. package/src/__tests__/pins.test.ts +5 -5
  554. package/src/__tests__/search.test.ts +1 -1
  555. package/src/__tests__/verification.test.ts +3 -3
  556. package/src/funcs/clientActivityFeedback.ts +3 -3
  557. package/src/funcs/clientActivityReport.ts +3 -3
  558. package/src/funcs/clientAgentsList.ts +3 -3
  559. package/src/funcs/clientAgentsRetrieveInputs.ts +3 -3
  560. package/src/funcs/clientAgentsRun.ts +3 -3
  561. package/src/funcs/clientAnnouncementsCreate.ts +3 -3
  562. package/src/funcs/clientAnnouncementsDelete.ts +3 -3
  563. package/src/funcs/clientAnnouncementsUpdate.ts +3 -3
  564. package/src/funcs/clientAnswersCreate.ts +3 -3
  565. package/src/funcs/clientAnswersDelete.ts +3 -3
  566. package/src/funcs/clientAnswersList.ts +3 -3
  567. package/src/funcs/clientAnswersRetrieve.ts +3 -3
  568. package/src/funcs/clientAnswersUpdate.ts +3 -3
  569. package/src/funcs/clientAuthenticationCreateToken.ts +3 -3
  570. package/src/funcs/clientChatCreate.ts +3 -3
  571. package/src/funcs/clientChatCreateStream.ts +3 -3
  572. package/src/funcs/clientChatDelete.ts +3 -3
  573. package/src/funcs/clientChatDeleteAll.ts +3 -3
  574. package/src/funcs/clientChatDeleteFiles.ts +3 -3
  575. package/src/funcs/clientChatList.ts +3 -3
  576. package/src/funcs/clientChatRetrieve.ts +3 -3
  577. package/src/funcs/clientChatRetrieveApplication.ts +3 -3
  578. package/src/funcs/clientChatRetrieveFiles.ts +3 -3
  579. package/src/funcs/clientChatUploadFiles.ts +3 -3
  580. package/src/funcs/clientCollectionsAddItems.ts +3 -3
  581. package/src/funcs/clientCollectionsCreate.ts +3 -3
  582. package/src/funcs/clientCollectionsDelete.ts +3 -3
  583. package/src/funcs/clientCollectionsDeleteItem.ts +3 -3
  584. package/src/funcs/clientCollectionsList.ts +3 -3
  585. package/src/funcs/clientCollectionsRetrieve.ts +3 -3
  586. package/src/funcs/clientCollectionsUpdate.ts +3 -3
  587. package/src/funcs/clientCollectionsUpdateItem.ts +3 -3
  588. package/src/funcs/clientDocumentsRetrieve.ts +3 -3
  589. package/src/funcs/clientDocumentsRetrieveByFacets.ts +3 -3
  590. package/src/funcs/clientDocumentsRetrievePermissions.ts +3 -3
  591. package/src/funcs/clientDocumentsSummarize.ts +3 -3
  592. package/src/funcs/clientEntitiesList.ts +3 -3
  593. package/src/funcs/clientEntitiesReadPeople.ts +3 -3
  594. package/src/funcs/clientInsightsRetrieve.ts +3 -3
  595. package/src/funcs/clientMessagesRetrieve.ts +3 -3
  596. package/src/funcs/clientPinsCreate.ts +3 -3
  597. package/src/funcs/clientPinsList.ts +3 -3
  598. package/src/funcs/clientPinsRemove.ts +3 -3
  599. package/src/funcs/clientPinsRetrieve.ts +3 -3
  600. package/src/funcs/clientPinsUpdate.ts +3 -3
  601. package/src/funcs/clientSearchAutocomplete.ts +3 -3
  602. package/src/funcs/clientSearchQuery.ts +3 -3
  603. package/src/funcs/clientSearchQueryAsAdmin.ts +3 -3
  604. package/src/funcs/clientSearchRecommendations.ts +3 -3
  605. package/src/funcs/clientSearchRetrieveFeed.ts +3 -3
  606. package/src/funcs/clientShortcutsCreate.ts +3 -3
  607. package/src/funcs/clientShortcutsDelete.ts +3 -3
  608. package/src/funcs/clientShortcutsList.ts +3 -3
  609. package/src/funcs/clientShortcutsRetrieve.ts +3 -3
  610. package/src/funcs/clientShortcutsUpdate.ts +3 -3
  611. package/src/funcs/clientVerificationAddReminder.ts +3 -3
  612. package/src/funcs/clientVerificationList.ts +3 -3
  613. package/src/funcs/clientVerificationVerify.ts +3 -3
  614. package/src/funcs/indexingAuthenticationRotateToken.ts +3 -3
  615. package/src/funcs/indexingDatasourceStatus.ts +3 -3
  616. package/src/funcs/indexingDatasourcesAdd.ts +3 -3
  617. package/src/funcs/indexingDatasourcesRetrieveConfig.ts +3 -3
  618. package/src/funcs/indexingDocumentsAddOrUpdate.ts +3 -3
  619. package/src/funcs/indexingDocumentsBulkIndex.ts +3 -3
  620. package/src/funcs/indexingDocumentsCheckAccess.ts +3 -3
  621. package/src/funcs/indexingDocumentsCount.ts +3 -3
  622. package/src/funcs/indexingDocumentsDebug.ts +3 -3
  623. package/src/funcs/indexingDocumentsDebugMany.ts +3 -3
  624. package/src/funcs/indexingDocumentsDelete.ts +3 -3
  625. package/src/funcs/indexingDocumentsIndex.ts +3 -3
  626. package/src/funcs/indexingDocumentsProcessAll.ts +3 -3
  627. package/src/funcs/indexingDocumentsStatus.ts +3 -3
  628. package/src/funcs/indexingPeopleBulkIndex.ts +3 -3
  629. package/src/funcs/indexingPeopleBulkIndexTeams.ts +3 -3
  630. package/src/funcs/indexingPeopleCount.ts +3 -3
  631. package/src/funcs/indexingPeopleDebug.ts +3 -3
  632. package/src/funcs/indexingPeopleDelete.ts +3 -3
  633. package/src/funcs/indexingPeopleDeleteTeam.ts +3 -3
  634. package/src/funcs/indexingPeopleIndex.ts +3 -3
  635. package/src/funcs/indexingPeopleIndexTeam.ts +3 -3
  636. package/src/funcs/indexingPeopleProcessAllEmployeesAndTeams.ts +3 -3
  637. package/src/funcs/indexingPermissionsAuthorizeBetaUsers.ts +3 -3
  638. package/src/funcs/indexingPermissionsBulkIndexGroups.ts +3 -3
  639. package/src/funcs/indexingPermissionsBulkIndexMemberships.ts +3 -3
  640. package/src/funcs/indexingPermissionsBulkIndexUsers.ts +3 -3
  641. package/src/funcs/indexingPermissionsDeleteGroup.ts +3 -3
  642. package/src/funcs/indexingPermissionsDeleteMembership.ts +3 -3
  643. package/src/funcs/indexingPermissionsDeleteUser.ts +3 -3
  644. package/src/funcs/indexingPermissionsIndexGroup.ts +3 -3
  645. package/src/funcs/indexingPermissionsIndexMembership.ts +3 -3
  646. package/src/funcs/indexingPermissionsIndexUser.ts +3 -3
  647. package/src/funcs/indexingPermissionsProcessMemberships.ts +3 -3
  648. package/src/funcs/indexingPermissionsUpdatePermissions.ts +3 -3
  649. package/src/funcs/indexingShortcutsBulkIndex.ts +3 -3
  650. package/src/funcs/indexingShortcutsUpload.ts +3 -3
  651. package/src/lib/config.ts +8 -8
  652. package/src/lib/env.ts +2 -2
  653. package/src/lib/security.ts +1 -1
  654. package/src/models/components/calendarevent.ts +7 -0
  655. package/src/models/components/security.ts +6 -6
  656. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts +0 -16
  657. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  658. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js +0 -123
  659. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js.map +0 -1
  660. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts +0 -16
  661. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts.map +0 -1
  662. package/dist/commonjs/funcs/clientAgentsAgentRun.js +0 -121
  663. package/dist/commonjs/funcs/clientAgentsAgentRun.js.map +0 -1
  664. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts +0 -16
  665. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts.map +0 -1
  666. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js +0 -123
  667. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js.map +0 -1
  668. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts +0 -16
  669. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts.map +0 -1
  670. package/dist/commonjs/funcs/clientChatFilesDelete.js +0 -123
  671. package/dist/commonjs/funcs/clientChatFilesDelete.js.map +0 -1
  672. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts +0 -16
  673. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts.map +0 -1
  674. package/dist/commonjs/funcs/clientChatFilesRetrieve.js +0 -123
  675. package/dist/commonjs/funcs/clientChatFilesRetrieve.js.map +0 -1
  676. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts +0 -16
  677. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts.map +0 -1
  678. package/dist/commonjs/funcs/clientChatFilesUpload.js +0 -121
  679. package/dist/commonjs/funcs/clientChatFilesUpload.js.map +0 -1
  680. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts +0 -16
  681. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts.map +0 -1
  682. package/dist/commonjs/funcs/clientCollectionsItemDelete.js +0 -112
  683. package/dist/commonjs/funcs/clientCollectionsItemDelete.js.map +0 -1
  684. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts +0 -16
  685. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts.map +0 -1
  686. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js +0 -112
  687. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js.map +0 -1
  688. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts +0 -16
  689. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  690. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js +0 -112
  691. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js.map +0 -1
  692. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts +0 -17
  693. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts.map +0 -1
  694. package/dist/commonjs/funcs/clientSearchAdminQuery.js +0 -118
  695. package/dist/commonjs/funcs/clientSearchAdminQuery.js.map +0 -1
  696. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts +0 -16
  697. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts.map +0 -1
  698. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js +0 -112
  699. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js.map +0 -1
  700. package/dist/commonjs/funcs/clientShortcutsUpload.d.ts +0 -16
  701. package/dist/commonjs/funcs/clientShortcutsUpload.d.ts.map +0 -1
  702. package/dist/commonjs/funcs/clientShortcutsUpload.js +0 -113
  703. package/dist/commonjs/funcs/clientShortcutsUpload.js.map +0 -1
  704. package/dist/commonjs/funcs/clientSummarizeGenerate.d.ts +0 -16
  705. package/dist/commonjs/funcs/clientSummarizeGenerate.d.ts.map +0 -1
  706. package/dist/commonjs/funcs/clientSummarizeGenerate.js +0 -112
  707. package/dist/commonjs/funcs/clientSummarizeGenerate.js.map +0 -1
  708. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts +0 -16
  709. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  710. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js +0 -112
  711. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js.map +0 -1
  712. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.d.ts +0 -18
  713. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  714. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.js +0 -114
  715. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.js.map +0 -1
  716. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -18
  717. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  718. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +0 -130
  719. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  720. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -18
  721. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  722. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -130
  723. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  724. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts +0 -18
  725. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  726. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js +0 -126
  727. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  728. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -18
  729. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  730. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js +0 -127
  731. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  732. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts +0 -20
  733. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  734. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js +0 -116
  735. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js.map +0 -1
  736. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts +0 -20
  737. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  738. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js +0 -116
  739. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  740. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts +0 -20
  741. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  742. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js +0 -116
  743. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js.map +0 -1
  744. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts +0 -16
  745. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts.map +0 -1
  746. package/dist/commonjs/funcs/shortcutsCreateshortcut.js +0 -112
  747. package/dist/commonjs/funcs/shortcutsCreateshortcut.js.map +0 -1
  748. package/dist/commonjs/funcs/verificationVerify.d.ts +0 -16
  749. package/dist/commonjs/funcs/verificationVerify.d.ts.map +0 -1
  750. package/dist/commonjs/funcs/verificationVerify.js +0 -112
  751. package/dist/commonjs/funcs/verificationVerify.js.map +0 -1
  752. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts +0 -24
  753. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  754. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js +0 -47
  755. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js.map +0 -1
  756. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts +0 -24
  757. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts.map +0 -1
  758. package/dist/commonjs/react-query/clientAgentsAgentRun.js +0 -47
  759. package/dist/commonjs/react-query/clientAgentsAgentRun.js.map +0 -1
  760. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts +0 -24
  761. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts.map +0 -1
  762. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js +0 -47
  763. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js.map +0 -1
  764. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts +0 -24
  765. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts.map +0 -1
  766. package/dist/commonjs/react-query/clientChatFilesDelete.js +0 -47
  767. package/dist/commonjs/react-query/clientChatFilesDelete.js.map +0 -1
  768. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts +0 -24
  769. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts.map +0 -1
  770. package/dist/commonjs/react-query/clientChatFilesRetrieve.js +0 -47
  771. package/dist/commonjs/react-query/clientChatFilesRetrieve.js.map +0 -1
  772. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts +0 -24
  773. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts.map +0 -1
  774. package/dist/commonjs/react-query/clientChatFilesUpload.js +0 -47
  775. package/dist/commonjs/react-query/clientChatFilesUpload.js.map +0 -1
  776. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts +0 -23
  777. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts.map +0 -1
  778. package/dist/commonjs/react-query/clientCollectionsItemDelete.js +0 -47
  779. package/dist/commonjs/react-query/clientCollectionsItemDelete.js.map +0 -1
  780. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts +0 -23
  781. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts.map +0 -1
  782. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js +0 -47
  783. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js.map +0 -1
  784. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts +0 -23
  785. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  786. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js +0 -47
  787. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js.map +0 -1
  788. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts +0 -23
  789. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts.map +0 -1
  790. package/dist/commonjs/react-query/clientSearchAdminQuery.js +0 -47
  791. package/dist/commonjs/react-query/clientSearchAdminQuery.js.map +0 -1
  792. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts +0 -23
  793. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts.map +0 -1
  794. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js +0 -47
  795. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js.map +0 -1
  796. package/dist/commonjs/react-query/clientShortcutsUpload.d.ts +0 -23
  797. package/dist/commonjs/react-query/clientShortcutsUpload.d.ts.map +0 -1
  798. package/dist/commonjs/react-query/clientShortcutsUpload.js +0 -47
  799. package/dist/commonjs/react-query/clientShortcutsUpload.js.map +0 -1
  800. package/dist/commonjs/react-query/clientSummarizeGenerate.d.ts +0 -23
  801. package/dist/commonjs/react-query/clientSummarizeGenerate.d.ts.map +0 -1
  802. package/dist/commonjs/react-query/clientSummarizeGenerate.js +0 -47
  803. package/dist/commonjs/react-query/clientSummarizeGenerate.js.map +0 -1
  804. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts +0 -23
  805. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  806. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js +0 -47
  807. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js.map +0 -1
  808. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.d.ts +0 -25
  809. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  810. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.js +0 -49
  811. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.js.map +0 -1
  812. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -26
  813. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  814. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +0 -49
  815. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  816. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -26
  817. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  818. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -49
  819. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  820. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts +0 -25
  821. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  822. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js +0 -49
  823. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  824. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -26
  825. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  826. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js +0 -49
  827. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  828. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts +0 -27
  829. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  830. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js +0 -51
  831. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js.map +0 -1
  832. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts +0 -27
  833. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  834. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js +0 -51
  835. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  836. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts +0 -27
  837. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  838. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js +0 -51
  839. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js.map +0 -1
  840. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts +0 -23
  841. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts.map +0 -1
  842. package/dist/commonjs/react-query/shortcutsCreateshortcut.js +0 -47
  843. package/dist/commonjs/react-query/shortcutsCreateshortcut.js.map +0 -1
  844. package/dist/commonjs/react-query/verificationVerify.d.ts +0 -23
  845. package/dist/commonjs/react-query/verificationVerify.d.ts.map +0 -1
  846. package/dist/commonjs/react-query/verificationVerify.js +0 -47
  847. package/dist/commonjs/react-query/verificationVerify.js.map +0 -1
  848. package/dist/commonjs/sdk/agent.d.ts +0 -15
  849. package/dist/commonjs/sdk/agent.d.ts.map +0 -1
  850. package/dist/commonjs/sdk/agent.js +0 -26
  851. package/dist/commonjs/sdk/agent.js.map +0 -1
  852. package/dist/commonjs/sdk/application.d.ts +0 -12
  853. package/dist/commonjs/sdk/application.d.ts.map +0 -1
  854. package/dist/commonjs/sdk/application.js +0 -22
  855. package/dist/commonjs/sdk/application.js.map +0 -1
  856. package/dist/commonjs/sdk/clientverification.d.ts +0 -19
  857. package/dist/commonjs/sdk/clientverification.d.ts.map +0 -1
  858. package/dist/commonjs/sdk/clientverification.js +0 -32
  859. package/dist/commonjs/sdk/clientverification.js.map +0 -1
  860. package/dist/commonjs/sdk/config.d.ts +0 -12
  861. package/dist/commonjs/sdk/config.d.ts.map +0 -1
  862. package/dist/commonjs/sdk/config.js +0 -22
  863. package/dist/commonjs/sdk/config.js.map +0 -1
  864. package/dist/commonjs/sdk/datasourcedocuments.d.ts +0 -14
  865. package/dist/commonjs/sdk/datasourcedocuments.d.ts.map +0 -1
  866. package/dist/commonjs/sdk/datasourcedocuments.js +0 -24
  867. package/dist/commonjs/sdk/datasourcedocuments.js.map +0 -1
  868. package/dist/commonjs/sdk/document.d.ts +0 -14
  869. package/dist/commonjs/sdk/document.d.ts.map +0 -1
  870. package/dist/commonjs/sdk/document.js +0 -24
  871. package/dist/commonjs/sdk/document.js.map +0 -1
  872. package/dist/commonjs/sdk/documentspermissions.d.ts +0 -12
  873. package/dist/commonjs/sdk/documentspermissions.d.ts.map +0 -1
  874. package/dist/commonjs/sdk/documentspermissions.js +0 -22
  875. package/dist/commonjs/sdk/documentspermissions.js.map +0 -1
  876. package/dist/commonjs/sdk/feed.d.ts +0 -12
  877. package/dist/commonjs/sdk/feed.d.ts.map +0 -1
  878. package/dist/commonjs/sdk/feed.js +0 -22
  879. package/dist/commonjs/sdk/feed.js.map +0 -1
  880. package/dist/commonjs/sdk/files.d.ts +0 -26
  881. package/dist/commonjs/sdk/files.d.ts.map +0 -1
  882. package/dist/commonjs/sdk/files.js +0 -42
  883. package/dist/commonjs/sdk/files.js.map +0 -1
  884. package/dist/commonjs/sdk/indexingpermissions.d.ts +0 -89
  885. package/dist/commonjs/sdk/indexingpermissions.d.ts.map +0 -1
  886. package/dist/commonjs/sdk/indexingpermissions.js +0 -132
  887. package/dist/commonjs/sdk/indexingpermissions.js.map +0 -1
  888. package/dist/commonjs/sdk/inputs.d.ts +0 -12
  889. package/dist/commonjs/sdk/inputs.d.ts.map +0 -1
  890. package/dist/commonjs/sdk/inputs.js +0 -22
  891. package/dist/commonjs/sdk/inputs.js.map +0 -1
  892. package/dist/commonjs/sdk/item.d.ts +0 -19
  893. package/dist/commonjs/sdk/item.d.ts.map +0 -1
  894. package/dist/commonjs/sdk/item.js +0 -32
  895. package/dist/commonjs/sdk/item.js.map +0 -1
  896. package/dist/commonjs/sdk/shortcuts.d.ts +0 -12
  897. package/dist/commonjs/sdk/shortcuts.d.ts.map +0 -1
  898. package/dist/commonjs/sdk/shortcuts.js +0 -22
  899. package/dist/commonjs/sdk/shortcuts.js.map +0 -1
  900. package/dist/commonjs/sdk/summarize.d.ts +0 -12
  901. package/dist/commonjs/sdk/summarize.d.ts.map +0 -1
  902. package/dist/commonjs/sdk/summarize.js +0 -22
  903. package/dist/commonjs/sdk/summarize.js.map +0 -1
  904. package/dist/commonjs/sdk/troubleshooting.d.ts +0 -23
  905. package/dist/commonjs/sdk/troubleshooting.d.ts.map +0 -1
  906. package/dist/commonjs/sdk/troubleshooting.js +0 -36
  907. package/dist/commonjs/sdk/troubleshooting.js.map +0 -1
  908. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts +0 -27
  909. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts.map +0 -1
  910. package/dist/commonjs/sdk/troubleshootingdocuments.js +0 -40
  911. package/dist/commonjs/sdk/troubleshootingdocuments.js.map +0 -1
  912. package/dist/commonjs/sdk/user.d.ts +0 -14
  913. package/dist/commonjs/sdk/user.d.ts.map +0 -1
  914. package/dist/commonjs/sdk/user.js +0 -24
  915. package/dist/commonjs/sdk/user.js.map +0 -1
  916. package/dist/commonjs/sdk/users.d.ts +0 -16
  917. package/dist/commonjs/sdk/users.d.ts.map +0 -1
  918. package/dist/commonjs/sdk/users.js +0 -26
  919. package/dist/commonjs/sdk/users.js.map +0 -1
  920. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts +0 -16
  921. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  922. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js +0 -87
  923. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js.map +0 -1
  924. package/dist/esm/funcs/clientAgentsAgentRun.d.ts +0 -16
  925. package/dist/esm/funcs/clientAgentsAgentRun.d.ts.map +0 -1
  926. package/dist/esm/funcs/clientAgentsAgentRun.js +0 -85
  927. package/dist/esm/funcs/clientAgentsAgentRun.js.map +0 -1
  928. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts +0 -16
  929. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts.map +0 -1
  930. package/dist/esm/funcs/clientChatApplicationRetrieve.js +0 -87
  931. package/dist/esm/funcs/clientChatApplicationRetrieve.js.map +0 -1
  932. package/dist/esm/funcs/clientChatFilesDelete.d.ts +0 -16
  933. package/dist/esm/funcs/clientChatFilesDelete.d.ts.map +0 -1
  934. package/dist/esm/funcs/clientChatFilesDelete.js +0 -87
  935. package/dist/esm/funcs/clientChatFilesDelete.js.map +0 -1
  936. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts +0 -16
  937. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts.map +0 -1
  938. package/dist/esm/funcs/clientChatFilesRetrieve.js +0 -87
  939. package/dist/esm/funcs/clientChatFilesRetrieve.js.map +0 -1
  940. package/dist/esm/funcs/clientChatFilesUpload.d.ts +0 -16
  941. package/dist/esm/funcs/clientChatFilesUpload.d.ts.map +0 -1
  942. package/dist/esm/funcs/clientChatFilesUpload.js +0 -85
  943. package/dist/esm/funcs/clientChatFilesUpload.js.map +0 -1
  944. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts +0 -16
  945. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts.map +0 -1
  946. package/dist/esm/funcs/clientCollectionsItemDelete.js +0 -76
  947. package/dist/esm/funcs/clientCollectionsItemDelete.js.map +0 -1
  948. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts +0 -16
  949. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts.map +0 -1
  950. package/dist/esm/funcs/clientCollectionsItemUpdate.js +0 -76
  951. package/dist/esm/funcs/clientCollectionsItemUpdate.js.map +0 -1
  952. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts +0 -16
  953. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  954. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js +0 -76
  955. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js.map +0 -1
  956. package/dist/esm/funcs/clientSearchAdminQuery.d.ts +0 -17
  957. package/dist/esm/funcs/clientSearchAdminQuery.d.ts.map +0 -1
  958. package/dist/esm/funcs/clientSearchAdminQuery.js +0 -82
  959. package/dist/esm/funcs/clientSearchAdminQuery.js.map +0 -1
  960. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts +0 -16
  961. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts.map +0 -1
  962. package/dist/esm/funcs/clientSearchFeedRetrieve.js +0 -76
  963. package/dist/esm/funcs/clientSearchFeedRetrieve.js.map +0 -1
  964. package/dist/esm/funcs/clientShortcutsUpload.d.ts +0 -16
  965. package/dist/esm/funcs/clientShortcutsUpload.d.ts.map +0 -1
  966. package/dist/esm/funcs/clientShortcutsUpload.js +0 -77
  967. package/dist/esm/funcs/clientShortcutsUpload.js.map +0 -1
  968. package/dist/esm/funcs/clientSummarizeGenerate.d.ts +0 -16
  969. package/dist/esm/funcs/clientSummarizeGenerate.d.ts.map +0 -1
  970. package/dist/esm/funcs/clientSummarizeGenerate.js +0 -76
  971. package/dist/esm/funcs/clientSummarizeGenerate.js.map +0 -1
  972. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts +0 -16
  973. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  974. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js +0 -76
  975. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js.map +0 -1
  976. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.d.ts +0 -18
  977. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  978. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.js +0 -78
  979. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.js.map +0 -1
  980. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -18
  981. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  982. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +0 -94
  983. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  984. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -18
  985. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  986. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -94
  987. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  988. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts +0 -18
  989. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  990. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js +0 -90
  991. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  992. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -18
  993. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  994. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js +0 -91
  995. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  996. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts +0 -20
  997. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  998. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js +0 -80
  999. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js.map +0 -1
  1000. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts +0 -20
  1001. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  1002. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js +0 -80
  1003. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  1004. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts +0 -20
  1005. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  1006. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js +0 -80
  1007. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js.map +0 -1
  1008. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts +0 -16
  1009. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts.map +0 -1
  1010. package/dist/esm/funcs/shortcutsCreateshortcut.js +0 -76
  1011. package/dist/esm/funcs/shortcutsCreateshortcut.js.map +0 -1
  1012. package/dist/esm/funcs/verificationVerify.d.ts +0 -16
  1013. package/dist/esm/funcs/verificationVerify.d.ts.map +0 -1
  1014. package/dist/esm/funcs/verificationVerify.js +0 -76
  1015. package/dist/esm/funcs/verificationVerify.js.map +0 -1
  1016. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts +0 -24
  1017. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  1018. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js +0 -42
  1019. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js.map +0 -1
  1020. package/dist/esm/react-query/clientAgentsAgentRun.d.ts +0 -24
  1021. package/dist/esm/react-query/clientAgentsAgentRun.d.ts.map +0 -1
  1022. package/dist/esm/react-query/clientAgentsAgentRun.js +0 -42
  1023. package/dist/esm/react-query/clientAgentsAgentRun.js.map +0 -1
  1024. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts +0 -24
  1025. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts.map +0 -1
  1026. package/dist/esm/react-query/clientChatApplicationRetrieve.js +0 -42
  1027. package/dist/esm/react-query/clientChatApplicationRetrieve.js.map +0 -1
  1028. package/dist/esm/react-query/clientChatFilesDelete.d.ts +0 -24
  1029. package/dist/esm/react-query/clientChatFilesDelete.d.ts.map +0 -1
  1030. package/dist/esm/react-query/clientChatFilesDelete.js +0 -42
  1031. package/dist/esm/react-query/clientChatFilesDelete.js.map +0 -1
  1032. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts +0 -24
  1033. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts.map +0 -1
  1034. package/dist/esm/react-query/clientChatFilesRetrieve.js +0 -42
  1035. package/dist/esm/react-query/clientChatFilesRetrieve.js.map +0 -1
  1036. package/dist/esm/react-query/clientChatFilesUpload.d.ts +0 -24
  1037. package/dist/esm/react-query/clientChatFilesUpload.d.ts.map +0 -1
  1038. package/dist/esm/react-query/clientChatFilesUpload.js +0 -42
  1039. package/dist/esm/react-query/clientChatFilesUpload.js.map +0 -1
  1040. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts +0 -23
  1041. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts.map +0 -1
  1042. package/dist/esm/react-query/clientCollectionsItemDelete.js +0 -42
  1043. package/dist/esm/react-query/clientCollectionsItemDelete.js.map +0 -1
  1044. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts +0 -23
  1045. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts.map +0 -1
  1046. package/dist/esm/react-query/clientCollectionsItemUpdate.js +0 -42
  1047. package/dist/esm/react-query/clientCollectionsItemUpdate.js.map +0 -1
  1048. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts +0 -23
  1049. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  1050. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js +0 -42
  1051. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js.map +0 -1
  1052. package/dist/esm/react-query/clientSearchAdminQuery.d.ts +0 -23
  1053. package/dist/esm/react-query/clientSearchAdminQuery.d.ts.map +0 -1
  1054. package/dist/esm/react-query/clientSearchAdminQuery.js +0 -42
  1055. package/dist/esm/react-query/clientSearchAdminQuery.js.map +0 -1
  1056. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts +0 -23
  1057. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts.map +0 -1
  1058. package/dist/esm/react-query/clientSearchFeedRetrieve.js +0 -42
  1059. package/dist/esm/react-query/clientSearchFeedRetrieve.js.map +0 -1
  1060. package/dist/esm/react-query/clientShortcutsUpload.d.ts +0 -23
  1061. package/dist/esm/react-query/clientShortcutsUpload.d.ts.map +0 -1
  1062. package/dist/esm/react-query/clientShortcutsUpload.js +0 -42
  1063. package/dist/esm/react-query/clientShortcutsUpload.js.map +0 -1
  1064. package/dist/esm/react-query/clientSummarizeGenerate.d.ts +0 -23
  1065. package/dist/esm/react-query/clientSummarizeGenerate.d.ts.map +0 -1
  1066. package/dist/esm/react-query/clientSummarizeGenerate.js +0 -42
  1067. package/dist/esm/react-query/clientSummarizeGenerate.js.map +0 -1
  1068. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts +0 -23
  1069. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  1070. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js +0 -42
  1071. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js.map +0 -1
  1072. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.d.ts +0 -25
  1073. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  1074. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.js +0 -44
  1075. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.js.map +0 -1
  1076. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -26
  1077. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  1078. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +0 -44
  1079. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  1080. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -26
  1081. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  1082. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -44
  1083. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  1084. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts +0 -25
  1085. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  1086. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js +0 -44
  1087. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  1088. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -26
  1089. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  1090. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js +0 -44
  1091. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  1092. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts +0 -27
  1093. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  1094. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js +0 -46
  1095. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js.map +0 -1
  1096. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts +0 -27
  1097. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  1098. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js +0 -46
  1099. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  1100. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts +0 -27
  1101. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  1102. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js +0 -46
  1103. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js.map +0 -1
  1104. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts +0 -23
  1105. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts.map +0 -1
  1106. package/dist/esm/react-query/shortcutsCreateshortcut.js +0 -42
  1107. package/dist/esm/react-query/shortcutsCreateshortcut.js.map +0 -1
  1108. package/dist/esm/react-query/verificationVerify.d.ts +0 -23
  1109. package/dist/esm/react-query/verificationVerify.d.ts.map +0 -1
  1110. package/dist/esm/react-query/verificationVerify.js +0 -42
  1111. package/dist/esm/react-query/verificationVerify.js.map +0 -1
  1112. package/dist/esm/sdk/agent.d.ts +0 -15
  1113. package/dist/esm/sdk/agent.d.ts.map +0 -1
  1114. package/dist/esm/sdk/agent.js +0 -22
  1115. package/dist/esm/sdk/agent.js.map +0 -1
  1116. package/dist/esm/sdk/application.d.ts +0 -12
  1117. package/dist/esm/sdk/application.d.ts.map +0 -1
  1118. package/dist/esm/sdk/application.js +0 -18
  1119. package/dist/esm/sdk/application.js.map +0 -1
  1120. package/dist/esm/sdk/clientverification.d.ts +0 -19
  1121. package/dist/esm/sdk/clientverification.d.ts.map +0 -1
  1122. package/dist/esm/sdk/clientverification.js +0 -28
  1123. package/dist/esm/sdk/clientverification.js.map +0 -1
  1124. package/dist/esm/sdk/config.d.ts +0 -12
  1125. package/dist/esm/sdk/config.d.ts.map +0 -1
  1126. package/dist/esm/sdk/config.js +0 -18
  1127. package/dist/esm/sdk/config.js.map +0 -1
  1128. package/dist/esm/sdk/datasourcedocuments.d.ts +0 -14
  1129. package/dist/esm/sdk/datasourcedocuments.d.ts.map +0 -1
  1130. package/dist/esm/sdk/datasourcedocuments.js +0 -20
  1131. package/dist/esm/sdk/datasourcedocuments.js.map +0 -1
  1132. package/dist/esm/sdk/document.d.ts +0 -14
  1133. package/dist/esm/sdk/document.d.ts.map +0 -1
  1134. package/dist/esm/sdk/document.js +0 -20
  1135. package/dist/esm/sdk/document.js.map +0 -1
  1136. package/dist/esm/sdk/documentspermissions.d.ts +0 -12
  1137. package/dist/esm/sdk/documentspermissions.d.ts.map +0 -1
  1138. package/dist/esm/sdk/documentspermissions.js +0 -18
  1139. package/dist/esm/sdk/documentspermissions.js.map +0 -1
  1140. package/dist/esm/sdk/feed.d.ts +0 -12
  1141. package/dist/esm/sdk/feed.d.ts.map +0 -1
  1142. package/dist/esm/sdk/feed.js +0 -18
  1143. package/dist/esm/sdk/feed.js.map +0 -1
  1144. package/dist/esm/sdk/files.d.ts +0 -26
  1145. package/dist/esm/sdk/files.d.ts.map +0 -1
  1146. package/dist/esm/sdk/files.js +0 -38
  1147. package/dist/esm/sdk/files.js.map +0 -1
  1148. package/dist/esm/sdk/indexingpermissions.d.ts +0 -89
  1149. package/dist/esm/sdk/indexingpermissions.d.ts.map +0 -1
  1150. package/dist/esm/sdk/indexingpermissions.js +0 -128
  1151. package/dist/esm/sdk/indexingpermissions.js.map +0 -1
  1152. package/dist/esm/sdk/inputs.d.ts +0 -12
  1153. package/dist/esm/sdk/inputs.d.ts.map +0 -1
  1154. package/dist/esm/sdk/inputs.js +0 -18
  1155. package/dist/esm/sdk/inputs.js.map +0 -1
  1156. package/dist/esm/sdk/item.d.ts +0 -19
  1157. package/dist/esm/sdk/item.d.ts.map +0 -1
  1158. package/dist/esm/sdk/item.js +0 -28
  1159. package/dist/esm/sdk/item.js.map +0 -1
  1160. package/dist/esm/sdk/shortcuts.d.ts +0 -12
  1161. package/dist/esm/sdk/shortcuts.d.ts.map +0 -1
  1162. package/dist/esm/sdk/shortcuts.js +0 -18
  1163. package/dist/esm/sdk/shortcuts.js.map +0 -1
  1164. package/dist/esm/sdk/summarize.d.ts +0 -12
  1165. package/dist/esm/sdk/summarize.d.ts.map +0 -1
  1166. package/dist/esm/sdk/summarize.js +0 -18
  1167. package/dist/esm/sdk/summarize.js.map +0 -1
  1168. package/dist/esm/sdk/troubleshooting.d.ts +0 -23
  1169. package/dist/esm/sdk/troubleshooting.d.ts.map +0 -1
  1170. package/dist/esm/sdk/troubleshooting.js +0 -32
  1171. package/dist/esm/sdk/troubleshooting.js.map +0 -1
  1172. package/dist/esm/sdk/troubleshootingdocuments.d.ts +0 -27
  1173. package/dist/esm/sdk/troubleshootingdocuments.d.ts.map +0 -1
  1174. package/dist/esm/sdk/troubleshootingdocuments.js +0 -36
  1175. package/dist/esm/sdk/troubleshootingdocuments.js.map +0 -1
  1176. package/dist/esm/sdk/user.d.ts +0 -14
  1177. package/dist/esm/sdk/user.d.ts.map +0 -1
  1178. package/dist/esm/sdk/user.js +0 -20
  1179. package/dist/esm/sdk/user.js.map +0 -1
  1180. package/dist/esm/sdk/users.d.ts +0 -16
  1181. package/dist/esm/sdk/users.d.ts.map +0 -1
  1182. package/dist/esm/sdk/users.js +0 -22
  1183. package/dist/esm/sdk/users.js.map +0 -1
  1184. package/docs/sdks/agent/README.md +0 -98
  1185. package/docs/sdks/application/README.md +0 -102
  1186. package/docs/sdks/clientverification/README.md +0 -191
  1187. package/docs/sdks/config/README.md +0 -101
  1188. package/docs/sdks/datasourcedocuments/README.md +0 -124
  1189. package/docs/sdks/document/README.md +0 -108
  1190. package/docs/sdks/documentspermissions/README.md +0 -97
  1191. package/docs/sdks/feed/README.md +0 -97
  1192. package/docs/sdks/files/README.md +0 -300
  1193. package/docs/sdks/indexingpermissions/README.md +0 -1208
  1194. package/docs/sdks/inputs/README.md +0 -98
  1195. package/docs/sdks/item/README.md +0 -199
  1196. package/docs/sdks/shortcuts/README.md +0 -223
  1197. package/docs/sdks/summarize/README.md +0 -107
  1198. package/docs/sdks/troubleshooting/README.md +0 -110
  1199. package/docs/sdks/troubleshootingdocuments/README.md +0 -209
  1200. package/docs/sdks/user/README.md +0 -106
  1201. package/docs/sdks/users/README.md +0 -106
  1202. package/src/funcs/clientAgentsAgentInputsRetrieve.ts +0 -170
  1203. package/src/funcs/clientAgentsAgentRun.ts +0 -168
  1204. package/src/funcs/clientChatApplicationRetrieve.ts +0 -170
  1205. package/src/funcs/clientChatFilesDelete.ts +0 -171
  1206. package/src/funcs/clientChatFilesRetrieve.ts +0 -170
  1207. package/src/funcs/clientChatFilesUpload.ts +0 -169
  1208. package/src/funcs/clientCollectionsItemDelete.ts +0 -155
  1209. package/src/funcs/clientCollectionsItemUpdate.ts +0 -154
  1210. package/src/funcs/clientDocumentsPermissionsRetrieve.ts +0 -154
  1211. package/src/funcs/clientSearchAdminQuery.ts +0 -165
  1212. package/src/funcs/clientSearchFeedRetrieve.ts +0 -154
  1213. package/src/funcs/clientShortcutsUpload.ts +0 -155
  1214. package/src/funcs/clientSummarizeGenerate.ts +0 -154
  1215. package/src/funcs/indexingDatasourcesConfigRetrieve.ts +0 -155
  1216. package/src/funcs/indexingTroubleshootingCheckAccess.ts +0 -157
  1217. package/src/funcs/indexingTroubleshootingDatasourceDocumentDebug.ts +0 -180
  1218. package/src/funcs/indexingTroubleshootingDatasourceDocumentsDebug.ts +0 -180
  1219. package/src/funcs/indexingTroubleshootingDatasourceStatus.ts +0 -173
  1220. package/src/funcs/indexingTroubleshootingDatasourceUserDebug.ts +0 -177
  1221. package/src/funcs/indexingTroubleshootingDocumentsCount.ts +0 -158
  1222. package/src/funcs/indexingTroubleshootingDocumentsStatus.ts +0 -158
  1223. package/src/funcs/indexingTroubleshootingUsersCount.ts +0 -158
  1224. package/src/funcs/shortcutsCreateshortcut.ts +0 -154
  1225. package/src/funcs/verificationVerify.ts +0 -154
  1226. package/src/react-query/clientAgentsAgentInputsRetrieve.ts +0 -92
  1227. package/src/react-query/clientAgentsAgentRun.ts +0 -91
  1228. package/src/react-query/clientChatApplicationRetrieve.ts +0 -92
  1229. package/src/react-query/clientChatFilesDelete.ts +0 -91
  1230. package/src/react-query/clientChatFilesRetrieve.ts +0 -92
  1231. package/src/react-query/clientChatFilesUpload.ts +0 -92
  1232. package/src/react-query/clientCollectionsItemDelete.ts +0 -89
  1233. package/src/react-query/clientCollectionsItemUpdate.ts +0 -89
  1234. package/src/react-query/clientDocumentsPermissionsRetrieve.ts +0 -89
  1235. package/src/react-query/clientSearchAdminQuery.ts +0 -88
  1236. package/src/react-query/clientSearchFeedRetrieve.ts +0 -88
  1237. package/src/react-query/clientShortcutsUpload.ts +0 -88
  1238. package/src/react-query/clientSummarizeGenerate.ts +0 -88
  1239. package/src/react-query/indexingDatasourcesConfigRetrieve.ts +0 -89
  1240. package/src/react-query/indexingTroubleshootingCheckAccess.ts +0 -91
  1241. package/src/react-query/indexingTroubleshootingDatasourceDocumentDebug.ts +0 -98
  1242. package/src/react-query/indexingTroubleshootingDatasourceDocumentsDebug.ts +0 -98
  1243. package/src/react-query/indexingTroubleshootingDatasourceStatus.ts +0 -91
  1244. package/src/react-query/indexingTroubleshootingDatasourceUserDebug.ts +0 -94
  1245. package/src/react-query/indexingTroubleshootingDocumentsCount.ts +0 -93
  1246. package/src/react-query/indexingTroubleshootingDocumentsStatus.ts +0 -93
  1247. package/src/react-query/indexingTroubleshootingUsersCount.ts +0 -93
  1248. package/src/react-query/shortcutsCreateshortcut.ts +0 -89
  1249. package/src/react-query/verificationVerify.ts +0 -88
  1250. package/src/sdk/agent.ts +0 -35
  1251. package/src/sdk/application.ts +0 -29
  1252. package/src/sdk/clientverification.ts +0 -45
  1253. package/src/sdk/config.ts +0 -27
  1254. package/src/sdk/datasourcedocuments.ts +0 -31
  1255. package/src/sdk/document.ts +0 -31
  1256. package/src/sdk/documentspermissions.ts +0 -27
  1257. package/src/sdk/feed.ts +0 -27
  1258. package/src/sdk/files.ts +0 -69
  1259. package/src/sdk/indexingpermissions.ts +0 -225
  1260. package/src/sdk/inputs.ts +0 -29
  1261. package/src/sdk/item.ts +0 -45
  1262. package/src/sdk/shortcuts.ts +0 -27
  1263. package/src/sdk/summarize.ts +0 -27
  1264. package/src/sdk/troubleshooting.ts +0 -47
  1265. package/src/sdk/troubleshootingdocuments.ts +0 -53
  1266. package/src/sdk/user.ts +0 -31
  1267. package/src/sdk/users.ts +0 -31
@@ -1,1208 +0,0 @@
1
- # IndexingPermissions
2
- (*indexing.permissions*)
3
-
4
- ## Overview
5
-
6
- ### Available Operations
7
-
8
- * [updatePermissions](#updatepermissions) - Update document permissions
9
- * [indexUser](#indexuser) - Index user
10
- * [bulkIndexUsers](#bulkindexusers) - Bulk index users
11
- * [indexGroup](#indexgroup) - Index group
12
- * [bulkIndexGroups](#bulkindexgroups) - Bulk index groups
13
- * [indexMembership](#indexmembership) - Index membership
14
- * [bulkIndexMemberships](#bulkindexmemberships) - Bulk index memberships for a group
15
- * [processMemberships](#processmemberships) - Schedules the processing of group memberships
16
- * [deleteUser](#deleteuser) - Delete user
17
- * [deleteGroup](#deletegroup) - Delete group
18
- * [deleteMembership](#deletemembership) - Delete membership
19
- * [authorizeBetaUsers](#authorizebetausers) - Beta users
20
-
21
- ## updatePermissions
22
-
23
- Updates the permissions for a given document without modifying document content.
24
-
25
- ### Example Usage
26
-
27
- ```typescript
28
- import { Glean } from "@gleanwork/api-client";
29
-
30
- const glean = new Glean({
31
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
32
- });
33
-
34
- async function run() {
35
- await glean.indexing.permissions.updatePermissions({
36
- datasource: "<value>",
37
- permissions: {},
38
- });
39
-
40
-
41
- }
42
-
43
- run();
44
- ```
45
-
46
- ### Standalone function
47
-
48
- The standalone function version of this method:
49
-
50
- ```typescript
51
- import { GleanCore } from "@gleanwork/api-client/core.js";
52
- import { indexingPermissionsUpdatePermissions } from "@gleanwork/api-client/funcs/indexingPermissionsUpdatePermissions.js";
53
-
54
- // Use `GleanCore` for best tree-shaking performance.
55
- // You can create one instance of it to use across an application.
56
- const glean = new GleanCore({
57
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
58
- });
59
-
60
- async function run() {
61
- const res = await indexingPermissionsUpdatePermissions(glean, {
62
- datasource: "<value>",
63
- permissions: {},
64
- });
65
-
66
- if (!res.ok) {
67
- throw res.error;
68
- }
69
-
70
- const { value: result } = res;
71
-
72
-
73
- }
74
-
75
- run();
76
- ```
77
-
78
- ### React hooks and utilities
79
-
80
- This method can be used in React components through the following hooks and
81
- associated utilities.
82
-
83
- > Check out [this guide][hook-guide] for information about each of the utilities
84
- > below and how to get started using React hooks.
85
-
86
- [hook-guide]: ../../../REACT_QUERY.md
87
-
88
- ```tsx
89
- import {
90
- // Mutation hook for triggering the API call.
91
- useIndexingPermissionsUpdatePermissionsMutation
92
- } from "@gleanwork/api-client/react-query/indexingPermissionsUpdatePermissions.js";
93
- ```
94
-
95
- ### Parameters
96
-
97
- | Parameter | Type | Required | Description |
98
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
99
- | `request` | [components.UpdatePermissionsRequest](../../models/components/updatepermissionsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
100
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
101
- | `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. |
102
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
103
-
104
- ### Response
105
-
106
- **Promise\<void\>**
107
-
108
- ### Errors
109
-
110
- | Error Type | Status Code | Content Type |
111
- | ----------------- | ----------------- | ----------------- |
112
- | errors.GleanError | 4XX, 5XX | \*/\* |
113
-
114
- ## indexUser
115
-
116
- Adds a datasource user or updates an existing user.
117
-
118
- ### Example Usage
119
-
120
- ```typescript
121
- import { Glean } from "@gleanwork/api-client";
122
-
123
- const glean = new Glean({
124
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
125
- });
126
-
127
- async function run() {
128
- await glean.indexing.permissions.indexUser({
129
- datasource: "<value>",
130
- user: {
131
- email: "Elroy38@gmail.com",
132
- name: "<value>",
133
- },
134
- });
135
-
136
-
137
- }
138
-
139
- run();
140
- ```
141
-
142
- ### Standalone function
143
-
144
- The standalone function version of this method:
145
-
146
- ```typescript
147
- import { GleanCore } from "@gleanwork/api-client/core.js";
148
- import { indexingPermissionsIndexUser } from "@gleanwork/api-client/funcs/indexingPermissionsIndexUser.js";
149
-
150
- // Use `GleanCore` for best tree-shaking performance.
151
- // You can create one instance of it to use across an application.
152
- const glean = new GleanCore({
153
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
154
- });
155
-
156
- async function run() {
157
- const res = await indexingPermissionsIndexUser(glean, {
158
- datasource: "<value>",
159
- user: {
160
- email: "Elroy38@gmail.com",
161
- name: "<value>",
162
- },
163
- });
164
-
165
- if (!res.ok) {
166
- throw res.error;
167
- }
168
-
169
- const { value: result } = res;
170
-
171
-
172
- }
173
-
174
- run();
175
- ```
176
-
177
- ### React hooks and utilities
178
-
179
- This method can be used in React components through the following hooks and
180
- associated utilities.
181
-
182
- > Check out [this guide][hook-guide] for information about each of the utilities
183
- > below and how to get started using React hooks.
184
-
185
- [hook-guide]: ../../../REACT_QUERY.md
186
-
187
- ```tsx
188
- import {
189
- // Mutation hook for triggering the API call.
190
- useIndexingPermissionsIndexUserMutation
191
- } from "@gleanwork/api-client/react-query/indexingPermissionsIndexUser.js";
192
- ```
193
-
194
- ### Parameters
195
-
196
- | Parameter | Type | Required | Description |
197
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
198
- | `request` | [components.IndexUserRequest](../../models/components/indexuserrequest.md) | :heavy_check_mark: | The request object to use for the request. |
199
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
200
- | `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. |
201
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
202
-
203
- ### Response
204
-
205
- **Promise\<void\>**
206
-
207
- ### Errors
208
-
209
- | Error Type | Status Code | Content Type |
210
- | ----------------- | ----------------- | ----------------- |
211
- | errors.GleanError | 4XX, 5XX | \*/\* |
212
-
213
- ## bulkIndexUsers
214
-
215
- Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/docs/indexing_api_bulk_indexing/#bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
216
-
217
- ### Example Usage
218
-
219
- ```typescript
220
- import { Glean } from "@gleanwork/api-client";
221
-
222
- const glean = new Glean({
223
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
224
- });
225
-
226
- async function run() {
227
- await glean.indexing.permissions.bulkIndexUsers({
228
- uploadId: "<id>",
229
- datasource: "<value>",
230
- users: [
231
- {
232
- email: "Nola85@hotmail.com",
233
- name: "<value>",
234
- },
235
- {
236
- email: "Francisca44@hotmail.com",
237
- name: "<value>",
238
- },
239
- {
240
- email: "Georgiana_Fadel-Boyle@yahoo.com",
241
- name: "<value>",
242
- },
243
- ],
244
- });
245
-
246
-
247
- }
248
-
249
- run();
250
- ```
251
-
252
- ### Standalone function
253
-
254
- The standalone function version of this method:
255
-
256
- ```typescript
257
- import { GleanCore } from "@gleanwork/api-client/core.js";
258
- import { indexingPermissionsBulkIndexUsers } from "@gleanwork/api-client/funcs/indexingPermissionsBulkIndexUsers.js";
259
-
260
- // Use `GleanCore` for best tree-shaking performance.
261
- // You can create one instance of it to use across an application.
262
- const glean = new GleanCore({
263
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
264
- });
265
-
266
- async function run() {
267
- const res = await indexingPermissionsBulkIndexUsers(glean, {
268
- uploadId: "<id>",
269
- datasource: "<value>",
270
- users: [
271
- {
272
- email: "Nola85@hotmail.com",
273
- name: "<value>",
274
- },
275
- {
276
- email: "Francisca44@hotmail.com",
277
- name: "<value>",
278
- },
279
- {
280
- email: "Georgiana_Fadel-Boyle@yahoo.com",
281
- name: "<value>",
282
- },
283
- ],
284
- });
285
-
286
- if (!res.ok) {
287
- throw res.error;
288
- }
289
-
290
- const { value: result } = res;
291
-
292
-
293
- }
294
-
295
- run();
296
- ```
297
-
298
- ### React hooks and utilities
299
-
300
- This method can be used in React components through the following hooks and
301
- associated utilities.
302
-
303
- > Check out [this guide][hook-guide] for information about each of the utilities
304
- > below and how to get started using React hooks.
305
-
306
- [hook-guide]: ../../../REACT_QUERY.md
307
-
308
- ```tsx
309
- import {
310
- // Mutation hook for triggering the API call.
311
- useIndexingPermissionsBulkIndexUsersMutation
312
- } from "@gleanwork/api-client/react-query/indexingPermissionsBulkIndexUsers.js";
313
- ```
314
-
315
- ### Parameters
316
-
317
- | Parameter | Type | Required | Description |
318
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
319
- | `request` | [components.BulkIndexUsersRequest](../../models/components/bulkindexusersrequest.md) | :heavy_check_mark: | The request object to use for the request. |
320
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
321
- | `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. |
322
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
323
-
324
- ### Response
325
-
326
- **Promise\<void\>**
327
-
328
- ### Errors
329
-
330
- | Error Type | Status Code | Content Type |
331
- | ----------------- | ----------------- | ----------------- |
332
- | errors.GleanError | 4XX, 5XX | \*/\* |
333
-
334
- ## indexGroup
335
-
336
- Add or update a group in the datasource.
337
-
338
- ### Example Usage
339
-
340
- ```typescript
341
- import { Glean } from "@gleanwork/api-client";
342
-
343
- const glean = new Glean({
344
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
345
- });
346
-
347
- async function run() {
348
- await glean.indexing.permissions.indexGroup({
349
- datasource: "<value>",
350
- group: {
351
- name: "<value>",
352
- },
353
- });
354
-
355
-
356
- }
357
-
358
- run();
359
- ```
360
-
361
- ### Standalone function
362
-
363
- The standalone function version of this method:
364
-
365
- ```typescript
366
- import { GleanCore } from "@gleanwork/api-client/core.js";
367
- import { indexingPermissionsIndexGroup } from "@gleanwork/api-client/funcs/indexingPermissionsIndexGroup.js";
368
-
369
- // Use `GleanCore` for best tree-shaking performance.
370
- // You can create one instance of it to use across an application.
371
- const glean = new GleanCore({
372
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
373
- });
374
-
375
- async function run() {
376
- const res = await indexingPermissionsIndexGroup(glean, {
377
- datasource: "<value>",
378
- group: {
379
- name: "<value>",
380
- },
381
- });
382
-
383
- if (!res.ok) {
384
- throw res.error;
385
- }
386
-
387
- const { value: result } = res;
388
-
389
-
390
- }
391
-
392
- run();
393
- ```
394
-
395
- ### React hooks and utilities
396
-
397
- This method can be used in React components through the following hooks and
398
- associated utilities.
399
-
400
- > Check out [this guide][hook-guide] for information about each of the utilities
401
- > below and how to get started using React hooks.
402
-
403
- [hook-guide]: ../../../REACT_QUERY.md
404
-
405
- ```tsx
406
- import {
407
- // Mutation hook for triggering the API call.
408
- useIndexingPermissionsIndexGroupMutation
409
- } from "@gleanwork/api-client/react-query/indexingPermissionsIndexGroup.js";
410
- ```
411
-
412
- ### Parameters
413
-
414
- | Parameter | Type | Required | Description |
415
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
416
- | `request` | [components.IndexGroupRequest](../../models/components/indexgrouprequest.md) | :heavy_check_mark: | The request object to use for the request. |
417
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
418
- | `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. |
419
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
420
-
421
- ### Response
422
-
423
- **Promise\<void\>**
424
-
425
- ### Errors
426
-
427
- | Error Type | Status Code | Content Type |
428
- | ----------------- | ----------------- | ----------------- |
429
- | errors.GleanError | 4XX, 5XX | \*/\* |
430
-
431
- ## bulkIndexGroups
432
-
433
- Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/docs/indexing_api_bulk_indexing/#bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
434
-
435
- ### Example Usage
436
-
437
- ```typescript
438
- import { Glean } from "@gleanwork/api-client";
439
-
440
- const glean = new Glean({
441
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
442
- });
443
-
444
- async function run() {
445
- await glean.indexing.permissions.bulkIndexGroups({
446
- uploadId: "<id>",
447
- datasource: "<value>",
448
- groups: [
449
- {
450
- name: "<value>",
451
- },
452
- {
453
- name: "<value>",
454
- },
455
- ],
456
- });
457
-
458
-
459
- }
460
-
461
- run();
462
- ```
463
-
464
- ### Standalone function
465
-
466
- The standalone function version of this method:
467
-
468
- ```typescript
469
- import { GleanCore } from "@gleanwork/api-client/core.js";
470
- import { indexingPermissionsBulkIndexGroups } from "@gleanwork/api-client/funcs/indexingPermissionsBulkIndexGroups.js";
471
-
472
- // Use `GleanCore` for best tree-shaking performance.
473
- // You can create one instance of it to use across an application.
474
- const glean = new GleanCore({
475
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
476
- });
477
-
478
- async function run() {
479
- const res = await indexingPermissionsBulkIndexGroups(glean, {
480
- uploadId: "<id>",
481
- datasource: "<value>",
482
- groups: [
483
- {
484
- name: "<value>",
485
- },
486
- {
487
- name: "<value>",
488
- },
489
- ],
490
- });
491
-
492
- if (!res.ok) {
493
- throw res.error;
494
- }
495
-
496
- const { value: result } = res;
497
-
498
-
499
- }
500
-
501
- run();
502
- ```
503
-
504
- ### React hooks and utilities
505
-
506
- This method can be used in React components through the following hooks and
507
- associated utilities.
508
-
509
- > Check out [this guide][hook-guide] for information about each of the utilities
510
- > below and how to get started using React hooks.
511
-
512
- [hook-guide]: ../../../REACT_QUERY.md
513
-
514
- ```tsx
515
- import {
516
- // Mutation hook for triggering the API call.
517
- useIndexingPermissionsBulkIndexGroupsMutation
518
- } from "@gleanwork/api-client/react-query/indexingPermissionsBulkIndexGroups.js";
519
- ```
520
-
521
- ### Parameters
522
-
523
- | Parameter | Type | Required | Description |
524
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
525
- | `request` | [components.BulkIndexGroupsRequest](../../models/components/bulkindexgroupsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
526
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
527
- | `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. |
528
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
529
-
530
- ### Response
531
-
532
- **Promise\<void\>**
533
-
534
- ### Errors
535
-
536
- | Error Type | Status Code | Content Type |
537
- | ----------------- | ----------------- | ----------------- |
538
- | errors.GleanError | 4XX, 5XX | \*/\* |
539
-
540
- ## indexMembership
541
-
542
- Add the memberships of a group in the datasource.
543
-
544
- ### Example Usage
545
-
546
- ```typescript
547
- import { Glean } from "@gleanwork/api-client";
548
-
549
- const glean = new Glean({
550
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
551
- });
552
-
553
- async function run() {
554
- await glean.indexing.permissions.indexMembership({
555
- datasource: "<value>",
556
- membership: {
557
- groupName: "<value>",
558
- },
559
- });
560
-
561
-
562
- }
563
-
564
- run();
565
- ```
566
-
567
- ### Standalone function
568
-
569
- The standalone function version of this method:
570
-
571
- ```typescript
572
- import { GleanCore } from "@gleanwork/api-client/core.js";
573
- import { indexingPermissionsIndexMembership } from "@gleanwork/api-client/funcs/indexingPermissionsIndexMembership.js";
574
-
575
- // Use `GleanCore` for best tree-shaking performance.
576
- // You can create one instance of it to use across an application.
577
- const glean = new GleanCore({
578
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
579
- });
580
-
581
- async function run() {
582
- const res = await indexingPermissionsIndexMembership(glean, {
583
- datasource: "<value>",
584
- membership: {
585
- groupName: "<value>",
586
- },
587
- });
588
-
589
- if (!res.ok) {
590
- throw res.error;
591
- }
592
-
593
- const { value: result } = res;
594
-
595
-
596
- }
597
-
598
- run();
599
- ```
600
-
601
- ### React hooks and utilities
602
-
603
- This method can be used in React components through the following hooks and
604
- associated utilities.
605
-
606
- > Check out [this guide][hook-guide] for information about each of the utilities
607
- > below and how to get started using React hooks.
608
-
609
- [hook-guide]: ../../../REACT_QUERY.md
610
-
611
- ```tsx
612
- import {
613
- // Mutation hook for triggering the API call.
614
- useIndexingPermissionsIndexMembershipMutation
615
- } from "@gleanwork/api-client/react-query/indexingPermissionsIndexMembership.js";
616
- ```
617
-
618
- ### Parameters
619
-
620
- | Parameter | Type | Required | Description |
621
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
622
- | `request` | [components.IndexMembershipRequest](../../models/components/indexmembershiprequest.md) | :heavy_check_mark: | The request object to use for the request. |
623
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
624
- | `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. |
625
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
626
-
627
- ### Response
628
-
629
- **Promise\<void\>**
630
-
631
- ### Errors
632
-
633
- | Error Type | Status Code | Content Type |
634
- | ----------------- | ----------------- | ----------------- |
635
- | errors.GleanError | 4XX, 5XX | \*/\* |
636
-
637
- ## bulkIndexMemberships
638
-
639
- Replaces the memberships for a group in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/docs/indexing_api_bulk_indexing/#bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
640
-
641
- ### Example Usage
642
-
643
- ```typescript
644
- import { Glean } from "@gleanwork/api-client";
645
-
646
- const glean = new Glean({
647
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
648
- });
649
-
650
- async function run() {
651
- await glean.indexing.permissions.bulkIndexMemberships({
652
- uploadId: "<id>",
653
- datasource: "<value>",
654
- memberships: [
655
- {},
656
- {},
657
- {},
658
- ],
659
- });
660
-
661
-
662
- }
663
-
664
- run();
665
- ```
666
-
667
- ### Standalone function
668
-
669
- The standalone function version of this method:
670
-
671
- ```typescript
672
- import { GleanCore } from "@gleanwork/api-client/core.js";
673
- import { indexingPermissionsBulkIndexMemberships } from "@gleanwork/api-client/funcs/indexingPermissionsBulkIndexMemberships.js";
674
-
675
- // Use `GleanCore` for best tree-shaking performance.
676
- // You can create one instance of it to use across an application.
677
- const glean = new GleanCore({
678
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
679
- });
680
-
681
- async function run() {
682
- const res = await indexingPermissionsBulkIndexMemberships(glean, {
683
- uploadId: "<id>",
684
- datasource: "<value>",
685
- memberships: [
686
- {},
687
- {},
688
- {},
689
- ],
690
- });
691
-
692
- if (!res.ok) {
693
- throw res.error;
694
- }
695
-
696
- const { value: result } = res;
697
-
698
-
699
- }
700
-
701
- run();
702
- ```
703
-
704
- ### React hooks and utilities
705
-
706
- This method can be used in React components through the following hooks and
707
- associated utilities.
708
-
709
- > Check out [this guide][hook-guide] for information about each of the utilities
710
- > below and how to get started using React hooks.
711
-
712
- [hook-guide]: ../../../REACT_QUERY.md
713
-
714
- ```tsx
715
- import {
716
- // Mutation hook for triggering the API call.
717
- useIndexingPermissionsBulkIndexMembershipsMutation
718
- } from "@gleanwork/api-client/react-query/indexingPermissionsBulkIndexMemberships.js";
719
- ```
720
-
721
- ### Parameters
722
-
723
- | Parameter | Type | Required | Description |
724
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
725
- | `request` | [components.BulkIndexMembershipsRequest](../../models/components/bulkindexmembershipsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
726
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
727
- | `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. |
728
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
729
-
730
- ### Response
731
-
732
- **Promise\<void\>**
733
-
734
- ### Errors
735
-
736
- | Error Type | Status Code | Content Type |
737
- | ----------------- | ----------------- | ----------------- |
738
- | errors.GleanError | 4XX, 5XX | \*/\* |
739
-
740
- ## processMemberships
741
-
742
- Schedules the immediate processing of all group memberships uploaded through the indexing API. By default the uploaded group memberships will be processed asynchronously but this API can be used to schedule processing of all memberships on demand.
743
-
744
-
745
- ### Example Usage
746
-
747
- ```typescript
748
- import { Glean } from "@gleanwork/api-client";
749
-
750
- const glean = new Glean({
751
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
752
- });
753
-
754
- async function run() {
755
- await glean.indexing.permissions.processMemberships();
756
-
757
-
758
- }
759
-
760
- run();
761
- ```
762
-
763
- ### Standalone function
764
-
765
- The standalone function version of this method:
766
-
767
- ```typescript
768
- import { GleanCore } from "@gleanwork/api-client/core.js";
769
- import { indexingPermissionsProcessMemberships } from "@gleanwork/api-client/funcs/indexingPermissionsProcessMemberships.js";
770
-
771
- // Use `GleanCore` for best tree-shaking performance.
772
- // You can create one instance of it to use across an application.
773
- const glean = new GleanCore({
774
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
775
- });
776
-
777
- async function run() {
778
- const res = await indexingPermissionsProcessMemberships(glean);
779
-
780
- if (!res.ok) {
781
- throw res.error;
782
- }
783
-
784
- const { value: result } = res;
785
-
786
-
787
- }
788
-
789
- run();
790
- ```
791
-
792
- ### React hooks and utilities
793
-
794
- This method can be used in React components through the following hooks and
795
- associated utilities.
796
-
797
- > Check out [this guide][hook-guide] for information about each of the utilities
798
- > below and how to get started using React hooks.
799
-
800
- [hook-guide]: ../../../REACT_QUERY.md
801
-
802
- ```tsx
803
- import {
804
- // Mutation hook for triggering the API call.
805
- useIndexingPermissionsProcessMembershipsMutation
806
- } from "@gleanwork/api-client/react-query/indexingPermissionsProcessMemberships.js";
807
- ```
808
-
809
- ### Parameters
810
-
811
- | Parameter | Type | Required | Description |
812
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
813
- | `request` | [components.ProcessAllMembershipsRequest](../../models/components/processallmembershipsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
814
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
815
- | `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. |
816
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
817
-
818
- ### Response
819
-
820
- **Promise\<void\>**
821
-
822
- ### Errors
823
-
824
- | Error Type | Status Code | Content Type |
825
- | ----------------- | ----------------- | ----------------- |
826
- | errors.GleanError | 4XX, 5XX | \*/\* |
827
-
828
- ## deleteUser
829
-
830
- Delete the user from the datasource. Silently succeeds if user is not present.
831
-
832
- ### Example Usage
833
-
834
- ```typescript
835
- import { Glean } from "@gleanwork/api-client";
836
-
837
- const glean = new Glean({
838
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
839
- });
840
-
841
- async function run() {
842
- await glean.indexing.permissions.deleteUser({
843
- datasource: "<value>",
844
- email: "Estrella.Robel56@gmail.com",
845
- });
846
-
847
-
848
- }
849
-
850
- run();
851
- ```
852
-
853
- ### Standalone function
854
-
855
- The standalone function version of this method:
856
-
857
- ```typescript
858
- import { GleanCore } from "@gleanwork/api-client/core.js";
859
- import { indexingPermissionsDeleteUser } from "@gleanwork/api-client/funcs/indexingPermissionsDeleteUser.js";
860
-
861
- // Use `GleanCore` for best tree-shaking performance.
862
- // You can create one instance of it to use across an application.
863
- const glean = new GleanCore({
864
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
865
- });
866
-
867
- async function run() {
868
- const res = await indexingPermissionsDeleteUser(glean, {
869
- datasource: "<value>",
870
- email: "Estrella.Robel56@gmail.com",
871
- });
872
-
873
- if (!res.ok) {
874
- throw res.error;
875
- }
876
-
877
- const { value: result } = res;
878
-
879
-
880
- }
881
-
882
- run();
883
- ```
884
-
885
- ### React hooks and utilities
886
-
887
- This method can be used in React components through the following hooks and
888
- associated utilities.
889
-
890
- > Check out [this guide][hook-guide] for information about each of the utilities
891
- > below and how to get started using React hooks.
892
-
893
- [hook-guide]: ../../../REACT_QUERY.md
894
-
895
- ```tsx
896
- import {
897
- // Mutation hook for triggering the API call.
898
- useIndexingPermissionsDeleteUserMutation
899
- } from "@gleanwork/api-client/react-query/indexingPermissionsDeleteUser.js";
900
- ```
901
-
902
- ### Parameters
903
-
904
- | Parameter | Type | Required | Description |
905
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
906
- | `request` | [components.DeleteUserRequest](../../models/components/deleteuserrequest.md) | :heavy_check_mark: | The request object to use for the request. |
907
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
908
- | `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. |
909
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
910
-
911
- ### Response
912
-
913
- **Promise\<void\>**
914
-
915
- ### Errors
916
-
917
- | Error Type | Status Code | Content Type |
918
- | ----------------- | ----------------- | ----------------- |
919
- | errors.GleanError | 4XX, 5XX | \*/\* |
920
-
921
- ## deleteGroup
922
-
923
- Delete group from the datasource. Silently succeeds if group is not present.
924
-
925
- ### Example Usage
926
-
927
- ```typescript
928
- import { Glean } from "@gleanwork/api-client";
929
-
930
- const glean = new Glean({
931
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
932
- });
933
-
934
- async function run() {
935
- await glean.indexing.permissions.deleteGroup({
936
- datasource: "<value>",
937
- groupName: "<value>",
938
- });
939
-
940
-
941
- }
942
-
943
- run();
944
- ```
945
-
946
- ### Standalone function
947
-
948
- The standalone function version of this method:
949
-
950
- ```typescript
951
- import { GleanCore } from "@gleanwork/api-client/core.js";
952
- import { indexingPermissionsDeleteGroup } from "@gleanwork/api-client/funcs/indexingPermissionsDeleteGroup.js";
953
-
954
- // Use `GleanCore` for best tree-shaking performance.
955
- // You can create one instance of it to use across an application.
956
- const glean = new GleanCore({
957
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
958
- });
959
-
960
- async function run() {
961
- const res = await indexingPermissionsDeleteGroup(glean, {
962
- datasource: "<value>",
963
- groupName: "<value>",
964
- });
965
-
966
- if (!res.ok) {
967
- throw res.error;
968
- }
969
-
970
- const { value: result } = res;
971
-
972
-
973
- }
974
-
975
- run();
976
- ```
977
-
978
- ### React hooks and utilities
979
-
980
- This method can be used in React components through the following hooks and
981
- associated utilities.
982
-
983
- > Check out [this guide][hook-guide] for information about each of the utilities
984
- > below and how to get started using React hooks.
985
-
986
- [hook-guide]: ../../../REACT_QUERY.md
987
-
988
- ```tsx
989
- import {
990
- // Mutation hook for triggering the API call.
991
- useIndexingPermissionsDeleteGroupMutation
992
- } from "@gleanwork/api-client/react-query/indexingPermissionsDeleteGroup.js";
993
- ```
994
-
995
- ### Parameters
996
-
997
- | Parameter | Type | Required | Description |
998
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
999
- | `request` | [components.DeleteGroupRequest](../../models/components/deletegrouprequest.md) | :heavy_check_mark: | The request object to use for the request. |
1000
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
1001
- | `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. |
1002
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1003
-
1004
- ### Response
1005
-
1006
- **Promise\<void\>**
1007
-
1008
- ### Errors
1009
-
1010
- | Error Type | Status Code | Content Type |
1011
- | ----------------- | ----------------- | ----------------- |
1012
- | errors.GleanError | 4XX, 5XX | \*/\* |
1013
-
1014
- ## deleteMembership
1015
-
1016
- Delete membership to a group in the specified datasource. Silently succeeds if membership is not present.
1017
-
1018
- ### Example Usage
1019
-
1020
- ```typescript
1021
- import { Glean } from "@gleanwork/api-client";
1022
-
1023
- const glean = new Glean({
1024
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
1025
- });
1026
-
1027
- async function run() {
1028
- await glean.indexing.permissions.deleteMembership({
1029
- datasource: "<value>",
1030
- membership: {
1031
- groupName: "<value>",
1032
- },
1033
- });
1034
-
1035
-
1036
- }
1037
-
1038
- run();
1039
- ```
1040
-
1041
- ### Standalone function
1042
-
1043
- The standalone function version of this method:
1044
-
1045
- ```typescript
1046
- import { GleanCore } from "@gleanwork/api-client/core.js";
1047
- import { indexingPermissionsDeleteMembership } from "@gleanwork/api-client/funcs/indexingPermissionsDeleteMembership.js";
1048
-
1049
- // Use `GleanCore` for best tree-shaking performance.
1050
- // You can create one instance of it to use across an application.
1051
- const glean = new GleanCore({
1052
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
1053
- });
1054
-
1055
- async function run() {
1056
- const res = await indexingPermissionsDeleteMembership(glean, {
1057
- datasource: "<value>",
1058
- membership: {
1059
- groupName: "<value>",
1060
- },
1061
- });
1062
-
1063
- if (!res.ok) {
1064
- throw res.error;
1065
- }
1066
-
1067
- const { value: result } = res;
1068
-
1069
-
1070
- }
1071
-
1072
- run();
1073
- ```
1074
-
1075
- ### React hooks and utilities
1076
-
1077
- This method can be used in React components through the following hooks and
1078
- associated utilities.
1079
-
1080
- > Check out [this guide][hook-guide] for information about each of the utilities
1081
- > below and how to get started using React hooks.
1082
-
1083
- [hook-guide]: ../../../REACT_QUERY.md
1084
-
1085
- ```tsx
1086
- import {
1087
- // Mutation hook for triggering the API call.
1088
- useIndexingPermissionsDeleteMembershipMutation
1089
- } from "@gleanwork/api-client/react-query/indexingPermissionsDeleteMembership.js";
1090
- ```
1091
-
1092
- ### Parameters
1093
-
1094
- | Parameter | Type | Required | Description |
1095
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1096
- | `request` | [components.DeleteMembershipRequest](../../models/components/deletemembershiprequest.md) | :heavy_check_mark: | The request object to use for the request. |
1097
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
1098
- | `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. |
1099
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1100
-
1101
- ### Response
1102
-
1103
- **Promise\<void\>**
1104
-
1105
- ### Errors
1106
-
1107
- | Error Type | Status Code | Content Type |
1108
- | ----------------- | ----------------- | ----------------- |
1109
- | errors.GleanError | 4XX, 5XX | \*/\* |
1110
-
1111
- ## authorizeBetaUsers
1112
-
1113
- Allow the datasource be visible to the specified beta users. The default behaviour is datasource being visible to all users if it is enabled and not visible to any user if it is not enabled.
1114
-
1115
- ### Example Usage
1116
-
1117
- ```typescript
1118
- import { Glean } from "@gleanwork/api-client";
1119
-
1120
- const glean = new Glean({
1121
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
1122
- });
1123
-
1124
- async function run() {
1125
- await glean.indexing.permissions.authorizeBetaUsers({
1126
- datasource: "<value>",
1127
- emails: [
1128
- "Margaret94@gmail.com",
1129
- "Jerel_Wilkinson39@yahoo.com",
1130
- ],
1131
- });
1132
-
1133
-
1134
- }
1135
-
1136
- run();
1137
- ```
1138
-
1139
- ### Standalone function
1140
-
1141
- The standalone function version of this method:
1142
-
1143
- ```typescript
1144
- import { GleanCore } from "@gleanwork/api-client/core.js";
1145
- import { indexingPermissionsAuthorizeBetaUsers } from "@gleanwork/api-client/funcs/indexingPermissionsAuthorizeBetaUsers.js";
1146
-
1147
- // Use `GleanCore` for best tree-shaking performance.
1148
- // You can create one instance of it to use across an application.
1149
- const glean = new GleanCore({
1150
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "",
1151
- });
1152
-
1153
- async function run() {
1154
- const res = await indexingPermissionsAuthorizeBetaUsers(glean, {
1155
- datasource: "<value>",
1156
- emails: [
1157
- "Margaret94@gmail.com",
1158
- "Jerel_Wilkinson39@yahoo.com",
1159
- ],
1160
- });
1161
-
1162
- if (!res.ok) {
1163
- throw res.error;
1164
- }
1165
-
1166
- const { value: result } = res;
1167
-
1168
-
1169
- }
1170
-
1171
- run();
1172
- ```
1173
-
1174
- ### React hooks and utilities
1175
-
1176
- This method can be used in React components through the following hooks and
1177
- associated utilities.
1178
-
1179
- > Check out [this guide][hook-guide] for information about each of the utilities
1180
- > below and how to get started using React hooks.
1181
-
1182
- [hook-guide]: ../../../REACT_QUERY.md
1183
-
1184
- ```tsx
1185
- import {
1186
- // Mutation hook for triggering the API call.
1187
- useIndexingPermissionsAuthorizeBetaUsersMutation
1188
- } from "@gleanwork/api-client/react-query/indexingPermissionsAuthorizeBetaUsers.js";
1189
- ```
1190
-
1191
- ### Parameters
1192
-
1193
- | Parameter | Type | Required | Description |
1194
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1195
- | `request` | [components.GreenlistUsersRequest](../../models/components/greenlistusersrequest.md) | :heavy_check_mark: | The request object to use for the request. |
1196
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
1197
- | `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. |
1198
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1199
-
1200
- ### Response
1201
-
1202
- **Promise\<void\>**
1203
-
1204
- ### Errors
1205
-
1206
- | Error Type | Status Code | Content Type |
1207
- | ----------------- | ----------------- | ----------------- |
1208
- | errors.GleanError | 4XX, 5XX | \*/\* |