@gleanwork/api-client 0.7.1 → 0.9.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.
- package/dist/commonjs/funcs/indexingAuthenticationRotateToken.d.ts +1 -1
- package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js +1 -1
- package/dist/commonjs/funcs/indexingDatasourceStatus.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDatasourceStatus.js +1 -1
- package/dist/commonjs/funcs/indexingDocumentsBulkIndex.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js +1 -1
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js +1 -1
- package/dist/commonjs/funcs/indexingDocumentsCount.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDocumentsCount.js +1 -1
- package/dist/commonjs/funcs/indexingDocumentsDebug.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDocumentsDebug.js +1 -1
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.js +1 -1
- package/dist/commonjs/funcs/indexingDocumentsIndex.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDocumentsIndex.js +1 -1
- package/dist/commonjs/funcs/indexingDocumentsStatus.d.ts +1 -1
- package/dist/commonjs/funcs/indexingDocumentsStatus.js +1 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndex.d.ts +1 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndex.js +1 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.d.ts +1 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js +1 -1
- package/dist/commonjs/funcs/indexingPeopleCount.d.ts +1 -1
- package/dist/commonjs/funcs/indexingPeopleCount.js +1 -1
- package/dist/commonjs/funcs/indexingPeopleDebug.d.ts +1 -1
- package/dist/commonjs/funcs/indexingPeopleDebug.js +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.d.ts +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.d.ts +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/models/components/authconfig.d.ts +3 -0
- package/dist/commonjs/models/components/authconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/authconfig.js +1 -0
- package/dist/commonjs/models/components/authconfig.js.map +1 -1
- package/dist/commonjs/models/components/chatmessage.js +2 -2
- package/dist/commonjs/models/components/chatmessage.js.map +1 -1
- package/dist/commonjs/models/components/chatmessagefragment.d.ts +6 -0
- package/dist/commonjs/models/components/chatmessagefragment.d.ts.map +1 -1
- package/dist/commonjs/models/components/chatmessagefragment.js +3 -0
- package/dist/commonjs/models/components/chatmessagefragment.js.map +1 -1
- package/dist/commonjs/models/components/chatrequest.d.ts +1 -1
- package/dist/commonjs/models/components/documentdefinition.d.ts +1 -1
- package/dist/commonjs/models/components/feedback.d.ts +6 -0
- package/dist/commonjs/models/components/feedback.d.ts.map +1 -1
- package/dist/commonjs/models/components/feedback.js +6 -0
- package/dist/commonjs/models/components/feedback.js.map +1 -1
- package/dist/commonjs/models/components/generatedqna.js +2 -2
- package/dist/commonjs/models/components/generatedqna.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +2 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +2 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/manualfeedbackinfo.d.ts +8 -8
- package/dist/commonjs/models/components/manualfeedbackinfo.d.ts.map +1 -1
- package/dist/commonjs/models/components/manualfeedbackinfo.js +13 -13
- package/dist/commonjs/models/components/manualfeedbackinfo.js.map +1 -1
- package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.d.ts +137 -0
- package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.d.ts.map +1 -0
- package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.js +130 -0
- package/dist/commonjs/models/components/manualfeedbacksidebysideinfo.js.map +1 -0
- package/dist/commonjs/models/components/searchrequest.d.ts +0 -6
- package/dist/commonjs/models/components/searchrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/searchrequest.js +0 -3
- package/dist/commonjs/models/components/searchrequest.js.map +1 -1
- package/dist/commonjs/models/components/searchresponsemetadata.d.ts +5 -0
- package/dist/commonjs/models/components/searchresponsemetadata.d.ts.map +1 -1
- package/dist/commonjs/models/components/searchresponsemetadata.js +2 -0
- package/dist/commonjs/models/components/searchresponsemetadata.js.map +1 -1
- package/dist/commonjs/models/components/sidebysideimplementation.d.ts +97 -0
- package/dist/commonjs/models/components/sidebysideimplementation.d.ts.map +1 -0
- package/dist/commonjs/models/components/sidebysideimplementation.js +108 -0
- package/dist/commonjs/models/components/sidebysideimplementation.js.map +1 -0
- package/dist/commonjs/models/components/structuredresult.d.ts +3 -0
- package/dist/commonjs/models/components/structuredresult.d.ts.map +1 -1
- package/dist/commonjs/models/components/structuredresult.js +3 -0
- package/dist/commonjs/models/components/structuredresult.js.map +1 -1
- package/dist/commonjs/react-query/indexingAuthenticationRotateToken.d.ts +1 -1
- package/dist/commonjs/react-query/indexingAuthenticationRotateToken.js +1 -1
- package/dist/commonjs/react-query/indexingDatasourceStatus.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDatasourceStatus.js +1 -1
- package/dist/commonjs/react-query/indexingDocumentsBulkIndex.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDocumentsBulkIndex.js +1 -1
- package/dist/commonjs/react-query/indexingDocumentsCheckAccess.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDocumentsCheckAccess.js +1 -1
- package/dist/commonjs/react-query/indexingDocumentsCount.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDocumentsCount.js +1 -1
- package/dist/commonjs/react-query/indexingDocumentsDebug.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDocumentsDebug.js +1 -1
- package/dist/commonjs/react-query/indexingDocumentsDebugMany.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDocumentsDebugMany.js +1 -1
- package/dist/commonjs/react-query/indexingDocumentsIndex.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDocumentsIndex.js +1 -1
- package/dist/commonjs/react-query/indexingDocumentsStatus.d.ts +1 -1
- package/dist/commonjs/react-query/indexingDocumentsStatus.js +1 -1
- package/dist/commonjs/react-query/indexingPeopleBulkIndex.d.ts +1 -1
- package/dist/commonjs/react-query/indexingPeopleBulkIndex.js +1 -1
- package/dist/commonjs/react-query/indexingPeopleBulkIndexTeams.d.ts +1 -1
- package/dist/commonjs/react-query/indexingPeopleBulkIndexTeams.js +1 -1
- package/dist/commonjs/react-query/indexingPeopleCount.d.ts +1 -1
- package/dist/commonjs/react-query/indexingPeopleCount.js +1 -1
- package/dist/commonjs/react-query/indexingPeopleDebug.d.ts +1 -1
- package/dist/commonjs/react-query/indexingPeopleDebug.js +1 -1
- package/dist/commonjs/react-query/indexingPermissionsBulkIndexGroups.d.ts +1 -1
- package/dist/commonjs/react-query/indexingPermissionsBulkIndexGroups.js +1 -1
- package/dist/commonjs/react-query/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
- package/dist/commonjs/react-query/indexingPermissionsBulkIndexMemberships.js +1 -1
- package/dist/commonjs/react-query/indexingPermissionsBulkIndexUsers.d.ts +1 -1
- package/dist/commonjs/react-query/indexingPermissionsBulkIndexUsers.js +1 -1
- package/dist/commonjs/sdk/datasource.d.ts +1 -1
- package/dist/commonjs/sdk/datasource.js +1 -1
- package/dist/commonjs/sdk/indexingauthentication.d.ts +1 -1
- package/dist/commonjs/sdk/indexingauthentication.js +1 -1
- package/dist/commonjs/sdk/indexingdocuments.d.ts +7 -7
- package/dist/commonjs/sdk/indexingdocuments.js +7 -7
- package/dist/commonjs/sdk/people.d.ts +4 -4
- package/dist/commonjs/sdk/people.js +4 -4
- package/dist/commonjs/sdk/permissions.d.ts +3 -3
- package/dist/commonjs/sdk/permissions.js +3 -3
- package/dist/esm/funcs/indexingAuthenticationRotateToken.d.ts +1 -1
- package/dist/esm/funcs/indexingAuthenticationRotateToken.js +1 -1
- package/dist/esm/funcs/indexingDatasourceStatus.d.ts +1 -1
- package/dist/esm/funcs/indexingDatasourceStatus.js +1 -1
- package/dist/esm/funcs/indexingDocumentsBulkIndex.d.ts +1 -1
- package/dist/esm/funcs/indexingDocumentsBulkIndex.js +1 -1
- package/dist/esm/funcs/indexingDocumentsCheckAccess.d.ts +1 -1
- package/dist/esm/funcs/indexingDocumentsCheckAccess.js +1 -1
- package/dist/esm/funcs/indexingDocumentsCount.d.ts +1 -1
- package/dist/esm/funcs/indexingDocumentsCount.js +1 -1
- package/dist/esm/funcs/indexingDocumentsDebug.d.ts +1 -1
- package/dist/esm/funcs/indexingDocumentsDebug.js +1 -1
- package/dist/esm/funcs/indexingDocumentsDebugMany.d.ts +1 -1
- package/dist/esm/funcs/indexingDocumentsDebugMany.js +1 -1
- package/dist/esm/funcs/indexingDocumentsIndex.d.ts +1 -1
- package/dist/esm/funcs/indexingDocumentsIndex.js +1 -1
- package/dist/esm/funcs/indexingDocumentsStatus.d.ts +1 -1
- package/dist/esm/funcs/indexingDocumentsStatus.js +1 -1
- package/dist/esm/funcs/indexingPeopleBulkIndex.d.ts +1 -1
- package/dist/esm/funcs/indexingPeopleBulkIndex.js +1 -1
- package/dist/esm/funcs/indexingPeopleBulkIndexTeams.d.ts +1 -1
- package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js +1 -1
- package/dist/esm/funcs/indexingPeopleCount.d.ts +1 -1
- package/dist/esm/funcs/indexingPeopleCount.js +1 -1
- package/dist/esm/funcs/indexingPeopleDebug.d.ts +1 -1
- package/dist/esm/funcs/indexingPeopleDebug.js +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.d.ts +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.d.ts +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/models/components/authconfig.d.ts +3 -0
- package/dist/esm/models/components/authconfig.d.ts.map +1 -1
- package/dist/esm/models/components/authconfig.js +1 -0
- package/dist/esm/models/components/authconfig.js.map +1 -1
- package/dist/esm/models/components/chatmessage.js +2 -2
- package/dist/esm/models/components/chatmessage.js.map +1 -1
- package/dist/esm/models/components/chatmessagefragment.d.ts +6 -0
- package/dist/esm/models/components/chatmessagefragment.d.ts.map +1 -1
- package/dist/esm/models/components/chatmessagefragment.js +3 -0
- package/dist/esm/models/components/chatmessagefragment.js.map +1 -1
- package/dist/esm/models/components/chatrequest.d.ts +1 -1
- package/dist/esm/models/components/documentdefinition.d.ts +1 -1
- package/dist/esm/models/components/feedback.d.ts +6 -0
- package/dist/esm/models/components/feedback.d.ts.map +1 -1
- package/dist/esm/models/components/feedback.js +6 -0
- package/dist/esm/models/components/feedback.js.map +1 -1
- package/dist/esm/models/components/generatedqna.js +2 -2
- package/dist/esm/models/components/generatedqna.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +2 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +2 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/manualfeedbackinfo.d.ts +8 -8
- package/dist/esm/models/components/manualfeedbackinfo.d.ts.map +1 -1
- package/dist/esm/models/components/manualfeedbackinfo.js +12 -12
- package/dist/esm/models/components/manualfeedbackinfo.js.map +1 -1
- package/dist/esm/models/components/manualfeedbacksidebysideinfo.d.ts +137 -0
- package/dist/esm/models/components/manualfeedbacksidebysideinfo.d.ts.map +1 -0
- package/dist/esm/models/components/manualfeedbacksidebysideinfo.js +92 -0
- package/dist/esm/models/components/manualfeedbacksidebysideinfo.js.map +1 -0
- package/dist/esm/models/components/searchrequest.d.ts +0 -6
- package/dist/esm/models/components/searchrequest.d.ts.map +1 -1
- package/dist/esm/models/components/searchrequest.js +0 -3
- package/dist/esm/models/components/searchrequest.js.map +1 -1
- package/dist/esm/models/components/searchresponsemetadata.d.ts +5 -0
- package/dist/esm/models/components/searchresponsemetadata.d.ts.map +1 -1
- package/dist/esm/models/components/searchresponsemetadata.js +2 -0
- package/dist/esm/models/components/searchresponsemetadata.js.map +1 -1
- package/dist/esm/models/components/sidebysideimplementation.d.ts +97 -0
- package/dist/esm/models/components/sidebysideimplementation.d.ts.map +1 -0
- package/dist/esm/models/components/sidebysideimplementation.js +68 -0
- package/dist/esm/models/components/sidebysideimplementation.js.map +1 -0
- package/dist/esm/models/components/structuredresult.d.ts +3 -0
- package/dist/esm/models/components/structuredresult.d.ts.map +1 -1
- package/dist/esm/models/components/structuredresult.js +3 -0
- package/dist/esm/models/components/structuredresult.js.map +1 -1
- package/dist/esm/react-query/indexingAuthenticationRotateToken.d.ts +1 -1
- package/dist/esm/react-query/indexingAuthenticationRotateToken.js +1 -1
- package/dist/esm/react-query/indexingDatasourceStatus.d.ts +1 -1
- package/dist/esm/react-query/indexingDatasourceStatus.js +1 -1
- package/dist/esm/react-query/indexingDocumentsBulkIndex.d.ts +1 -1
- package/dist/esm/react-query/indexingDocumentsBulkIndex.js +1 -1
- package/dist/esm/react-query/indexingDocumentsCheckAccess.d.ts +1 -1
- package/dist/esm/react-query/indexingDocumentsCheckAccess.js +1 -1
- package/dist/esm/react-query/indexingDocumentsCount.d.ts +1 -1
- package/dist/esm/react-query/indexingDocumentsCount.js +1 -1
- package/dist/esm/react-query/indexingDocumentsDebug.d.ts +1 -1
- package/dist/esm/react-query/indexingDocumentsDebug.js +1 -1
- package/dist/esm/react-query/indexingDocumentsDebugMany.d.ts +1 -1
- package/dist/esm/react-query/indexingDocumentsDebugMany.js +1 -1
- package/dist/esm/react-query/indexingDocumentsIndex.d.ts +1 -1
- package/dist/esm/react-query/indexingDocumentsIndex.js +1 -1
- package/dist/esm/react-query/indexingDocumentsStatus.d.ts +1 -1
- package/dist/esm/react-query/indexingDocumentsStatus.js +1 -1
- package/dist/esm/react-query/indexingPeopleBulkIndex.d.ts +1 -1
- package/dist/esm/react-query/indexingPeopleBulkIndex.js +1 -1
- package/dist/esm/react-query/indexingPeopleBulkIndexTeams.d.ts +1 -1
- package/dist/esm/react-query/indexingPeopleBulkIndexTeams.js +1 -1
- package/dist/esm/react-query/indexingPeopleCount.d.ts +1 -1
- package/dist/esm/react-query/indexingPeopleCount.js +1 -1
- package/dist/esm/react-query/indexingPeopleDebug.d.ts +1 -1
- package/dist/esm/react-query/indexingPeopleDebug.js +1 -1
- package/dist/esm/react-query/indexingPermissionsBulkIndexGroups.d.ts +1 -1
- package/dist/esm/react-query/indexingPermissionsBulkIndexGroups.js +1 -1
- package/dist/esm/react-query/indexingPermissionsBulkIndexMemberships.d.ts +1 -1
- package/dist/esm/react-query/indexingPermissionsBulkIndexMemberships.js +1 -1
- package/dist/esm/react-query/indexingPermissionsBulkIndexUsers.d.ts +1 -1
- package/dist/esm/react-query/indexingPermissionsBulkIndexUsers.js +1 -1
- package/dist/esm/sdk/datasource.d.ts +1 -1
- package/dist/esm/sdk/datasource.js +1 -1
- package/dist/esm/sdk/indexingauthentication.d.ts +1 -1
- package/dist/esm/sdk/indexingauthentication.js +1 -1
- package/dist/esm/sdk/indexingdocuments.d.ts +7 -7
- package/dist/esm/sdk/indexingdocuments.js +7 -7
- package/dist/esm/sdk/people.d.ts +4 -4
- package/dist/esm/sdk/people.js +4 -4
- package/dist/esm/sdk/permissions.d.ts +3 -3
- package/dist/esm/sdk/permissions.js +3 -3
- package/docs/sdks/datasource/README.md +1 -1
- package/docs/sdks/indexingauthentication/README.md +1 -1
- package/docs/sdks/indexingdocuments/README.md +7 -7
- package/docs/sdks/people/README.md +4 -4
- package/docs/sdks/permissions/README.md +3 -3
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/indexingAuthenticationRotateToken.ts +1 -1
- package/src/funcs/indexingDatasourceStatus.ts +1 -1
- package/src/funcs/indexingDocumentsBulkIndex.ts +1 -1
- package/src/funcs/indexingDocumentsCheckAccess.ts +1 -1
- package/src/funcs/indexingDocumentsCount.ts +1 -1
- package/src/funcs/indexingDocumentsDebug.ts +1 -1
- package/src/funcs/indexingDocumentsDebugMany.ts +1 -1
- package/src/funcs/indexingDocumentsIndex.ts +1 -1
- package/src/funcs/indexingDocumentsStatus.ts +1 -1
- package/src/funcs/indexingPeopleBulkIndex.ts +1 -1
- package/src/funcs/indexingPeopleBulkIndexTeams.ts +1 -1
- package/src/funcs/indexingPeopleCount.ts +1 -1
- package/src/funcs/indexingPeopleDebug.ts +1 -1
- package/src/funcs/indexingPermissionsBulkIndexGroups.ts +1 -1
- package/src/funcs/indexingPermissionsBulkIndexMemberships.ts +1 -1
- package/src/funcs/indexingPermissionsBulkIndexUsers.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/authconfig.ts +1 -0
- package/src/models/components/chatmessage.ts +2 -2
- package/src/models/components/chatmessagefragment.ts +13 -0
- package/src/models/components/chatrequest.ts +1 -1
- package/src/models/components/documentdefinition.ts +1 -1
- package/src/models/components/feedback.ts +15 -0
- package/src/models/components/generatedqna.ts +2 -2
- package/src/models/components/index.ts +2 -0
- package/src/models/components/manualfeedbackinfo.ts +16 -15
- package/src/models/components/manualfeedbacksidebysideinfo.ts +200 -0
- package/src/models/components/searchrequest.ts +0 -13
- package/src/models/components/searchresponsemetadata.ts +7 -0
- package/src/models/components/sidebysideimplementation.ts +175 -0
- package/src/models/components/structuredresult.ts +10 -0
- package/src/react-query/indexingAuthenticationRotateToken.ts +1 -1
- package/src/react-query/indexingDatasourceStatus.ts +1 -1
- package/src/react-query/indexingDocumentsBulkIndex.ts +1 -1
- package/src/react-query/indexingDocumentsCheckAccess.ts +1 -1
- package/src/react-query/indexingDocumentsCount.ts +1 -1
- package/src/react-query/indexingDocumentsDebug.ts +1 -1
- package/src/react-query/indexingDocumentsDebugMany.ts +1 -1
- package/src/react-query/indexingDocumentsIndex.ts +1 -1
- package/src/react-query/indexingDocumentsStatus.ts +1 -1
- package/src/react-query/indexingPeopleBulkIndex.ts +1 -1
- package/src/react-query/indexingPeopleBulkIndexTeams.ts +1 -1
- package/src/react-query/indexingPeopleCount.ts +1 -1
- package/src/react-query/indexingPeopleDebug.ts +1 -1
- package/src/react-query/indexingPermissionsBulkIndexGroups.ts +1 -1
- package/src/react-query/indexingPermissionsBulkIndexMemberships.ts +1 -1
- package/src/react-query/indexingPermissionsBulkIndexUsers.ts +1 -1
- package/src/sdk/datasource.ts +1 -1
- package/src/sdk/indexingauthentication.ts +1 -1
- package/src/sdk/indexingdocuments.ts +7 -7
- package/src/sdk/people.ts +4 -4
- package/src/sdk/permissions.ts +3 -3
|
@@ -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/
|
|
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;
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Gather information about the datasource's overall status. Currently in beta, might undergo breaking changes without prior notice.
|
|
19
19
|
*
|
|
20
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
20
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
21
21
|
*/
|
|
22
22
|
function useIndexingDatasourceStatusMutation(options) {
|
|
23
23
|
const client = (0, _context_js_1.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/
|
|
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;
|
|
@@ -15,7 +15,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
15
15
|
* Bulk index documents
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
|
-
* Replaces the documents in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
18
|
+
* 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.
|
|
19
19
|
*/
|
|
20
20
|
function useIndexingDocumentsBulkIndexMutation(options) {
|
|
21
21
|
const client = (0, _context_js_1.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/
|
|
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;
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Check if a given user has access to access a document in a custom datasource
|
|
19
19
|
*
|
|
20
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
20
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
21
21
|
*/
|
|
22
22
|
function useIndexingDocumentsCheckAccessMutation(options) {
|
|
23
23
|
const client = (0, _context_js_1.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/
|
|
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
|
*/
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Fetches document count for the specified custom datasource.
|
|
19
19
|
*
|
|
20
|
-
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/
|
|
20
|
+
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
|
|
21
21
|
*
|
|
22
22
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
23
23
|
*/
|
|
@@ -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/
|
|
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;
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
|
|
19
19
|
*
|
|
20
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
20
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
21
21
|
*/
|
|
22
22
|
function useIndexingDocumentsDebugMutation(options) {
|
|
23
23
|
const client = (0, _context_js_1.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/
|
|
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;
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
|
|
19
19
|
*
|
|
20
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
20
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
21
21
|
*/
|
|
22
22
|
function useIndexingDocumentsDebugManyMutation(options) {
|
|
23
23
|
const client = (0, _context_js_1.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/
|
|
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;
|
|
@@ -15,7 +15,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
15
15
|
* Index documents
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
|
-
* Adds or updates multiple documents in the index. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
18
|
+
* 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.
|
|
19
19
|
*/
|
|
20
20
|
function useIndexingDocumentsIndexMutation(options) {
|
|
21
21
|
const client = (0, _context_js_1.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/
|
|
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
|
*/
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Intended for debugging/validation. Fetches the current upload and indexing status of documents.
|
|
19
19
|
*
|
|
20
|
-
* Tip: Use [/debug/{datasource}/document](https://developers.glean.com/
|
|
20
|
+
* Tip: Use [/debug/{datasource}/document](https://developers.glean.com/indexing/debugging/datasource-document) for richer information.
|
|
21
21
|
*
|
|
22
22
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
23
23
|
*/
|
|
@@ -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/
|
|
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;
|
|
@@ -15,7 +15,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
15
15
|
* Bulk index employees
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
|
-
* Replaces all the currently indexed employees using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
18
|
+
* 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.
|
|
19
19
|
*/
|
|
20
20
|
function useIndexingPeopleBulkIndexMutation(options) {
|
|
21
21
|
const client = (0, _context_js_1.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/
|
|
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;
|
|
@@ -15,7 +15,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
15
15
|
* Bulk index teams
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
|
-
* Replaces all the currently indexed teams using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
18
|
+
* 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.
|
|
19
19
|
*/
|
|
20
20
|
function useIndexingPeopleBulkIndexTeamsMutation(options) {
|
|
21
21
|
const client = (0, _context_js_1.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/
|
|
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
|
*/
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Fetches user count for the specified custom datasource.
|
|
19
19
|
*
|
|
20
|
-
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/
|
|
20
|
+
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
|
|
21
21
|
*
|
|
22
22
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
23
23
|
*/
|
|
@@ -15,7 +15,7 @@ export type IndexingPeopleDebugMutationData = components.DebugUserResponse;
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
|
|
17
17
|
*
|
|
18
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
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 useIndexingPeopleDebugMutation(options?: MutationHookOptions<IndexingPeopleDebugMutationData, Error, IndexingPeopleDebugMutationVariables>): UseMutationResult<IndexingPeopleDebugMutationData, Error, IndexingPeopleDebugMutationVariables>;
|
|
21
21
|
export declare function mutationKeyIndexingPeopleDebug(): MutationKey;
|
|
@@ -17,7 +17,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
|
|
19
19
|
*
|
|
20
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
20
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
21
21
|
*/
|
|
22
22
|
function useIndexingPeopleDebugMutation(options) {
|
|
23
23
|
const client = (0, _context_js_1.useGleanContext)();
|
|
@@ -12,7 +12,7 @@ export type IndexingPermissionsBulkIndexGroupsMutationData = void;
|
|
|
12
12
|
* Bulk index groups
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
|
-
* Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
15
|
+
* Replaces the groups 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 useIndexingPermissionsBulkIndexGroupsMutation(options?: MutationHookOptions<IndexingPermissionsBulkIndexGroupsMutationData, Error, IndexingPermissionsBulkIndexGroupsMutationVariables>): UseMutationResult<IndexingPermissionsBulkIndexGroupsMutationData, Error, IndexingPermissionsBulkIndexGroupsMutationVariables>;
|
|
18
18
|
export declare function mutationKeyIndexingPermissionsBulkIndexGroups(): MutationKey;
|
|
@@ -15,7 +15,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
15
15
|
* Bulk index groups
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
|
-
* Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
18
|
+
* Replaces the groups 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.
|
|
19
19
|
*/
|
|
20
20
|
function useIndexingPermissionsBulkIndexGroupsMutation(options) {
|
|
21
21
|
const client = (0, _context_js_1.useGleanContext)();
|
|
@@ -12,7 +12,7 @@ export type IndexingPermissionsBulkIndexMembershipsMutationData = void;
|
|
|
12
12
|
* Bulk index memberships for a group
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
|
-
* Replaces the memberships for a group in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
15
|
+
* Replaces the memberships for a group 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 useIndexingPermissionsBulkIndexMembershipsMutation(options?: MutationHookOptions<IndexingPermissionsBulkIndexMembershipsMutationData, Error, IndexingPermissionsBulkIndexMembershipsMutationVariables>): UseMutationResult<IndexingPermissionsBulkIndexMembershipsMutationData, Error, IndexingPermissionsBulkIndexMembershipsMutationVariables>;
|
|
18
18
|
export declare function mutationKeyIndexingPermissionsBulkIndexMemberships(): MutationKey;
|
|
@@ -15,7 +15,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
15
15
|
* Bulk index memberships for a group
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
|
-
* Replaces the memberships for a group in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
18
|
+
* Replaces the memberships for a group 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.
|
|
19
19
|
*/
|
|
20
20
|
function useIndexingPermissionsBulkIndexMembershipsMutation(options) {
|
|
21
21
|
const client = (0, _context_js_1.useGleanContext)();
|
|
@@ -12,7 +12,7 @@ export type IndexingPermissionsBulkIndexUsersMutationData = void;
|
|
|
12
12
|
* Bulk index users
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
|
-
* Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
15
|
+
* Replaces the users 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 useIndexingPermissionsBulkIndexUsersMutation(options?: MutationHookOptions<IndexingPermissionsBulkIndexUsersMutationData, Error, IndexingPermissionsBulkIndexUsersMutationVariables>): UseMutationResult<IndexingPermissionsBulkIndexUsersMutationData, Error, IndexingPermissionsBulkIndexUsersMutationVariables>;
|
|
18
18
|
export declare function mutationKeyIndexingPermissionsBulkIndexUsers(): MutationKey;
|
|
@@ -15,7 +15,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
15
15
|
* Bulk index users
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
|
-
* Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
18
|
+
* Replaces the users 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.
|
|
19
19
|
*/
|
|
20
20
|
function useIndexingPermissionsBulkIndexUsersMutation(options) {
|
|
21
21
|
const client = (0, _context_js_1.useGleanContext)();
|
|
@@ -7,7 +7,7 @@ export declare class Datasource extends ClientSDK {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* Gather information about the datasource's overall status. Currently in beta, might undergo breaking changes without prior notice.
|
|
9
9
|
*
|
|
10
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
10
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
11
11
|
*/
|
|
12
12
|
status(datasource: string, options?: RequestOptions): Promise<components.DebugDatasourceStatusResponse>;
|
|
13
13
|
}
|
|
@@ -14,7 +14,7 @@ class Datasource extends sdks_js_1.ClientSDK {
|
|
|
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/
|
|
17
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
18
18
|
*/
|
|
19
19
|
async status(datasource, options) {
|
|
20
20
|
return (0, fp_js_1.unwrapAsync)((0, indexingDatasourceStatus_js_1.indexingDatasourceStatus)(this, datasource, options));
|
|
@@ -5,7 +5,7 @@ export declare class IndexingAuthentication extends ClientSDK {
|
|
|
5
5
|
* Rotate token
|
|
6
6
|
*
|
|
7
7
|
* @remarks
|
|
8
|
-
* 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/
|
|
8
|
+
* 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.
|
|
9
9
|
*/
|
|
10
10
|
rotateToken(options?: RequestOptions): Promise<components.RotateTokenResponse>;
|
|
11
11
|
}
|
|
@@ -12,7 +12,7 @@ class IndexingAuthentication extends sdks_js_1.ClientSDK {
|
|
|
12
12
|
* Rotate token
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
|
-
* 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/
|
|
15
|
+
* 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.
|
|
16
16
|
*/
|
|
17
17
|
async rotateToken(options) {
|
|
18
18
|
return (0, fp_js_1.unwrapAsync)((0, indexingAuthenticationRotateToken_js_1.indexingAuthenticationRotateToken)(this, options));
|
|
@@ -12,14 +12,14 @@ export declare class IndexingDocuments extends ClientSDK {
|
|
|
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/
|
|
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
|
index(request: components.IndexDocumentsRequest, options?: RequestOptions): Promise<void>;
|
|
18
18
|
/**
|
|
19
19
|
* Bulk index documents
|
|
20
20
|
*
|
|
21
21
|
* @remarks
|
|
22
|
-
* Replaces the documents in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
22
|
+
* 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.
|
|
23
23
|
*/
|
|
24
24
|
bulkIndex(request: components.BulkIndexDocumentsRequest, options?: RequestOptions): Promise<void>;
|
|
25
25
|
/**
|
|
@@ -52,7 +52,7 @@ export declare class IndexingDocuments extends ClientSDK {
|
|
|
52
52
|
* @remarks
|
|
53
53
|
* Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
|
|
54
54
|
*
|
|
55
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
55
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
56
56
|
*/
|
|
57
57
|
debug(debugDocumentRequest: components.DebugDocumentRequest, datasource: string, options?: RequestOptions): Promise<components.DebugDocumentResponse>;
|
|
58
58
|
/**
|
|
@@ -61,7 +61,7 @@ export declare class IndexingDocuments extends ClientSDK {
|
|
|
61
61
|
* @remarks
|
|
62
62
|
* Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
|
|
63
63
|
*
|
|
64
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
64
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
65
65
|
*/
|
|
66
66
|
debugMany(debugDocumentsRequest: components.DebugDocumentsRequest, datasource: string, options?: RequestOptions): Promise<components.DebugDocumentsResponse>;
|
|
67
67
|
/**
|
|
@@ -70,7 +70,7 @@ export declare class IndexingDocuments extends ClientSDK {
|
|
|
70
70
|
* @remarks
|
|
71
71
|
* Check if a given user has access to access a document in a custom datasource
|
|
72
72
|
*
|
|
73
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
73
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
74
74
|
*/
|
|
75
75
|
checkAccess(request: components.CheckDocumentAccessRequest, options?: RequestOptions): Promise<components.CheckDocumentAccessResponse>;
|
|
76
76
|
/**
|
|
@@ -79,7 +79,7 @@ export declare class IndexingDocuments extends ClientSDK {
|
|
|
79
79
|
* @remarks
|
|
80
80
|
* Intended for debugging/validation. Fetches the current upload and indexing status of documents.
|
|
81
81
|
*
|
|
82
|
-
* Tip: Use [/debug/{datasource}/document](https://developers.glean.com/
|
|
82
|
+
* Tip: Use [/debug/{datasource}/document](https://developers.glean.com/indexing/debugging/datasource-document) for richer information.
|
|
83
83
|
*
|
|
84
84
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
85
85
|
*/
|
|
@@ -90,7 +90,7 @@ export declare class IndexingDocuments extends ClientSDK {
|
|
|
90
90
|
* @remarks
|
|
91
91
|
* Fetches document count for the specified custom datasource.
|
|
92
92
|
*
|
|
93
|
-
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/
|
|
93
|
+
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
|
|
94
94
|
*
|
|
95
95
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
96
96
|
*/
|
|
@@ -30,7 +30,7 @@ class IndexingDocuments extends sdks_js_1.ClientSDK {
|
|
|
30
30
|
* Index documents
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* Adds or updates multiple documents in the index. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
33
|
+
* 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.
|
|
34
34
|
*/
|
|
35
35
|
async index(request, options) {
|
|
36
36
|
return (0, fp_js_1.unwrapAsync)((0, indexingDocumentsIndex_js_1.indexingDocumentsIndex)(this, request, options));
|
|
@@ -39,7 +39,7 @@ class IndexingDocuments extends sdks_js_1.ClientSDK {
|
|
|
39
39
|
* Bulk index documents
|
|
40
40
|
*
|
|
41
41
|
* @remarks
|
|
42
|
-
* Replaces the documents in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
42
|
+
* 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.
|
|
43
43
|
*/
|
|
44
44
|
async bulkIndex(request, options) {
|
|
45
45
|
return (0, fp_js_1.unwrapAsync)((0, indexingDocumentsBulkIndex_js_1.indexingDocumentsBulkIndex)(this, request, options));
|
|
@@ -78,7 +78,7 @@ class IndexingDocuments extends sdks_js_1.ClientSDK {
|
|
|
78
78
|
* @remarks
|
|
79
79
|
* Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
|
|
80
80
|
*
|
|
81
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
81
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
82
82
|
*/
|
|
83
83
|
async debug(debugDocumentRequest, datasource, options) {
|
|
84
84
|
return (0, fp_js_1.unwrapAsync)((0, indexingDocumentsDebug_js_1.indexingDocumentsDebug)(this, debugDocumentRequest, datasource, options));
|
|
@@ -89,7 +89,7 @@ class IndexingDocuments extends sdks_js_1.ClientSDK {
|
|
|
89
89
|
* @remarks
|
|
90
90
|
* Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
|
|
91
91
|
*
|
|
92
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
92
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
93
93
|
*/
|
|
94
94
|
async debugMany(debugDocumentsRequest, datasource, options) {
|
|
95
95
|
return (0, fp_js_1.unwrapAsync)((0, indexingDocumentsDebugMany_js_1.indexingDocumentsDebugMany)(this, debugDocumentsRequest, datasource, options));
|
|
@@ -100,7 +100,7 @@ class IndexingDocuments extends sdks_js_1.ClientSDK {
|
|
|
100
100
|
* @remarks
|
|
101
101
|
* Check if a given user has access to access a document in a custom datasource
|
|
102
102
|
*
|
|
103
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
103
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
104
104
|
*/
|
|
105
105
|
async checkAccess(request, options) {
|
|
106
106
|
return (0, fp_js_1.unwrapAsync)((0, indexingDocumentsCheckAccess_js_1.indexingDocumentsCheckAccess)(this, request, options));
|
|
@@ -111,7 +111,7 @@ class IndexingDocuments extends sdks_js_1.ClientSDK {
|
|
|
111
111
|
* @remarks
|
|
112
112
|
* Intended for debugging/validation. Fetches the current upload and indexing status of documents.
|
|
113
113
|
*
|
|
114
|
-
* Tip: Use [/debug/{datasource}/document](https://developers.glean.com/
|
|
114
|
+
* Tip: Use [/debug/{datasource}/document](https://developers.glean.com/indexing/debugging/datasource-document) for richer information.
|
|
115
115
|
*
|
|
116
116
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
117
117
|
*/
|
|
@@ -124,7 +124,7 @@ class IndexingDocuments extends sdks_js_1.ClientSDK {
|
|
|
124
124
|
* @remarks
|
|
125
125
|
* Fetches document count for the specified custom datasource.
|
|
126
126
|
*
|
|
127
|
-
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/
|
|
127
|
+
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
|
|
128
128
|
*
|
|
129
129
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
130
130
|
*/
|
|
@@ -7,7 +7,7 @@ export declare class People extends ClientSDK {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
|
|
9
9
|
*
|
|
10
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
10
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
11
11
|
*/
|
|
12
12
|
debug(debugUserRequest: components.DebugUserRequest, datasource: string, options?: RequestOptions): Promise<components.DebugUserResponse>;
|
|
13
13
|
/**
|
|
@@ -16,7 +16,7 @@ export declare class People extends ClientSDK {
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Fetches user count for the specified custom datasource.
|
|
18
18
|
*
|
|
19
|
-
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/
|
|
19
|
+
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
|
|
20
20
|
*
|
|
21
21
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
22
22
|
*/
|
|
@@ -32,7 +32,7 @@ export declare class People extends ClientSDK {
|
|
|
32
32
|
* Bulk index employees
|
|
33
33
|
*
|
|
34
34
|
* @remarks
|
|
35
|
-
* Replaces all the currently indexed employees using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
35
|
+
* 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.
|
|
36
36
|
*/
|
|
37
37
|
bulkIndex(request: components.BulkIndexEmployeesRequest, options?: RequestOptions): Promise<void>;
|
|
38
38
|
/**
|
|
@@ -67,7 +67,7 @@ export declare class People extends ClientSDK {
|
|
|
67
67
|
* Bulk index teams
|
|
68
68
|
*
|
|
69
69
|
* @remarks
|
|
70
|
-
* Replaces all the currently indexed teams using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
70
|
+
* 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.
|
|
71
71
|
*/
|
|
72
72
|
bulkIndexTeams(request: components.BulkIndexTeamsRequest, options?: RequestOptions): Promise<void>;
|
|
73
73
|
}
|
|
@@ -22,7 +22,7 @@ class People extends sdks_js_1.ClientSDK {
|
|
|
22
22
|
* @remarks
|
|
23
23
|
* Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
|
|
24
24
|
*
|
|
25
|
-
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/
|
|
25
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information.
|
|
26
26
|
*/
|
|
27
27
|
async debug(debugUserRequest, datasource, options) {
|
|
28
28
|
return (0, fp_js_1.unwrapAsync)((0, indexingPeopleDebug_js_1.indexingPeopleDebug)(this, debugUserRequest, datasource, options));
|
|
@@ -33,7 +33,7 @@ class People extends sdks_js_1.ClientSDK {
|
|
|
33
33
|
* @remarks
|
|
34
34
|
* Fetches user count for the specified custom datasource.
|
|
35
35
|
*
|
|
36
|
-
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/
|
|
36
|
+
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/indexing/debugging/datasource-status) for richer information.
|
|
37
37
|
*
|
|
38
38
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
39
39
|
*/
|
|
@@ -53,7 +53,7 @@ class People extends sdks_js_1.ClientSDK {
|
|
|
53
53
|
* Bulk index employees
|
|
54
54
|
*
|
|
55
55
|
* @remarks
|
|
56
|
-
* Replaces all the currently indexed employees using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
56
|
+
* 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.
|
|
57
57
|
*/
|
|
58
58
|
async bulkIndex(request, options) {
|
|
59
59
|
return (0, fp_js_1.unwrapAsync)((0, indexingPeopleBulkIndex_js_1.indexingPeopleBulkIndex)(this, request, options));
|
|
@@ -98,7 +98,7 @@ class People extends sdks_js_1.ClientSDK {
|
|
|
98
98
|
* Bulk index teams
|
|
99
99
|
*
|
|
100
100
|
* @remarks
|
|
101
|
-
* Replaces all the currently indexed teams using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
101
|
+
* 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.
|
|
102
102
|
*/
|
|
103
103
|
async bulkIndexTeams(request, options) {
|
|
104
104
|
return (0, fp_js_1.unwrapAsync)((0, indexingPeopleBulkIndexTeams_js_1.indexingPeopleBulkIndexTeams)(this, request, options));
|
|
@@ -19,7 +19,7 @@ export declare class Permissions extends ClientSDK {
|
|
|
19
19
|
* Bulk index users
|
|
20
20
|
*
|
|
21
21
|
* @remarks
|
|
22
|
-
* Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
22
|
+
* Replaces the users 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.
|
|
23
23
|
*/
|
|
24
24
|
bulkIndexUsers(request: components.BulkIndexUsersRequest, options?: RequestOptions): Promise<void>;
|
|
25
25
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class Permissions extends ClientSDK {
|
|
|
33
33
|
* Bulk index groups
|
|
34
34
|
*
|
|
35
35
|
* @remarks
|
|
36
|
-
* Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
36
|
+
* Replaces the groups 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.
|
|
37
37
|
*/
|
|
38
38
|
bulkIndexGroups(request: components.BulkIndexGroupsRequest, options?: RequestOptions): Promise<void>;
|
|
39
39
|
/**
|
|
@@ -47,7 +47,7 @@ export declare class Permissions extends ClientSDK {
|
|
|
47
47
|
* Bulk index memberships for a group
|
|
48
48
|
*
|
|
49
49
|
* @remarks
|
|
50
|
-
* Replaces the memberships for a group in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/
|
|
50
|
+
* Replaces the memberships for a group 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.
|
|
51
51
|
*/
|
|
52
52
|
bulkIndexMemberships(request: components.BulkIndexMembershipsRequest, options?: RequestOptions): Promise<void>;
|
|
53
53
|
/**
|