@gleanwork/api-client 0.8.1 → 0.10.1

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 (573) hide show
  1. package/dist/commonjs/__tests__/announcements.test.js +2 -2
  2. package/dist/commonjs/__tests__/announcements.test.js.map +1 -1
  3. package/dist/commonjs/__tests__/answers.test.js +2 -2
  4. package/dist/commonjs/__tests__/answers.test.js.map +1 -1
  5. package/dist/commonjs/__tests__/clientchat.test.js +24 -24
  6. package/dist/commonjs/__tests__/clientchat.test.js.map +1 -1
  7. package/dist/commonjs/__tests__/clientshortcuts.test.js +2 -2
  8. package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
  9. package/dist/commonjs/__tests__/collections.test.js +2 -2
  10. package/dist/commonjs/__tests__/collections.test.js.map +1 -1
  11. package/dist/commonjs/__tests__/search.test.js +1 -1
  12. package/dist/commonjs/__tests__/search.test.js.map +1 -1
  13. package/dist/commonjs/__tests__/summarize.test.js +8 -2
  14. package/dist/commonjs/__tests__/summarize.test.js.map +1 -1
  15. package/dist/commonjs/funcs/clientCollectionsCreate.d.ts +2 -1
  16. package/dist/commonjs/funcs/clientCollectionsCreate.d.ts.map +1 -1
  17. package/dist/commonjs/funcs/clientCollectionsCreate.js +2 -1
  18. package/dist/commonjs/funcs/clientCollectionsCreate.js.map +1 -1
  19. package/dist/commonjs/funcs/indexingAuthenticationRotateToken.d.ts +1 -1
  20. package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js +1 -1
  21. package/dist/commonjs/funcs/indexingDatasourceStatus.d.ts +1 -1
  22. package/dist/commonjs/funcs/indexingDatasourceStatus.js +1 -1
  23. package/dist/commonjs/funcs/indexingDocumentsBulkIndex.d.ts +1 -1
  24. package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js +1 -1
  25. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.d.ts +1 -1
  26. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js +1 -1
  27. package/dist/commonjs/funcs/indexingDocumentsCount.d.ts +1 -1
  28. package/dist/commonjs/funcs/indexingDocumentsCount.js +1 -1
  29. package/dist/commonjs/funcs/indexingDocumentsDebug.d.ts +1 -1
  30. package/dist/commonjs/funcs/indexingDocumentsDebug.js +1 -1
  31. package/dist/commonjs/funcs/indexingDocumentsDebugMany.d.ts +1 -1
  32. package/dist/commonjs/funcs/indexingDocumentsDebugMany.js +1 -1
  33. package/dist/commonjs/funcs/indexingDocumentsIndex.d.ts +1 -1
  34. package/dist/commonjs/funcs/indexingDocumentsIndex.js +1 -1
  35. package/dist/commonjs/funcs/indexingDocumentsStatus.d.ts +1 -1
  36. package/dist/commonjs/funcs/indexingDocumentsStatus.js +1 -1
  37. package/dist/commonjs/funcs/indexingPeopleBulkIndex.d.ts +1 -1
  38. package/dist/commonjs/funcs/indexingPeopleBulkIndex.js +1 -1
  39. package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.d.ts +1 -1
  40. package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js +1 -1
  41. package/dist/commonjs/funcs/indexingPeopleCount.d.ts +1 -1
  42. package/dist/commonjs/funcs/indexingPeopleCount.js +1 -1
  43. package/dist/commonjs/funcs/indexingPeopleDebug.d.ts +1 -1
  44. package/dist/commonjs/funcs/indexingPeopleDebug.js +1 -1
  45. package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.d.ts +1 -1
  46. package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js +1 -1
  47. package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
  48. package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js +1 -1
  49. package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.d.ts +1 -1
  50. package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js +1 -1
  51. package/dist/commonjs/lib/config.d.ts +2 -2
  52. package/dist/commonjs/lib/config.js +2 -2
  53. package/dist/commonjs/lib/config.js.map +1 -1
  54. package/dist/commonjs/models/components/agentconfig.d.ts +12 -0
  55. package/dist/commonjs/models/components/agentconfig.d.ts.map +1 -1
  56. package/dist/commonjs/models/components/agentconfig.js +5 -0
  57. package/dist/commonjs/models/components/agentconfig.js.map +1 -1
  58. package/dist/commonjs/models/components/authconfig.d.ts +3 -0
  59. package/dist/commonjs/models/components/authconfig.d.ts.map +1 -1
  60. package/dist/commonjs/models/components/authconfig.js +1 -0
  61. package/dist/commonjs/models/components/authconfig.js.map +1 -1
  62. package/dist/commonjs/models/components/chat.d.ts +9 -0
  63. package/dist/commonjs/models/components/chat.d.ts.map +1 -1
  64. package/dist/commonjs/models/components/chat.js +6 -0
  65. package/dist/commonjs/models/components/chat.js.map +1 -1
  66. package/dist/commonjs/models/components/chatmessage.d.ts +3 -0
  67. package/dist/commonjs/models/components/chatmessage.d.ts.map +1 -1
  68. package/dist/commonjs/models/components/chatmessage.js +1 -0
  69. package/dist/commonjs/models/components/chatmessage.js.map +1 -1
  70. package/dist/commonjs/models/components/chatmessagefragment.d.ts +7 -1
  71. package/dist/commonjs/models/components/chatmessagefragment.d.ts.map +1 -1
  72. package/dist/commonjs/models/components/chatmessagefragment.js +3 -0
  73. package/dist/commonjs/models/components/chatmessagefragment.js.map +1 -1
  74. package/dist/commonjs/models/components/chatrequest.d.ts +1 -1
  75. package/dist/commonjs/models/components/chatsuggestion.d.ts +37 -0
  76. package/dist/commonjs/models/components/chatsuggestion.d.ts.map +1 -0
  77. package/dist/commonjs/models/components/chatsuggestion.js +71 -0
  78. package/dist/commonjs/models/components/chatsuggestion.js.map +1 -0
  79. package/dist/commonjs/models/components/clustertypeenum.d.ts +6 -0
  80. package/dist/commonjs/models/components/clustertypeenum.d.ts.map +1 -1
  81. package/dist/commonjs/models/components/clustertypeenum.js +2 -0
  82. package/dist/commonjs/models/components/clustertypeenum.js.map +1 -1
  83. package/dist/commonjs/models/components/customdatasourceconfig.d.ts +3 -0
  84. package/dist/commonjs/models/components/customdatasourceconfig.d.ts.map +1 -1
  85. package/dist/commonjs/models/components/customdatasourceconfig.js +1 -0
  86. package/dist/commonjs/models/components/customdatasourceconfig.js.map +1 -1
  87. package/dist/commonjs/models/components/digest.d.ts +48 -0
  88. package/dist/commonjs/models/components/digest.d.ts.map +1 -0
  89. package/dist/commonjs/models/components/digest.js +77 -0
  90. package/dist/commonjs/models/components/digest.js.map +1 -0
  91. package/dist/commonjs/models/components/digestsection.d.ts +64 -0
  92. package/dist/commonjs/models/components/digestsection.d.ts.map +1 -0
  93. package/dist/commonjs/models/components/digestsection.js +83 -0
  94. package/dist/commonjs/models/components/digestsection.js.map +1 -0
  95. package/dist/commonjs/models/components/digestupdate.d.ts +53 -0
  96. package/dist/commonjs/models/components/digestupdate.d.ts.map +1 -0
  97. package/dist/commonjs/models/components/digestupdate.js +78 -0
  98. package/dist/commonjs/models/components/digestupdate.js.map +1 -0
  99. package/dist/commonjs/models/components/documentdefinition.d.ts +1 -1
  100. package/dist/commonjs/models/components/documentspecunion.d.ts +99 -18
  101. package/dist/commonjs/models/components/documentspecunion.d.ts.map +1 -1
  102. package/dist/commonjs/models/components/documentspecunion.js +78 -19
  103. package/dist/commonjs/models/components/documentspecunion.js.map +1 -1
  104. package/dist/commonjs/models/components/feedback.d.ts +6 -0
  105. package/dist/commonjs/models/components/feedback.d.ts.map +1 -1
  106. package/dist/commonjs/models/components/feedback.js +6 -0
  107. package/dist/commonjs/models/components/feedback.js.map +1 -1
  108. package/dist/commonjs/models/components/feedentry.d.ts +12 -0
  109. package/dist/commonjs/models/components/feedentry.d.ts.map +1 -1
  110. package/dist/commonjs/models/components/feedentry.js +8 -0
  111. package/dist/commonjs/models/components/feedentry.js.map +1 -1
  112. package/dist/commonjs/models/components/feedrequest.d.ts +6 -0
  113. package/dist/commonjs/models/components/feedrequest.d.ts.map +1 -1
  114. package/dist/commonjs/models/components/feedrequest.js +2 -0
  115. package/dist/commonjs/models/components/feedrequest.js.map +1 -1
  116. package/dist/commonjs/models/components/feedresult.d.ts +6 -0
  117. package/dist/commonjs/models/components/feedresult.d.ts.map +1 -1
  118. package/dist/commonjs/models/components/feedresult.js +2 -0
  119. package/dist/commonjs/models/components/feedresult.js.map +1 -1
  120. package/dist/commonjs/models/components/generatedqna.js +2 -2
  121. package/dist/commonjs/models/components/generatedqna.js.map +1 -1
  122. package/dist/commonjs/models/components/getchatfilesrequest.d.ts +5 -0
  123. package/dist/commonjs/models/components/getchatfilesrequest.d.ts.map +1 -1
  124. package/dist/commonjs/models/components/getchatfilesrequest.js +2 -0
  125. package/dist/commonjs/models/components/getchatfilesrequest.js.map +1 -1
  126. package/dist/commonjs/models/components/group.d.ts +10 -0
  127. package/dist/commonjs/models/components/group.d.ts.map +1 -1
  128. package/dist/commonjs/models/components/group.js +4 -0
  129. package/dist/commonjs/models/components/group.js.map +1 -1
  130. package/dist/commonjs/models/components/index.d.ts +9 -1
  131. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  132. package/dist/commonjs/models/components/index.js +9 -1
  133. package/dist/commonjs/models/components/index.js.map +1 -1
  134. package/dist/commonjs/models/components/manualfeedbackinfo.d.ts +10 -8
  135. package/dist/commonjs/models/components/manualfeedbackinfo.d.ts.map +1 -1
  136. package/dist/commonjs/models/components/manualfeedbackinfo.js +13 -13
  137. package/dist/commonjs/models/components/manualfeedbackinfo.js.map +1 -1
  138. package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.d.ts +137 -0
  139. package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.d.ts.map +1 -0
  140. package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.js +130 -0
  141. package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.js.map +1 -0
  142. package/dist/commonjs/models/components/objectdefinition.d.ts +3 -0
  143. package/dist/commonjs/models/components/objectdefinition.d.ts.map +1 -1
  144. package/dist/commonjs/models/components/objectdefinition.js +1 -0
  145. package/dist/commonjs/models/components/objectdefinition.js.map +1 -1
  146. package/dist/commonjs/models/components/searchrequest.d.ts +0 -6
  147. package/dist/commonjs/models/components/searchrequest.d.ts.map +1 -1
  148. package/dist/commonjs/models/components/searchrequest.js +0 -3
  149. package/dist/commonjs/models/components/searchrequest.js.map +1 -1
  150. package/dist/commonjs/models/components/searchrequestoptions.d.ts +1 -1
  151. package/dist/commonjs/models/components/searchresponsemetadata.d.ts +5 -0
  152. package/dist/commonjs/models/components/searchresponsemetadata.d.ts.map +1 -1
  153. package/dist/commonjs/models/components/searchresponsemetadata.js +2 -0
  154. package/dist/commonjs/models/components/searchresponsemetadata.js.map +1 -1
  155. package/dist/commonjs/models/components/searchresultsnippet.d.ts +7 -5
  156. package/dist/commonjs/models/components/searchresultsnippet.d.ts.map +1 -1
  157. package/dist/commonjs/models/components/searchresultsnippet.js +2 -2
  158. package/dist/commonjs/models/components/searchresultsnippet.js.map +1 -1
  159. package/dist/commonjs/models/components/sectiontype.d.ts +37 -0
  160. package/dist/commonjs/models/components/sectiontype.d.ts.map +1 -0
  161. package/dist/commonjs/models/components/sectiontype.js +65 -0
  162. package/dist/commonjs/models/components/sectiontype.js.map +1 -0
  163. package/dist/commonjs/models/components/sidebysideimplementation.d.ts +97 -0
  164. package/dist/commonjs/models/components/sidebysideimplementation.d.ts.map +1 -0
  165. package/dist/commonjs/models/components/sidebysideimplementation.js +108 -0
  166. package/dist/commonjs/models/components/sidebysideimplementation.js.map +1 -0
  167. package/dist/commonjs/models/components/structuredresult.d.ts +3 -0
  168. package/dist/commonjs/models/components/structuredresult.d.ts.map +1 -1
  169. package/dist/commonjs/models/components/structuredresult.js +3 -0
  170. package/dist/commonjs/models/components/structuredresult.js.map +1 -1
  171. package/dist/commonjs/models/components/toolsets.d.ts +40 -0
  172. package/dist/commonjs/models/components/toolsets.d.ts.map +1 -0
  173. package/dist/commonjs/models/components/toolsets.js +71 -0
  174. package/dist/commonjs/models/components/toolsets.js.map +1 -0
  175. package/dist/commonjs/models/components/updatetype.d.ts +34 -0
  176. package/dist/commonjs/models/components/updatetype.d.ts.map +1 -0
  177. package/dist/commonjs/models/components/updatetype.js +64 -0
  178. package/dist/commonjs/models/components/updatetype.js.map +1 -0
  179. package/dist/commonjs/models/operations/createcollection.d.ts +83 -0
  180. package/dist/commonjs/models/operations/createcollection.d.ts.map +1 -0
  181. package/dist/commonjs/models/operations/createcollection.js +130 -0
  182. package/dist/commonjs/models/operations/createcollection.js.map +1 -0
  183. package/dist/commonjs/models/operations/index.d.ts +1 -0
  184. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  185. package/dist/commonjs/models/operations/index.js +1 -0
  186. package/dist/commonjs/models/operations/index.js.map +1 -1
  187. package/dist/commonjs/react-query/clientCollectionsCreate.d.ts +2 -1
  188. package/dist/commonjs/react-query/clientCollectionsCreate.d.ts.map +1 -1
  189. package/dist/commonjs/react-query/clientCollectionsCreate.js.map +1 -1
  190. package/dist/commonjs/react-query/indexingAuthenticationRotateToken.d.ts +1 -1
  191. package/dist/commonjs/react-query/indexingAuthenticationRotateToken.js +1 -1
  192. package/dist/commonjs/react-query/indexingDatasourceStatus.d.ts +1 -1
  193. package/dist/commonjs/react-query/indexingDatasourceStatus.js +1 -1
  194. package/dist/commonjs/react-query/indexingDocumentsBulkIndex.d.ts +1 -1
  195. package/dist/commonjs/react-query/indexingDocumentsBulkIndex.js +1 -1
  196. package/dist/commonjs/react-query/indexingDocumentsCheckAccess.d.ts +1 -1
  197. package/dist/commonjs/react-query/indexingDocumentsCheckAccess.js +1 -1
  198. package/dist/commonjs/react-query/indexingDocumentsCount.d.ts +1 -1
  199. package/dist/commonjs/react-query/indexingDocumentsCount.js +1 -1
  200. package/dist/commonjs/react-query/indexingDocumentsDebug.d.ts +1 -1
  201. package/dist/commonjs/react-query/indexingDocumentsDebug.js +1 -1
  202. package/dist/commonjs/react-query/indexingDocumentsDebugMany.d.ts +1 -1
  203. package/dist/commonjs/react-query/indexingDocumentsDebugMany.js +1 -1
  204. package/dist/commonjs/react-query/indexingDocumentsIndex.d.ts +1 -1
  205. package/dist/commonjs/react-query/indexingDocumentsIndex.js +1 -1
  206. package/dist/commonjs/react-query/indexingDocumentsStatus.d.ts +1 -1
  207. package/dist/commonjs/react-query/indexingDocumentsStatus.js +1 -1
  208. package/dist/commonjs/react-query/indexingPeopleBulkIndex.d.ts +1 -1
  209. package/dist/commonjs/react-query/indexingPeopleBulkIndex.js +1 -1
  210. package/dist/commonjs/react-query/indexingPeopleBulkIndexTeams.d.ts +1 -1
  211. package/dist/commonjs/react-query/indexingPeopleBulkIndexTeams.js +1 -1
  212. package/dist/commonjs/react-query/indexingPeopleCount.d.ts +1 -1
  213. package/dist/commonjs/react-query/indexingPeopleCount.js +1 -1
  214. package/dist/commonjs/react-query/indexingPeopleDebug.d.ts +1 -1
  215. package/dist/commonjs/react-query/indexingPeopleDebug.js +1 -1
  216. package/dist/commonjs/react-query/indexingPermissionsBulkIndexGroups.d.ts +1 -1
  217. package/dist/commonjs/react-query/indexingPermissionsBulkIndexGroups.js +1 -1
  218. package/dist/commonjs/react-query/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
  219. package/dist/commonjs/react-query/indexingPermissionsBulkIndexMemberships.js +1 -1
  220. package/dist/commonjs/react-query/indexingPermissionsBulkIndexUsers.d.ts +1 -1
  221. package/dist/commonjs/react-query/indexingPermissionsBulkIndexUsers.js +1 -1
  222. package/dist/commonjs/sdk/collections.d.ts +2 -1
  223. package/dist/commonjs/sdk/collections.d.ts.map +1 -1
  224. package/dist/commonjs/sdk/collections.js.map +1 -1
  225. package/dist/commonjs/sdk/datasource.d.ts +1 -1
  226. package/dist/commonjs/sdk/datasource.js +1 -1
  227. package/dist/commonjs/sdk/indexingauthentication.d.ts +1 -1
  228. package/dist/commonjs/sdk/indexingauthentication.js +1 -1
  229. package/dist/commonjs/sdk/indexingdocuments.d.ts +7 -7
  230. package/dist/commonjs/sdk/indexingdocuments.js +7 -7
  231. package/dist/commonjs/sdk/people.d.ts +4 -4
  232. package/dist/commonjs/sdk/people.js +4 -4
  233. package/dist/commonjs/sdk/permissions.d.ts +3 -3
  234. package/dist/commonjs/sdk/permissions.js +3 -3
  235. package/dist/esm/__tests__/announcements.test.js +2 -2
  236. package/dist/esm/__tests__/announcements.test.js.map +1 -1
  237. package/dist/esm/__tests__/answers.test.js +2 -2
  238. package/dist/esm/__tests__/answers.test.js.map +1 -1
  239. package/dist/esm/__tests__/clientchat.test.js +24 -24
  240. package/dist/esm/__tests__/clientchat.test.js.map +1 -1
  241. package/dist/esm/__tests__/clientshortcuts.test.js +2 -2
  242. package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
  243. package/dist/esm/__tests__/collections.test.js +2 -2
  244. package/dist/esm/__tests__/collections.test.js.map +1 -1
  245. package/dist/esm/__tests__/search.test.js +1 -1
  246. package/dist/esm/__tests__/search.test.js.map +1 -1
  247. package/dist/esm/__tests__/summarize.test.js +8 -2
  248. package/dist/esm/__tests__/summarize.test.js.map +1 -1
  249. package/dist/esm/funcs/clientCollectionsCreate.d.ts +2 -1
  250. package/dist/esm/funcs/clientCollectionsCreate.d.ts.map +1 -1
  251. package/dist/esm/funcs/clientCollectionsCreate.js +2 -1
  252. package/dist/esm/funcs/clientCollectionsCreate.js.map +1 -1
  253. package/dist/esm/funcs/indexingAuthenticationRotateToken.d.ts +1 -1
  254. package/dist/esm/funcs/indexingAuthenticationRotateToken.js +1 -1
  255. package/dist/esm/funcs/indexingDatasourceStatus.d.ts +1 -1
  256. package/dist/esm/funcs/indexingDatasourceStatus.js +1 -1
  257. package/dist/esm/funcs/indexingDocumentsBulkIndex.d.ts +1 -1
  258. package/dist/esm/funcs/indexingDocumentsBulkIndex.js +1 -1
  259. package/dist/esm/funcs/indexingDocumentsCheckAccess.d.ts +1 -1
  260. package/dist/esm/funcs/indexingDocumentsCheckAccess.js +1 -1
  261. package/dist/esm/funcs/indexingDocumentsCount.d.ts +1 -1
  262. package/dist/esm/funcs/indexingDocumentsCount.js +1 -1
  263. package/dist/esm/funcs/indexingDocumentsDebug.d.ts +1 -1
  264. package/dist/esm/funcs/indexingDocumentsDebug.js +1 -1
  265. package/dist/esm/funcs/indexingDocumentsDebugMany.d.ts +1 -1
  266. package/dist/esm/funcs/indexingDocumentsDebugMany.js +1 -1
  267. package/dist/esm/funcs/indexingDocumentsIndex.d.ts +1 -1
  268. package/dist/esm/funcs/indexingDocumentsIndex.js +1 -1
  269. package/dist/esm/funcs/indexingDocumentsStatus.d.ts +1 -1
  270. package/dist/esm/funcs/indexingDocumentsStatus.js +1 -1
  271. package/dist/esm/funcs/indexingPeopleBulkIndex.d.ts +1 -1
  272. package/dist/esm/funcs/indexingPeopleBulkIndex.js +1 -1
  273. package/dist/esm/funcs/indexingPeopleBulkIndexTeams.d.ts +1 -1
  274. package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js +1 -1
  275. package/dist/esm/funcs/indexingPeopleCount.d.ts +1 -1
  276. package/dist/esm/funcs/indexingPeopleCount.js +1 -1
  277. package/dist/esm/funcs/indexingPeopleDebug.d.ts +1 -1
  278. package/dist/esm/funcs/indexingPeopleDebug.js +1 -1
  279. package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.d.ts +1 -1
  280. package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js +1 -1
  281. package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
  282. package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js +1 -1
  283. package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.d.ts +1 -1
  284. package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js +1 -1
  285. package/dist/esm/lib/config.d.ts +2 -2
  286. package/dist/esm/lib/config.js +2 -2
  287. package/dist/esm/lib/config.js.map +1 -1
  288. package/dist/esm/models/components/agentconfig.d.ts +12 -0
  289. package/dist/esm/models/components/agentconfig.d.ts.map +1 -1
  290. package/dist/esm/models/components/agentconfig.js +5 -0
  291. package/dist/esm/models/components/agentconfig.js.map +1 -1
  292. package/dist/esm/models/components/authconfig.d.ts +3 -0
  293. package/dist/esm/models/components/authconfig.d.ts.map +1 -1
  294. package/dist/esm/models/components/authconfig.js +1 -0
  295. package/dist/esm/models/components/authconfig.js.map +1 -1
  296. package/dist/esm/models/components/chat.d.ts +9 -0
  297. package/dist/esm/models/components/chat.d.ts.map +1 -1
  298. package/dist/esm/models/components/chat.js +6 -0
  299. package/dist/esm/models/components/chat.js.map +1 -1
  300. package/dist/esm/models/components/chatmessage.d.ts +3 -0
  301. package/dist/esm/models/components/chatmessage.d.ts.map +1 -1
  302. package/dist/esm/models/components/chatmessage.js +1 -0
  303. package/dist/esm/models/components/chatmessage.js.map +1 -1
  304. package/dist/esm/models/components/chatmessagefragment.d.ts +7 -1
  305. package/dist/esm/models/components/chatmessagefragment.d.ts.map +1 -1
  306. package/dist/esm/models/components/chatmessagefragment.js +3 -0
  307. package/dist/esm/models/components/chatmessagefragment.js.map +1 -1
  308. package/dist/esm/models/components/chatrequest.d.ts +1 -1
  309. package/dist/esm/models/components/chatsuggestion.d.ts +37 -0
  310. package/dist/esm/models/components/chatsuggestion.d.ts.map +1 -0
  311. package/dist/esm/models/components/chatsuggestion.js +33 -0
  312. package/dist/esm/models/components/chatsuggestion.js.map +1 -0
  313. package/dist/esm/models/components/clustertypeenum.d.ts +6 -0
  314. package/dist/esm/models/components/clustertypeenum.d.ts.map +1 -1
  315. package/dist/esm/models/components/clustertypeenum.js +2 -0
  316. package/dist/esm/models/components/clustertypeenum.js.map +1 -1
  317. package/dist/esm/models/components/customdatasourceconfig.d.ts +3 -0
  318. package/dist/esm/models/components/customdatasourceconfig.d.ts.map +1 -1
  319. package/dist/esm/models/components/customdatasourceconfig.js +1 -0
  320. package/dist/esm/models/components/customdatasourceconfig.js.map +1 -1
  321. package/dist/esm/models/components/digest.d.ts +48 -0
  322. package/dist/esm/models/components/digest.d.ts.map +1 -0
  323. package/dist/esm/models/components/digest.js +39 -0
  324. package/dist/esm/models/components/digest.js.map +1 -0
  325. package/dist/esm/models/components/digestsection.d.ts +64 -0
  326. package/dist/esm/models/components/digestsection.d.ts.map +1 -0
  327. package/dist/esm/models/components/digestsection.js +45 -0
  328. package/dist/esm/models/components/digestsection.js.map +1 -0
  329. package/dist/esm/models/components/digestupdate.d.ts +53 -0
  330. package/dist/esm/models/components/digestupdate.d.ts.map +1 -0
  331. package/dist/esm/models/components/digestupdate.js +40 -0
  332. package/dist/esm/models/components/digestupdate.js.map +1 -0
  333. package/dist/esm/models/components/documentdefinition.d.ts +1 -1
  334. package/dist/esm/models/components/documentspecunion.d.ts +99 -18
  335. package/dist/esm/models/components/documentspecunion.d.ts.map +1 -1
  336. package/dist/esm/models/components/documentspecunion.js +75 -18
  337. package/dist/esm/models/components/documentspecunion.js.map +1 -1
  338. package/dist/esm/models/components/feedback.d.ts +6 -0
  339. package/dist/esm/models/components/feedback.d.ts.map +1 -1
  340. package/dist/esm/models/components/feedback.js +6 -0
  341. package/dist/esm/models/components/feedback.js.map +1 -1
  342. package/dist/esm/models/components/feedentry.d.ts +12 -0
  343. package/dist/esm/models/components/feedentry.d.ts.map +1 -1
  344. package/dist/esm/models/components/feedentry.js +8 -0
  345. package/dist/esm/models/components/feedentry.js.map +1 -1
  346. package/dist/esm/models/components/feedrequest.d.ts +6 -0
  347. package/dist/esm/models/components/feedrequest.d.ts.map +1 -1
  348. package/dist/esm/models/components/feedrequest.js +2 -0
  349. package/dist/esm/models/components/feedrequest.js.map +1 -1
  350. package/dist/esm/models/components/feedresult.d.ts +6 -0
  351. package/dist/esm/models/components/feedresult.d.ts.map +1 -1
  352. package/dist/esm/models/components/feedresult.js +2 -0
  353. package/dist/esm/models/components/feedresult.js.map +1 -1
  354. package/dist/esm/models/components/generatedqna.js +2 -2
  355. package/dist/esm/models/components/generatedqna.js.map +1 -1
  356. package/dist/esm/models/components/getchatfilesrequest.d.ts +5 -0
  357. package/dist/esm/models/components/getchatfilesrequest.d.ts.map +1 -1
  358. package/dist/esm/models/components/getchatfilesrequest.js +2 -0
  359. package/dist/esm/models/components/getchatfilesrequest.js.map +1 -1
  360. package/dist/esm/models/components/group.d.ts +10 -0
  361. package/dist/esm/models/components/group.d.ts.map +1 -1
  362. package/dist/esm/models/components/group.js +4 -0
  363. package/dist/esm/models/components/group.js.map +1 -1
  364. package/dist/esm/models/components/index.d.ts +9 -1
  365. package/dist/esm/models/components/index.d.ts.map +1 -1
  366. package/dist/esm/models/components/index.js +9 -1
  367. package/dist/esm/models/components/index.js.map +1 -1
  368. package/dist/esm/models/components/manualfeedbackinfo.d.ts +10 -8
  369. package/dist/esm/models/components/manualfeedbackinfo.d.ts.map +1 -1
  370. package/dist/esm/models/components/manualfeedbackinfo.js +12 -12
  371. package/dist/esm/models/components/manualfeedbackinfo.js.map +1 -1
  372. package/dist/esm/models/components/manualfeedbacksidebysideinfo.d.ts +137 -0
  373. package/dist/esm/models/components/manualfeedbacksidebysideinfo.d.ts.map +1 -0
  374. package/dist/esm/models/components/manualfeedbacksidebysideinfo.js +92 -0
  375. package/dist/esm/models/components/manualfeedbacksidebysideinfo.js.map +1 -0
  376. package/dist/esm/models/components/objectdefinition.d.ts +3 -0
  377. package/dist/esm/models/components/objectdefinition.d.ts.map +1 -1
  378. package/dist/esm/models/components/objectdefinition.js +1 -0
  379. package/dist/esm/models/components/objectdefinition.js.map +1 -1
  380. package/dist/esm/models/components/searchrequest.d.ts +0 -6
  381. package/dist/esm/models/components/searchrequest.d.ts.map +1 -1
  382. package/dist/esm/models/components/searchrequest.js +0 -3
  383. package/dist/esm/models/components/searchrequest.js.map +1 -1
  384. package/dist/esm/models/components/searchrequestoptions.d.ts +1 -1
  385. package/dist/esm/models/components/searchresponsemetadata.d.ts +5 -0
  386. package/dist/esm/models/components/searchresponsemetadata.d.ts.map +1 -1
  387. package/dist/esm/models/components/searchresponsemetadata.js +2 -0
  388. package/dist/esm/models/components/searchresponsemetadata.js.map +1 -1
  389. package/dist/esm/models/components/searchresultsnippet.d.ts +7 -5
  390. package/dist/esm/models/components/searchresultsnippet.d.ts.map +1 -1
  391. package/dist/esm/models/components/searchresultsnippet.js +2 -2
  392. package/dist/esm/models/components/searchresultsnippet.js.map +1 -1
  393. package/dist/esm/models/components/sectiontype.d.ts +37 -0
  394. package/dist/esm/models/components/sectiontype.d.ts.map +1 -0
  395. package/dist/esm/models/components/sectiontype.js +29 -0
  396. package/dist/esm/models/components/sectiontype.js.map +1 -0
  397. package/dist/esm/models/components/sidebysideimplementation.d.ts +97 -0
  398. package/dist/esm/models/components/sidebysideimplementation.d.ts.map +1 -0
  399. package/dist/esm/models/components/sidebysideimplementation.js +68 -0
  400. package/dist/esm/models/components/sidebysideimplementation.js.map +1 -0
  401. package/dist/esm/models/components/structuredresult.d.ts +3 -0
  402. package/dist/esm/models/components/structuredresult.d.ts.map +1 -1
  403. package/dist/esm/models/components/structuredresult.js +3 -0
  404. package/dist/esm/models/components/structuredresult.js.map +1 -1
  405. package/dist/esm/models/components/toolsets.d.ts +40 -0
  406. package/dist/esm/models/components/toolsets.d.ts.map +1 -0
  407. package/dist/esm/models/components/toolsets.js +33 -0
  408. package/dist/esm/models/components/toolsets.js.map +1 -0
  409. package/dist/esm/models/components/updatetype.d.ts +34 -0
  410. package/dist/esm/models/components/updatetype.d.ts.map +1 -0
  411. package/dist/esm/models/components/updatetype.js +28 -0
  412. package/dist/esm/models/components/updatetype.js.map +1 -0
  413. package/dist/esm/models/operations/createcollection.d.ts +83 -0
  414. package/dist/esm/models/operations/createcollection.d.ts.map +1 -0
  415. package/dist/esm/models/operations/createcollection.js +88 -0
  416. package/dist/esm/models/operations/createcollection.js.map +1 -0
  417. package/dist/esm/models/operations/index.d.ts +1 -0
  418. package/dist/esm/models/operations/index.d.ts.map +1 -1
  419. package/dist/esm/models/operations/index.js +1 -0
  420. package/dist/esm/models/operations/index.js.map +1 -1
  421. package/dist/esm/react-query/clientCollectionsCreate.d.ts +2 -1
  422. package/dist/esm/react-query/clientCollectionsCreate.d.ts.map +1 -1
  423. package/dist/esm/react-query/clientCollectionsCreate.js.map +1 -1
  424. package/dist/esm/react-query/indexingAuthenticationRotateToken.d.ts +1 -1
  425. package/dist/esm/react-query/indexingAuthenticationRotateToken.js +1 -1
  426. package/dist/esm/react-query/indexingDatasourceStatus.d.ts +1 -1
  427. package/dist/esm/react-query/indexingDatasourceStatus.js +1 -1
  428. package/dist/esm/react-query/indexingDocumentsBulkIndex.d.ts +1 -1
  429. package/dist/esm/react-query/indexingDocumentsBulkIndex.js +1 -1
  430. package/dist/esm/react-query/indexingDocumentsCheckAccess.d.ts +1 -1
  431. package/dist/esm/react-query/indexingDocumentsCheckAccess.js +1 -1
  432. package/dist/esm/react-query/indexingDocumentsCount.d.ts +1 -1
  433. package/dist/esm/react-query/indexingDocumentsCount.js +1 -1
  434. package/dist/esm/react-query/indexingDocumentsDebug.d.ts +1 -1
  435. package/dist/esm/react-query/indexingDocumentsDebug.js +1 -1
  436. package/dist/esm/react-query/indexingDocumentsDebugMany.d.ts +1 -1
  437. package/dist/esm/react-query/indexingDocumentsDebugMany.js +1 -1
  438. package/dist/esm/react-query/indexingDocumentsIndex.d.ts +1 -1
  439. package/dist/esm/react-query/indexingDocumentsIndex.js +1 -1
  440. package/dist/esm/react-query/indexingDocumentsStatus.d.ts +1 -1
  441. package/dist/esm/react-query/indexingDocumentsStatus.js +1 -1
  442. package/dist/esm/react-query/indexingPeopleBulkIndex.d.ts +1 -1
  443. package/dist/esm/react-query/indexingPeopleBulkIndex.js +1 -1
  444. package/dist/esm/react-query/indexingPeopleBulkIndexTeams.d.ts +1 -1
  445. package/dist/esm/react-query/indexingPeopleBulkIndexTeams.js +1 -1
  446. package/dist/esm/react-query/indexingPeopleCount.d.ts +1 -1
  447. package/dist/esm/react-query/indexingPeopleCount.js +1 -1
  448. package/dist/esm/react-query/indexingPeopleDebug.d.ts +1 -1
  449. package/dist/esm/react-query/indexingPeopleDebug.js +1 -1
  450. package/dist/esm/react-query/indexingPermissionsBulkIndexGroups.d.ts +1 -1
  451. package/dist/esm/react-query/indexingPermissionsBulkIndexGroups.js +1 -1
  452. package/dist/esm/react-query/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
  453. package/dist/esm/react-query/indexingPermissionsBulkIndexMemberships.js +1 -1
  454. package/dist/esm/react-query/indexingPermissionsBulkIndexUsers.d.ts +1 -1
  455. package/dist/esm/react-query/indexingPermissionsBulkIndexUsers.js +1 -1
  456. package/dist/esm/sdk/collections.d.ts +2 -1
  457. package/dist/esm/sdk/collections.d.ts.map +1 -1
  458. package/dist/esm/sdk/collections.js.map +1 -1
  459. package/dist/esm/sdk/datasource.d.ts +1 -1
  460. package/dist/esm/sdk/datasource.js +1 -1
  461. package/dist/esm/sdk/indexingauthentication.d.ts +1 -1
  462. package/dist/esm/sdk/indexingauthentication.js +1 -1
  463. package/dist/esm/sdk/indexingdocuments.d.ts +7 -7
  464. package/dist/esm/sdk/indexingdocuments.js +7 -7
  465. package/dist/esm/sdk/people.d.ts +4 -4
  466. package/dist/esm/sdk/people.js +4 -4
  467. package/dist/esm/sdk/permissions.d.ts +3 -3
  468. package/dist/esm/sdk/permissions.js +3 -3
  469. package/docs/sdks/announcements/README.md +70 -70
  470. package/docs/sdks/answers/README.md +8 -8
  471. package/docs/sdks/clientdocuments/README.md +22 -6
  472. package/docs/sdks/clientshortcuts/README.md +14 -14
  473. package/docs/sdks/collections/README.md +11 -11
  474. package/docs/sdks/datasource/README.md +1 -1
  475. package/docs/sdks/indexingauthentication/README.md +1 -1
  476. package/docs/sdks/indexingdocuments/README.md +7 -7
  477. package/docs/sdks/people/README.md +4 -4
  478. package/docs/sdks/permissions/README.md +3 -3
  479. package/jsr.json +1 -1
  480. package/package.json +1 -1
  481. package/src/__tests__/announcements.test.ts +2 -2
  482. package/src/__tests__/answers.test.ts +2 -2
  483. package/src/__tests__/clientchat.test.ts +24 -24
  484. package/src/__tests__/clientshortcuts.test.ts +2 -2
  485. package/src/__tests__/collections.test.ts +2 -2
  486. package/src/__tests__/search.test.ts +1 -1
  487. package/src/__tests__/summarize.test.ts +8 -2
  488. package/src/funcs/clientCollectionsCreate.ts +5 -4
  489. package/src/funcs/indexingAuthenticationRotateToken.ts +1 -1
  490. package/src/funcs/indexingDatasourceStatus.ts +1 -1
  491. package/src/funcs/indexingDocumentsBulkIndex.ts +1 -1
  492. package/src/funcs/indexingDocumentsCheckAccess.ts +1 -1
  493. package/src/funcs/indexingDocumentsCount.ts +1 -1
  494. package/src/funcs/indexingDocumentsDebug.ts +1 -1
  495. package/src/funcs/indexingDocumentsDebugMany.ts +1 -1
  496. package/src/funcs/indexingDocumentsIndex.ts +1 -1
  497. package/src/funcs/indexingDocumentsStatus.ts +1 -1
  498. package/src/funcs/indexingPeopleBulkIndex.ts +1 -1
  499. package/src/funcs/indexingPeopleBulkIndexTeams.ts +1 -1
  500. package/src/funcs/indexingPeopleCount.ts +1 -1
  501. package/src/funcs/indexingPeopleDebug.ts +1 -1
  502. package/src/funcs/indexingPermissionsBulkIndexGroups.ts +1 -1
  503. package/src/funcs/indexingPermissionsBulkIndexMemberships.ts +1 -1
  504. package/src/funcs/indexingPermissionsBulkIndexUsers.ts +1 -1
  505. package/src/lib/config.ts +2 -2
  506. package/src/models/components/agentconfig.ts +15 -0
  507. package/src/models/components/authconfig.ts +1 -0
  508. package/src/models/components/chat.ts +23 -0
  509. package/src/models/components/chatmessage.ts +1 -0
  510. package/src/models/components/chatmessagefragment.ts +14 -1
  511. package/src/models/components/chatrequest.ts +1 -1
  512. package/src/models/components/chatsuggestion.ts +72 -0
  513. package/src/models/components/clustertypeenum.ts +2 -0
  514. package/src/models/components/customdatasourceconfig.ts +1 -0
  515. package/src/models/components/digest.ts +89 -0
  516. package/src/models/components/digestsection.ts +118 -0
  517. package/src/models/components/digestupdate.ts +98 -0
  518. package/src/models/components/documentdefinition.ts +1 -1
  519. package/src/models/components/documentspecunion.ts +147 -32
  520. package/src/models/components/feedback.ts +15 -0
  521. package/src/models/components/feedentry.ts +22 -0
  522. package/src/models/components/feedrequest.ts +2 -0
  523. package/src/models/components/feedresult.ts +2 -0
  524. package/src/models/components/generatedqna.ts +2 -2
  525. package/src/models/components/getchatfilesrequest.ts +7 -0
  526. package/src/models/components/group.ts +14 -0
  527. package/src/models/components/index.ts +9 -1
  528. package/src/models/components/manualfeedbackinfo.ts +18 -15
  529. package/src/models/components/manualfeedbacksidebysideinfo.ts +200 -0
  530. package/src/models/components/objectdefinition.ts +1 -0
  531. package/src/models/components/searchrequest.ts +0 -13
  532. package/src/models/components/searchrequestoptions.ts +1 -1
  533. package/src/models/components/searchresponsemetadata.ts +7 -0
  534. package/src/models/components/searchresultsnippet.ts +9 -7
  535. package/src/models/components/sectiontype.ts +38 -0
  536. package/src/models/components/sidebysideimplementation.ts +175 -0
  537. package/src/models/components/structuredresult.ts +10 -0
  538. package/src/models/components/toolsets.ts +75 -0
  539. package/src/models/components/updatetype.ts +37 -0
  540. package/src/models/operations/createcollection.ts +186 -0
  541. package/src/models/operations/index.ts +1 -0
  542. package/src/react-query/clientCollectionsCreate.ts +2 -1
  543. package/src/react-query/indexingAuthenticationRotateToken.ts +1 -1
  544. package/src/react-query/indexingDatasourceStatus.ts +1 -1
  545. package/src/react-query/indexingDocumentsBulkIndex.ts +1 -1
  546. package/src/react-query/indexingDocumentsCheckAccess.ts +1 -1
  547. package/src/react-query/indexingDocumentsCount.ts +1 -1
  548. package/src/react-query/indexingDocumentsDebug.ts +1 -1
  549. package/src/react-query/indexingDocumentsDebugMany.ts +1 -1
  550. package/src/react-query/indexingDocumentsIndex.ts +1 -1
  551. package/src/react-query/indexingDocumentsStatus.ts +1 -1
  552. package/src/react-query/indexingPeopleBulkIndex.ts +1 -1
  553. package/src/react-query/indexingPeopleBulkIndexTeams.ts +1 -1
  554. package/src/react-query/indexingPeopleCount.ts +1 -1
  555. package/src/react-query/indexingPeopleDebug.ts +1 -1
  556. package/src/react-query/indexingPermissionsBulkIndexGroups.ts +1 -1
  557. package/src/react-query/indexingPermissionsBulkIndexMemberships.ts +1 -1
  558. package/src/react-query/indexingPermissionsBulkIndexUsers.ts +1 -1
  559. package/src/sdk/collections.ts +2 -1
  560. package/src/sdk/datasource.ts +1 -1
  561. package/src/sdk/indexingauthentication.ts +1 -1
  562. package/src/sdk/indexingdocuments.ts +7 -7
  563. package/src/sdk/people.ts +4 -4
  564. package/src/sdk/permissions.ts +3 -3
  565. package/dist/commonjs/models/components/createcollectionresponse.d.ts +0 -177
  566. package/dist/commonjs/models/components/createcollectionresponse.d.ts.map +0 -1
  567. package/dist/commonjs/models/components/createcollectionresponse.js +0 -154
  568. package/dist/commonjs/models/components/createcollectionresponse.js.map +0 -1
  569. package/dist/esm/models/components/createcollectionresponse.d.ts +0 -177
  570. package/dist/esm/models/components/createcollectionresponse.d.ts.map +0 -1
  571. package/dist/esm/models/components/createcollectionresponse.js +0 -116
  572. package/dist/esm/models/components/createcollectionresponse.js.map +0 -1
  573. package/src/models/components/createcollectionresponse.ts +0 -306
@@ -0,0 +1,33 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { safeParse } from "../../lib/schemas.js";
6
+ /** @internal */
7
+ export const ToolSets$inboundSchema = z.object({
8
+ enableWebSearch: z.boolean().optional(),
9
+ enableCompanyTools: z.boolean().optional(),
10
+ });
11
+ /** @internal */
12
+ export const ToolSets$outboundSchema = z.object({
13
+ enableWebSearch: z.boolean().optional(),
14
+ enableCompanyTools: z.boolean().optional(),
15
+ });
16
+ /**
17
+ * @internal
18
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
19
+ */
20
+ export var ToolSets$;
21
+ (function (ToolSets$) {
22
+ /** @deprecated use `ToolSets$inboundSchema` instead. */
23
+ ToolSets$.inboundSchema = ToolSets$inboundSchema;
24
+ /** @deprecated use `ToolSets$outboundSchema` instead. */
25
+ ToolSets$.outboundSchema = ToolSets$outboundSchema;
26
+ })(ToolSets$ || (ToolSets$ = {}));
27
+ export function toolSetsToJSON(toolSets) {
28
+ return JSON.stringify(ToolSets$outboundSchema.parse(toolSets));
29
+ }
30
+ export function toolSetsFromJSON(jsonString) {
31
+ return safeParse(jsonString, (x) => ToolSets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolSets' from JSON`);
32
+ }
33
+ //# sourceMappingURL=toolsets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolsets.js","sourceRoot":"","sources":["../../../../src/models/components/toolsets.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAkBjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,sBAAsB,GAI/B,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACvC,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AAQH,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACvC,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACxB,wDAAwD;IAC3C,uBAAa,GAAG,sBAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,uBAAuB,CAAC;AAGxD,CAAC,EAPgB,SAAS,KAAT,SAAS,QAOzB;AAED,MAAM,UAAU,cAAc,CAAC,QAAkB;IAC/C,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;AACjE,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sBAAsB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClD,sCAAsC,CACvC,CAAC;AACJ,CAAC"}
@@ -0,0 +1,34 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ /**
4
+ * Optional type classification for the update.
5
+ */
6
+ export declare const UpdateType: {
7
+ readonly Actionable: "ACTIONABLE";
8
+ readonly Informative: "INFORMATIVE";
9
+ };
10
+ /**
11
+ * Optional type classification for the update.
12
+ */
13
+ export type UpdateType = ClosedEnum<typeof UpdateType>;
14
+ /** @internal */
15
+ export declare const UpdateType$inboundSchema: z.ZodNativeEnum<typeof UpdateType>;
16
+ /** @internal */
17
+ export declare const UpdateType$outboundSchema: z.ZodNativeEnum<typeof UpdateType>;
18
+ /**
19
+ * @internal
20
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
21
+ */
22
+ export declare namespace UpdateType$ {
23
+ /** @deprecated use `UpdateType$inboundSchema` instead. */
24
+ const inboundSchema: z.ZodNativeEnum<{
25
+ readonly Actionable: "ACTIONABLE";
26
+ readonly Informative: "INFORMATIVE";
27
+ }>;
28
+ /** @deprecated use `UpdateType$outboundSchema` instead. */
29
+ const outboundSchema: z.ZodNativeEnum<{
30
+ readonly Actionable: "ACTIONABLE";
31
+ readonly Informative: "INFORMATIVE";
32
+ }>;
33
+ }
34
+ //# sourceMappingURL=updatetype.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updatetype.d.ts","sourceRoot":"","sources":["../../../../src/models/components/updatetype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,UAAU;;;CAGb,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,UAAU,CAC/C,CAAC;AAE1B,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,UAAU,CAC/C,CAAC;AAE3B;;;GAGG;AACH,yBAAiB,WAAW,CAAC;IAC3B,0DAA0D;IACnD,MAAM,aAAa;;;MAA2B,CAAC;IACtD,2DAA2D;IACpD,MAAM,cAAc;;;MAA4B,CAAC;CACzD"}
@@ -0,0 +1,28 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ /**
6
+ * Optional type classification for the update.
7
+ */
8
+ export const UpdateType = {
9
+ Actionable: "ACTIONABLE",
10
+ Informative: "INFORMATIVE",
11
+ };
12
+ /** @internal */
13
+ export const UpdateType$inboundSchema = z
14
+ .nativeEnum(UpdateType);
15
+ /** @internal */
16
+ export const UpdateType$outboundSchema = UpdateType$inboundSchema;
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export var UpdateType$;
22
+ (function (UpdateType$) {
23
+ /** @deprecated use `UpdateType$inboundSchema` instead. */
24
+ UpdateType$.inboundSchema = UpdateType$inboundSchema;
25
+ /** @deprecated use `UpdateType$outboundSchema` instead. */
26
+ UpdateType$.outboundSchema = UpdateType$outboundSchema;
27
+ })(UpdateType$ || (UpdateType$ = {}));
28
+ //# sourceMappingURL=updatetype.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updatetype.js","sourceRoot":"","sources":["../../../../src/models/components/updatetype.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;CAClB,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,wBAAwB,GAAuC,CAAC;KAC1E,UAAU,CAAC,UAAU,CAAC,CAAC;AAE1B,gBAAgB;AAChB,MAAM,CAAC,MAAM,yBAAyB,GACpC,wBAAwB,CAAC;AAE3B;;;GAGG;AACH,MAAM,KAAW,WAAW,CAK3B;AALD,WAAiB,WAAW;IAC1B,0DAA0D;IAC7C,yBAAa,GAAG,wBAAwB,CAAC;IACtD,2DAA2D;IAC9C,0BAAc,GAAG,yBAAyB,CAAC;AAC1D,CAAC,EALgB,WAAW,KAAX,WAAW,QAK3B"}
@@ -0,0 +1,83 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type ResponseBody2 = {
6
+ collection?: components.Collection | undefined;
7
+ error: components.CollectionError;
8
+ };
9
+ export type ResponseBody1 = {
10
+ collection: components.Collection;
11
+ error?: components.CollectionError | undefined;
12
+ };
13
+ /**
14
+ * OK
15
+ */
16
+ export type CreatecollectionResponse = ResponseBody1 | ResponseBody2;
17
+ /** @internal */
18
+ export declare const ResponseBody2$inboundSchema: z.ZodType<ResponseBody2, z.ZodTypeDef, unknown>;
19
+ /** @internal */
20
+ export type ResponseBody2$Outbound = {
21
+ collection?: components.Collection$Outbound | undefined;
22
+ error: components.CollectionError$Outbound;
23
+ };
24
+ /** @internal */
25
+ export declare const ResponseBody2$outboundSchema: z.ZodType<ResponseBody2$Outbound, z.ZodTypeDef, ResponseBody2>;
26
+ /**
27
+ * @internal
28
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
29
+ */
30
+ export declare namespace ResponseBody2$ {
31
+ /** @deprecated use `ResponseBody2$inboundSchema` instead. */
32
+ const inboundSchema: z.ZodType<ResponseBody2, z.ZodTypeDef, unknown>;
33
+ /** @deprecated use `ResponseBody2$outboundSchema` instead. */
34
+ const outboundSchema: z.ZodType<ResponseBody2$Outbound, z.ZodTypeDef, ResponseBody2>;
35
+ /** @deprecated use `ResponseBody2$Outbound` instead. */
36
+ type Outbound = ResponseBody2$Outbound;
37
+ }
38
+ export declare function responseBody2ToJSON(responseBody2: ResponseBody2): string;
39
+ export declare function responseBody2FromJSON(jsonString: string): SafeParseResult<ResponseBody2, SDKValidationError>;
40
+ /** @internal */
41
+ export declare const ResponseBody1$inboundSchema: z.ZodType<ResponseBody1, z.ZodTypeDef, unknown>;
42
+ /** @internal */
43
+ export type ResponseBody1$Outbound = {
44
+ collection: components.Collection$Outbound;
45
+ error?: components.CollectionError$Outbound | undefined;
46
+ };
47
+ /** @internal */
48
+ export declare const ResponseBody1$outboundSchema: z.ZodType<ResponseBody1$Outbound, z.ZodTypeDef, ResponseBody1>;
49
+ /**
50
+ * @internal
51
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
52
+ */
53
+ export declare namespace ResponseBody1$ {
54
+ /** @deprecated use `ResponseBody1$inboundSchema` instead. */
55
+ const inboundSchema: z.ZodType<ResponseBody1, z.ZodTypeDef, unknown>;
56
+ /** @deprecated use `ResponseBody1$outboundSchema` instead. */
57
+ const outboundSchema: z.ZodType<ResponseBody1$Outbound, z.ZodTypeDef, ResponseBody1>;
58
+ /** @deprecated use `ResponseBody1$Outbound` instead. */
59
+ type Outbound = ResponseBody1$Outbound;
60
+ }
61
+ export declare function responseBody1ToJSON(responseBody1: ResponseBody1): string;
62
+ export declare function responseBody1FromJSON(jsonString: string): SafeParseResult<ResponseBody1, SDKValidationError>;
63
+ /** @internal */
64
+ export declare const CreatecollectionResponse$inboundSchema: z.ZodType<CreatecollectionResponse, z.ZodTypeDef, unknown>;
65
+ /** @internal */
66
+ export type CreatecollectionResponse$Outbound = ResponseBody1$Outbound | ResponseBody2$Outbound;
67
+ /** @internal */
68
+ export declare const CreatecollectionResponse$outboundSchema: z.ZodType<CreatecollectionResponse$Outbound, z.ZodTypeDef, CreatecollectionResponse>;
69
+ /**
70
+ * @internal
71
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
72
+ */
73
+ export declare namespace CreatecollectionResponse$ {
74
+ /** @deprecated use `CreatecollectionResponse$inboundSchema` instead. */
75
+ const inboundSchema: z.ZodType<CreatecollectionResponse, z.ZodTypeDef, unknown>;
76
+ /** @deprecated use `CreatecollectionResponse$outboundSchema` instead. */
77
+ const outboundSchema: z.ZodType<CreatecollectionResponse$Outbound, z.ZodTypeDef, CreatecollectionResponse>;
78
+ /** @deprecated use `CreatecollectionResponse$Outbound` instead. */
79
+ type Outbound = CreatecollectionResponse$Outbound;
80
+ }
81
+ export declare function createcollectionResponseToJSON(createcollectionResponse: CreatecollectionResponse): string;
82
+ export declare function createcollectionResponseFromJSON(jsonString: string): SafeParseResult<CreatecollectionResponse, SDKValidationError>;
83
+ //# sourceMappingURL=createcollection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createcollection.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/createcollection.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,88 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { safeParse } from "../../lib/schemas.js";
6
+ import * as components from "../components/index.js";
7
+ /** @internal */
8
+ export const ResponseBody2$inboundSchema = z.object({
9
+ collection: components.Collection$inboundSchema.optional(),
10
+ error: components.CollectionError$inboundSchema,
11
+ });
12
+ /** @internal */
13
+ export const ResponseBody2$outboundSchema = z.object({
14
+ collection: components.Collection$outboundSchema.optional(),
15
+ error: components.CollectionError$outboundSchema,
16
+ });
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export var ResponseBody2$;
22
+ (function (ResponseBody2$) {
23
+ /** @deprecated use `ResponseBody2$inboundSchema` instead. */
24
+ ResponseBody2$.inboundSchema = ResponseBody2$inboundSchema;
25
+ /** @deprecated use `ResponseBody2$outboundSchema` instead. */
26
+ ResponseBody2$.outboundSchema = ResponseBody2$outboundSchema;
27
+ })(ResponseBody2$ || (ResponseBody2$ = {}));
28
+ export function responseBody2ToJSON(responseBody2) {
29
+ return JSON.stringify(ResponseBody2$outboundSchema.parse(responseBody2));
30
+ }
31
+ export function responseBody2FromJSON(jsonString) {
32
+ return safeParse(jsonString, (x) => ResponseBody2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseBody2' from JSON`);
33
+ }
34
+ /** @internal */
35
+ export const ResponseBody1$inboundSchema = z.object({
36
+ collection: components.Collection$inboundSchema,
37
+ error: components.CollectionError$inboundSchema.optional(),
38
+ });
39
+ /** @internal */
40
+ export const ResponseBody1$outboundSchema = z.object({
41
+ collection: components.Collection$outboundSchema,
42
+ error: components.CollectionError$outboundSchema.optional(),
43
+ });
44
+ /**
45
+ * @internal
46
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
47
+ */
48
+ export var ResponseBody1$;
49
+ (function (ResponseBody1$) {
50
+ /** @deprecated use `ResponseBody1$inboundSchema` instead. */
51
+ ResponseBody1$.inboundSchema = ResponseBody1$inboundSchema;
52
+ /** @deprecated use `ResponseBody1$outboundSchema` instead. */
53
+ ResponseBody1$.outboundSchema = ResponseBody1$outboundSchema;
54
+ })(ResponseBody1$ || (ResponseBody1$ = {}));
55
+ export function responseBody1ToJSON(responseBody1) {
56
+ return JSON.stringify(ResponseBody1$outboundSchema.parse(responseBody1));
57
+ }
58
+ export function responseBody1FromJSON(jsonString) {
59
+ return safeParse(jsonString, (x) => ResponseBody1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseBody1' from JSON`);
60
+ }
61
+ /** @internal */
62
+ export const CreatecollectionResponse$inboundSchema = z.union([
63
+ z.lazy(() => ResponseBody1$inboundSchema),
64
+ z.lazy(() => ResponseBody2$inboundSchema),
65
+ ]);
66
+ /** @internal */
67
+ export const CreatecollectionResponse$outboundSchema = z.union([
68
+ z.lazy(() => ResponseBody1$outboundSchema),
69
+ z.lazy(() => ResponseBody2$outboundSchema),
70
+ ]);
71
+ /**
72
+ * @internal
73
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
+ */
75
+ export var CreatecollectionResponse$;
76
+ (function (CreatecollectionResponse$) {
77
+ /** @deprecated use `CreatecollectionResponse$inboundSchema` instead. */
78
+ CreatecollectionResponse$.inboundSchema = CreatecollectionResponse$inboundSchema;
79
+ /** @deprecated use `CreatecollectionResponse$outboundSchema` instead. */
80
+ CreatecollectionResponse$.outboundSchema = CreatecollectionResponse$outboundSchema;
81
+ })(CreatecollectionResponse$ || (CreatecollectionResponse$ = {}));
82
+ export function createcollectionResponseToJSON(createcollectionResponse) {
83
+ return JSON.stringify(CreatecollectionResponse$outboundSchema.parse(createcollectionResponse));
84
+ }
85
+ export function createcollectionResponseFromJSON(jsonString) {
86
+ return safeParse(jsonString, (x) => CreatecollectionResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreatecollectionResponse' from JSON`);
87
+ }
88
+ //# sourceMappingURL=createcollection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createcollection.js","sourceRoot":"","sources":["../../../../src/models/operations/createcollection.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
1
  export * from "./chat.js";
2
2
  export * from "./chatstream.js";
3
+ export * from "./createcollection.js";
3
4
  export * from "./deleteallchats.js";
4
5
  export * from "./deletechatfiles.js";
5
6
  export * from "./deletechats.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
@@ -3,6 +3,7 @@
3
3
  */
4
4
  export * from "./chat.js";
5
5
  export * from "./chatstream.js";
6
+ export * from "./createcollection.js";
6
7
  export * from "./deleteallchats.js";
7
8
  export * from "./deletechatfiles.js";
8
9
  export * from "./deletechats.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
@@ -2,12 +2,13 @@ import { MutationKey, UseMutationResult } from "@tanstack/react-query";
2
2
  import { GleanCore } from "../core.js";
3
3
  import { RequestOptions } from "../lib/sdks.js";
4
4
  import * as components from "../models/components/index.js";
5
+ import * as operations from "../models/operations/index.js";
5
6
  import { MutationHookOptions } from "./_types.js";
6
7
  export type ClientCollectionsCreateMutationVariables = {
7
8
  request: components.CreateCollectionRequest;
8
9
  options?: RequestOptions;
9
10
  };
10
- export type ClientCollectionsCreateMutationData = components.CreateCollectionResponse;
11
+ export type ClientCollectionsCreateMutationData = operations.CreatecollectionResponse;
11
12
  /**
12
13
  * Create Collection
13
14
  *
@@ -1 +1 @@
1
- {"version":3,"file":"clientCollectionsCreate.d.ts","sourceRoot":"","sources":["../../../src/react-query/clientCollectionsCreate.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EAEX,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,wCAAwC,GAAG;IACrD,OAAO,EAAE,UAAU,CAAC,uBAAuB,CAAC;IAC5C,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAC7C,UAAU,CAAC,wBAAwB,CAAC;AAEtC;;;;;GAKG;AACH,wBAAgB,kCAAkC,CAChD,OAAO,CAAC,EAAE,mBAAmB,CAC3B,mCAAmC,EACnC,KAAK,EACL,wCAAwC,CACzC,GACA,iBAAiB,CAClB,mCAAmC,EACnC,KAAK,EACL,wCAAwC,CACzC,CAMA;AAED,wBAAgB,kCAAkC,IAAI,WAAW,CAEhE;AAED,wBAAgB,oCAAoC,CAClD,OAAO,EAAE,SAAS,EAClB,WAAW,CAAC,EAAE,cAAc,GAC3B;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,CACV,SAAS,EAAE,wCAAwC,KAChD,OAAO,CAAC,mCAAmC,CAAC,CAAC;CACnD,CA0BA"}
1
+ {"version":3,"file":"clientCollectionsCreate.d.ts","sourceRoot":"","sources":["../../../src/react-query/clientCollectionsCreate.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EAEX,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,wCAAwC,GAAG;IACrD,OAAO,EAAE,UAAU,CAAC,uBAAuB,CAAC;IAC5C,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAC7C,UAAU,CAAC,wBAAwB,CAAC;AAEtC;;;;;GAKG;AACH,wBAAgB,kCAAkC,CAChD,OAAO,CAAC,EAAE,mBAAmB,CAC3B,mCAAmC,EACnC,KAAK,EACL,wCAAwC,CACzC,GACA,iBAAiB,CAClB,mCAAmC,EACnC,KAAK,EACL,wCAAwC,CACzC,CAMA;AAED,wBAAgB,kCAAkC,IAAI,WAAW,CAEhE;AAED,wBAAgB,oCAAoC,CAClD,OAAO,EAAE,SAAS,EAClB,WAAW,CAAC,EAAE,cAAc,GAC3B;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,CACV,SAAS,EAAE,wCAAwC,KAChD,OAAO,CAAC,mCAAmC,CAAC,CAAC;CACnD,CA0BA"}
@@ -1 +1 @@
1
- {"version":3,"file":"clientCollectionsCreate.js","sourceRoot":"","sources":["../../../src/react-query/clientCollectionsCreate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAEL,WAAW,GAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAWhD;;;;;GAKG;AACH,MAAM,UAAU,kCAAkC,CAChD,OAIC;IAMD,MAAM,MAAM,GAAG,eAAe,EAAE,CAAC;IACjC,OAAO,WAAW,CAAC;QACjB,GAAG,oCAAoC,CAAC,MAAM,EAAE,OAAO,CAAC;QACxD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,kCAAkC;IAChD,OAAO,CAAC,uBAAuB,EAAE,aAAa,EAAE,QAAQ,CAAC,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,oCAAoC,CAClD,OAAkB,EAClB,WAA4B;IAO5B,OAAO;QACL,WAAW,EAAE,kCAAkC,EAAE;QACjD,UAAU,EAAE,SAAS,iCAAiC,CAAC,EACrD,OAAO,EACP,OAAO,GACR;YACC,MAAM,aAAa,GAAG;gBACpB,GAAG,WAAW;gBACd,GAAG,OAAO;gBACV,YAAY,EAAE;oBACZ,GAAG,WAAW,EAAE,YAAY;oBAC5B,GAAG,OAAO,EAAE,YAAY;oBACxB,MAAM,EAAE,cAAc,CACpB,WAAW,EAAE,YAAY,EAAE,MAAM,EACjC,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B;iBACF;aACF,CAAC;YACF,OAAO,WAAW,CAAC,uBAAuB,CACxC,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"clientCollectionsCreate.js","sourceRoot":"","sources":["../../../src/react-query/clientCollectionsCreate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAEL,WAAW,GAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAItD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAWhD;;;;;GAKG;AACH,MAAM,UAAU,kCAAkC,CAChD,OAIC;IAMD,MAAM,MAAM,GAAG,eAAe,EAAE,CAAC;IACjC,OAAO,WAAW,CAAC;QACjB,GAAG,oCAAoC,CAAC,MAAM,EAAE,OAAO,CAAC;QACxD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,kCAAkC;IAChD,OAAO,CAAC,uBAAuB,EAAE,aAAa,EAAE,QAAQ,CAAC,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,oCAAoC,CAClD,OAAkB,EAClB,WAA4B;IAO5B,OAAO;QACL,WAAW,EAAE,kCAAkC,EAAE;QACjD,UAAU,EAAE,SAAS,iCAAiC,CAAC,EACrD,OAAO,EACP,OAAO,GACR;YACC,MAAM,aAAa,GAAG;gBACpB,GAAG,WAAW;gBACd,GAAG,OAAO;gBACV,YAAY,EAAE;oBACZ,GAAG,WAAW,EAAE,YAAY;oBAC5B,GAAG,OAAO,EAAE,YAAY;oBACxB,MAAM,EAAE,cAAc,CACpB,WAAW,EAAE,YAAY,EAAE,MAAM,EACjC,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B;iBACF;aACF,CAAC;YACF,OAAO,WAAW,CAAC,uBAAuB,CACxC,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC"}
@@ -11,7 +11,7 @@ export type IndexingAuthenticationRotateTokenMutationData = components.RotateTok
11
11
  * Rotate token
12
12
  *
13
13
  * @remarks
14
- * Rotates the secret value inside the Indexing API token and returns the new raw secret. All other properties of the token are unchanged. In order to rotate the secret value, include the token as the bearer token in the `/rotatetoken` request. Please refer to [Token rotation](https://developers.glean.com/docs/indexing_api_token_rotation/) documentation for more information.
14
+ * Rotates the secret value inside the Indexing API token and returns the new raw secret. All other properties of the token are unchanged. In order to rotate the secret value, include the token as the bearer token in the `/rotatetoken` request. Please refer to [Token rotation](https://developers.glean.com/indexing/authentication/token-rotation) documentation for more information.
15
15
  */
16
16
  export declare function useIndexingAuthenticationRotateTokenMutation(options?: MutationHookOptions<IndexingAuthenticationRotateTokenMutationData, Error, IndexingAuthenticationRotateTokenMutationVariables>): UseMutationResult<IndexingAuthenticationRotateTokenMutationData, Error, IndexingAuthenticationRotateTokenMutationVariables>;
17
17
  export declare function mutationKeyIndexingAuthenticationRotateToken(): MutationKey;
@@ -10,7 +10,7 @@ import { useGleanContext } from "./_context.js";
10
10
  * Rotate token
11
11
  *
12
12
  * @remarks
13
- * Rotates the secret value inside the Indexing API token and returns the new raw secret. All other properties of the token are unchanged. In order to rotate the secret value, include the token as the bearer token in the `/rotatetoken` request. Please refer to [Token rotation](https://developers.glean.com/docs/indexing_api_token_rotation/) documentation for more information.
13
+ * Rotates the secret value inside the Indexing API token and returns the new raw secret. All other properties of the token are unchanged. In order to rotate the secret value, include the token as the bearer token in the `/rotatetoken` request. Please refer to [Token rotation](https://developers.glean.com/indexing/authentication/token-rotation) documentation for more information.
14
14
  */
15
15
  export function useIndexingAuthenticationRotateTokenMutation(options) {
16
16
  const client = useGleanContext();
@@ -14,7 +14,7 @@ export type IndexingDatasourceStatusMutationData = components.DebugDatasourceSta
14
14
  * @remarks
15
15
  * Gather information about the datasource's overall status. Currently in beta, might undergo breaking changes without prior notice.
16
16
  *
17
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
17
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
18
18
  */
19
19
  export declare function useIndexingDatasourceStatusMutation(options?: MutationHookOptions<IndexingDatasourceStatusMutationData, Error, IndexingDatasourceStatusMutationVariables>): UseMutationResult<IndexingDatasourceStatusMutationData, Error, IndexingDatasourceStatusMutationVariables>;
20
20
  export declare function mutationKeyIndexingDatasourceStatus(): MutationKey;
@@ -12,7 +12,7 @@ import { useGleanContext } from "./_context.js";
12
12
  * @remarks
13
13
  * Gather information about the datasource's overall status. Currently in beta, might undergo breaking changes without prior notice.
14
14
  *
15
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
15
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
16
16
  */
17
17
  export function useIndexingDatasourceStatusMutation(options) {
18
18
  const client = useGleanContext();
@@ -12,7 +12,7 @@ export type IndexingDocumentsBulkIndexMutationData = void;
12
12
  * Bulk index documents
13
13
  *
14
14
  * @remarks
15
- * Replaces the documents 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.
15
+ * Replaces the documents in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
16
16
  */
17
17
  export declare function useIndexingDocumentsBulkIndexMutation(options?: MutationHookOptions<IndexingDocumentsBulkIndexMutationData, Error, IndexingDocumentsBulkIndexMutationVariables>): UseMutationResult<IndexingDocumentsBulkIndexMutationData, Error, IndexingDocumentsBulkIndexMutationVariables>;
18
18
  export declare function mutationKeyIndexingDocumentsBulkIndex(): MutationKey;
@@ -10,7 +10,7 @@ import { useGleanContext } from "./_context.js";
10
10
  * Bulk index documents
11
11
  *
12
12
  * @remarks
13
- * Replaces the documents 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.
13
+ * Replaces the documents in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
14
14
  */
15
15
  export function useIndexingDocumentsBulkIndexMutation(options) {
16
16
  const client = useGleanContext();
@@ -14,7 +14,7 @@ export type IndexingDocumentsCheckAccessMutationData = components.CheckDocumentA
14
14
  * @remarks
15
15
  * Check if a given user has access to access a document in a custom datasource
16
16
  *
17
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
17
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
18
18
  */
19
19
  export declare function useIndexingDocumentsCheckAccessMutation(options?: MutationHookOptions<IndexingDocumentsCheckAccessMutationData, Error, IndexingDocumentsCheckAccessMutationVariables>): UseMutationResult<IndexingDocumentsCheckAccessMutationData, Error, IndexingDocumentsCheckAccessMutationVariables>;
20
20
  export declare function mutationKeyIndexingDocumentsCheckAccess(): MutationKey;
@@ -12,7 +12,7 @@ import { useGleanContext } from "./_context.js";
12
12
  * @remarks
13
13
  * Check if a given user has access to access a document in a custom datasource
14
14
  *
15
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
15
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
16
16
  */
17
17
  export function useIndexingDocumentsCheckAccessMutation(options) {
18
18
  const client = useGleanContext();
@@ -14,7 +14,7 @@ export type IndexingDocumentsCountMutationData = components.GetDocumentCountResp
14
14
  * @remarks
15
15
  * Fetches document count for the specified custom datasource.
16
16
  *
17
- * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
17
+ * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
18
18
  *
19
19
  * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
20
20
  */
@@ -12,7 +12,7 @@ import { useGleanContext } from "./_context.js";
12
12
  * @remarks
13
13
  * Fetches document count for the specified custom datasource.
14
14
  *
15
- * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
15
+ * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
16
16
  *
17
17
  * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
18
18
  */
@@ -15,7 +15,7 @@ export type IndexingDocumentsDebugMutationData = components.DebugDocumentRespons
15
15
  * @remarks
16
16
  * Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
17
17
  *
18
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
18
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
19
19
  */
20
20
  export declare function useIndexingDocumentsDebugMutation(options?: MutationHookOptions<IndexingDocumentsDebugMutationData, Error, IndexingDocumentsDebugMutationVariables>): UseMutationResult<IndexingDocumentsDebugMutationData, Error, IndexingDocumentsDebugMutationVariables>;
21
21
  export declare function mutationKeyIndexingDocumentsDebug(): MutationKey;
@@ -12,7 +12,7 @@ import { useGleanContext } from "./_context.js";
12
12
  * @remarks
13
13
  * Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
14
14
  *
15
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
15
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
16
16
  */
17
17
  export function useIndexingDocumentsDebugMutation(options) {
18
18
  const client = useGleanContext();
@@ -15,7 +15,7 @@ export type IndexingDocumentsDebugManyMutationData = components.DebugDocumentsRe
15
15
  * @remarks
16
16
  * Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
17
17
  *
18
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
18
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
19
19
  */
20
20
  export declare function useIndexingDocumentsDebugManyMutation(options?: MutationHookOptions<IndexingDocumentsDebugManyMutationData, Error, IndexingDocumentsDebugManyMutationVariables>): UseMutationResult<IndexingDocumentsDebugManyMutationData, Error, IndexingDocumentsDebugManyMutationVariables>;
21
21
  export declare function mutationKeyIndexingDocumentsDebugMany(): MutationKey;
@@ -12,7 +12,7 @@ import { useGleanContext } from "./_context.js";
12
12
  * @remarks
13
13
  * Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
14
14
  *
15
- * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
15
+ * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
16
16
  */
17
17
  export function useIndexingDocumentsDebugManyMutation(options) {
18
18
  const client = useGleanContext();
@@ -12,7 +12,7 @@ export type IndexingDocumentsIndexMutationData = void;
12
12
  * Index documents
13
13
  *
14
14
  * @remarks
15
- * Adds or updates multiple documents in the index. Please refer to the [bulk indexing](https://developers.glean.com/docs/indexing_api_bulk_indexing/#choosing-indexdocuments-vs-bulkindexdocuments) documentation for an explanation of when to use this endpoint.
15
+ * Adds or updates multiple documents in the index. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-indexing/choosing-indexdocuments-vs-bulkindexdocuments) documentation for an explanation of when to use this endpoint.
16
16
  */
17
17
  export declare function useIndexingDocumentsIndexMutation(options?: MutationHookOptions<IndexingDocumentsIndexMutationData, Error, IndexingDocumentsIndexMutationVariables>): UseMutationResult<IndexingDocumentsIndexMutationData, Error, IndexingDocumentsIndexMutationVariables>;
18
18
  export declare function mutationKeyIndexingDocumentsIndex(): MutationKey;
@@ -10,7 +10,7 @@ import { useGleanContext } from "./_context.js";
10
10
  * Index documents
11
11
  *
12
12
  * @remarks
13
- * Adds or updates multiple documents in the index. Please refer to the [bulk indexing](https://developers.glean.com/docs/indexing_api_bulk_indexing/#choosing-indexdocuments-vs-bulkindexdocuments) documentation for an explanation of when to use this endpoint.
13
+ * Adds or updates multiple documents in the index. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-indexing/choosing-indexdocuments-vs-bulkindexdocuments) documentation for an explanation of when to use this endpoint.
14
14
  */
15
15
  export function useIndexingDocumentsIndexMutation(options) {
16
16
  const client = useGleanContext();
@@ -14,7 +14,7 @@ export type IndexingDocumentsStatusMutationData = components.GetDocumentStatusRe
14
14
  * @remarks
15
15
  * Intended for debugging/validation. Fetches the current upload and indexing status of documents.
16
16
  *
17
- * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-document) for richer information.
17
+ * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/indexing/debugging/datasource-document) for richer information.
18
18
  *
19
19
  * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
20
20
  */
@@ -12,7 +12,7 @@ import { useGleanContext } from "./_context.js";
12
12
  * @remarks
13
13
  * Intended for debugging/validation. Fetches the current upload and indexing status of documents.
14
14
  *
15
- * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-document) for richer information.
15
+ * Tip: Use [/debug/{datasource}/document](https://developers.glean.com/indexing/debugging/datasource-document) for richer information.
16
16
  *
17
17
  * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
18
18
  */
@@ -12,7 +12,7 @@ export type IndexingPeopleBulkIndexMutationData = void;
12
12
  * Bulk index employees
13
13
  *
14
14
  * @remarks
15
- * Replaces all the currently indexed employees 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.
15
+ * Replaces all the currently indexed employees using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
16
16
  */
17
17
  export declare function useIndexingPeopleBulkIndexMutation(options?: MutationHookOptions<IndexingPeopleBulkIndexMutationData, Error, IndexingPeopleBulkIndexMutationVariables>): UseMutationResult<IndexingPeopleBulkIndexMutationData, Error, IndexingPeopleBulkIndexMutationVariables>;
18
18
  export declare function mutationKeyIndexingPeopleBulkIndex(): MutationKey;
@@ -10,7 +10,7 @@ import { useGleanContext } from "./_context.js";
10
10
  * Bulk index employees
11
11
  *
12
12
  * @remarks
13
- * Replaces all the currently indexed employees 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.
13
+ * Replaces all the currently indexed employees using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
14
14
  */
15
15
  export function useIndexingPeopleBulkIndexMutation(options) {
16
16
  const client = useGleanContext();
@@ -12,7 +12,7 @@ export type IndexingPeopleBulkIndexTeamsMutationData = void;
12
12
  * Bulk index teams
13
13
  *
14
14
  * @remarks
15
- * Replaces all the currently indexed teams 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.
15
+ * Replaces all the currently indexed teams using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
16
16
  */
17
17
  export declare function useIndexingPeopleBulkIndexTeamsMutation(options?: MutationHookOptions<IndexingPeopleBulkIndexTeamsMutationData, Error, IndexingPeopleBulkIndexTeamsMutationVariables>): UseMutationResult<IndexingPeopleBulkIndexTeamsMutationData, Error, IndexingPeopleBulkIndexTeamsMutationVariables>;
18
18
  export declare function mutationKeyIndexingPeopleBulkIndexTeams(): MutationKey;
@@ -10,7 +10,7 @@ import { useGleanContext } from "./_context.js";
10
10
  * Bulk index teams
11
11
  *
12
12
  * @remarks
13
- * Replaces all the currently indexed teams 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.
13
+ * Replaces all the currently indexed teams using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
14
14
  */
15
15
  export function useIndexingPeopleBulkIndexTeamsMutation(options) {
16
16
  const client = useGleanContext();
@@ -14,7 +14,7 @@ export type IndexingPeopleCountMutationData = components.GetUserCountResponse;
14
14
  * @remarks
15
15
  * Fetches user count for the specified custom datasource.
16
16
  *
17
- * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
17
+ * Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
18
18
  *
19
19
  * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
20
20
  */