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