@gleanwork/api-client 0.1.0-beta.4 → 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 +290 -209
- 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 +42 -1
- package/dist/commonjs/sdk/chat.d.ts.map +1 -1
- package/dist/commonjs/sdk/chat.js +61 -3
- package/dist/commonjs/sdk/chat.js.map +1 -1
- package/dist/commonjs/sdk/client.d.ts +9 -9
- package/dist/commonjs/sdk/client.d.ts.map +1 -1
- package/dist/commonjs/sdk/client.js +10 -10
- 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 -6
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +14 -6
- 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 +42 -1
- package/dist/esm/sdk/chat.d.ts.map +1 -1
- package/dist/esm/sdk/chat.js +61 -3
- package/dist/esm/sdk/chat.js.map +1 -1
- package/dist/esm/sdk/client.d.ts +9 -9
- package/dist/esm/sdk/client.d.ts.map +1 -1
- package/dist/esm/sdk/client.js +10 -10
- 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 -6
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +14 -6
- 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 +491 -8
- 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/glean/README.md +10 -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 +111 -3
- package/src/sdk/client.ts +18 -18
- 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 +20 -8
- 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/chatChatStream.d.ts +0 -16
- package/dist/commonjs/funcs/chatChatStream.d.ts.map +0 -1
- package/dist/commonjs/funcs/chatChatStream.js +0 -121
- package/dist/commonjs/funcs/chatChatStream.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/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/chatChatStream.d.ts +0 -24
- package/dist/commonjs/react-query/chatChatStream.d.ts.map +0 -1
- package/dist/commonjs/react-query/chatChatStream.js +0 -47
- package/dist/commonjs/react-query/chatChatStream.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/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/clientchat.d.ts +0 -68
- package/dist/commonjs/sdk/clientchat.d.ts.map +0 -1
- package/dist/commonjs/sdk/clientchat.js +0 -102
- package/dist/commonjs/sdk/clientchat.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/chatChatStream.d.ts +0 -16
- package/dist/esm/funcs/chatChatStream.d.ts.map +0 -1
- package/dist/esm/funcs/chatChatStream.js +0 -85
- package/dist/esm/funcs/chatChatStream.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/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/chatChatStream.d.ts +0 -24
- package/dist/esm/react-query/chatChatStream.d.ts.map +0 -1
- package/dist/esm/react-query/chatChatStream.js +0 -42
- package/dist/esm/react-query/chatChatStream.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/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/clientchat.d.ts +0 -68
- package/dist/esm/sdk/clientchat.d.ts.map +0 -1
- package/dist/esm/sdk/clientchat.js +0 -98
- package/dist/esm/sdk/clientchat.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/clientchat/README.md +0 -878
- 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/chatChatStream.ts +0 -169
- 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/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/chatChatStream.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/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/clientchat.ts +0 -185
- package/src/sdk/permissions.ts +0 -225
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { GleanCore } from "../core.js";
|
|
11
|
+
import { clientSearchFeedRetrieve } from "../funcs/clientSearchFeedRetrieve.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
import { useGleanContext } from "./_context.js";
|
|
17
|
+
import { MutationHookOptions } from "./_types.js";
|
|
18
|
+
|
|
19
|
+
export type ClientSearchFeedRetrieveMutationVariables = {
|
|
20
|
+
request: components.FeedRequest;
|
|
21
|
+
options?: RequestOptions;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export type ClientSearchFeedRetrieveMutationData = components.FeedResponse;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Feed of documents and events
|
|
28
|
+
*
|
|
29
|
+
* @remarks
|
|
30
|
+
* The personalized feed/home includes different types of contents including suggestions, recents, calendar events and many more.
|
|
31
|
+
*/
|
|
32
|
+
export function useClientSearchFeedRetrieveMutation(
|
|
33
|
+
options?: MutationHookOptions<
|
|
34
|
+
ClientSearchFeedRetrieveMutationData,
|
|
35
|
+
Error,
|
|
36
|
+
ClientSearchFeedRetrieveMutationVariables
|
|
37
|
+
>,
|
|
38
|
+
): UseMutationResult<
|
|
39
|
+
ClientSearchFeedRetrieveMutationData,
|
|
40
|
+
Error,
|
|
41
|
+
ClientSearchFeedRetrieveMutationVariables
|
|
42
|
+
> {
|
|
43
|
+
const client = useGleanContext();
|
|
44
|
+
return useMutation({
|
|
45
|
+
...buildClientSearchFeedRetrieveMutation(client, options),
|
|
46
|
+
...options,
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export function mutationKeyClientSearchFeedRetrieve(): MutationKey {
|
|
51
|
+
return ["@gleanwork/api-client", "feed", "retrieve"];
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export function buildClientSearchFeedRetrieveMutation(
|
|
55
|
+
client$: GleanCore,
|
|
56
|
+
hookOptions?: RequestOptions,
|
|
57
|
+
): {
|
|
58
|
+
mutationKey: MutationKey;
|
|
59
|
+
mutationFn: (
|
|
60
|
+
variables: ClientSearchFeedRetrieveMutationVariables,
|
|
61
|
+
) => Promise<ClientSearchFeedRetrieveMutationData>;
|
|
62
|
+
} {
|
|
63
|
+
return {
|
|
64
|
+
mutationKey: mutationKeyClientSearchFeedRetrieve(),
|
|
65
|
+
mutationFn: function clientSearchFeedRetrieveMutationFn({
|
|
66
|
+
request,
|
|
67
|
+
options,
|
|
68
|
+
}): Promise<ClientSearchFeedRetrieveMutationData> {
|
|
69
|
+
const mergedOptions = {
|
|
70
|
+
...hookOptions,
|
|
71
|
+
...options,
|
|
72
|
+
fetchOptions: {
|
|
73
|
+
...hookOptions?.fetchOptions,
|
|
74
|
+
...options?.fetchOptions,
|
|
75
|
+
signal: combineSignals(
|
|
76
|
+
hookOptions?.fetchOptions?.signal,
|
|
77
|
+
options?.fetchOptions?.signal,
|
|
78
|
+
),
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
return unwrapAsync(clientSearchFeedRetrieve(
|
|
82
|
+
client$,
|
|
83
|
+
request,
|
|
84
|
+
mergedOptions,
|
|
85
|
+
));
|
|
86
|
+
},
|
|
87
|
+
};
|
|
88
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { GleanCore } from "../core.js";
|
|
11
|
+
import { clientSearchQuery } from "../funcs/clientSearchQuery.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
import { useGleanContext } from "./_context.js";
|
|
17
|
+
import { MutationHookOptions } from "./_types.js";
|
|
18
|
+
|
|
19
|
+
export type ClientSearchQueryMutationVariables = {
|
|
20
|
+
request?: components.SearchRequest | undefined;
|
|
21
|
+
options?: RequestOptions;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export type ClientSearchQueryMutationData = components.SearchResponse;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Search
|
|
28
|
+
*
|
|
29
|
+
* @remarks
|
|
30
|
+
* Retrieve results from the index for the given query and filters.
|
|
31
|
+
*/
|
|
32
|
+
export function useClientSearchQueryMutation(
|
|
33
|
+
options?: MutationHookOptions<
|
|
34
|
+
ClientSearchQueryMutationData,
|
|
35
|
+
Error,
|
|
36
|
+
ClientSearchQueryMutationVariables
|
|
37
|
+
>,
|
|
38
|
+
): UseMutationResult<
|
|
39
|
+
ClientSearchQueryMutationData,
|
|
40
|
+
Error,
|
|
41
|
+
ClientSearchQueryMutationVariables
|
|
42
|
+
> {
|
|
43
|
+
const client = useGleanContext();
|
|
44
|
+
return useMutation({
|
|
45
|
+
...buildClientSearchQueryMutation(client, options),
|
|
46
|
+
...options,
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export function mutationKeyClientSearchQuery(): MutationKey {
|
|
51
|
+
return ["@gleanwork/api-client", "search", "query"];
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export function buildClientSearchQueryMutation(
|
|
55
|
+
client$: GleanCore,
|
|
56
|
+
hookOptions?: RequestOptions,
|
|
57
|
+
): {
|
|
58
|
+
mutationKey: MutationKey;
|
|
59
|
+
mutationFn: (
|
|
60
|
+
variables: ClientSearchQueryMutationVariables,
|
|
61
|
+
) => Promise<ClientSearchQueryMutationData>;
|
|
62
|
+
} {
|
|
63
|
+
return {
|
|
64
|
+
mutationKey: mutationKeyClientSearchQuery(),
|
|
65
|
+
mutationFn: function clientSearchQueryMutationFn({
|
|
66
|
+
request,
|
|
67
|
+
options,
|
|
68
|
+
}): Promise<ClientSearchQueryMutationData> {
|
|
69
|
+
const mergedOptions = {
|
|
70
|
+
...hookOptions,
|
|
71
|
+
...options,
|
|
72
|
+
fetchOptions: {
|
|
73
|
+
...hookOptions?.fetchOptions,
|
|
74
|
+
...options?.fetchOptions,
|
|
75
|
+
signal: combineSignals(
|
|
76
|
+
hookOptions?.fetchOptions?.signal,
|
|
77
|
+
options?.fetchOptions?.signal,
|
|
78
|
+
),
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
return unwrapAsync(clientSearchQuery(
|
|
82
|
+
client$,
|
|
83
|
+
request,
|
|
84
|
+
mergedOptions,
|
|
85
|
+
));
|
|
86
|
+
},
|
|
87
|
+
};
|
|
88
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { GleanCore } from "../core.js";
|
|
11
|
+
import { clientShortcutsRetrieve } from "../funcs/clientShortcutsRetrieve.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
import { useGleanContext } from "./_context.js";
|
|
17
|
+
import { MutationHookOptions } from "./_types.js";
|
|
18
|
+
|
|
19
|
+
export type ClientShortcutsRetrieveMutationVariables = {
|
|
20
|
+
request: components.GetShortcutRequestUnion;
|
|
21
|
+
options?: RequestOptions;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export type ClientShortcutsRetrieveMutationData =
|
|
25
|
+
components.GetShortcutResponse;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Read shortcut
|
|
29
|
+
*
|
|
30
|
+
* @remarks
|
|
31
|
+
* Read a particular shortcut's details given its ID.
|
|
32
|
+
*/
|
|
33
|
+
export function useClientShortcutsRetrieveMutation(
|
|
34
|
+
options?: MutationHookOptions<
|
|
35
|
+
ClientShortcutsRetrieveMutationData,
|
|
36
|
+
Error,
|
|
37
|
+
ClientShortcutsRetrieveMutationVariables
|
|
38
|
+
>,
|
|
39
|
+
): UseMutationResult<
|
|
40
|
+
ClientShortcutsRetrieveMutationData,
|
|
41
|
+
Error,
|
|
42
|
+
ClientShortcutsRetrieveMutationVariables
|
|
43
|
+
> {
|
|
44
|
+
const client = useGleanContext();
|
|
45
|
+
return useMutation({
|
|
46
|
+
...buildClientShortcutsRetrieveMutation(client, options),
|
|
47
|
+
...options,
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function mutationKeyClientShortcutsRetrieve(): MutationKey {
|
|
52
|
+
return ["@gleanwork/api-client", "shortcuts", "retrieve"];
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function buildClientShortcutsRetrieveMutation(
|
|
56
|
+
client$: GleanCore,
|
|
57
|
+
hookOptions?: RequestOptions,
|
|
58
|
+
): {
|
|
59
|
+
mutationKey: MutationKey;
|
|
60
|
+
mutationFn: (
|
|
61
|
+
variables: ClientShortcutsRetrieveMutationVariables,
|
|
62
|
+
) => Promise<ClientShortcutsRetrieveMutationData>;
|
|
63
|
+
} {
|
|
64
|
+
return {
|
|
65
|
+
mutationKey: mutationKeyClientShortcutsRetrieve(),
|
|
66
|
+
mutationFn: function clientShortcutsRetrieveMutationFn({
|
|
67
|
+
request,
|
|
68
|
+
options,
|
|
69
|
+
}): Promise<ClientShortcutsRetrieveMutationData> {
|
|
70
|
+
const mergedOptions = {
|
|
71
|
+
...hookOptions,
|
|
72
|
+
...options,
|
|
73
|
+
fetchOptions: {
|
|
74
|
+
...hookOptions?.fetchOptions,
|
|
75
|
+
...options?.fetchOptions,
|
|
76
|
+
signal: combineSignals(
|
|
77
|
+
hookOptions?.fetchOptions?.signal,
|
|
78
|
+
options?.fetchOptions?.signal,
|
|
79
|
+
),
|
|
80
|
+
},
|
|
81
|
+
};
|
|
82
|
+
return unwrapAsync(clientShortcutsRetrieve(
|
|
83
|
+
client$,
|
|
84
|
+
request,
|
|
85
|
+
mergedOptions,
|
|
86
|
+
));
|
|
87
|
+
},
|
|
88
|
+
};
|
|
89
|
+
}
|
package/src/react-query/index.ts
CHANGED
|
@@ -5,75 +5,71 @@
|
|
|
5
5
|
export { GleanProvider, useGleanContext } from "./_context.js";
|
|
6
6
|
export * from "./_types.js";
|
|
7
7
|
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./agentsListagents.js";
|
|
10
|
-
export * from "./agentsRunagent.js";
|
|
11
|
-
export * from "./chatChatStream.js";
|
|
12
|
-
export * from "./clientActivitiesReportActivity.js";
|
|
8
|
+
export * from "./clientActivityFeedback.js";
|
|
13
9
|
export * from "./clientActivityReport.js";
|
|
10
|
+
export * from "./clientAgentsAgentInputsRetrieve.js";
|
|
11
|
+
export * from "./clientAgentsAgentRun.js";
|
|
12
|
+
export * from "./clientAgentsList.js";
|
|
14
13
|
export * from "./clientAnnouncementsCreate.js";
|
|
15
14
|
export * from "./clientAnnouncementsDelete.js";
|
|
16
15
|
export * from "./clientAnnouncementsUpdate.js";
|
|
17
16
|
export * from "./clientAnswersCreate.js";
|
|
18
17
|
export * from "./clientAnswersDelete.js";
|
|
19
|
-
export * from "./clientAnswersEdit.js";
|
|
20
|
-
export * from "./clientAnswersGet.js";
|
|
21
18
|
export * from "./clientAnswersList.js";
|
|
19
|
+
export * from "./clientAnswersRetrieve.js";
|
|
20
|
+
export * from "./clientAnswersUpdate.js";
|
|
22
21
|
export * from "./clientAuthenticationCreateToken.js";
|
|
22
|
+
export * from "./clientChatApplicationRetrieve.js";
|
|
23
|
+
export * from "./clientChatCreate.js";
|
|
24
|
+
export * from "./clientChatCreateStream.js";
|
|
23
25
|
export * from "./clientChatDelete.js";
|
|
24
26
|
export * from "./clientChatDeleteAll.js";
|
|
25
|
-
export * from "./
|
|
26
|
-
export * from "./
|
|
27
|
-
export * from "./
|
|
28
|
-
export * from "./clientChatGetFiles.js";
|
|
27
|
+
export * from "./clientChatFilesDelete.js";
|
|
28
|
+
export * from "./clientChatFilesRetrieve.js";
|
|
29
|
+
export * from "./clientChatFilesUpload.js";
|
|
29
30
|
export * from "./clientChatList.js";
|
|
30
|
-
export * from "./
|
|
31
|
-
export * from "./clientChatUploadFiles.js";
|
|
31
|
+
export * from "./clientChatRetrieve.js";
|
|
32
32
|
export * from "./clientCollectionsAddItems.js";
|
|
33
33
|
export * from "./clientCollectionsCreate.js";
|
|
34
34
|
export * from "./clientCollectionsDelete.js";
|
|
35
|
-
export * from "./
|
|
36
|
-
export * from "./
|
|
37
|
-
export * from "./clientCollectionsGet.js";
|
|
35
|
+
export * from "./clientCollectionsItemDelete.js";
|
|
36
|
+
export * from "./clientCollectionsItemUpdate.js";
|
|
38
37
|
export * from "./clientCollectionsList.js";
|
|
38
|
+
export * from "./clientCollectionsRetrieve.js";
|
|
39
39
|
export * from "./clientCollectionsUpdate.js";
|
|
40
|
-
export * from "./
|
|
41
|
-
export * from "./
|
|
42
|
-
export * from "./
|
|
40
|
+
export * from "./clientDocumentsPermissionsRetrieve.js";
|
|
41
|
+
export * from "./clientDocumentsRetrieve.js";
|
|
42
|
+
export * from "./clientDocumentsRetrieveByFacets.js";
|
|
43
43
|
export * from "./clientEntitiesList.js";
|
|
44
44
|
export * from "./clientEntitiesReadPeople.js";
|
|
45
|
-
export * from "./
|
|
46
|
-
export * from "./
|
|
45
|
+
export * from "./clientInsightsRetrieve.js";
|
|
46
|
+
export * from "./clientMessagesRetrieve.js";
|
|
47
47
|
export * from "./clientPinsCreate.js";
|
|
48
|
-
export * from "./clientPinsEdit.js";
|
|
49
|
-
export * from "./clientPinsGet.js";
|
|
50
48
|
export * from "./clientPinsList.js";
|
|
51
49
|
export * from "./clientPinsRemove.js";
|
|
52
|
-
export * from "./
|
|
53
|
-
export * from "./
|
|
54
|
-
export * from "./
|
|
55
|
-
export * from "./
|
|
50
|
+
export * from "./clientPinsRetrieve.js";
|
|
51
|
+
export * from "./clientPinsUpdate.js";
|
|
52
|
+
export * from "./clientSearchAdminQuery.js";
|
|
53
|
+
export * from "./clientSearchFeedRetrieve.js";
|
|
54
|
+
export * from "./clientSearchQuery.js";
|
|
56
55
|
export * from "./clientSearchRecommendations.js";
|
|
57
|
-
export * from "./clientShortcutsCreate.js";
|
|
58
56
|
export * from "./clientShortcutsDelete.js";
|
|
59
|
-
export * from "./clientShortcutsGet.js";
|
|
60
57
|
export * from "./clientShortcutsList.js";
|
|
58
|
+
export * from "./clientShortcutsRetrieve.js";
|
|
61
59
|
export * from "./clientShortcutsUpdate.js";
|
|
62
60
|
export * from "./clientShortcutsUpload.js";
|
|
63
61
|
export * from "./clientSummarizeGenerate.js";
|
|
64
62
|
export * from "./clientVerificationAddReminder.js";
|
|
65
63
|
export * from "./clientVerificationList.js";
|
|
66
|
-
export * from "./clientVerificationVerify.js";
|
|
67
64
|
export * from "./indexingAuthenticationRotateToken.js";
|
|
68
65
|
export * from "./indexingDatasourcesAdd.js";
|
|
69
|
-
export * from "./
|
|
66
|
+
export * from "./indexingDatasourcesConfigRetrieve.js";
|
|
70
67
|
export * from "./indexingDocumentsAddOrUpdate.js";
|
|
71
68
|
export * from "./indexingDocumentsBulkIndex.js";
|
|
72
69
|
export * from "./indexingDocumentsDelete.js";
|
|
73
70
|
export * from "./indexingDocumentsIndex.js";
|
|
74
71
|
export * from "./indexingDocumentsProcessAll.js";
|
|
75
72
|
export * from "./indexingPeopleBulkIndex.js";
|
|
76
|
-
export * from "./indexingPeopleBulkIndexEmployees.js";
|
|
77
73
|
export * from "./indexingPeopleBulkIndexTeams.js";
|
|
78
74
|
export * from "./indexingPeopleDelete.js";
|
|
79
75
|
export * from "./indexingPeopleDeleteTeam.js";
|
|
@@ -94,10 +90,14 @@ export * from "./indexingPermissionsProcessMemberships.js";
|
|
|
94
90
|
export * from "./indexingPermissionsUpdatePermissions.js";
|
|
95
91
|
export * from "./indexingShortcutsBulkIndex.js";
|
|
96
92
|
export * from "./indexingTroubleshootingCheckAccess.js";
|
|
97
|
-
export * from "./
|
|
98
|
-
export * from "./
|
|
99
|
-
export * from "./
|
|
100
|
-
export * from "./
|
|
101
|
-
export * from "./
|
|
102
|
-
export * from "./
|
|
103
|
-
export * from "./
|
|
93
|
+
export * from "./indexingTroubleshootingDatasourceDocumentDebug.js";
|
|
94
|
+
export * from "./indexingTroubleshootingDatasourceDocumentsDebug.js";
|
|
95
|
+
export * from "./indexingTroubleshootingDatasourceStatus.js";
|
|
96
|
+
export * from "./indexingTroubleshootingDatasourceUserDebug.js";
|
|
97
|
+
export * from "./indexingTroubleshootingDocumentsCount.js";
|
|
98
|
+
export * from "./indexingTroubleshootingDocumentsStatus.js";
|
|
99
|
+
export * from "./indexingTroubleshootingUsersCount.js";
|
|
100
|
+
export * from "./peoplePostApiIndexV1Bulkindexemployees.js";
|
|
101
|
+
export * from "./searchAutocomplete.js";
|
|
102
|
+
export * from "./shortcutsCreateshortcut.js";
|
|
103
|
+
export * from "./verificationVerify.js";
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { GleanCore } from "../core.js";
|
|
11
|
+
import { indexingDatasourcesConfigRetrieve } from "../funcs/indexingDatasourcesConfigRetrieve.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
import { useGleanContext } from "./_context.js";
|
|
17
|
+
import { MutationHookOptions } from "./_types.js";
|
|
18
|
+
|
|
19
|
+
export type IndexingDatasourcesConfigRetrieveMutationVariables = {
|
|
20
|
+
request: components.GetDatasourceConfigRequest;
|
|
21
|
+
options?: RequestOptions;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export type IndexingDatasourcesConfigRetrieveMutationData =
|
|
25
|
+
components.CustomDatasourceConfig;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Get datasource config
|
|
29
|
+
*
|
|
30
|
+
* @remarks
|
|
31
|
+
* Fetches the datasource config for the specified custom datasource.
|
|
32
|
+
*/
|
|
33
|
+
export function useIndexingDatasourcesConfigRetrieveMutation(
|
|
34
|
+
options?: MutationHookOptions<
|
|
35
|
+
IndexingDatasourcesConfigRetrieveMutationData,
|
|
36
|
+
Error,
|
|
37
|
+
IndexingDatasourcesConfigRetrieveMutationVariables
|
|
38
|
+
>,
|
|
39
|
+
): UseMutationResult<
|
|
40
|
+
IndexingDatasourcesConfigRetrieveMutationData,
|
|
41
|
+
Error,
|
|
42
|
+
IndexingDatasourcesConfigRetrieveMutationVariables
|
|
43
|
+
> {
|
|
44
|
+
const client = useGleanContext();
|
|
45
|
+
return useMutation({
|
|
46
|
+
...buildIndexingDatasourcesConfigRetrieveMutation(client, options),
|
|
47
|
+
...options,
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function mutationKeyIndexingDatasourcesConfigRetrieve(): MutationKey {
|
|
52
|
+
return ["@gleanwork/api-client", "config", "retrieve"];
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function buildIndexingDatasourcesConfigRetrieveMutation(
|
|
56
|
+
client$: GleanCore,
|
|
57
|
+
hookOptions?: RequestOptions,
|
|
58
|
+
): {
|
|
59
|
+
mutationKey: MutationKey;
|
|
60
|
+
mutationFn: (
|
|
61
|
+
variables: IndexingDatasourcesConfigRetrieveMutationVariables,
|
|
62
|
+
) => Promise<IndexingDatasourcesConfigRetrieveMutationData>;
|
|
63
|
+
} {
|
|
64
|
+
return {
|
|
65
|
+
mutationKey: mutationKeyIndexingDatasourcesConfigRetrieve(),
|
|
66
|
+
mutationFn: function indexingDatasourcesConfigRetrieveMutationFn({
|
|
67
|
+
request,
|
|
68
|
+
options,
|
|
69
|
+
}): Promise<IndexingDatasourcesConfigRetrieveMutationData> {
|
|
70
|
+
const mergedOptions = {
|
|
71
|
+
...hookOptions,
|
|
72
|
+
...options,
|
|
73
|
+
fetchOptions: {
|
|
74
|
+
...hookOptions?.fetchOptions,
|
|
75
|
+
...options?.fetchOptions,
|
|
76
|
+
signal: combineSignals(
|
|
77
|
+
hookOptions?.fetchOptions?.signal,
|
|
78
|
+
options?.fetchOptions?.signal,
|
|
79
|
+
),
|
|
80
|
+
},
|
|
81
|
+
};
|
|
82
|
+
return unwrapAsync(indexingDatasourcesConfigRetrieve(
|
|
83
|
+
client$,
|
|
84
|
+
request,
|
|
85
|
+
mergedOptions,
|
|
86
|
+
));
|
|
87
|
+
},
|
|
88
|
+
};
|
|
89
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { GleanCore } from "../core.js";
|
|
11
|
+
import { indexingTroubleshootingDatasourceDocumentDebug } from "../funcs/indexingTroubleshootingDatasourceDocumentDebug.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
import { useGleanContext } from "./_context.js";
|
|
17
|
+
import { MutationHookOptions } from "./_types.js";
|
|
18
|
+
|
|
19
|
+
export type IndexingTroubleshootingDatasourceDocumentDebugMutationVariables = {
|
|
20
|
+
debugDocumentRequest: components.DebugDocumentRequest;
|
|
21
|
+
datasource: string;
|
|
22
|
+
options?: RequestOptions;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type IndexingTroubleshootingDatasourceDocumentDebugMutationData =
|
|
26
|
+
components.DebugDocumentResponse;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Beta: Get document information
|
|
30
|
+
*
|
|
31
|
+
* @remarks
|
|
32
|
+
* Gives various information that would help in debugging related to a particular document. Currently in beta, might undergo breaking changes without prior notice.
|
|
33
|
+
*
|
|
34
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
|
|
35
|
+
*/
|
|
36
|
+
export function useIndexingTroubleshootingDatasourceDocumentDebugMutation(
|
|
37
|
+
options?: MutationHookOptions<
|
|
38
|
+
IndexingTroubleshootingDatasourceDocumentDebugMutationData,
|
|
39
|
+
Error,
|
|
40
|
+
IndexingTroubleshootingDatasourceDocumentDebugMutationVariables
|
|
41
|
+
>,
|
|
42
|
+
): UseMutationResult<
|
|
43
|
+
IndexingTroubleshootingDatasourceDocumentDebugMutationData,
|
|
44
|
+
Error,
|
|
45
|
+
IndexingTroubleshootingDatasourceDocumentDebugMutationVariables
|
|
46
|
+
> {
|
|
47
|
+
const client = useGleanContext();
|
|
48
|
+
return useMutation({
|
|
49
|
+
...buildIndexingTroubleshootingDatasourceDocumentDebugMutation(
|
|
50
|
+
client,
|
|
51
|
+
options,
|
|
52
|
+
),
|
|
53
|
+
...options,
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export function mutationKeyIndexingTroubleshootingDatasourceDocumentDebug(): MutationKey {
|
|
58
|
+
return ["@gleanwork/api-client", "document", "debug"];
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export function buildIndexingTroubleshootingDatasourceDocumentDebugMutation(
|
|
62
|
+
client$: GleanCore,
|
|
63
|
+
hookOptions?: RequestOptions,
|
|
64
|
+
): {
|
|
65
|
+
mutationKey: MutationKey;
|
|
66
|
+
mutationFn: (
|
|
67
|
+
variables: IndexingTroubleshootingDatasourceDocumentDebugMutationVariables,
|
|
68
|
+
) => Promise<IndexingTroubleshootingDatasourceDocumentDebugMutationData>;
|
|
69
|
+
} {
|
|
70
|
+
return {
|
|
71
|
+
mutationKey: mutationKeyIndexingTroubleshootingDatasourceDocumentDebug(),
|
|
72
|
+
mutationFn:
|
|
73
|
+
function indexingTroubleshootingDatasourceDocumentDebugMutationFn({
|
|
74
|
+
debugDocumentRequest,
|
|
75
|
+
datasource,
|
|
76
|
+
options,
|
|
77
|
+
}): Promise<IndexingTroubleshootingDatasourceDocumentDebugMutationData> {
|
|
78
|
+
const mergedOptions = {
|
|
79
|
+
...hookOptions,
|
|
80
|
+
...options,
|
|
81
|
+
fetchOptions: {
|
|
82
|
+
...hookOptions?.fetchOptions,
|
|
83
|
+
...options?.fetchOptions,
|
|
84
|
+
signal: combineSignals(
|
|
85
|
+
hookOptions?.fetchOptions?.signal,
|
|
86
|
+
options?.fetchOptions?.signal,
|
|
87
|
+
),
|
|
88
|
+
},
|
|
89
|
+
};
|
|
90
|
+
return unwrapAsync(indexingTroubleshootingDatasourceDocumentDebug(
|
|
91
|
+
client$,
|
|
92
|
+
debugDocumentRequest,
|
|
93
|
+
datasource,
|
|
94
|
+
mergedOptions,
|
|
95
|
+
));
|
|
96
|
+
},
|
|
97
|
+
};
|
|
98
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { GleanCore } from "../core.js";
|
|
11
|
+
import { indexingTroubleshootingDatasourceDocumentsDebug } from "../funcs/indexingTroubleshootingDatasourceDocumentsDebug.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
import { useGleanContext } from "./_context.js";
|
|
17
|
+
import { MutationHookOptions } from "./_types.js";
|
|
18
|
+
|
|
19
|
+
export type IndexingTroubleshootingDatasourceDocumentsDebugMutationVariables = {
|
|
20
|
+
debugDocumentsRequest: components.DebugDocumentsRequest;
|
|
21
|
+
datasource: string;
|
|
22
|
+
options?: RequestOptions;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type IndexingTroubleshootingDatasourceDocumentsDebugMutationData =
|
|
26
|
+
components.DebugDocumentsResponse;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Beta: Get information of a batch of documents
|
|
30
|
+
*
|
|
31
|
+
* @remarks
|
|
32
|
+
* Gives various information that would help in debugging related to a batch of documents. Currently in beta, might undergo breaking changes without prior notice.
|
|
33
|
+
*
|
|
34
|
+
* Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/) for more information.
|
|
35
|
+
*/
|
|
36
|
+
export function useIndexingTroubleshootingDatasourceDocumentsDebugMutation(
|
|
37
|
+
options?: MutationHookOptions<
|
|
38
|
+
IndexingTroubleshootingDatasourceDocumentsDebugMutationData,
|
|
39
|
+
Error,
|
|
40
|
+
IndexingTroubleshootingDatasourceDocumentsDebugMutationVariables
|
|
41
|
+
>,
|
|
42
|
+
): UseMutationResult<
|
|
43
|
+
IndexingTroubleshootingDatasourceDocumentsDebugMutationData,
|
|
44
|
+
Error,
|
|
45
|
+
IndexingTroubleshootingDatasourceDocumentsDebugMutationVariables
|
|
46
|
+
> {
|
|
47
|
+
const client = useGleanContext();
|
|
48
|
+
return useMutation({
|
|
49
|
+
...buildIndexingTroubleshootingDatasourceDocumentsDebugMutation(
|
|
50
|
+
client,
|
|
51
|
+
options,
|
|
52
|
+
),
|
|
53
|
+
...options,
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export function mutationKeyIndexingTroubleshootingDatasourceDocumentsDebug(): MutationKey {
|
|
58
|
+
return ["@gleanwork/api-client", "documents", "debug"];
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export function buildIndexingTroubleshootingDatasourceDocumentsDebugMutation(
|
|
62
|
+
client$: GleanCore,
|
|
63
|
+
hookOptions?: RequestOptions,
|
|
64
|
+
): {
|
|
65
|
+
mutationKey: MutationKey;
|
|
66
|
+
mutationFn: (
|
|
67
|
+
variables: IndexingTroubleshootingDatasourceDocumentsDebugMutationVariables,
|
|
68
|
+
) => Promise<IndexingTroubleshootingDatasourceDocumentsDebugMutationData>;
|
|
69
|
+
} {
|
|
70
|
+
return {
|
|
71
|
+
mutationKey: mutationKeyIndexingTroubleshootingDatasourceDocumentsDebug(),
|
|
72
|
+
mutationFn:
|
|
73
|
+
function indexingTroubleshootingDatasourceDocumentsDebugMutationFn({
|
|
74
|
+
debugDocumentsRequest,
|
|
75
|
+
datasource,
|
|
76
|
+
options,
|
|
77
|
+
}): Promise<IndexingTroubleshootingDatasourceDocumentsDebugMutationData> {
|
|
78
|
+
const mergedOptions = {
|
|
79
|
+
...hookOptions,
|
|
80
|
+
...options,
|
|
81
|
+
fetchOptions: {
|
|
82
|
+
...hookOptions?.fetchOptions,
|
|
83
|
+
...options?.fetchOptions,
|
|
84
|
+
signal: combineSignals(
|
|
85
|
+
hookOptions?.fetchOptions?.signal,
|
|
86
|
+
options?.fetchOptions?.signal,
|
|
87
|
+
),
|
|
88
|
+
},
|
|
89
|
+
};
|
|
90
|
+
return unwrapAsync(indexingTroubleshootingDatasourceDocumentsDebug(
|
|
91
|
+
client$,
|
|
92
|
+
debugDocumentsRequest,
|
|
93
|
+
datasource,
|
|
94
|
+
mergedOptions,
|
|
95
|
+
));
|
|
96
|
+
},
|
|
97
|
+
};
|
|
98
|
+
}
|