@gleanwork/api-client 0.1.0-beta.5 → 0.1.0-beta.7
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 +164 -158
- package/dist/commonjs/__tests__/activity.test.js +14 -0
- package/dist/commonjs/__tests__/activity.test.js.map +1 -1
- package/dist/commonjs/__tests__/adminsearch.test.d.ts +2 -0
- package/dist/commonjs/__tests__/adminsearch.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/adminsearch.test.js +230 -0
- package/dist/commonjs/__tests__/adminsearch.test.js.map +1 -0
- package/dist/commonjs/__tests__/agents.test.js +3 -3
- package/dist/commonjs/__tests__/agents.test.js.map +1 -1
- package/dist/commonjs/__tests__/announcements.test.js +1 -1
- package/dist/commonjs/__tests__/answers.test.js +17 -5
- package/dist/commonjs/__tests__/answers.test.js.map +1 -1
- package/dist/commonjs/__tests__/chat.test.js +1881 -246
- package/dist/commonjs/__tests__/chat.test.js.map +1 -1
- package/dist/commonjs/__tests__/clientdocuments.test.js +17 -3
- package/dist/commonjs/__tests__/clientdocuments.test.js.map +1 -1
- package/dist/commonjs/__tests__/clientsearch.test.d.ts +2 -0
- package/dist/commonjs/__tests__/clientsearch.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/clientsearch.test.js +387 -0
- package/dist/commonjs/__tests__/clientsearch.test.js.map +1 -0
- package/dist/commonjs/__tests__/clientshortcuts.test.js +16 -7
- package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
- package/dist/commonjs/__tests__/collections.test.js +12 -9
- package/dist/commonjs/__tests__/collections.test.js.map +1 -1
- package/dist/commonjs/__tests__/datasource.test.d.ts +2 -0
- package/dist/commonjs/__tests__/datasource.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/datasource.test.js +10 -0
- package/dist/commonjs/__tests__/datasource.test.js.map +1 -0
- package/dist/commonjs/__tests__/datasources.test.js +1 -1
- package/dist/commonjs/__tests__/datasources.test.js.map +1 -1
- package/dist/commonjs/__tests__/indexingdocuments.test.js +41 -0
- package/dist/commonjs/__tests__/indexingdocuments.test.js.map +1 -1
- package/dist/commonjs/__tests__/indexingpeople.test.d.ts +2 -0
- package/dist/commonjs/__tests__/indexingpeople.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/indexingpeople.test.js +30 -0
- package/dist/commonjs/__tests__/indexingpeople.test.js.map +1 -0
- package/dist/commonjs/__tests__/insights.test.js +2 -3
- package/dist/commonjs/__tests__/insights.test.js.map +1 -1
- package/dist/commonjs/__tests__/messages.test.js +2 -3
- 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 +1 -238
- package/dist/commonjs/__tests__/search.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/clientAdminSearchQuery.d.ts +17 -0
- package/dist/commonjs/funcs/clientAdminSearchQuery.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientAdminSearchQuery.js +118 -0
- package/dist/commonjs/funcs/clientAdminSearchQuery.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/clientAgentsRetrieveInputs.d.ts +16 -0
- package/dist/commonjs/funcs/clientAgentsRetrieveInputs.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js +123 -0
- package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js.map +1 -0
- package/dist/commonjs/funcs/clientAgentsRun.d.ts +16 -0
- package/dist/commonjs/funcs/clientAgentsRun.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientAgentsRun.js +121 -0
- package/dist/commonjs/funcs/clientAgentsRun.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/clientChatRetrieveApplication.d.ts +16 -0
- package/dist/commonjs/funcs/clientChatRetrieveApplication.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientChatRetrieveApplication.js +123 -0
- package/dist/commonjs/funcs/clientChatRetrieveApplication.js.map +1 -0
- package/dist/commonjs/funcs/clientChatRetrieveFiles.d.ts +16 -0
- package/dist/commonjs/funcs/clientChatRetrieveFiles.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientChatRetrieveFiles.js +123 -0
- package/dist/commonjs/funcs/clientChatRetrieveFiles.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/clientCollectionsUpdateItem.d.ts +16 -0
- package/dist/commonjs/funcs/clientCollectionsUpdateItem.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientCollectionsUpdateItem.js +112 -0
- package/dist/commonjs/funcs/clientCollectionsUpdateItem.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/clientDocumentsRetrievePermissions.d.ts +16 -0
- package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js +112 -0
- package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js.map +1 -0
- package/dist/commonjs/funcs/clientDocumentsSummarize.d.ts +16 -0
- package/dist/commonjs/funcs/clientDocumentsSummarize.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientDocumentsSummarize.js +112 -0
- package/dist/commonjs/funcs/clientDocumentsSummarize.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/clientSearchRetrieveFeed.d.ts +16 -0
- package/dist/commonjs/funcs/clientSearchRetrieveFeed.d.ts.map +1 -0
- package/dist/commonjs/funcs/clientSearchRetrieveFeed.js +112 -0
- package/dist/commonjs/funcs/clientSearchRetrieveFeed.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/indexingDatasourceStatus.d.ts +18 -0
- package/dist/commonjs/funcs/indexingDatasourceStatus.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingDatasourceStatus.js +126 -0
- package/dist/commonjs/funcs/indexingDatasourceStatus.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/indexingDatasourcesRetrieveConfig.d.ts +16 -0
- package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js +112 -0
- package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.d.ts +18 -0
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js +114 -0
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsCount.d.ts +20 -0
- package/dist/commonjs/funcs/indexingDocumentsCount.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsCount.js +116 -0
- package/dist/commonjs/funcs/indexingDocumentsCount.js.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsDebug.d.ts +18 -0
- package/dist/commonjs/funcs/indexingDocumentsDebug.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsDebug.js +130 -0
- package/dist/commonjs/funcs/indexingDocumentsDebug.js.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.d.ts +18 -0
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.js +130 -0
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.js.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsStatus.d.ts +20 -0
- package/dist/commonjs/funcs/indexingDocumentsStatus.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingDocumentsStatus.js +116 -0
- package/dist/commonjs/funcs/indexingDocumentsStatus.js.map +1 -0
- package/dist/commonjs/funcs/indexingPeopleCount.d.ts +20 -0
- package/dist/commonjs/funcs/indexingPeopleCount.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingPeopleCount.js +116 -0
- package/dist/commonjs/funcs/indexingPeopleCount.js.map +1 -0
- package/dist/commonjs/funcs/indexingPeopleDebug.d.ts +18 -0
- package/dist/commonjs/funcs/indexingPeopleDebug.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingPeopleDebug.js +127 -0
- package/dist/commonjs/funcs/indexingPeopleDebug.js.map +1 -0
- package/dist/commonjs/funcs/indexingShortcutsUpload.d.ts +16 -0
- package/dist/commonjs/funcs/indexingShortcutsUpload.d.ts.map +1 -0
- package/dist/commonjs/funcs/indexingShortcutsUpload.js +113 -0
- package/dist/commonjs/funcs/indexingShortcutsUpload.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/models/components/collectionitem.js +2 -2
- package/dist/commonjs/models/components/collectionitem.js.map +1 -1
- package/dist/commonjs/models/components/documentmetadata.js +2 -2
- package/dist/commonjs/models/components/documentmetadata.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +1 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +1 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/indexingshortcut.d.ts +72 -0
- package/dist/commonjs/models/components/indexingshortcut.d.ts.map +1 -0
- package/dist/commonjs/models/components/indexingshortcut.js +85 -0
- package/dist/commonjs/models/components/indexingshortcut.js.map +1 -0
- package/dist/commonjs/models/components/shortcut.d.ts +77 -20
- package/dist/commonjs/models/components/shortcut.d.ts.map +1 -1
- package/dist/commonjs/models/components/shortcut.js +46 -10
- package/dist/commonjs/models/components/shortcut.js.map +1 -1
- package/dist/commonjs/models/components/structuredresult.js +2 -2
- package/dist/commonjs/models/components/structuredresult.js.map +1 -1
- package/dist/commonjs/models/components/uploadshortcutsrequest.d.ts +3 -3
- package/dist/commonjs/models/components/uploadshortcutsrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/uploadshortcutsrequest.js +3 -3
- package/dist/commonjs/models/components/uploadshortcutsrequest.js.map +1 -1
- 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/clientAdminSearchQuery.d.ts +23 -0
- package/dist/commonjs/react-query/clientAdminSearchQuery.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientAdminSearchQuery.js +47 -0
- package/dist/commonjs/react-query/clientAdminSearchQuery.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/clientAgentsRetrieveInputs.d.ts +24 -0
- package/dist/commonjs/react-query/clientAgentsRetrieveInputs.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientAgentsRetrieveInputs.js +47 -0
- package/dist/commonjs/react-query/clientAgentsRetrieveInputs.js.map +1 -0
- package/dist/commonjs/react-query/clientAgentsRun.d.ts +24 -0
- package/dist/commonjs/react-query/clientAgentsRun.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientAgentsRun.js +47 -0
- package/dist/commonjs/react-query/clientAgentsRun.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/clientChatRetrieveApplication.d.ts +24 -0
- package/dist/commonjs/react-query/clientChatRetrieveApplication.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientChatRetrieveApplication.js +47 -0
- package/dist/commonjs/react-query/clientChatRetrieveApplication.js.map +1 -0
- package/dist/commonjs/react-query/clientChatRetrieveFiles.d.ts +24 -0
- package/dist/commonjs/react-query/clientChatRetrieveFiles.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientChatRetrieveFiles.js +47 -0
- package/dist/commonjs/react-query/clientChatRetrieveFiles.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/clientCollectionsUpdateItem.d.ts +23 -0
- package/dist/commonjs/react-query/clientCollectionsUpdateItem.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientCollectionsUpdateItem.js +47 -0
- package/dist/commonjs/react-query/clientCollectionsUpdateItem.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/clientDocumentsRetrievePermissions.d.ts +23 -0
- package/dist/commonjs/react-query/clientDocumentsRetrievePermissions.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientDocumentsRetrievePermissions.js +47 -0
- package/dist/commonjs/react-query/clientDocumentsRetrievePermissions.js.map +1 -0
- package/dist/commonjs/react-query/clientDocumentsSummarize.d.ts +23 -0
- package/dist/commonjs/react-query/clientDocumentsSummarize.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientDocumentsSummarize.js +47 -0
- package/dist/commonjs/react-query/clientDocumentsSummarize.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/clientSearchRetrieveFeed.d.ts +23 -0
- package/dist/commonjs/react-query/clientSearchRetrieveFeed.d.ts.map +1 -0
- package/dist/commonjs/react-query/clientSearchRetrieveFeed.js +47 -0
- package/dist/commonjs/react-query/clientSearchRetrieveFeed.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 +37 -37
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +37 -37
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/indexingDatasourceStatus.d.ts +25 -0
- package/dist/commonjs/react-query/indexingDatasourceStatus.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingDatasourceStatus.js +49 -0
- package/dist/commonjs/react-query/indexingDatasourceStatus.js.map +1 -0
- 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/indexingDatasourcesRetrieveConfig.d.ts +23 -0
- package/dist/commonjs/react-query/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingDatasourcesRetrieveConfig.js +47 -0
- package/dist/commonjs/react-query/indexingDatasourcesRetrieveConfig.js.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsCheckAccess.d.ts +25 -0
- package/dist/commonjs/react-query/indexingDocumentsCheckAccess.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsCheckAccess.js +49 -0
- package/dist/commonjs/react-query/indexingDocumentsCheckAccess.js.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsCount.d.ts +27 -0
- package/dist/commonjs/react-query/indexingDocumentsCount.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsCount.js +51 -0
- package/dist/commonjs/react-query/indexingDocumentsCount.js.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsDebug.d.ts +26 -0
- package/dist/commonjs/react-query/indexingDocumentsDebug.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsDebug.js +49 -0
- package/dist/commonjs/react-query/indexingDocumentsDebug.js.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsDebugMany.d.ts +26 -0
- package/dist/commonjs/react-query/indexingDocumentsDebugMany.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsDebugMany.js +49 -0
- package/dist/commonjs/react-query/indexingDocumentsDebugMany.js.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsStatus.d.ts +27 -0
- package/dist/commonjs/react-query/indexingDocumentsStatus.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingDocumentsStatus.js +51 -0
- package/dist/commonjs/react-query/indexingDocumentsStatus.js.map +1 -0
- package/dist/commonjs/react-query/indexingPeopleCount.d.ts +27 -0
- package/dist/commonjs/react-query/indexingPeopleCount.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingPeopleCount.js +51 -0
- package/dist/commonjs/react-query/indexingPeopleCount.js.map +1 -0
- package/dist/commonjs/react-query/indexingPeopleDebug.d.ts +26 -0
- package/dist/commonjs/react-query/indexingPeopleDebug.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingPeopleDebug.js +49 -0
- package/dist/commonjs/react-query/indexingPeopleDebug.js.map +1 -0
- package/dist/commonjs/react-query/indexingShortcutsUpload.d.ts +23 -0
- package/dist/commonjs/react-query/indexingShortcutsUpload.d.ts.map +1 -0
- package/dist/commonjs/react-query/indexingShortcutsUpload.js +47 -0
- package/dist/commonjs/react-query/indexingShortcutsUpload.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 +7 -0
- package/dist/commonjs/sdk/admin.d.ts.map +1 -0
- package/dist/commonjs/sdk/admin.js +15 -0
- package/dist/commonjs/sdk/admin.js.map +1 -0
- package/dist/commonjs/sdk/adminsearch.d.ts +12 -0
- package/dist/commonjs/sdk/adminsearch.d.ts.map +1 -0
- package/dist/commonjs/sdk/adminsearch.js +22 -0
- package/dist/commonjs/sdk/adminsearch.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 +3 -3
- package/dist/commonjs/sdk/agents.d.ts.map +1 -1
- package/dist/commonjs/sdk/agents.js +9 -9
- 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 +5 -5
- package/dist/commonjs/sdk/chat.d.ts.map +1 -1
- package/dist/commonjs/sdk/chat.js +15 -15
- package/dist/commonjs/sdk/chat.js.map +1 -1
- package/dist/commonjs/sdk/client.d.ts +8 -8
- 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 +10 -3
- package/dist/commonjs/sdk/clientdocuments.d.ts.map +1 -1
- package/dist/commonjs/sdk/clientdocuments.js +19 -9
- package/dist/commonjs/sdk/clientdocuments.js.map +1 -1
- package/dist/commonjs/sdk/clientsearch.d.ts +26 -0
- package/dist/commonjs/sdk/clientsearch.d.ts.map +1 -0
- package/dist/commonjs/sdk/clientsearch.js +42 -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 +2 -2
- package/dist/commonjs/sdk/collections.d.ts.map +1 -1
- package/dist/commonjs/sdk/collections.js +6 -6
- 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 +14 -0
- package/dist/commonjs/sdk/datasource.d.ts.map +1 -0
- package/dist/commonjs/sdk/datasource.js +24 -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 +1 -1
- package/dist/commonjs/sdk/datasources.d.ts.map +1 -1
- package/dist/commonjs/sdk/datasources.js +3 -3
- 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 +6 -6
- package/dist/commonjs/sdk/indexing.d.ts.map +1 -1
- package/dist/commonjs/sdk/indexing.js +7 -7
- package/dist/commonjs/sdk/indexing.js.map +1 -1
- package/dist/commonjs/sdk/indexingdocuments.d.ts +49 -0
- package/dist/commonjs/sdk/indexingdocuments.d.ts.map +1 -1
- package/dist/commonjs/sdk/indexingdocuments.js +64 -0
- package/dist/commonjs/sdk/indexingdocuments.js.map +1 -1
- package/dist/commonjs/sdk/indexingpeople.d.ts +76 -0
- package/dist/commonjs/sdk/indexingpeople.d.ts.map +1 -0
- package/dist/commonjs/sdk/indexingpeople.js +110 -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/indexingshortcuts.d.ts +7 -0
- package/dist/commonjs/sdk/indexingshortcuts.d.ts.map +1 -1
- package/dist/commonjs/sdk/indexingshortcuts.js +10 -0
- package/dist/commonjs/sdk/indexingshortcuts.js.map +1 -1
- 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 +6 -3
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +7 -3
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/commonjs/sdk/search.d.ts +0 -28
- package/dist/commonjs/sdk/search.d.ts.map +1 -1
- package/dist/commonjs/sdk/search.js +2 -42
- package/dist/commonjs/sdk/search.js.map +1 -1
- package/dist/commonjs/sdk/shortcuts.d.ts +12 -0
- package/dist/commonjs/sdk/shortcuts.d.ts.map +1 -0
- package/dist/commonjs/sdk/shortcuts.js +22 -0
- package/dist/commonjs/sdk/shortcuts.js.map +1 -0
- package/dist/commonjs/sdk/troubleshooting.d.ts +9 -69
- package/dist/commonjs/sdk/troubleshooting.d.ts.map +1 -1
- package/dist/commonjs/sdk/troubleshooting.js +9 -87
- package/dist/commonjs/sdk/troubleshooting.js.map +1 -1
- package/dist/commonjs/sdk/troubleshootingdocuments.d.ts +27 -0
- package/dist/commonjs/sdk/troubleshootingdocuments.d.ts.map +1 -0
- package/dist/commonjs/sdk/troubleshootingdocuments.js +40 -0
- package/dist/commonjs/sdk/troubleshootingdocuments.js.map +1 -0
- package/dist/commonjs/sdk/user.d.ts +14 -0
- package/dist/commonjs/sdk/user.d.ts.map +1 -0
- package/dist/commonjs/sdk/user.js +24 -0
- package/dist/commonjs/sdk/user.js.map +1 -0
- package/dist/commonjs/sdk/users.d.ts +16 -0
- package/dist/commonjs/sdk/users.d.ts.map +1 -0
- package/dist/commonjs/sdk/users.js +26 -0
- package/dist/commonjs/sdk/users.js.map +1 -0
- package/dist/esm/__tests__/activity.test.js +14 -0
- package/dist/esm/__tests__/activity.test.js.map +1 -1
- package/dist/esm/__tests__/adminsearch.test.d.ts +2 -0
- package/dist/esm/__tests__/adminsearch.test.d.ts.map +1 -0
- package/dist/esm/__tests__/adminsearch.test.js +228 -0
- package/dist/esm/__tests__/adminsearch.test.js.map +1 -0
- package/dist/esm/__tests__/agents.test.js +3 -3
- package/dist/esm/__tests__/agents.test.js.map +1 -1
- package/dist/esm/__tests__/announcements.test.js +1 -1
- package/dist/esm/__tests__/answers.test.js +17 -5
- package/dist/esm/__tests__/answers.test.js.map +1 -1
- package/dist/esm/__tests__/chat.test.js +1882 -247
- package/dist/esm/__tests__/chat.test.js.map +1 -1
- package/dist/esm/__tests__/clientdocuments.test.js +17 -3
- package/dist/esm/__tests__/clientdocuments.test.js.map +1 -1
- package/dist/esm/__tests__/clientsearch.test.d.ts +2 -0
- package/dist/esm/__tests__/clientsearch.test.d.ts.map +1 -0
- package/dist/esm/__tests__/clientsearch.test.js +385 -0
- package/dist/esm/__tests__/clientsearch.test.js.map +1 -0
- package/dist/esm/__tests__/clientshortcuts.test.js +16 -7
- package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
- package/dist/esm/__tests__/collections.test.js +12 -9
- package/dist/esm/__tests__/collections.test.js.map +1 -1
- package/dist/esm/__tests__/datasource.test.d.ts +2 -0
- package/dist/esm/__tests__/datasource.test.d.ts.map +1 -0
- package/dist/esm/__tests__/datasource.test.js +8 -0
- package/dist/esm/__tests__/datasource.test.js.map +1 -0
- package/dist/esm/__tests__/datasources.test.js +1 -1
- package/dist/esm/__tests__/datasources.test.js.map +1 -1
- package/dist/esm/__tests__/indexingdocuments.test.js +42 -1
- package/dist/esm/__tests__/indexingdocuments.test.js.map +1 -1
- package/dist/esm/__tests__/indexingpeople.test.d.ts +2 -0
- package/dist/esm/__tests__/indexingpeople.test.d.ts.map +1 -0
- package/dist/esm/__tests__/indexingpeople.test.js +28 -0
- package/dist/esm/__tests__/indexingpeople.test.js.map +1 -0
- package/dist/esm/__tests__/insights.test.js +2 -3
- package/dist/esm/__tests__/insights.test.js.map +1 -1
- package/dist/esm/__tests__/messages.test.js +2 -3
- 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 +1 -238
- package/dist/esm/__tests__/search.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/clientAdminSearchQuery.d.ts +17 -0
- package/dist/esm/funcs/clientAdminSearchQuery.d.ts.map +1 -0
- package/dist/esm/funcs/clientAdminSearchQuery.js +82 -0
- package/dist/esm/funcs/clientAdminSearchQuery.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/clientAgentsRetrieveInputs.d.ts +16 -0
- package/dist/esm/funcs/clientAgentsRetrieveInputs.d.ts.map +1 -0
- package/dist/esm/funcs/clientAgentsRetrieveInputs.js +87 -0
- package/dist/esm/funcs/clientAgentsRetrieveInputs.js.map +1 -0
- package/dist/esm/funcs/clientAgentsRun.d.ts +16 -0
- package/dist/esm/funcs/clientAgentsRun.d.ts.map +1 -0
- package/dist/esm/funcs/clientAgentsRun.js +85 -0
- package/dist/esm/funcs/clientAgentsRun.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/clientChatRetrieveApplication.d.ts +16 -0
- package/dist/esm/funcs/clientChatRetrieveApplication.d.ts.map +1 -0
- package/dist/esm/funcs/clientChatRetrieveApplication.js +87 -0
- package/dist/esm/funcs/clientChatRetrieveApplication.js.map +1 -0
- package/dist/esm/funcs/clientChatRetrieveFiles.d.ts +16 -0
- package/dist/esm/funcs/clientChatRetrieveFiles.d.ts.map +1 -0
- package/dist/esm/funcs/clientChatRetrieveFiles.js +87 -0
- package/dist/esm/funcs/clientChatRetrieveFiles.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/clientCollectionsUpdateItem.d.ts +16 -0
- package/dist/esm/funcs/clientCollectionsUpdateItem.d.ts.map +1 -0
- package/dist/esm/funcs/clientCollectionsUpdateItem.js +76 -0
- package/dist/esm/funcs/clientCollectionsUpdateItem.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/clientDocumentsRetrievePermissions.d.ts +16 -0
- package/dist/esm/funcs/clientDocumentsRetrievePermissions.d.ts.map +1 -0
- package/dist/esm/funcs/clientDocumentsRetrievePermissions.js +76 -0
- package/dist/esm/funcs/clientDocumentsRetrievePermissions.js.map +1 -0
- package/dist/esm/funcs/clientDocumentsSummarize.d.ts +16 -0
- package/dist/esm/funcs/clientDocumentsSummarize.d.ts.map +1 -0
- package/dist/esm/funcs/clientDocumentsSummarize.js +76 -0
- package/dist/esm/funcs/clientDocumentsSummarize.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/clientSearchRetrieveFeed.d.ts +16 -0
- package/dist/esm/funcs/clientSearchRetrieveFeed.d.ts.map +1 -0
- package/dist/esm/funcs/clientSearchRetrieveFeed.js +76 -0
- package/dist/esm/funcs/clientSearchRetrieveFeed.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/indexingDatasourceStatus.d.ts +18 -0
- package/dist/esm/funcs/indexingDatasourceStatus.d.ts.map +1 -0
- package/dist/esm/funcs/indexingDatasourceStatus.js +90 -0
- package/dist/esm/funcs/indexingDatasourceStatus.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/indexingDatasourcesRetrieveConfig.d.ts +16 -0
- package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
- package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js +76 -0
- package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -0
- package/dist/esm/funcs/indexingDocumentsCheckAccess.d.ts +18 -0
- package/dist/esm/funcs/indexingDocumentsCheckAccess.d.ts.map +1 -0
- package/dist/esm/funcs/indexingDocumentsCheckAccess.js +78 -0
- package/dist/esm/funcs/indexingDocumentsCheckAccess.js.map +1 -0
- package/dist/esm/funcs/indexingDocumentsCount.d.ts +20 -0
- package/dist/esm/funcs/indexingDocumentsCount.d.ts.map +1 -0
- package/dist/esm/funcs/indexingDocumentsCount.js +80 -0
- package/dist/esm/funcs/indexingDocumentsCount.js.map +1 -0
- package/dist/esm/funcs/indexingDocumentsDebug.d.ts +18 -0
- package/dist/esm/funcs/indexingDocumentsDebug.d.ts.map +1 -0
- package/dist/esm/funcs/indexingDocumentsDebug.js +94 -0
- package/dist/esm/funcs/indexingDocumentsDebug.js.map +1 -0
- package/dist/esm/funcs/indexingDocumentsDebugMany.d.ts +18 -0
- package/dist/esm/funcs/indexingDocumentsDebugMany.d.ts.map +1 -0
- package/dist/esm/funcs/indexingDocumentsDebugMany.js +94 -0
- package/dist/esm/funcs/indexingDocumentsDebugMany.js.map +1 -0
- package/dist/esm/funcs/indexingDocumentsStatus.d.ts +20 -0
- package/dist/esm/funcs/indexingDocumentsStatus.d.ts.map +1 -0
- package/dist/esm/funcs/indexingDocumentsStatus.js +80 -0
- package/dist/esm/funcs/indexingDocumentsStatus.js.map +1 -0
- package/dist/esm/funcs/indexingPeopleCount.d.ts +20 -0
- package/dist/esm/funcs/indexingPeopleCount.d.ts.map +1 -0
- package/dist/esm/funcs/indexingPeopleCount.js +80 -0
- package/dist/esm/funcs/indexingPeopleCount.js.map +1 -0
- package/dist/esm/funcs/indexingPeopleDebug.d.ts +18 -0
- package/dist/esm/funcs/indexingPeopleDebug.d.ts.map +1 -0
- package/dist/esm/funcs/indexingPeopleDebug.js +91 -0
- package/dist/esm/funcs/indexingPeopleDebug.js.map +1 -0
- package/dist/esm/funcs/indexingShortcutsUpload.d.ts +16 -0
- package/dist/esm/funcs/indexingShortcutsUpload.d.ts.map +1 -0
- package/dist/esm/funcs/indexingShortcutsUpload.js +77 -0
- package/dist/esm/funcs/indexingShortcutsUpload.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/models/components/collectionitem.js +2 -2
- package/dist/esm/models/components/collectionitem.js.map +1 -1
- package/dist/esm/models/components/documentmetadata.js +2 -2
- package/dist/esm/models/components/documentmetadata.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +1 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +1 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/indexingshortcut.d.ts +72 -0
- package/dist/esm/models/components/indexingshortcut.d.ts.map +1 -0
- package/dist/esm/models/components/indexingshortcut.js +47 -0
- package/dist/esm/models/components/indexingshortcut.js.map +1 -0
- package/dist/esm/models/components/shortcut.d.ts +77 -20
- package/dist/esm/models/components/shortcut.d.ts.map +1 -1
- package/dist/esm/models/components/shortcut.js +46 -10
- package/dist/esm/models/components/shortcut.js.map +1 -1
- package/dist/esm/models/components/structuredresult.js +2 -2
- package/dist/esm/models/components/structuredresult.js.map +1 -1
- package/dist/esm/models/components/uploadshortcutsrequest.d.ts +3 -3
- package/dist/esm/models/components/uploadshortcutsrequest.d.ts.map +1 -1
- package/dist/esm/models/components/uploadshortcutsrequest.js +3 -3
- package/dist/esm/models/components/uploadshortcutsrequest.js.map +1 -1
- 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/clientAdminSearchQuery.d.ts +23 -0
- package/dist/esm/react-query/clientAdminSearchQuery.d.ts.map +1 -0
- package/dist/esm/react-query/clientAdminSearchQuery.js +42 -0
- package/dist/esm/react-query/clientAdminSearchQuery.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/clientAgentsRetrieveInputs.d.ts +24 -0
- package/dist/esm/react-query/clientAgentsRetrieveInputs.d.ts.map +1 -0
- package/dist/esm/react-query/clientAgentsRetrieveInputs.js +42 -0
- package/dist/esm/react-query/clientAgentsRetrieveInputs.js.map +1 -0
- package/dist/esm/react-query/clientAgentsRun.d.ts +24 -0
- package/dist/esm/react-query/clientAgentsRun.d.ts.map +1 -0
- package/dist/esm/react-query/clientAgentsRun.js +42 -0
- package/dist/esm/react-query/clientAgentsRun.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/clientChatRetrieveApplication.d.ts +24 -0
- package/dist/esm/react-query/clientChatRetrieveApplication.d.ts.map +1 -0
- package/dist/esm/react-query/clientChatRetrieveApplication.js +42 -0
- package/dist/esm/react-query/clientChatRetrieveApplication.js.map +1 -0
- package/dist/esm/react-query/clientChatRetrieveFiles.d.ts +24 -0
- package/dist/esm/react-query/clientChatRetrieveFiles.d.ts.map +1 -0
- package/dist/esm/react-query/clientChatRetrieveFiles.js +42 -0
- package/dist/esm/react-query/clientChatRetrieveFiles.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/clientCollectionsUpdateItem.d.ts +23 -0
- package/dist/esm/react-query/clientCollectionsUpdateItem.d.ts.map +1 -0
- package/dist/esm/react-query/clientCollectionsUpdateItem.js +42 -0
- package/dist/esm/react-query/clientCollectionsUpdateItem.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/clientDocumentsRetrievePermissions.d.ts +23 -0
- package/dist/esm/react-query/clientDocumentsRetrievePermissions.d.ts.map +1 -0
- package/dist/esm/react-query/clientDocumentsRetrievePermissions.js +42 -0
- package/dist/esm/react-query/clientDocumentsRetrievePermissions.js.map +1 -0
- package/dist/esm/react-query/clientDocumentsSummarize.d.ts +23 -0
- package/dist/esm/react-query/clientDocumentsSummarize.d.ts.map +1 -0
- package/dist/esm/react-query/clientDocumentsSummarize.js +42 -0
- package/dist/esm/react-query/clientDocumentsSummarize.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/clientSearchRetrieveFeed.d.ts +23 -0
- package/dist/esm/react-query/clientSearchRetrieveFeed.d.ts.map +1 -0
- package/dist/esm/react-query/clientSearchRetrieveFeed.js +42 -0
- package/dist/esm/react-query/clientSearchRetrieveFeed.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 +37 -37
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +37 -37
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/indexingDatasourceStatus.d.ts +25 -0
- package/dist/esm/react-query/indexingDatasourceStatus.d.ts.map +1 -0
- package/dist/esm/react-query/indexingDatasourceStatus.js +44 -0
- package/dist/esm/react-query/indexingDatasourceStatus.js.map +1 -0
- 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/indexingDatasourcesRetrieveConfig.d.ts +23 -0
- package/dist/esm/react-query/indexingDatasourcesRetrieveConfig.d.ts.map +1 -0
- package/dist/esm/react-query/indexingDatasourcesRetrieveConfig.js +42 -0
- package/dist/esm/react-query/indexingDatasourcesRetrieveConfig.js.map +1 -0
- package/dist/esm/react-query/indexingDocumentsCheckAccess.d.ts +25 -0
- package/dist/esm/react-query/indexingDocumentsCheckAccess.d.ts.map +1 -0
- package/dist/esm/react-query/indexingDocumentsCheckAccess.js +44 -0
- package/dist/esm/react-query/indexingDocumentsCheckAccess.js.map +1 -0
- package/dist/esm/react-query/indexingDocumentsCount.d.ts +27 -0
- package/dist/esm/react-query/indexingDocumentsCount.d.ts.map +1 -0
- package/dist/esm/react-query/indexingDocumentsCount.js +46 -0
- package/dist/esm/react-query/indexingDocumentsCount.js.map +1 -0
- package/dist/esm/react-query/indexingDocumentsDebug.d.ts +26 -0
- package/dist/esm/react-query/indexingDocumentsDebug.d.ts.map +1 -0
- package/dist/esm/react-query/indexingDocumentsDebug.js +44 -0
- package/dist/esm/react-query/indexingDocumentsDebug.js.map +1 -0
- package/dist/esm/react-query/indexingDocumentsDebugMany.d.ts +26 -0
- package/dist/esm/react-query/indexingDocumentsDebugMany.d.ts.map +1 -0
- package/dist/esm/react-query/indexingDocumentsDebugMany.js +44 -0
- package/dist/esm/react-query/indexingDocumentsDebugMany.js.map +1 -0
- package/dist/esm/react-query/indexingDocumentsStatus.d.ts +27 -0
- package/dist/esm/react-query/indexingDocumentsStatus.d.ts.map +1 -0
- package/dist/esm/react-query/indexingDocumentsStatus.js +46 -0
- package/dist/esm/react-query/indexingDocumentsStatus.js.map +1 -0
- package/dist/esm/react-query/indexingPeopleCount.d.ts +27 -0
- package/dist/esm/react-query/indexingPeopleCount.d.ts.map +1 -0
- package/dist/esm/react-query/indexingPeopleCount.js +46 -0
- package/dist/esm/react-query/indexingPeopleCount.js.map +1 -0
- package/dist/esm/react-query/indexingPeopleDebug.d.ts +26 -0
- package/dist/esm/react-query/indexingPeopleDebug.d.ts.map +1 -0
- package/dist/esm/react-query/indexingPeopleDebug.js +44 -0
- package/dist/esm/react-query/indexingPeopleDebug.js.map +1 -0
- package/dist/esm/react-query/indexingShortcutsUpload.d.ts +23 -0
- package/dist/esm/react-query/indexingShortcutsUpload.d.ts.map +1 -0
- package/dist/esm/react-query/indexingShortcutsUpload.js +42 -0
- package/dist/esm/react-query/indexingShortcutsUpload.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 +7 -0
- package/dist/esm/sdk/admin.d.ts.map +1 -0
- package/dist/esm/sdk/admin.js +11 -0
- package/dist/esm/sdk/admin.js.map +1 -0
- package/dist/esm/sdk/adminsearch.d.ts +12 -0
- package/dist/esm/sdk/adminsearch.d.ts.map +1 -0
- package/dist/esm/sdk/adminsearch.js +18 -0
- package/dist/esm/sdk/adminsearch.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 +3 -3
- package/dist/esm/sdk/agents.d.ts.map +1 -1
- package/dist/esm/sdk/agents.js +9 -9
- 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 +5 -5
- package/dist/esm/sdk/chat.d.ts.map +1 -1
- package/dist/esm/sdk/chat.js +15 -15
- package/dist/esm/sdk/chat.js.map +1 -1
- package/dist/esm/sdk/client.d.ts +8 -8
- 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 +10 -3
- package/dist/esm/sdk/clientdocuments.d.ts.map +1 -1
- package/dist/esm/sdk/clientdocuments.js +19 -9
- package/dist/esm/sdk/clientdocuments.js.map +1 -1
- package/dist/esm/sdk/clientsearch.d.ts +26 -0
- package/dist/esm/sdk/clientsearch.d.ts.map +1 -0
- package/dist/esm/sdk/clientsearch.js +38 -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 +2 -2
- package/dist/esm/sdk/collections.d.ts.map +1 -1
- package/dist/esm/sdk/collections.js +6 -6
- 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 +14 -0
- package/dist/esm/sdk/datasource.d.ts.map +1 -0
- package/dist/esm/sdk/datasource.js +20 -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 +1 -1
- package/dist/esm/sdk/datasources.d.ts.map +1 -1
- package/dist/esm/sdk/datasources.js +3 -3
- 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 +6 -6
- package/dist/esm/sdk/indexing.d.ts.map +1 -1
- package/dist/esm/sdk/indexing.js +7 -7
- package/dist/esm/sdk/indexing.js.map +1 -1
- package/dist/esm/sdk/indexingdocuments.d.ts +49 -0
- package/dist/esm/sdk/indexingdocuments.d.ts.map +1 -1
- package/dist/esm/sdk/indexingdocuments.js +64 -0
- package/dist/esm/sdk/indexingdocuments.js.map +1 -1
- package/dist/esm/sdk/indexingpeople.d.ts +76 -0
- package/dist/esm/sdk/indexingpeople.d.ts.map +1 -0
- package/dist/esm/sdk/indexingpeople.js +106 -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/indexingshortcuts.d.ts +7 -0
- package/dist/esm/sdk/indexingshortcuts.d.ts.map +1 -1
- package/dist/esm/sdk/indexingshortcuts.js +10 -0
- package/dist/esm/sdk/indexingshortcuts.js.map +1 -1
- 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 +6 -3
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +7 -3
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/dist/esm/sdk/search.d.ts +0 -28
- package/dist/esm/sdk/search.d.ts.map +1 -1
- package/dist/esm/sdk/search.js +2 -42
- package/dist/esm/sdk/search.js.map +1 -1
- package/dist/esm/sdk/shortcuts.d.ts +12 -0
- package/dist/esm/sdk/shortcuts.d.ts.map +1 -0
- package/dist/esm/sdk/shortcuts.js +18 -0
- package/dist/esm/sdk/shortcuts.js.map +1 -0
- package/dist/esm/sdk/troubleshooting.d.ts +9 -69
- package/dist/esm/sdk/troubleshooting.d.ts.map +1 -1
- package/dist/esm/sdk/troubleshooting.js +9 -87
- package/dist/esm/sdk/troubleshooting.js.map +1 -1
- package/dist/esm/sdk/troubleshootingdocuments.d.ts +27 -0
- package/dist/esm/sdk/troubleshootingdocuments.d.ts.map +1 -0
- package/dist/esm/sdk/troubleshootingdocuments.js +36 -0
- package/dist/esm/sdk/troubleshootingdocuments.js.map +1 -0
- package/dist/esm/sdk/user.d.ts +14 -0
- package/dist/esm/sdk/user.d.ts.map +1 -0
- package/dist/esm/sdk/user.js +20 -0
- package/dist/esm/sdk/user.js.map +1 -0
- package/dist/esm/sdk/users.d.ts +16 -0
- package/dist/esm/sdk/users.d.ts.map +1 -0
- package/dist/esm/sdk/users.js +22 -0
- package/dist/esm/sdk/users.js.map +1 -0
- package/docs/sdks/activity/README.md +99 -0
- package/docs/sdks/admin/README.md +6 -0
- package/docs/sdks/adminsearch/README.md +520 -0
- package/docs/sdks/agent/README.md +98 -0
- package/docs/sdks/agents/README.md +22 -22
- package/docs/sdks/announcements/README.md +2 -2
- package/docs/sdks/answers/README.md +44 -20
- package/docs/sdks/application/README.md +102 -0
- package/docs/sdks/chat/README.md +37 -43
- package/docs/sdks/clientdocuments/README.md +119 -21
- package/docs/sdks/clientsearch/README.md +976 -0
- package/docs/sdks/clientshortcuts/README.md +37 -125
- package/docs/sdks/clientverification/README.md +191 -0
- package/docs/sdks/collections/README.md +34 -28
- 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 +7 -7
- 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/indexingdocuments/README.md +523 -0
- package/docs/sdks/indexingpeople/README.md +1005 -0
- package/docs/sdks/indexingpermissions/README.md +1208 -0
- package/docs/sdks/indexingshortcuts/README.md +106 -0
- package/docs/sdks/inputs/README.md +98 -0
- package/docs/sdks/insights/README.md +9 -11
- package/docs/sdks/item/README.md +199 -0
- package/docs/sdks/messages/README.md +9 -11
- 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/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/activity.test.ts +17 -0
- package/src/__tests__/adminsearch.test.ts +231 -0
- package/src/__tests__/agents.test.ts +3 -3
- package/src/__tests__/announcements.test.ts +1 -1
- package/src/__tests__/answers.test.ts +17 -5
- package/src/__tests__/chat.test.ts +1917 -270
- package/src/__tests__/clientdocuments.test.ts +20 -3
- package/src/__tests__/clientsearch.test.ts +394 -0
- package/src/__tests__/clientshortcuts.test.ts +16 -7
- package/src/__tests__/collections.test.ts +12 -9
- package/src/__tests__/datasource.test.ts +11 -0
- package/src/__tests__/datasources.test.ts +1 -1
- package/src/__tests__/indexingdocuments.test.ts +57 -1
- package/src/__tests__/indexingpeople.test.ts +38 -0
- package/src/__tests__/insights.test.ts +2 -3
- package/src/__tests__/messages.test.ts +2 -3
- package/src/__tests__/pins.test.ts +2 -2
- package/src/__tests__/search.test.ts +1 -250
- package/src/funcs/clientActivityFeedback.ts +169 -0
- package/src/funcs/clientAdminSearchQuery.ts +165 -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/clientAgentsRetrieveInputs.ts +170 -0
- package/src/funcs/clientAgentsRun.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/clientChatRetrieveApplication.ts +170 -0
- package/src/funcs/clientChatRetrieveFiles.ts +170 -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/clientCollectionsUpdateItem.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/clientDocumentsRetrievePermissions.ts +154 -0
- package/src/funcs/clientDocumentsSummarize.ts +154 -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/clientSearchRetrieveFeed.ts +154 -0
- package/src/funcs/clientShortcutsRetrieve.ts +154 -0
- package/src/funcs/indexingDatasourceStatus.ts +173 -0
- package/src/funcs/indexingDatasourcesConfigRetrieve.ts +155 -0
- package/src/funcs/indexingDatasourcesRetrieveConfig.ts +155 -0
- package/src/funcs/indexingDocumentsCheckAccess.ts +157 -0
- package/src/funcs/indexingDocumentsCount.ts +158 -0
- package/src/funcs/indexingDocumentsDebug.ts +180 -0
- package/src/funcs/indexingDocumentsDebugMany.ts +180 -0
- package/src/funcs/indexingDocumentsStatus.ts +158 -0
- package/src/funcs/indexingPeopleCount.ts +158 -0
- package/src/funcs/indexingPeopleDebug.ts +177 -0
- package/src/funcs/indexingShortcutsUpload.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/models/components/collectionitem.ts +2 -2
- package/src/models/components/documentmetadata.ts +2 -2
- package/src/models/components/index.ts +1 -0
- package/src/models/components/indexingshortcut.ts +125 -0
- package/src/models/components/shortcut.ts +139 -30
- package/src/models/components/structuredresult.ts +2 -2
- package/src/models/components/uploadshortcutsrequest.ts +9 -9
- package/src/react-query/clientActivityFeedback.ts +91 -0
- package/src/react-query/clientAdminSearchQuery.ts +88 -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/clientAgentsRetrieveInputs.ts +92 -0
- package/src/react-query/clientAgentsRun.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/clientChatRetrieveApplication.ts +92 -0
- package/src/react-query/clientChatRetrieveFiles.ts +92 -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/clientCollectionsUpdateItem.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/clientDocumentsRetrievePermissions.ts +89 -0
- package/src/react-query/clientDocumentsSummarize.ts +88 -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/clientSearchRetrieveFeed.ts +88 -0
- package/src/react-query/clientShortcutsRetrieve.ts +89 -0
- package/src/react-query/index.ts +37 -37
- package/src/react-query/indexingDatasourceStatus.ts +91 -0
- package/src/react-query/indexingDatasourcesConfigRetrieve.ts +89 -0
- package/src/react-query/indexingDatasourcesRetrieveConfig.ts +89 -0
- package/src/react-query/indexingDocumentsCheckAccess.ts +91 -0
- package/src/react-query/indexingDocumentsCount.ts +93 -0
- package/src/react-query/indexingDocumentsDebug.ts +94 -0
- package/src/react-query/indexingDocumentsDebugMany.ts +94 -0
- package/src/react-query/indexingDocumentsStatus.ts +93 -0
- package/src/react-query/indexingPeopleCount.ts +92 -0
- package/src/react-query/indexingPeopleDebug.ts +93 -0
- package/src/react-query/indexingShortcutsUpload.ts +88 -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 +13 -0
- package/src/sdk/adminsearch.ts +27 -0
- package/src/sdk/agent.ts +35 -0
- package/src/sdk/agents.ts +9 -9
- package/src/sdk/answers.ts +6 -6
- package/src/sdk/application.ts +29 -0
- package/src/sdk/chat.ts +15 -15
- package/src/sdk/client.ts +16 -16
- package/src/sdk/clientdocuments.ts +27 -9
- package/src/sdk/clientsearch.ts +63 -0
- package/src/sdk/clientshortcuts.ts +3 -21
- package/src/sdk/clientverification.ts +45 -0
- package/src/sdk/collections.ts +6 -6
- package/src/sdk/config.ts +27 -0
- package/src/sdk/datasource.ts +29 -0
- package/src/sdk/datasourcedocuments.ts +31 -0
- package/src/sdk/datasources.ts +3 -3
- 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 +10 -10
- package/src/sdk/indexingdocuments.ts +108 -0
- package/src/sdk/indexingpeople.ts +179 -0
- package/src/sdk/indexingpermissions.ts +225 -0
- package/src/sdk/indexingshortcuts.ts +18 -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 +10 -4
- package/src/sdk/search.ts +2 -74
- package/src/sdk/shortcuts.ts +27 -0
- package/src/sdk/troubleshooting.ts +12 -146
- package/src/sdk/troubleshootingdocuments.ts +53 -0
- package/src/sdk/user.ts +31 -0
- package/src/sdk/users.ts +31 -0
- package/dist/commonjs/__tests__/activities.test.d.ts +0 -2
- package/dist/commonjs/__tests__/activities.test.d.ts.map +0 -1
- package/dist/commonjs/__tests__/activities.test.js +0 -23
- package/dist/commonjs/__tests__/activities.test.js.map +0 -1
- package/dist/commonjs/__tests__/people.test.d.ts +0 -2
- package/dist/commonjs/__tests__/people.test.d.ts.map +0 -1
- package/dist/commonjs/__tests__/people.test.js +0 -18
- package/dist/commonjs/__tests__/people.test.js.map +0 -1
- package/dist/commonjs/__tests__/summarize.test.d.ts +0 -2
- package/dist/commonjs/__tests__/summarize.test.d.ts.map +0 -1
- package/dist/commonjs/__tests__/summarize.test.js +0 -24
- package/dist/commonjs/__tests__/summarize.test.js.map +0 -1
- package/dist/commonjs/__tests__/troubleshooting.test.d.ts +0 -2
- package/dist/commonjs/__tests__/troubleshooting.test.d.ts.map +0 -1
- package/dist/commonjs/__tests__/troubleshooting.test.js +0 -65
- package/dist/commonjs/__tests__/troubleshooting.test.js.map +0 -1
- package/dist/commonjs/funcs/agentsGetagentinputs.d.ts +0 -16
- package/dist/commonjs/funcs/agentsGetagentinputs.d.ts.map +0 -1
- package/dist/commonjs/funcs/agentsGetagentinputs.js +0 -123
- package/dist/commonjs/funcs/agentsGetagentinputs.js.map +0 -1
- package/dist/commonjs/funcs/agentsListagents.d.ts +0 -16
- package/dist/commonjs/funcs/agentsListagents.d.ts.map +0 -1
- package/dist/commonjs/funcs/agentsListagents.js +0 -121
- package/dist/commonjs/funcs/agentsListagents.js.map +0 -1
- package/dist/commonjs/funcs/agentsRunagent.d.ts +0 -16
- package/dist/commonjs/funcs/agentsRunagent.d.ts.map +0 -1
- package/dist/commonjs/funcs/agentsRunagent.js +0 -121
- package/dist/commonjs/funcs/agentsRunagent.js.map +0 -1
- package/dist/commonjs/funcs/clientActivitiesReportActivity.d.ts +0 -16
- package/dist/commonjs/funcs/clientActivitiesReportActivity.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientActivitiesReportActivity.js +0 -121
- package/dist/commonjs/funcs/clientActivitiesReportActivity.js.map +0 -1
- package/dist/commonjs/funcs/clientAnswersEdit.d.ts +0 -16
- package/dist/commonjs/funcs/clientAnswersEdit.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientAnswersEdit.js +0 -112
- package/dist/commonjs/funcs/clientAnswersEdit.js.map +0 -1
- package/dist/commonjs/funcs/clientAnswersGet.d.ts +0 -16
- package/dist/commonjs/funcs/clientAnswersGet.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientAnswersGet.js +0 -112
- package/dist/commonjs/funcs/clientAnswersGet.js.map +0 -1
- package/dist/commonjs/funcs/clientChatGet.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatGet.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatGet.js +0 -121
- package/dist/commonjs/funcs/clientChatGet.js.map +0 -1
- package/dist/commonjs/funcs/clientChatGetApplication.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatGetApplication.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatGetApplication.js +0 -123
- package/dist/commonjs/funcs/clientChatGetApplication.js.map +0 -1
- package/dist/commonjs/funcs/clientChatGetFiles.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatGetFiles.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatGetFiles.js +0 -123
- package/dist/commonjs/funcs/clientChatGetFiles.js.map +0 -1
- package/dist/commonjs/funcs/clientChatStart.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatStart.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatStart.js +0 -121
- package/dist/commonjs/funcs/clientChatStart.js.map +0 -1
- package/dist/commonjs/funcs/clientChatStartStream.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatStartStream.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatStartStream.js +0 -121
- package/dist/commonjs/funcs/clientChatStartStream.js.map +0 -1
- package/dist/commonjs/funcs/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/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/indexingDatasourcesGetConfig.d.ts +0 -16
- package/dist/commonjs/funcs/indexingDatasourcesGetConfig.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingDatasourcesGetConfig.js +0 -112
- package/dist/commonjs/funcs/indexingDatasourcesGetConfig.js.map +0 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.d.ts +0 -16
- package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.js +0 -113
- package/dist/commonjs/funcs/indexingPeopleBulkIndexEmployees.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.js +0 -127
- package/dist/commonjs/funcs/indexingTroubleshootingDebugUser.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.js +0 -126
- package/dist/commonjs/funcs/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.d.ts +0 -20
- package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.js +0 -116
- package/dist/commonjs/funcs/indexingTroubleshootingGetDocumentCount.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.d.ts +0 -20
- package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.js +0 -116
- package/dist/commonjs/funcs/indexingTroubleshootingGetStatus.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.d.ts +0 -20
- package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.js +0 -116
- package/dist/commonjs/funcs/indexingTroubleshootingGetUserCount.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.js +0 -130
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.js +0 -130
- package/dist/commonjs/funcs/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
- package/dist/commonjs/react-query/agentsGetagentinputs.d.ts +0 -24
- package/dist/commonjs/react-query/agentsGetagentinputs.d.ts.map +0 -1
- package/dist/commonjs/react-query/agentsGetagentinputs.js +0 -47
- package/dist/commonjs/react-query/agentsGetagentinputs.js.map +0 -1
- package/dist/commonjs/react-query/agentsListagents.d.ts +0 -24
- package/dist/commonjs/react-query/agentsListagents.d.ts.map +0 -1
- package/dist/commonjs/react-query/agentsListagents.js +0 -47
- package/dist/commonjs/react-query/agentsListagents.js.map +0 -1
- package/dist/commonjs/react-query/agentsRunagent.d.ts +0 -24
- package/dist/commonjs/react-query/agentsRunagent.d.ts.map +0 -1
- package/dist/commonjs/react-query/agentsRunagent.js +0 -47
- package/dist/commonjs/react-query/agentsRunagent.js.map +0 -1
- package/dist/commonjs/react-query/clientActivitiesReportActivity.d.ts +0 -24
- package/dist/commonjs/react-query/clientActivitiesReportActivity.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientActivitiesReportActivity.js +0 -47
- package/dist/commonjs/react-query/clientActivitiesReportActivity.js.map +0 -1
- package/dist/commonjs/react-query/clientAnswersEdit.d.ts +0 -23
- package/dist/commonjs/react-query/clientAnswersEdit.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientAnswersEdit.js +0 -47
- package/dist/commonjs/react-query/clientAnswersEdit.js.map +0 -1
- package/dist/commonjs/react-query/clientAnswersGet.d.ts +0 -23
- package/dist/commonjs/react-query/clientAnswersGet.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientAnswersGet.js +0 -47
- package/dist/commonjs/react-query/clientAnswersGet.js.map +0 -1
- package/dist/commonjs/react-query/clientChatGet.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatGet.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatGet.js +0 -47
- package/dist/commonjs/react-query/clientChatGet.js.map +0 -1
- package/dist/commonjs/react-query/clientChatGetApplication.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatGetApplication.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatGetApplication.js +0 -47
- package/dist/commonjs/react-query/clientChatGetApplication.js.map +0 -1
- package/dist/commonjs/react-query/clientChatGetFiles.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatGetFiles.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatGetFiles.js +0 -47
- package/dist/commonjs/react-query/clientChatGetFiles.js.map +0 -1
- package/dist/commonjs/react-query/clientChatStart.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatStart.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatStart.js +0 -47
- package/dist/commonjs/react-query/clientChatStart.js.map +0 -1
- package/dist/commonjs/react-query/clientChatStartStream.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatStartStream.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatStartStream.js +0 -47
- package/dist/commonjs/react-query/clientChatStartStream.js.map +0 -1
- package/dist/commonjs/react-query/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/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/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/esm/__tests__/activities.test.d.ts +0 -2
- package/dist/esm/__tests__/activities.test.d.ts.map +0 -1
- package/dist/esm/__tests__/activities.test.js +0 -21
- package/dist/esm/__tests__/activities.test.js.map +0 -1
- package/dist/esm/__tests__/people.test.d.ts +0 -2
- package/dist/esm/__tests__/people.test.d.ts.map +0 -1
- package/dist/esm/__tests__/people.test.js +0 -16
- package/dist/esm/__tests__/people.test.js.map +0 -1
- package/dist/esm/__tests__/summarize.test.d.ts +0 -2
- package/dist/esm/__tests__/summarize.test.d.ts.map +0 -1
- package/dist/esm/__tests__/summarize.test.js +0 -22
- package/dist/esm/__tests__/summarize.test.js.map +0 -1
- package/dist/esm/__tests__/troubleshooting.test.d.ts +0 -2
- package/dist/esm/__tests__/troubleshooting.test.d.ts.map +0 -1
- package/dist/esm/__tests__/troubleshooting.test.js +0 -63
- package/dist/esm/__tests__/troubleshooting.test.js.map +0 -1
- package/dist/esm/funcs/agentsGetagentinputs.d.ts +0 -16
- package/dist/esm/funcs/agentsGetagentinputs.d.ts.map +0 -1
- package/dist/esm/funcs/agentsGetagentinputs.js +0 -87
- package/dist/esm/funcs/agentsGetagentinputs.js.map +0 -1
- package/dist/esm/funcs/agentsListagents.d.ts +0 -16
- package/dist/esm/funcs/agentsListagents.d.ts.map +0 -1
- package/dist/esm/funcs/agentsListagents.js +0 -85
- package/dist/esm/funcs/agentsListagents.js.map +0 -1
- package/dist/esm/funcs/agentsRunagent.d.ts +0 -16
- package/dist/esm/funcs/agentsRunagent.d.ts.map +0 -1
- package/dist/esm/funcs/agentsRunagent.js +0 -85
- package/dist/esm/funcs/agentsRunagent.js.map +0 -1
- package/dist/esm/funcs/clientActivitiesReportActivity.d.ts +0 -16
- package/dist/esm/funcs/clientActivitiesReportActivity.d.ts.map +0 -1
- package/dist/esm/funcs/clientActivitiesReportActivity.js +0 -85
- package/dist/esm/funcs/clientActivitiesReportActivity.js.map +0 -1
- package/dist/esm/funcs/clientAnswersEdit.d.ts +0 -16
- package/dist/esm/funcs/clientAnswersEdit.d.ts.map +0 -1
- package/dist/esm/funcs/clientAnswersEdit.js +0 -76
- package/dist/esm/funcs/clientAnswersEdit.js.map +0 -1
- package/dist/esm/funcs/clientAnswersGet.d.ts +0 -16
- package/dist/esm/funcs/clientAnswersGet.d.ts.map +0 -1
- package/dist/esm/funcs/clientAnswersGet.js +0 -76
- package/dist/esm/funcs/clientAnswersGet.js.map +0 -1
- package/dist/esm/funcs/clientChatGet.d.ts +0 -16
- package/dist/esm/funcs/clientChatGet.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatGet.js +0 -85
- package/dist/esm/funcs/clientChatGet.js.map +0 -1
- package/dist/esm/funcs/clientChatGetApplication.d.ts +0 -16
- package/dist/esm/funcs/clientChatGetApplication.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatGetApplication.js +0 -87
- package/dist/esm/funcs/clientChatGetApplication.js.map +0 -1
- package/dist/esm/funcs/clientChatGetFiles.d.ts +0 -16
- package/dist/esm/funcs/clientChatGetFiles.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatGetFiles.js +0 -87
- package/dist/esm/funcs/clientChatGetFiles.js.map +0 -1
- package/dist/esm/funcs/clientChatStart.d.ts +0 -16
- package/dist/esm/funcs/clientChatStart.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatStart.js +0 -85
- package/dist/esm/funcs/clientChatStart.js.map +0 -1
- package/dist/esm/funcs/clientChatStartStream.d.ts +0 -16
- package/dist/esm/funcs/clientChatStartStream.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatStartStream.js +0 -85
- package/dist/esm/funcs/clientChatStartStream.js.map +0 -1
- package/dist/esm/funcs/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/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/indexingDatasourcesGetConfig.d.ts +0 -16
- package/dist/esm/funcs/indexingDatasourcesGetConfig.d.ts.map +0 -1
- package/dist/esm/funcs/indexingDatasourcesGetConfig.js +0 -76
- package/dist/esm/funcs/indexingDatasourcesGetConfig.js.map +0 -1
- package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.d.ts +0 -16
- package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.d.ts.map +0 -1
- package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.js +0 -77
- package/dist/esm/funcs/indexingPeopleBulkIndexEmployees.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDebugUser.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingDebugUser.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDebugUser.js +0 -91
- package/dist/esm/funcs/indexingTroubleshootingDebugUser.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.js +0 -90
- package/dist/esm/funcs/indexingTroubleshootingGetDatasourceStatus.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.d.ts +0 -20
- package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.js +0 -80
- package/dist/esm/funcs/indexingTroubleshootingGetDocumentCount.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetStatus.d.ts +0 -20
- package/dist/esm/funcs/indexingTroubleshootingGetStatus.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetStatus.js +0 -80
- package/dist/esm/funcs/indexingTroubleshootingGetStatus.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetUserCount.d.ts +0 -20
- package/dist/esm/funcs/indexingTroubleshootingGetUserCount.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingGetUserCount.js +0 -80
- package/dist/esm/funcs/indexingTroubleshootingGetUserCount.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.js +0 -94
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentDebug.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.js +0 -94
- package/dist/esm/funcs/indexingTroubleshootingPostDocumentsDebug.js.map +0 -1
- package/dist/esm/react-query/agentsGetagentinputs.d.ts +0 -24
- package/dist/esm/react-query/agentsGetagentinputs.d.ts.map +0 -1
- package/dist/esm/react-query/agentsGetagentinputs.js +0 -42
- package/dist/esm/react-query/agentsGetagentinputs.js.map +0 -1
- package/dist/esm/react-query/agentsListagents.d.ts +0 -24
- package/dist/esm/react-query/agentsListagents.d.ts.map +0 -1
- package/dist/esm/react-query/agentsListagents.js +0 -42
- package/dist/esm/react-query/agentsListagents.js.map +0 -1
- package/dist/esm/react-query/agentsRunagent.d.ts +0 -24
- package/dist/esm/react-query/agentsRunagent.d.ts.map +0 -1
- package/dist/esm/react-query/agentsRunagent.js +0 -42
- package/dist/esm/react-query/agentsRunagent.js.map +0 -1
- package/dist/esm/react-query/clientActivitiesReportActivity.d.ts +0 -24
- package/dist/esm/react-query/clientActivitiesReportActivity.d.ts.map +0 -1
- package/dist/esm/react-query/clientActivitiesReportActivity.js +0 -42
- package/dist/esm/react-query/clientActivitiesReportActivity.js.map +0 -1
- package/dist/esm/react-query/clientAnswersEdit.d.ts +0 -23
- package/dist/esm/react-query/clientAnswersEdit.d.ts.map +0 -1
- package/dist/esm/react-query/clientAnswersEdit.js +0 -42
- package/dist/esm/react-query/clientAnswersEdit.js.map +0 -1
- package/dist/esm/react-query/clientAnswersGet.d.ts +0 -23
- package/dist/esm/react-query/clientAnswersGet.d.ts.map +0 -1
- package/dist/esm/react-query/clientAnswersGet.js +0 -42
- package/dist/esm/react-query/clientAnswersGet.js.map +0 -1
- package/dist/esm/react-query/clientChatGet.d.ts +0 -24
- package/dist/esm/react-query/clientChatGet.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatGet.js +0 -42
- package/dist/esm/react-query/clientChatGet.js.map +0 -1
- package/dist/esm/react-query/clientChatGetApplication.d.ts +0 -24
- package/dist/esm/react-query/clientChatGetApplication.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatGetApplication.js +0 -42
- package/dist/esm/react-query/clientChatGetApplication.js.map +0 -1
- package/dist/esm/react-query/clientChatGetFiles.d.ts +0 -24
- package/dist/esm/react-query/clientChatGetFiles.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatGetFiles.js +0 -42
- package/dist/esm/react-query/clientChatGetFiles.js.map +0 -1
- package/dist/esm/react-query/clientChatStart.d.ts +0 -24
- package/dist/esm/react-query/clientChatStart.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatStart.js +0 -42
- package/dist/esm/react-query/clientChatStart.js.map +0 -1
- package/dist/esm/react-query/clientChatStartStream.d.ts +0 -24
- package/dist/esm/react-query/clientChatStartStream.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatStartStream.js +0 -42
- package/dist/esm/react-query/clientChatStartStream.js.map +0 -1
- package/dist/esm/react-query/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/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/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/docs/sdks/activities/README.md +0 -106
- package/src/__tests__/activities.test.ts +0 -24
- package/src/__tests__/people.test.ts +0 -21
- package/src/__tests__/summarize.test.ts +0 -25
- package/src/__tests__/troubleshooting.test.ts +0 -86
- package/src/funcs/agentsGetagentinputs.ts +0 -170
- package/src/funcs/agentsListagents.ts +0 -168
- package/src/funcs/agentsRunagent.ts +0 -168
- package/src/funcs/clientActivitiesReportActivity.ts +0 -169
- package/src/funcs/clientAnswersEdit.ts +0 -154
- package/src/funcs/clientAnswersGet.ts +0 -154
- package/src/funcs/clientChatGet.ts +0 -168
- package/src/funcs/clientChatGetApplication.ts +0 -170
- package/src/funcs/clientChatGetFiles.ts +0 -170
- package/src/funcs/clientChatStart.ts +0 -168
- package/src/funcs/clientChatStartStream.ts +0 -169
- package/src/funcs/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/clientShortcutsGet.ts +0 -154
- package/src/funcs/indexingDatasourcesGetConfig.ts +0 -155
- package/src/funcs/indexingPeopleBulkIndexEmployees.ts +0 -155
- package/src/funcs/indexingTroubleshootingDebugUser.ts +0 -177
- package/src/funcs/indexingTroubleshootingGetDatasourceStatus.ts +0 -173
- package/src/funcs/indexingTroubleshootingGetDocumentCount.ts +0 -158
- package/src/funcs/indexingTroubleshootingGetStatus.ts +0 -158
- package/src/funcs/indexingTroubleshootingGetUserCount.ts +0 -158
- package/src/funcs/indexingTroubleshootingPostDocumentDebug.ts +0 -180
- package/src/funcs/indexingTroubleshootingPostDocumentsDebug.ts +0 -180
- package/src/react-query/agentsGetagentinputs.ts +0 -92
- package/src/react-query/agentsListagents.ts +0 -91
- package/src/react-query/agentsRunagent.ts +0 -91
- package/src/react-query/clientActivitiesReportActivity.ts +0 -91
- package/src/react-query/clientAnswersEdit.ts +0 -88
- package/src/react-query/clientAnswersGet.ts +0 -88
- package/src/react-query/clientChatGet.ts +0 -91
- package/src/react-query/clientChatGetApplication.ts +0 -92
- package/src/react-query/clientChatGetFiles.ts +0 -91
- package/src/react-query/clientChatStart.ts +0 -91
- package/src/react-query/clientChatStartStream.ts +0 -91
- package/src/react-query/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/clientShortcutsGet.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
|
@@ -1,129 +1,17 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { expect, test } from "vitest";
|
|
5
5
|
import { Glean } from "../index.js";
|
|
6
6
|
import { createTestHTTPClient } from "./testclient.js";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
});
|
|
10
|
-
it.skip("Chat Chat Gpt Agent Example", async () => {
|
|
11
|
-
assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-gptAgentExample.test referencing operation chat does not contain response body with content type text/plain`]");
|
|
12
|
-
});
|
|
13
|
-
it.skip("Chat Chat Streaming Example", async () => {
|
|
14
|
-
assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-streamingExample.test referencing operation chat does not contain response body with content type text/plain`]");
|
|
15
|
-
});
|
|
16
|
-
it.skip("Chat Chat Update Response", async () => {
|
|
17
|
-
assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-updateResponse.test referencing operation chat does not contain response body with content type text/plain`]");
|
|
18
|
-
});
|
|
19
|
-
it.skip("Chat Chat Citation Response", async () => {
|
|
20
|
-
assert.fail("incomplete test found please make sure to address the following errors: [`workflow step chat-citationResponse.test referencing operation chat does not contain response body with content type text/plain`]");
|
|
21
|
-
});
|
|
22
|
-
test("Chat Deleteallchats", async () => {
|
|
23
|
-
const testHttpClient = createTestHTTPClient("deleteallchats");
|
|
24
|
-
const glean = new Glean({
|
|
25
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
26
|
-
httpClient: testHttpClient,
|
|
27
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
28
|
-
});
|
|
29
|
-
await glean.client.chat.deleteAll();
|
|
30
|
-
});
|
|
31
|
-
test("Chat Deletechats", async () => {
|
|
32
|
-
const testHttpClient = createTestHTTPClient("deletechats");
|
|
33
|
-
const glean = new Glean({
|
|
34
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
35
|
-
httpClient: testHttpClient,
|
|
36
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
37
|
-
});
|
|
38
|
-
await glean.client.chat.delete({
|
|
39
|
-
ids: [
|
|
40
|
-
"<value>",
|
|
41
|
-
"<value>",
|
|
42
|
-
],
|
|
43
|
-
});
|
|
44
|
-
});
|
|
45
|
-
test("Chat Getchat", async () => {
|
|
46
|
-
const testHttpClient = createTestHTTPClient("getchat");
|
|
47
|
-
const glean = new Glean({
|
|
48
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
49
|
-
httpClient: testHttpClient,
|
|
50
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
51
|
-
});
|
|
52
|
-
const result = await glean.client.chat.get({
|
|
53
|
-
id: "<id>",
|
|
54
|
-
});
|
|
55
|
-
expect(result).toBeDefined();
|
|
56
|
-
});
|
|
57
|
-
test("Chat Listchats", async () => {
|
|
58
|
-
const testHttpClient = createTestHTTPClient("listchats");
|
|
59
|
-
const glean = new Glean({
|
|
60
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
61
|
-
httpClient: testHttpClient,
|
|
62
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
63
|
-
});
|
|
64
|
-
const result = await glean.client.chat.list();
|
|
65
|
-
expect(result).toBeDefined();
|
|
66
|
-
});
|
|
67
|
-
test("Chat Getchatapplication", async () => {
|
|
68
|
-
const testHttpClient = createTestHTTPClient("getchatapplication");
|
|
69
|
-
const glean = new Glean({
|
|
70
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
71
|
-
httpClient: testHttpClient,
|
|
72
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
73
|
-
});
|
|
74
|
-
const result = await glean.client.chat.getApplication({
|
|
75
|
-
id: "<id>",
|
|
76
|
-
});
|
|
77
|
-
expect(result).toBeDefined();
|
|
78
|
-
});
|
|
79
|
-
test("Chat Uploadchatfiles", async () => {
|
|
80
|
-
const testHttpClient = createTestHTTPClient("uploadchatfiles");
|
|
81
|
-
const glean = new Glean({
|
|
82
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
83
|
-
httpClient: testHttpClient,
|
|
84
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
85
|
-
});
|
|
86
|
-
const result = await glean.client.chat.uploadFiles({
|
|
87
|
-
files: [],
|
|
88
|
-
});
|
|
89
|
-
expect(result).toBeDefined();
|
|
90
|
-
});
|
|
91
|
-
test("Chat Getchatfiles", async () => {
|
|
92
|
-
const testHttpClient = createTestHTTPClient("getchatfiles");
|
|
93
|
-
const glean = new Glean({
|
|
94
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
95
|
-
httpClient: testHttpClient,
|
|
96
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
97
|
-
});
|
|
98
|
-
const result = await glean.client.chat.getFiles({
|
|
99
|
-
fileIds: [
|
|
100
|
-
"<value>",
|
|
101
|
-
"<value>",
|
|
102
|
-
],
|
|
103
|
-
});
|
|
104
|
-
expect(result).toBeDefined();
|
|
105
|
-
});
|
|
106
|
-
test("Chat Deletechatfiles", async () => {
|
|
107
|
-
const testHttpClient = createTestHTTPClient("deletechatfiles");
|
|
108
|
-
const glean = new Glean({
|
|
109
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
110
|
-
httpClient: testHttpClient,
|
|
111
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
112
|
-
});
|
|
113
|
-
await glean.client.chat.deleteFiles({
|
|
114
|
-
fileIds: [
|
|
115
|
-
"<value>",
|
|
116
|
-
],
|
|
117
|
-
});
|
|
118
|
-
});
|
|
119
|
-
test("Chat Chat Stream Default Example", async () => {
|
|
120
|
-
const testHttpClient = createTestHTTPClient("chatStream-defaultExample");
|
|
7
|
+
test("Chat Chat Default Example", async () => {
|
|
8
|
+
const testHttpClient = createTestHTTPClient("chat-defaultExample");
|
|
121
9
|
const glean = new Glean({
|
|
122
10
|
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
123
11
|
httpClient: testHttpClient,
|
|
124
12
|
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
125
13
|
});
|
|
126
|
-
const result = await glean.client.chat.
|
|
14
|
+
const result = await glean.client.chat.create({
|
|
127
15
|
messages: [
|
|
128
16
|
{
|
|
129
17
|
fragments: [
|
|
@@ -136,14 +24,14 @@ test("Chat Chat Stream Default Example", async () => {
|
|
|
136
24
|
});
|
|
137
25
|
expect(result).toBeDefined();
|
|
138
26
|
});
|
|
139
|
-
test("Chat Chat
|
|
140
|
-
const testHttpClient = createTestHTTPClient("
|
|
27
|
+
test("Chat Chat Gpt Agent Example", async () => {
|
|
28
|
+
const testHttpClient = createTestHTTPClient("chat-gptAgentExample");
|
|
141
29
|
const glean = new Glean({
|
|
142
30
|
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
143
31
|
httpClient: testHttpClient,
|
|
144
32
|
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
145
33
|
});
|
|
146
|
-
const result = await glean.client.chat.
|
|
34
|
+
const result = await glean.client.chat.create({
|
|
147
35
|
messages: [
|
|
148
36
|
{
|
|
149
37
|
fragments: [
|
|
@@ -159,14 +47,14 @@ test("Chat Chat Stream Gpt Agent Example", async () => {
|
|
|
159
47
|
});
|
|
160
48
|
expect(result).toBeDefined();
|
|
161
49
|
});
|
|
162
|
-
test("Chat Chat
|
|
163
|
-
const testHttpClient = createTestHTTPClient("
|
|
50
|
+
test("Chat Chat Streaming Example", async () => {
|
|
51
|
+
const testHttpClient = createTestHTTPClient("chat-streamingExample");
|
|
164
52
|
const glean = new Glean({
|
|
165
53
|
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
166
54
|
httpClient: testHttpClient,
|
|
167
55
|
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
168
56
|
});
|
|
169
|
-
const result = await glean.client.chat.
|
|
57
|
+
const result = await glean.client.chat.create({
|
|
170
58
|
messages: [
|
|
171
59
|
{
|
|
172
60
|
citations: [
|
|
@@ -207,7 +95,7 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
207
95
|
referenceRanges: [
|
|
208
96
|
{
|
|
209
97
|
textRange: {
|
|
210
|
-
startIndex:
|
|
98
|
+
startIndex: 514434,
|
|
211
99
|
document: {},
|
|
212
100
|
},
|
|
213
101
|
snippets: [
|
|
@@ -227,56 +115,6 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
227
115
|
},
|
|
228
116
|
],
|
|
229
117
|
},
|
|
230
|
-
{
|
|
231
|
-
sourceFile: {
|
|
232
|
-
id: "FILE_1234",
|
|
233
|
-
url: "www.google.com",
|
|
234
|
-
name: "sample.pdf",
|
|
235
|
-
},
|
|
236
|
-
referenceRanges: [
|
|
237
|
-
{
|
|
238
|
-
snippets: [
|
|
239
|
-
{
|
|
240
|
-
snippet: "snippet",
|
|
241
|
-
mimeType: "mimeType",
|
|
242
|
-
},
|
|
243
|
-
],
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
snippets: [
|
|
247
|
-
{
|
|
248
|
-
snippet: "snippet",
|
|
249
|
-
mimeType: "mimeType",
|
|
250
|
-
},
|
|
251
|
-
],
|
|
252
|
-
},
|
|
253
|
-
],
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
sourceFile: {
|
|
257
|
-
id: "FILE_1234",
|
|
258
|
-
url: "www.google.com",
|
|
259
|
-
name: "sample.pdf",
|
|
260
|
-
},
|
|
261
|
-
referenceRanges: [
|
|
262
|
-
{
|
|
263
|
-
snippets: [
|
|
264
|
-
{
|
|
265
|
-
snippet: "snippet",
|
|
266
|
-
mimeType: "mimeType",
|
|
267
|
-
},
|
|
268
|
-
],
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
snippets: [
|
|
272
|
-
{
|
|
273
|
-
snippet: "snippet",
|
|
274
|
-
mimeType: "mimeType",
|
|
275
|
-
},
|
|
276
|
-
],
|
|
277
|
-
},
|
|
278
|
-
],
|
|
279
|
-
},
|
|
280
118
|
],
|
|
281
119
|
fragments: [
|
|
282
120
|
{
|
|
@@ -307,6 +145,10 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
307
145
|
datasource: "github",
|
|
308
146
|
handle: "<value>",
|
|
309
147
|
},
|
|
148
|
+
{
|
|
149
|
+
datasource: "github",
|
|
150
|
+
handle: "<value>",
|
|
151
|
+
},
|
|
310
152
|
],
|
|
311
153
|
},
|
|
312
154
|
customEntity: {
|
|
@@ -340,8 +182,8 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
340
182
|
},
|
|
341
183
|
likes: {
|
|
342
184
|
likedBy: [],
|
|
343
|
-
likedByUser:
|
|
344
|
-
numLikes:
|
|
185
|
+
likedByUser: true,
|
|
186
|
+
numLikes: 571109,
|
|
345
187
|
},
|
|
346
188
|
updatedBy: {
|
|
347
189
|
name: "George Clooney",
|
|
@@ -364,14 +206,14 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
364
206
|
name: "George Clooney",
|
|
365
207
|
obfuscatedId: "abc123",
|
|
366
208
|
},
|
|
367
|
-
remindAt:
|
|
209
|
+
remindAt: 520370,
|
|
368
210
|
},
|
|
369
211
|
candidateVerifiers: [],
|
|
370
212
|
},
|
|
371
213
|
},
|
|
372
214
|
board: {
|
|
373
215
|
name: "<value>",
|
|
374
|
-
description: "
|
|
216
|
+
description: "intent even frightened wherever bungalow",
|
|
375
217
|
audienceFilters: [
|
|
376
218
|
{
|
|
377
219
|
fieldName: "type",
|
|
@@ -387,7 +229,7 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
387
229
|
],
|
|
388
230
|
},
|
|
389
231
|
],
|
|
390
|
-
id:
|
|
232
|
+
id: 212424,
|
|
391
233
|
creator: {
|
|
392
234
|
name: "George Clooney",
|
|
393
235
|
obfuscatedId: "abc123",
|
|
@@ -409,7 +251,7 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
409
251
|
},
|
|
410
252
|
collection: {
|
|
411
253
|
name: "<value>",
|
|
412
|
-
description: "
|
|
254
|
+
description: "hm brightly crank gadzooks validity amidst",
|
|
413
255
|
audienceFilters: [
|
|
414
256
|
{
|
|
415
257
|
fieldName: "type",
|
|
@@ -425,11 +267,11 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
425
267
|
],
|
|
426
268
|
},
|
|
427
269
|
],
|
|
428
|
-
id:
|
|
270
|
+
id: 863354,
|
|
429
271
|
},
|
|
430
272
|
answerBoard: {
|
|
431
273
|
name: "<value>",
|
|
432
|
-
description: "
|
|
274
|
+
description: "masquerade indeed bah whose youthfully giggle lest why mystify yippee",
|
|
433
275
|
audienceFilters: [
|
|
434
276
|
{
|
|
435
277
|
fieldName: "type",
|
|
@@ -445,12 +287,20 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
445
287
|
],
|
|
446
288
|
},
|
|
447
289
|
],
|
|
448
|
-
id:
|
|
290
|
+
id: 448001,
|
|
449
291
|
},
|
|
450
292
|
code: {
|
|
451
293
|
repoName: "scio",
|
|
452
294
|
fileName: "README.md",
|
|
453
295
|
},
|
|
296
|
+
shortcut: {
|
|
297
|
+
inputAlias: "<value>",
|
|
298
|
+
createdBy: {
|
|
299
|
+
name: "George Clooney",
|
|
300
|
+
obfuscatedId: "abc123",
|
|
301
|
+
},
|
|
302
|
+
destinationDocument: {},
|
|
303
|
+
},
|
|
454
304
|
querySuggestions: {
|
|
455
305
|
suggestions: [],
|
|
456
306
|
},
|
|
@@ -460,6 +310,7 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
460
310
|
},
|
|
461
311
|
},
|
|
462
312
|
{},
|
|
313
|
+
{},
|
|
463
314
|
],
|
|
464
315
|
querySuggestion: {
|
|
465
316
|
query: "app:github type:pull author:mortimer",
|
|
@@ -473,9 +324,9 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
473
324
|
},
|
|
474
325
|
action: {
|
|
475
326
|
metadata: {
|
|
476
|
-
type: "
|
|
327
|
+
type: "ACTION",
|
|
477
328
|
name: "<value>",
|
|
478
|
-
displayName: "
|
|
329
|
+
displayName: "Beaulah.Gottlieb56",
|
|
479
330
|
displayDescription: "<value>",
|
|
480
331
|
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
481
332
|
},
|
|
@@ -518,6 +369,39 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
518
369
|
},
|
|
519
370
|
],
|
|
520
371
|
},
|
|
372
|
+
{
|
|
373
|
+
sourceFile: {
|
|
374
|
+
id: "FILE_1234",
|
|
375
|
+
url: "www.google.com",
|
|
376
|
+
name: "sample.pdf",
|
|
377
|
+
},
|
|
378
|
+
referenceRanges: [
|
|
379
|
+
{
|
|
380
|
+
snippets: [
|
|
381
|
+
{
|
|
382
|
+
snippet: "snippet",
|
|
383
|
+
mimeType: "mimeType",
|
|
384
|
+
},
|
|
385
|
+
],
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
snippets: [
|
|
389
|
+
{
|
|
390
|
+
snippet: "snippet",
|
|
391
|
+
mimeType: "mimeType",
|
|
392
|
+
},
|
|
393
|
+
],
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
snippets: [
|
|
397
|
+
{
|
|
398
|
+
snippet: "snippet",
|
|
399
|
+
mimeType: "mimeType",
|
|
400
|
+
},
|
|
401
|
+
],
|
|
402
|
+
},
|
|
403
|
+
],
|
|
404
|
+
},
|
|
521
405
|
],
|
|
522
406
|
fragments: [
|
|
523
407
|
{
|
|
@@ -532,9 +416,9 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
532
416
|
},
|
|
533
417
|
action: {
|
|
534
418
|
metadata: {
|
|
535
|
-
type: "
|
|
419
|
+
type: "RETRIEVAL",
|
|
536
420
|
name: "<value>",
|
|
537
|
-
displayName: "
|
|
421
|
+
displayName: "Immanuel.Hand66",
|
|
538
422
|
displayDescription: "<value>",
|
|
539
423
|
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
540
424
|
},
|
|
@@ -543,6 +427,7 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
543
427
|
{
|
|
544
428
|
structuredResults: [
|
|
545
429
|
{},
|
|
430
|
+
{},
|
|
546
431
|
],
|
|
547
432
|
file: {
|
|
548
433
|
id: "FILE_1234",
|
|
@@ -551,9 +436,9 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
551
436
|
},
|
|
552
437
|
action: {
|
|
553
438
|
metadata: {
|
|
554
|
-
type: "
|
|
439
|
+
type: "ACTION",
|
|
555
440
|
name: "<value>",
|
|
556
|
-
displayName: "
|
|
441
|
+
displayName: "Josue_Greenfelder",
|
|
557
442
|
displayDescription: "<value>",
|
|
558
443
|
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
559
444
|
},
|
|
@@ -562,8 +447,6 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
562
447
|
{
|
|
563
448
|
structuredResults: [
|
|
564
449
|
{},
|
|
565
|
-
{},
|
|
566
|
-
{},
|
|
567
450
|
],
|
|
568
451
|
file: {
|
|
569
452
|
id: "FILE_1234",
|
|
@@ -574,7 +457,7 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
574
457
|
metadata: {
|
|
575
458
|
type: "RETRIEVAL",
|
|
576
459
|
name: "<value>",
|
|
577
|
-
displayName: "
|
|
460
|
+
displayName: "Mikayla_Mann-Kulas9",
|
|
578
461
|
displayDescription: "<value>",
|
|
579
462
|
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
580
463
|
},
|
|
@@ -599,47 +482,1580 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
599
482
|
},
|
|
600
483
|
],
|
|
601
484
|
},
|
|
485
|
+
{
|
|
486
|
+
snippets: [
|
|
487
|
+
{
|
|
488
|
+
snippet: "snippet",
|
|
489
|
+
mimeType: "mimeType",
|
|
490
|
+
},
|
|
491
|
+
],
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
snippets: [
|
|
495
|
+
{
|
|
496
|
+
snippet: "snippet",
|
|
497
|
+
mimeType: "mimeType",
|
|
498
|
+
},
|
|
499
|
+
],
|
|
500
|
+
},
|
|
602
501
|
],
|
|
603
502
|
},
|
|
604
|
-
],
|
|
605
|
-
fragments: [
|
|
606
503
|
{
|
|
607
|
-
|
|
608
|
-
{},
|
|
609
|
-
{},
|
|
610
|
-
{},
|
|
611
|
-
],
|
|
612
|
-
file: {
|
|
504
|
+
sourceFile: {
|
|
613
505
|
id: "FILE_1234",
|
|
614
506
|
url: "www.google.com",
|
|
615
507
|
name: "sample.pdf",
|
|
616
508
|
},
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
509
|
+
referenceRanges: [
|
|
510
|
+
{
|
|
511
|
+
snippets: [
|
|
512
|
+
{
|
|
513
|
+
snippet: "snippet",
|
|
514
|
+
mimeType: "mimeType",
|
|
515
|
+
},
|
|
516
|
+
],
|
|
624
517
|
},
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
518
|
+
{
|
|
519
|
+
snippets: [
|
|
520
|
+
{
|
|
521
|
+
snippet: "snippet",
|
|
522
|
+
mimeType: "mimeType",
|
|
523
|
+
},
|
|
524
|
+
],
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
snippets: [
|
|
528
|
+
{
|
|
529
|
+
snippet: "snippet",
|
|
530
|
+
mimeType: "mimeType",
|
|
531
|
+
},
|
|
532
|
+
],
|
|
533
|
+
},
|
|
534
|
+
],
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
sourceFile: {
|
|
538
|
+
id: "FILE_1234",
|
|
539
|
+
url: "www.google.com",
|
|
540
|
+
name: "sample.pdf",
|
|
541
|
+
},
|
|
542
|
+
referenceRanges: [
|
|
543
|
+
{
|
|
544
|
+
snippets: [
|
|
545
|
+
{
|
|
546
|
+
snippet: "snippet",
|
|
547
|
+
mimeType: "mimeType",
|
|
548
|
+
},
|
|
549
|
+
],
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
snippets: [
|
|
553
|
+
{
|
|
554
|
+
snippet: "snippet",
|
|
555
|
+
mimeType: "mimeType",
|
|
556
|
+
},
|
|
557
|
+
],
|
|
558
|
+
},
|
|
559
|
+
],
|
|
560
|
+
},
|
|
561
|
+
],
|
|
562
|
+
fragments: [
|
|
563
|
+
{
|
|
564
|
+
structuredResults: [
|
|
565
|
+
{},
|
|
566
|
+
{},
|
|
567
|
+
],
|
|
568
|
+
file: {
|
|
569
|
+
id: "FILE_1234",
|
|
570
|
+
url: "www.google.com",
|
|
571
|
+
name: "sample.pdf",
|
|
572
|
+
},
|
|
573
|
+
action: {
|
|
574
|
+
metadata: {
|
|
575
|
+
type: "ACTION",
|
|
576
|
+
name: "<value>",
|
|
577
|
+
displayName: "Serena_Kemmer",
|
|
578
|
+
displayDescription: "<value>",
|
|
579
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
580
|
+
},
|
|
581
|
+
},
|
|
582
|
+
},
|
|
583
|
+
],
|
|
584
|
+
},
|
|
585
|
+
],
|
|
586
|
+
timeoutMillis: 30000,
|
|
587
|
+
});
|
|
588
|
+
expect(result).toBeDefined();
|
|
589
|
+
});
|
|
590
|
+
test("Chat Chat Update Response", async () => {
|
|
591
|
+
const testHttpClient = createTestHTTPClient("chat-updateResponse");
|
|
592
|
+
const glean = new Glean({
|
|
593
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
594
|
+
httpClient: testHttpClient,
|
|
595
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
596
|
+
});
|
|
597
|
+
const result = await glean.client.chat.create({
|
|
598
|
+
messages: [
|
|
599
|
+
{
|
|
600
|
+
citations: [
|
|
601
|
+
{
|
|
602
|
+
sourceDocument: {
|
|
603
|
+
metadata: {
|
|
604
|
+
datasource: "datasource",
|
|
605
|
+
objectType: "Feature Request",
|
|
606
|
+
container: "container",
|
|
607
|
+
parentId: "JIRA_EN-1337",
|
|
608
|
+
mimeType: "mimeType",
|
|
609
|
+
documentId: "documentId",
|
|
610
|
+
createTime: new Date("2000-01-23T04:56:07.000Z"),
|
|
611
|
+
updateTime: new Date("2000-01-23T04:56:07.000Z"),
|
|
612
|
+
author: {
|
|
613
|
+
name: "name",
|
|
614
|
+
obfuscatedId: "<id>",
|
|
615
|
+
},
|
|
616
|
+
components: [
|
|
617
|
+
"Backend",
|
|
618
|
+
"Networking",
|
|
619
|
+
],
|
|
620
|
+
status: "[\"Done\"]",
|
|
621
|
+
customData: {
|
|
622
|
+
"someCustomField": {},
|
|
623
|
+
},
|
|
624
|
+
},
|
|
625
|
+
},
|
|
626
|
+
sourceFile: {
|
|
627
|
+
id: "FILE_1234",
|
|
628
|
+
url: "www.google.com",
|
|
629
|
+
name: "sample.pdf",
|
|
630
|
+
},
|
|
631
|
+
sourcePerson: {
|
|
632
|
+
name: "George Clooney",
|
|
633
|
+
obfuscatedId: "abc123",
|
|
634
|
+
},
|
|
635
|
+
referenceRanges: [
|
|
636
|
+
{
|
|
637
|
+
textRange: {
|
|
638
|
+
startIndex: 513744,
|
|
639
|
+
document: {},
|
|
640
|
+
},
|
|
641
|
+
snippets: [
|
|
642
|
+
{
|
|
643
|
+
snippet: "snippet",
|
|
644
|
+
mimeType: "mimeType",
|
|
645
|
+
},
|
|
646
|
+
],
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
snippets: [
|
|
650
|
+
{
|
|
651
|
+
snippet: "snippet",
|
|
652
|
+
mimeType: "mimeType",
|
|
653
|
+
},
|
|
654
|
+
],
|
|
655
|
+
},
|
|
656
|
+
],
|
|
657
|
+
},
|
|
658
|
+
],
|
|
659
|
+
fragments: [
|
|
660
|
+
{
|
|
661
|
+
structuredResults: [
|
|
662
|
+
{
|
|
663
|
+
person: {
|
|
664
|
+
name: "George Clooney",
|
|
665
|
+
obfuscatedId: "abc123",
|
|
666
|
+
},
|
|
667
|
+
customer: {
|
|
668
|
+
id: "<id>",
|
|
669
|
+
company: {
|
|
670
|
+
name: "<value>",
|
|
671
|
+
location: "New York City",
|
|
672
|
+
industry: "Finances",
|
|
673
|
+
about: "Financial, software, data, and media company headquartered in Midtown Manhattan, New York City",
|
|
674
|
+
},
|
|
675
|
+
poc: [],
|
|
676
|
+
notes: "CIO is interested in trying out the product.",
|
|
677
|
+
},
|
|
678
|
+
team: {
|
|
679
|
+
id: "<id>",
|
|
680
|
+
name: "<value>",
|
|
681
|
+
members: [],
|
|
682
|
+
customFields: [],
|
|
683
|
+
datasourceProfiles: [
|
|
684
|
+
{
|
|
685
|
+
datasource: "github",
|
|
686
|
+
handle: "<value>",
|
|
687
|
+
},
|
|
688
|
+
],
|
|
689
|
+
},
|
|
690
|
+
customEntity: {
|
|
691
|
+
roles: [],
|
|
692
|
+
},
|
|
693
|
+
answer: {
|
|
694
|
+
id: 3,
|
|
695
|
+
docId: "ANSWERS_answer_3",
|
|
696
|
+
question: "Why is the sky blue?",
|
|
697
|
+
bodyText: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
|
|
698
|
+
audienceFilters: [
|
|
699
|
+
{
|
|
700
|
+
fieldName: "type",
|
|
701
|
+
values: [
|
|
702
|
+
{
|
|
703
|
+
value: "Spreadsheet",
|
|
704
|
+
relationType: "EQUALS",
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
value: "Presentation",
|
|
708
|
+
relationType: "EQUALS",
|
|
709
|
+
},
|
|
710
|
+
],
|
|
711
|
+
},
|
|
712
|
+
],
|
|
713
|
+
addedRoles: [],
|
|
714
|
+
removedRoles: [],
|
|
715
|
+
combinedAnswerText: {
|
|
716
|
+
text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
|
|
717
|
+
structuredList: [],
|
|
718
|
+
},
|
|
719
|
+
likes: {
|
|
720
|
+
likedBy: [],
|
|
721
|
+
likedByUser: true,
|
|
722
|
+
numLikes: 250211,
|
|
723
|
+
},
|
|
724
|
+
updatedBy: {
|
|
725
|
+
name: "George Clooney",
|
|
726
|
+
obfuscatedId: "abc123",
|
|
727
|
+
},
|
|
728
|
+
verification: {
|
|
729
|
+
state: "UNVERIFIED",
|
|
730
|
+
metadata: {
|
|
731
|
+
lastVerifier: {
|
|
732
|
+
name: "George Clooney",
|
|
733
|
+
obfuscatedId: "abc123",
|
|
734
|
+
},
|
|
735
|
+
reminders: [],
|
|
736
|
+
lastReminder: {
|
|
737
|
+
assignee: {
|
|
738
|
+
name: "George Clooney",
|
|
739
|
+
obfuscatedId: "abc123",
|
|
740
|
+
},
|
|
741
|
+
requestor: {
|
|
742
|
+
name: "George Clooney",
|
|
743
|
+
obfuscatedId: "abc123",
|
|
744
|
+
},
|
|
745
|
+
remindAt: 651424,
|
|
746
|
+
},
|
|
747
|
+
candidateVerifiers: [],
|
|
748
|
+
},
|
|
749
|
+
},
|
|
750
|
+
board: {
|
|
751
|
+
name: "<value>",
|
|
752
|
+
description: "potentially oof institute drowse toward into near meh dock um",
|
|
753
|
+
audienceFilters: [
|
|
754
|
+
{
|
|
755
|
+
fieldName: "type",
|
|
756
|
+
values: [
|
|
757
|
+
{
|
|
758
|
+
value: "Spreadsheet",
|
|
759
|
+
relationType: "EQUALS",
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
value: "Presentation",
|
|
763
|
+
relationType: "EQUALS",
|
|
764
|
+
},
|
|
765
|
+
],
|
|
766
|
+
},
|
|
767
|
+
],
|
|
768
|
+
id: 800935,
|
|
769
|
+
creator: {
|
|
770
|
+
name: "George Clooney",
|
|
771
|
+
obfuscatedId: "abc123",
|
|
772
|
+
},
|
|
773
|
+
},
|
|
774
|
+
collections: [],
|
|
775
|
+
},
|
|
776
|
+
extractedQnA: {
|
|
777
|
+
questionResult: {
|
|
778
|
+
title: "title",
|
|
779
|
+
url: "https://example.com/foo/bar",
|
|
780
|
+
nativeAppUrl: "slack://foo/bar",
|
|
781
|
+
},
|
|
782
|
+
},
|
|
783
|
+
meeting: {
|
|
784
|
+
attendees: {
|
|
785
|
+
people: [],
|
|
786
|
+
},
|
|
787
|
+
},
|
|
788
|
+
collection: {
|
|
789
|
+
name: "<value>",
|
|
790
|
+
description: "pleased unto by past rigidly filthy gloomy confirm upbeat likewise",
|
|
791
|
+
audienceFilters: [
|
|
792
|
+
{
|
|
793
|
+
fieldName: "type",
|
|
794
|
+
values: [
|
|
795
|
+
{
|
|
796
|
+
value: "Spreadsheet",
|
|
797
|
+
relationType: "EQUALS",
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
value: "Presentation",
|
|
801
|
+
relationType: "EQUALS",
|
|
802
|
+
},
|
|
803
|
+
],
|
|
804
|
+
},
|
|
805
|
+
],
|
|
806
|
+
id: 985541,
|
|
807
|
+
},
|
|
808
|
+
answerBoard: {
|
|
809
|
+
name: "<value>",
|
|
810
|
+
description: "object amidst about spectate indeed fiercely fraudster",
|
|
811
|
+
audienceFilters: [
|
|
812
|
+
{
|
|
813
|
+
fieldName: "type",
|
|
814
|
+
values: [
|
|
815
|
+
{
|
|
816
|
+
value: "Spreadsheet",
|
|
817
|
+
relationType: "EQUALS",
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
value: "Presentation",
|
|
821
|
+
relationType: "EQUALS",
|
|
822
|
+
},
|
|
823
|
+
],
|
|
824
|
+
},
|
|
825
|
+
],
|
|
826
|
+
id: 469995,
|
|
827
|
+
},
|
|
828
|
+
code: {
|
|
829
|
+
repoName: "scio",
|
|
830
|
+
fileName: "README.md",
|
|
831
|
+
},
|
|
832
|
+
shortcut: {
|
|
833
|
+
inputAlias: "<value>",
|
|
834
|
+
createdBy: {
|
|
835
|
+
name: "George Clooney",
|
|
836
|
+
obfuscatedId: "abc123",
|
|
837
|
+
},
|
|
838
|
+
destinationDocument: {},
|
|
839
|
+
},
|
|
840
|
+
querySuggestions: {
|
|
841
|
+
suggestions: [],
|
|
842
|
+
},
|
|
843
|
+
relatedDocuments: [],
|
|
844
|
+
relatedQuestion: {
|
|
845
|
+
ranges: [],
|
|
846
|
+
},
|
|
847
|
+
},
|
|
848
|
+
],
|
|
849
|
+
querySuggestion: {
|
|
850
|
+
query: "app:github type:pull author:mortimer",
|
|
851
|
+
label: "Mortimer's PRs",
|
|
852
|
+
datasource: "github",
|
|
853
|
+
},
|
|
854
|
+
file: {
|
|
855
|
+
id: "FILE_1234",
|
|
856
|
+
url: "www.google.com",
|
|
857
|
+
name: "sample.pdf",
|
|
858
|
+
},
|
|
859
|
+
action: {
|
|
860
|
+
metadata: {
|
|
861
|
+
type: "ACTION",
|
|
862
|
+
name: "<value>",
|
|
863
|
+
displayName: "Mikayla_Kemmer45",
|
|
864
|
+
displayDescription: "<value>",
|
|
865
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
866
|
+
},
|
|
867
|
+
},
|
|
868
|
+
},
|
|
869
|
+
],
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
citations: [
|
|
873
|
+
{
|
|
874
|
+
sourceFile: {
|
|
875
|
+
id: "FILE_1234",
|
|
876
|
+
url: "www.google.com",
|
|
877
|
+
name: "sample.pdf",
|
|
878
|
+
},
|
|
879
|
+
referenceRanges: [
|
|
880
|
+
{
|
|
881
|
+
snippets: [
|
|
882
|
+
{
|
|
883
|
+
snippet: "snippet",
|
|
884
|
+
mimeType: "mimeType",
|
|
885
|
+
},
|
|
886
|
+
],
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
snippets: [
|
|
890
|
+
{
|
|
891
|
+
snippet: "snippet",
|
|
892
|
+
mimeType: "mimeType",
|
|
893
|
+
},
|
|
894
|
+
],
|
|
895
|
+
},
|
|
896
|
+
],
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
sourceFile: {
|
|
900
|
+
id: "FILE_1234",
|
|
901
|
+
url: "www.google.com",
|
|
902
|
+
name: "sample.pdf",
|
|
903
|
+
},
|
|
904
|
+
referenceRanges: [
|
|
905
|
+
{
|
|
906
|
+
snippets: [
|
|
907
|
+
{
|
|
908
|
+
snippet: "snippet",
|
|
909
|
+
mimeType: "mimeType",
|
|
910
|
+
},
|
|
911
|
+
],
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
snippets: [
|
|
915
|
+
{
|
|
916
|
+
snippet: "snippet",
|
|
917
|
+
mimeType: "mimeType",
|
|
918
|
+
},
|
|
919
|
+
],
|
|
920
|
+
},
|
|
921
|
+
],
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
sourceFile: {
|
|
925
|
+
id: "FILE_1234",
|
|
926
|
+
url: "www.google.com",
|
|
927
|
+
name: "sample.pdf",
|
|
928
|
+
},
|
|
929
|
+
referenceRanges: [
|
|
930
|
+
{
|
|
931
|
+
snippets: [
|
|
932
|
+
{
|
|
933
|
+
snippet: "snippet",
|
|
934
|
+
mimeType: "mimeType",
|
|
935
|
+
},
|
|
936
|
+
],
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
snippets: [
|
|
940
|
+
{
|
|
941
|
+
snippet: "snippet",
|
|
942
|
+
mimeType: "mimeType",
|
|
943
|
+
},
|
|
944
|
+
],
|
|
945
|
+
},
|
|
946
|
+
],
|
|
947
|
+
},
|
|
948
|
+
],
|
|
949
|
+
fragments: [
|
|
950
|
+
{
|
|
951
|
+
structuredResults: [
|
|
952
|
+
{},
|
|
953
|
+
],
|
|
954
|
+
file: {
|
|
955
|
+
id: "FILE_1234",
|
|
956
|
+
url: "www.google.com",
|
|
957
|
+
name: "sample.pdf",
|
|
958
|
+
},
|
|
959
|
+
action: {
|
|
960
|
+
metadata: {
|
|
961
|
+
type: "ACTION",
|
|
962
|
+
name: "<value>",
|
|
963
|
+
displayName: "Larry_Gutkowski69",
|
|
964
|
+
displayDescription: "<value>",
|
|
965
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
966
|
+
},
|
|
967
|
+
},
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
structuredResults: [
|
|
971
|
+
{},
|
|
972
|
+
{},
|
|
973
|
+
],
|
|
974
|
+
file: {
|
|
975
|
+
id: "FILE_1234",
|
|
976
|
+
url: "www.google.com",
|
|
977
|
+
name: "sample.pdf",
|
|
978
|
+
},
|
|
979
|
+
action: {
|
|
980
|
+
metadata: {
|
|
981
|
+
type: "ACTION",
|
|
982
|
+
name: "<value>",
|
|
983
|
+
displayName: "Hester87",
|
|
984
|
+
displayDescription: "<value>",
|
|
985
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
986
|
+
},
|
|
987
|
+
},
|
|
988
|
+
},
|
|
989
|
+
],
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
citations: [
|
|
993
|
+
{
|
|
994
|
+
sourceFile: {
|
|
995
|
+
id: "FILE_1234",
|
|
996
|
+
url: "www.google.com",
|
|
997
|
+
name: "sample.pdf",
|
|
998
|
+
},
|
|
999
|
+
referenceRanges: [
|
|
1000
|
+
{
|
|
1001
|
+
snippets: [
|
|
1002
|
+
{
|
|
1003
|
+
snippet: "snippet",
|
|
1004
|
+
mimeType: "mimeType",
|
|
1005
|
+
},
|
|
1006
|
+
],
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
snippets: [
|
|
1010
|
+
{
|
|
1011
|
+
snippet: "snippet",
|
|
1012
|
+
mimeType: "mimeType",
|
|
1013
|
+
},
|
|
1014
|
+
],
|
|
1015
|
+
},
|
|
1016
|
+
],
|
|
1017
|
+
},
|
|
1018
|
+
],
|
|
1019
|
+
fragments: [
|
|
1020
|
+
{
|
|
1021
|
+
structuredResults: [
|
|
1022
|
+
{},
|
|
1023
|
+
],
|
|
1024
|
+
file: {
|
|
1025
|
+
id: "FILE_1234",
|
|
1026
|
+
url: "www.google.com",
|
|
1027
|
+
name: "sample.pdf",
|
|
1028
|
+
},
|
|
1029
|
+
action: {
|
|
1030
|
+
metadata: {
|
|
1031
|
+
type: "RETRIEVAL",
|
|
1032
|
+
name: "<value>",
|
|
1033
|
+
displayName: "Frederic.Botsford",
|
|
1034
|
+
displayDescription: "<value>",
|
|
1035
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1036
|
+
},
|
|
1037
|
+
},
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
structuredResults: [
|
|
1041
|
+
{},
|
|
1042
|
+
{},
|
|
1043
|
+
{},
|
|
1044
|
+
],
|
|
1045
|
+
file: {
|
|
1046
|
+
id: "FILE_1234",
|
|
1047
|
+
url: "www.google.com",
|
|
1048
|
+
name: "sample.pdf",
|
|
1049
|
+
},
|
|
1050
|
+
action: {
|
|
1051
|
+
metadata: {
|
|
1052
|
+
type: "RETRIEVAL",
|
|
1053
|
+
name: "<value>",
|
|
1054
|
+
displayName: "Cristal.Ullrich15",
|
|
1055
|
+
displayDescription: "<value>",
|
|
1056
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1057
|
+
},
|
|
1058
|
+
},
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
structuredResults: [
|
|
1062
|
+
{},
|
|
1063
|
+
{},
|
|
1064
|
+
],
|
|
1065
|
+
file: {
|
|
1066
|
+
id: "FILE_1234",
|
|
1067
|
+
url: "www.google.com",
|
|
1068
|
+
name: "sample.pdf",
|
|
1069
|
+
},
|
|
1070
|
+
action: {
|
|
1071
|
+
metadata: {
|
|
1072
|
+
type: "RETRIEVAL",
|
|
1073
|
+
name: "<value>",
|
|
1074
|
+
displayName: "Pat.Schiller",
|
|
1075
|
+
displayDescription: "<value>",
|
|
1076
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1077
|
+
},
|
|
1078
|
+
},
|
|
1079
|
+
},
|
|
1080
|
+
],
|
|
1081
|
+
},
|
|
1082
|
+
],
|
|
1083
|
+
timeoutMillis: 30000,
|
|
1084
|
+
});
|
|
1085
|
+
expect(result).toBeDefined();
|
|
1086
|
+
});
|
|
1087
|
+
test("Chat Chat Citation Response", async () => {
|
|
1088
|
+
const testHttpClient = createTestHTTPClient("chat-citationResponse");
|
|
1089
|
+
const glean = new Glean({
|
|
1090
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1091
|
+
httpClient: testHttpClient,
|
|
1092
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1093
|
+
});
|
|
1094
|
+
const result = await glean.client.chat.create({
|
|
1095
|
+
messages: [
|
|
1096
|
+
{
|
|
1097
|
+
citations: [
|
|
1098
|
+
{
|
|
1099
|
+
sourceDocument: {
|
|
1100
|
+
metadata: {
|
|
1101
|
+
datasource: "datasource",
|
|
1102
|
+
objectType: "Feature Request",
|
|
1103
|
+
container: "container",
|
|
1104
|
+
parentId: "JIRA_EN-1337",
|
|
1105
|
+
mimeType: "mimeType",
|
|
1106
|
+
documentId: "documentId",
|
|
1107
|
+
createTime: new Date("2000-01-23T04:56:07.000Z"),
|
|
1108
|
+
updateTime: new Date("2000-01-23T04:56:07.000Z"),
|
|
1109
|
+
author: {
|
|
1110
|
+
name: "name",
|
|
1111
|
+
obfuscatedId: "<id>",
|
|
1112
|
+
},
|
|
1113
|
+
components: [
|
|
1114
|
+
"Backend",
|
|
1115
|
+
"Networking",
|
|
1116
|
+
],
|
|
1117
|
+
status: "[\"Done\"]",
|
|
1118
|
+
customData: {
|
|
1119
|
+
"someCustomField": {},
|
|
1120
|
+
},
|
|
1121
|
+
},
|
|
1122
|
+
},
|
|
1123
|
+
sourceFile: {
|
|
1124
|
+
id: "FILE_1234",
|
|
1125
|
+
url: "www.google.com",
|
|
1126
|
+
name: "sample.pdf",
|
|
1127
|
+
},
|
|
1128
|
+
sourcePerson: {
|
|
1129
|
+
name: "George Clooney",
|
|
1130
|
+
obfuscatedId: "abc123",
|
|
1131
|
+
},
|
|
1132
|
+
referenceRanges: [
|
|
1133
|
+
{
|
|
1134
|
+
textRange: {
|
|
1135
|
+
startIndex: 373700,
|
|
1136
|
+
document: {},
|
|
1137
|
+
},
|
|
1138
|
+
snippets: [
|
|
1139
|
+
{
|
|
1140
|
+
snippet: "snippet",
|
|
1141
|
+
mimeType: "mimeType",
|
|
1142
|
+
},
|
|
1143
|
+
],
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
snippets: [
|
|
1147
|
+
{
|
|
1148
|
+
snippet: "snippet",
|
|
1149
|
+
mimeType: "mimeType",
|
|
1150
|
+
},
|
|
1151
|
+
],
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
snippets: [
|
|
1155
|
+
{
|
|
1156
|
+
snippet: "snippet",
|
|
1157
|
+
mimeType: "mimeType",
|
|
1158
|
+
},
|
|
1159
|
+
],
|
|
1160
|
+
},
|
|
1161
|
+
],
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
sourceFile: {
|
|
1165
|
+
id: "FILE_1234",
|
|
1166
|
+
url: "www.google.com",
|
|
1167
|
+
name: "sample.pdf",
|
|
1168
|
+
},
|
|
1169
|
+
referenceRanges: [
|
|
1170
|
+
{
|
|
1171
|
+
snippets: [
|
|
1172
|
+
{
|
|
1173
|
+
snippet: "snippet",
|
|
1174
|
+
mimeType: "mimeType",
|
|
1175
|
+
},
|
|
1176
|
+
],
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
snippets: [
|
|
1180
|
+
{
|
|
1181
|
+
snippet: "snippet",
|
|
1182
|
+
mimeType: "mimeType",
|
|
1183
|
+
},
|
|
1184
|
+
],
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
snippets: [
|
|
1188
|
+
{
|
|
1189
|
+
snippet: "snippet",
|
|
1190
|
+
mimeType: "mimeType",
|
|
1191
|
+
},
|
|
1192
|
+
],
|
|
1193
|
+
},
|
|
1194
|
+
],
|
|
1195
|
+
},
|
|
1196
|
+
],
|
|
1197
|
+
fragments: [
|
|
1198
|
+
{
|
|
1199
|
+
structuredResults: [
|
|
1200
|
+
{
|
|
1201
|
+
person: {
|
|
1202
|
+
name: "George Clooney",
|
|
1203
|
+
obfuscatedId: "abc123",
|
|
1204
|
+
},
|
|
1205
|
+
customer: {
|
|
1206
|
+
id: "<id>",
|
|
1207
|
+
company: {
|
|
1208
|
+
name: "<value>",
|
|
1209
|
+
location: "New York City",
|
|
1210
|
+
industry: "Finances",
|
|
1211
|
+
about: "Financial, software, data, and media company headquartered in Midtown Manhattan, New York City",
|
|
1212
|
+
},
|
|
1213
|
+
poc: [],
|
|
1214
|
+
notes: "CIO is interested in trying out the product.",
|
|
1215
|
+
},
|
|
1216
|
+
team: {
|
|
1217
|
+
id: "<id>",
|
|
1218
|
+
name: "<value>",
|
|
1219
|
+
members: [],
|
|
1220
|
+
customFields: [],
|
|
1221
|
+
datasourceProfiles: [
|
|
1222
|
+
{
|
|
1223
|
+
datasource: "github",
|
|
1224
|
+
handle: "<value>",
|
|
1225
|
+
},
|
|
1226
|
+
],
|
|
1227
|
+
},
|
|
1228
|
+
customEntity: {
|
|
1229
|
+
roles: [],
|
|
1230
|
+
},
|
|
1231
|
+
answer: {
|
|
1232
|
+
id: 3,
|
|
1233
|
+
docId: "ANSWERS_answer_3",
|
|
1234
|
+
question: "Why is the sky blue?",
|
|
1235
|
+
bodyText: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
|
|
1236
|
+
audienceFilters: [
|
|
1237
|
+
{
|
|
1238
|
+
fieldName: "type",
|
|
1239
|
+
values: [
|
|
1240
|
+
{
|
|
1241
|
+
value: "Spreadsheet",
|
|
1242
|
+
relationType: "EQUALS",
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
value: "Presentation",
|
|
1246
|
+
relationType: "EQUALS",
|
|
1247
|
+
},
|
|
1248
|
+
],
|
|
1249
|
+
},
|
|
1250
|
+
],
|
|
1251
|
+
addedRoles: [],
|
|
1252
|
+
removedRoles: [],
|
|
1253
|
+
combinedAnswerText: {
|
|
1254
|
+
text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
|
|
1255
|
+
structuredList: [],
|
|
1256
|
+
},
|
|
1257
|
+
likes: {
|
|
1258
|
+
likedBy: [],
|
|
1259
|
+
likedByUser: false,
|
|
1260
|
+
numLikes: 346353,
|
|
1261
|
+
},
|
|
1262
|
+
updatedBy: {
|
|
1263
|
+
name: "George Clooney",
|
|
1264
|
+
obfuscatedId: "abc123",
|
|
1265
|
+
},
|
|
1266
|
+
verification: {
|
|
1267
|
+
state: "VERIFIED",
|
|
1268
|
+
metadata: {
|
|
1269
|
+
lastVerifier: {
|
|
1270
|
+
name: "George Clooney",
|
|
1271
|
+
obfuscatedId: "abc123",
|
|
1272
|
+
},
|
|
1273
|
+
reminders: [],
|
|
1274
|
+
lastReminder: {
|
|
1275
|
+
assignee: {
|
|
1276
|
+
name: "George Clooney",
|
|
1277
|
+
obfuscatedId: "abc123",
|
|
1278
|
+
},
|
|
1279
|
+
requestor: {
|
|
1280
|
+
name: "George Clooney",
|
|
1281
|
+
obfuscatedId: "abc123",
|
|
1282
|
+
},
|
|
1283
|
+
remindAt: 912896,
|
|
1284
|
+
},
|
|
1285
|
+
candidateVerifiers: [],
|
|
1286
|
+
},
|
|
1287
|
+
},
|
|
1288
|
+
board: {
|
|
1289
|
+
name: "<value>",
|
|
1290
|
+
description: "on brr forearm hmph within",
|
|
1291
|
+
audienceFilters: [
|
|
1292
|
+
{
|
|
1293
|
+
fieldName: "type",
|
|
1294
|
+
values: [
|
|
1295
|
+
{
|
|
1296
|
+
value: "Spreadsheet",
|
|
1297
|
+
relationType: "EQUALS",
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
value: "Presentation",
|
|
1301
|
+
relationType: "EQUALS",
|
|
1302
|
+
},
|
|
1303
|
+
],
|
|
1304
|
+
},
|
|
1305
|
+
],
|
|
1306
|
+
id: 640403,
|
|
1307
|
+
creator: {
|
|
1308
|
+
name: "George Clooney",
|
|
1309
|
+
obfuscatedId: "abc123",
|
|
1310
|
+
},
|
|
1311
|
+
},
|
|
1312
|
+
collections: [],
|
|
1313
|
+
},
|
|
1314
|
+
extractedQnA: {
|
|
1315
|
+
questionResult: {
|
|
1316
|
+
title: "title",
|
|
1317
|
+
url: "https://example.com/foo/bar",
|
|
1318
|
+
nativeAppUrl: "slack://foo/bar",
|
|
1319
|
+
},
|
|
1320
|
+
},
|
|
1321
|
+
meeting: {
|
|
1322
|
+
attendees: {
|
|
1323
|
+
people: [],
|
|
1324
|
+
},
|
|
1325
|
+
},
|
|
1326
|
+
collection: {
|
|
1327
|
+
name: "<value>",
|
|
1328
|
+
description: "overcharge carelessly indeed failing eek",
|
|
1329
|
+
audienceFilters: [
|
|
1330
|
+
{
|
|
1331
|
+
fieldName: "type",
|
|
1332
|
+
values: [
|
|
1333
|
+
{
|
|
1334
|
+
value: "Spreadsheet",
|
|
1335
|
+
relationType: "EQUALS",
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
value: "Presentation",
|
|
1339
|
+
relationType: "EQUALS",
|
|
1340
|
+
},
|
|
1341
|
+
],
|
|
1342
|
+
},
|
|
1343
|
+
],
|
|
1344
|
+
id: 797454,
|
|
1345
|
+
},
|
|
1346
|
+
answerBoard: {
|
|
1347
|
+
name: "<value>",
|
|
1348
|
+
description: "whoa acceptable astonishing inasmuch sediment finally bend nor evil urgently",
|
|
1349
|
+
audienceFilters: [
|
|
1350
|
+
{
|
|
1351
|
+
fieldName: "type",
|
|
1352
|
+
values: [
|
|
1353
|
+
{
|
|
1354
|
+
value: "Spreadsheet",
|
|
1355
|
+
relationType: "EQUALS",
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
value: "Presentation",
|
|
1359
|
+
relationType: "EQUALS",
|
|
1360
|
+
},
|
|
1361
|
+
],
|
|
1362
|
+
},
|
|
1363
|
+
],
|
|
1364
|
+
id: 364410,
|
|
1365
|
+
},
|
|
1366
|
+
code: {
|
|
1367
|
+
repoName: "scio",
|
|
1368
|
+
fileName: "README.md",
|
|
1369
|
+
},
|
|
1370
|
+
shortcut: {
|
|
1371
|
+
inputAlias: "<value>",
|
|
1372
|
+
createdBy: {
|
|
1373
|
+
name: "George Clooney",
|
|
1374
|
+
obfuscatedId: "abc123",
|
|
1375
|
+
},
|
|
1376
|
+
destinationDocument: {},
|
|
1377
|
+
},
|
|
1378
|
+
querySuggestions: {
|
|
1379
|
+
suggestions: [],
|
|
1380
|
+
},
|
|
1381
|
+
relatedDocuments: [],
|
|
1382
|
+
relatedQuestion: {
|
|
1383
|
+
ranges: [],
|
|
1384
|
+
},
|
|
1385
|
+
},
|
|
1386
|
+
{},
|
|
1387
|
+
{},
|
|
1388
|
+
],
|
|
1389
|
+
querySuggestion: {
|
|
1390
|
+
query: "app:github type:pull author:mortimer",
|
|
1391
|
+
label: "Mortimer's PRs",
|
|
1392
|
+
datasource: "github",
|
|
1393
|
+
},
|
|
1394
|
+
file: {
|
|
1395
|
+
id: "FILE_1234",
|
|
1396
|
+
url: "www.google.com",
|
|
1397
|
+
name: "sample.pdf",
|
|
1398
|
+
},
|
|
1399
|
+
action: {
|
|
1400
|
+
metadata: {
|
|
1401
|
+
type: "ACTION",
|
|
1402
|
+
name: "<value>",
|
|
1403
|
+
displayName: "Ettie.Beier",
|
|
1404
|
+
displayDescription: "<value>",
|
|
1405
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1406
|
+
},
|
|
1407
|
+
},
|
|
1408
|
+
},
|
|
1409
|
+
],
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
citations: [
|
|
1413
|
+
{
|
|
1414
|
+
sourceFile: {
|
|
1415
|
+
id: "FILE_1234",
|
|
1416
|
+
url: "www.google.com",
|
|
1417
|
+
name: "sample.pdf",
|
|
1418
|
+
},
|
|
1419
|
+
referenceRanges: [
|
|
1420
|
+
{
|
|
1421
|
+
snippets: [
|
|
1422
|
+
{
|
|
1423
|
+
snippet: "snippet",
|
|
1424
|
+
mimeType: "mimeType",
|
|
1425
|
+
},
|
|
1426
|
+
],
|
|
1427
|
+
},
|
|
1428
|
+
],
|
|
1429
|
+
},
|
|
1430
|
+
],
|
|
1431
|
+
fragments: [
|
|
1432
|
+
{
|
|
1433
|
+
structuredResults: [
|
|
1434
|
+
{},
|
|
1435
|
+
{},
|
|
1436
|
+
{},
|
|
1437
|
+
],
|
|
1438
|
+
file: {
|
|
1439
|
+
id: "FILE_1234",
|
|
1440
|
+
url: "www.google.com",
|
|
1441
|
+
name: "sample.pdf",
|
|
1442
|
+
},
|
|
1443
|
+
action: {
|
|
1444
|
+
metadata: {
|
|
1445
|
+
type: "ACTION",
|
|
1446
|
+
name: "<value>",
|
|
1447
|
+
displayName: "Delmer86",
|
|
1448
|
+
displayDescription: "<value>",
|
|
1449
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1450
|
+
},
|
|
1451
|
+
},
|
|
1452
|
+
},
|
|
1453
|
+
],
|
|
1454
|
+
},
|
|
1455
|
+
],
|
|
1456
|
+
timeoutMillis: 30000,
|
|
1457
|
+
});
|
|
1458
|
+
expect(result).toBeDefined();
|
|
1459
|
+
});
|
|
1460
|
+
test("Chat Deleteallchats", async () => {
|
|
1461
|
+
const testHttpClient = createTestHTTPClient("deleteallchats");
|
|
1462
|
+
const glean = new Glean({
|
|
1463
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1464
|
+
httpClient: testHttpClient,
|
|
1465
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1466
|
+
});
|
|
1467
|
+
await glean.client.chat.deleteAll();
|
|
1468
|
+
});
|
|
1469
|
+
test("Chat Deletechats", async () => {
|
|
1470
|
+
const testHttpClient = createTestHTTPClient("deletechats");
|
|
1471
|
+
const glean = new Glean({
|
|
1472
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1473
|
+
httpClient: testHttpClient,
|
|
1474
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1475
|
+
});
|
|
1476
|
+
await glean.client.chat.delete({
|
|
1477
|
+
ids: [
|
|
1478
|
+
"<value>",
|
|
1479
|
+
"<value>",
|
|
1480
|
+
],
|
|
1481
|
+
});
|
|
1482
|
+
});
|
|
1483
|
+
test("Chat Getchat", async () => {
|
|
1484
|
+
const testHttpClient = createTestHTTPClient("getchat");
|
|
1485
|
+
const glean = new Glean({
|
|
1486
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1487
|
+
httpClient: testHttpClient,
|
|
1488
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1489
|
+
});
|
|
1490
|
+
const result = await glean.client.chat.retrieve({
|
|
1491
|
+
id: "<id>",
|
|
1492
|
+
});
|
|
1493
|
+
expect(result).toBeDefined();
|
|
1494
|
+
});
|
|
1495
|
+
test("Chat Listchats", async () => {
|
|
1496
|
+
const testHttpClient = createTestHTTPClient("listchats");
|
|
1497
|
+
const glean = new Glean({
|
|
1498
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1499
|
+
httpClient: testHttpClient,
|
|
1500
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1501
|
+
});
|
|
1502
|
+
const result = await glean.client.chat.list();
|
|
1503
|
+
expect(result).toBeDefined();
|
|
1504
|
+
});
|
|
1505
|
+
test("Chat Getchatapplication", async () => {
|
|
1506
|
+
const testHttpClient = createTestHTTPClient("getchatapplication");
|
|
1507
|
+
const glean = new Glean({
|
|
1508
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1509
|
+
httpClient: testHttpClient,
|
|
1510
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1511
|
+
});
|
|
1512
|
+
const result = await glean.client.chat.retrieveApplication({
|
|
1513
|
+
id: "<id>",
|
|
1514
|
+
});
|
|
1515
|
+
expect(result).toBeDefined();
|
|
1516
|
+
});
|
|
1517
|
+
test("Chat Uploadchatfiles", async () => {
|
|
1518
|
+
const testHttpClient = createTestHTTPClient("uploadchatfiles");
|
|
1519
|
+
const glean = new Glean({
|
|
1520
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1521
|
+
httpClient: testHttpClient,
|
|
1522
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1523
|
+
});
|
|
1524
|
+
const result = await glean.client.chat.uploadFiles({
|
|
1525
|
+
files: [],
|
|
1526
|
+
});
|
|
1527
|
+
expect(result).toBeDefined();
|
|
1528
|
+
});
|
|
1529
|
+
test("Chat Getchatfiles", async () => {
|
|
1530
|
+
const testHttpClient = createTestHTTPClient("getchatfiles");
|
|
1531
|
+
const glean = new Glean({
|
|
1532
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1533
|
+
httpClient: testHttpClient,
|
|
1534
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1535
|
+
});
|
|
1536
|
+
const result = await glean.client.chat.retrieveFiles({
|
|
1537
|
+
fileIds: [],
|
|
1538
|
+
});
|
|
1539
|
+
expect(result).toBeDefined();
|
|
1540
|
+
});
|
|
1541
|
+
test("Chat Deletechatfiles", async () => {
|
|
1542
|
+
const testHttpClient = createTestHTTPClient("deletechatfiles");
|
|
1543
|
+
const glean = new Glean({
|
|
1544
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1545
|
+
httpClient: testHttpClient,
|
|
1546
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1547
|
+
});
|
|
1548
|
+
await glean.client.chat.deleteFiles({
|
|
1549
|
+
fileIds: [
|
|
1550
|
+
"<value>",
|
|
1551
|
+
],
|
|
1552
|
+
});
|
|
1553
|
+
});
|
|
1554
|
+
test("Chat Chat Stream Default Example", async () => {
|
|
1555
|
+
const testHttpClient = createTestHTTPClient("chatStream-defaultExample");
|
|
1556
|
+
const glean = new Glean({
|
|
1557
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1558
|
+
httpClient: testHttpClient,
|
|
1559
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1560
|
+
});
|
|
1561
|
+
const result = await glean.client.chat.createStream({
|
|
1562
|
+
messages: [
|
|
1563
|
+
{
|
|
1564
|
+
fragments: [
|
|
1565
|
+
{
|
|
1566
|
+
text: "What are the company holidays this year?",
|
|
1567
|
+
},
|
|
1568
|
+
],
|
|
1569
|
+
},
|
|
1570
|
+
],
|
|
1571
|
+
});
|
|
1572
|
+
expect(result).toBeDefined();
|
|
1573
|
+
});
|
|
1574
|
+
test("Chat Chat Stream Gpt Agent Example", async () => {
|
|
1575
|
+
const testHttpClient = createTestHTTPClient("chatStream-gptAgentExample");
|
|
1576
|
+
const glean = new Glean({
|
|
1577
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1578
|
+
httpClient: testHttpClient,
|
|
1579
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1580
|
+
});
|
|
1581
|
+
const result = await glean.client.chat.createStream({
|
|
1582
|
+
messages: [
|
|
1583
|
+
{
|
|
1584
|
+
fragments: [
|
|
1585
|
+
{
|
|
1586
|
+
text: "Who was the first person to land on the moon?",
|
|
1587
|
+
},
|
|
1588
|
+
],
|
|
1589
|
+
},
|
|
1590
|
+
],
|
|
1591
|
+
agentConfig: {
|
|
1592
|
+
agent: "GPT",
|
|
1593
|
+
},
|
|
1594
|
+
});
|
|
1595
|
+
expect(result).toBeDefined();
|
|
1596
|
+
});
|
|
1597
|
+
test("Chat Chat Stream Streaming Example", async () => {
|
|
1598
|
+
const testHttpClient = createTestHTTPClient("chatStream-streamingExample");
|
|
1599
|
+
const glean = new Glean({
|
|
1600
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1601
|
+
httpClient: testHttpClient,
|
|
1602
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1603
|
+
});
|
|
1604
|
+
const result = await glean.client.chat.createStream({
|
|
1605
|
+
messages: [],
|
|
1606
|
+
timeoutMillis: 30000,
|
|
1607
|
+
});
|
|
1608
|
+
expect(result).toBeDefined();
|
|
1609
|
+
});
|
|
1610
|
+
test("Chat Chat Stream Update Response", async () => {
|
|
1611
|
+
const testHttpClient = createTestHTTPClient("chatStream-updateResponse");
|
|
1612
|
+
const glean = new Glean({
|
|
1613
|
+
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
1614
|
+
httpClient: testHttpClient,
|
|
1615
|
+
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
1616
|
+
});
|
|
1617
|
+
const result = await glean.client.chat.createStream({
|
|
1618
|
+
messages: [
|
|
1619
|
+
{
|
|
1620
|
+
citations: [
|
|
1621
|
+
{
|
|
1622
|
+
sourceDocument: {
|
|
1623
|
+
metadata: {
|
|
1624
|
+
datasource: "datasource",
|
|
1625
|
+
objectType: "Feature Request",
|
|
1626
|
+
container: "container",
|
|
1627
|
+
parentId: "JIRA_EN-1337",
|
|
1628
|
+
mimeType: "mimeType",
|
|
1629
|
+
documentId: "documentId",
|
|
1630
|
+
createTime: new Date("2000-01-23T04:56:07.000Z"),
|
|
1631
|
+
updateTime: new Date("2000-01-23T04:56:07.000Z"),
|
|
1632
|
+
author: {
|
|
1633
|
+
name: "name",
|
|
1634
|
+
obfuscatedId: "<id>",
|
|
1635
|
+
},
|
|
1636
|
+
components: [
|
|
1637
|
+
"Backend",
|
|
1638
|
+
"Networking",
|
|
1639
|
+
],
|
|
1640
|
+
status: "[\"Done\"]",
|
|
1641
|
+
customData: {
|
|
1642
|
+
"someCustomField": {},
|
|
1643
|
+
},
|
|
1644
|
+
},
|
|
1645
|
+
},
|
|
1646
|
+
sourceFile: {
|
|
1647
|
+
id: "FILE_1234",
|
|
1648
|
+
url: "www.google.com",
|
|
1649
|
+
name: "sample.pdf",
|
|
1650
|
+
},
|
|
1651
|
+
sourcePerson: {
|
|
1652
|
+
name: "George Clooney",
|
|
1653
|
+
obfuscatedId: "abc123",
|
|
1654
|
+
},
|
|
1655
|
+
referenceRanges: [
|
|
1656
|
+
{
|
|
1657
|
+
textRange: {
|
|
1658
|
+
startIndex: 485333,
|
|
1659
|
+
document: {},
|
|
1660
|
+
},
|
|
1661
|
+
snippets: [
|
|
1662
|
+
{
|
|
1663
|
+
snippet: "snippet",
|
|
1664
|
+
mimeType: "mimeType",
|
|
1665
|
+
},
|
|
1666
|
+
],
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
snippets: [
|
|
1670
|
+
{
|
|
1671
|
+
snippet: "snippet",
|
|
1672
|
+
mimeType: "mimeType",
|
|
1673
|
+
},
|
|
1674
|
+
],
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
snippets: [
|
|
1678
|
+
{
|
|
1679
|
+
snippet: "snippet",
|
|
1680
|
+
mimeType: "mimeType",
|
|
1681
|
+
},
|
|
1682
|
+
],
|
|
1683
|
+
},
|
|
1684
|
+
],
|
|
1685
|
+
},
|
|
1686
|
+
],
|
|
1687
|
+
fragments: [
|
|
1688
|
+
{
|
|
1689
|
+
structuredResults: [
|
|
1690
|
+
{
|
|
1691
|
+
person: {
|
|
1692
|
+
name: "George Clooney",
|
|
1693
|
+
obfuscatedId: "abc123",
|
|
1694
|
+
},
|
|
1695
|
+
customer: {
|
|
1696
|
+
id: "<id>",
|
|
1697
|
+
company: {
|
|
1698
|
+
name: "<value>",
|
|
1699
|
+
location: "New York City",
|
|
1700
|
+
industry: "Finances",
|
|
1701
|
+
about: "Financial, software, data, and media company headquartered in Midtown Manhattan, New York City",
|
|
1702
|
+
},
|
|
1703
|
+
poc: [],
|
|
1704
|
+
notes: "CIO is interested in trying out the product.",
|
|
1705
|
+
},
|
|
1706
|
+
team: {
|
|
1707
|
+
id: "<id>",
|
|
1708
|
+
name: "<value>",
|
|
1709
|
+
members: [],
|
|
1710
|
+
customFields: [],
|
|
1711
|
+
datasourceProfiles: [
|
|
1712
|
+
{
|
|
1713
|
+
datasource: "github",
|
|
1714
|
+
handle: "<value>",
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
datasource: "github",
|
|
1718
|
+
handle: "<value>",
|
|
1719
|
+
},
|
|
1720
|
+
],
|
|
1721
|
+
},
|
|
1722
|
+
customEntity: {
|
|
1723
|
+
roles: [],
|
|
1724
|
+
},
|
|
1725
|
+
answer: {
|
|
1726
|
+
id: 3,
|
|
1727
|
+
docId: "ANSWERS_answer_3",
|
|
1728
|
+
question: "Why is the sky blue?",
|
|
1729
|
+
bodyText: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
|
|
1730
|
+
audienceFilters: [
|
|
1731
|
+
{
|
|
1732
|
+
fieldName: "type",
|
|
1733
|
+
values: [
|
|
1734
|
+
{
|
|
1735
|
+
value: "Spreadsheet",
|
|
1736
|
+
relationType: "EQUALS",
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
value: "Presentation",
|
|
1740
|
+
relationType: "EQUALS",
|
|
1741
|
+
},
|
|
1742
|
+
],
|
|
1743
|
+
},
|
|
1744
|
+
],
|
|
1745
|
+
addedRoles: [],
|
|
1746
|
+
removedRoles: [],
|
|
1747
|
+
combinedAnswerText: {
|
|
1748
|
+
text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
|
|
1749
|
+
structuredList: [],
|
|
1750
|
+
},
|
|
1751
|
+
likes: {
|
|
1752
|
+
likedBy: [],
|
|
1753
|
+
likedByUser: false,
|
|
1754
|
+
numLikes: 490380,
|
|
1755
|
+
},
|
|
1756
|
+
updatedBy: {
|
|
1757
|
+
name: "George Clooney",
|
|
1758
|
+
obfuscatedId: "abc123",
|
|
1759
|
+
},
|
|
1760
|
+
verification: {
|
|
1761
|
+
state: "VERIFIED",
|
|
1762
|
+
metadata: {
|
|
1763
|
+
lastVerifier: {
|
|
1764
|
+
name: "George Clooney",
|
|
1765
|
+
obfuscatedId: "abc123",
|
|
1766
|
+
},
|
|
1767
|
+
reminders: [],
|
|
1768
|
+
lastReminder: {
|
|
1769
|
+
assignee: {
|
|
1770
|
+
name: "George Clooney",
|
|
1771
|
+
obfuscatedId: "abc123",
|
|
1772
|
+
},
|
|
1773
|
+
requestor: {
|
|
1774
|
+
name: "George Clooney",
|
|
1775
|
+
obfuscatedId: "abc123",
|
|
1776
|
+
},
|
|
1777
|
+
remindAt: 997948,
|
|
1778
|
+
},
|
|
1779
|
+
candidateVerifiers: [],
|
|
1780
|
+
},
|
|
1781
|
+
},
|
|
1782
|
+
board: {
|
|
1783
|
+
name: "<value>",
|
|
1784
|
+
description: "stage atop minion which best sturdy enormously afore circumference duh",
|
|
1785
|
+
audienceFilters: [
|
|
1786
|
+
{
|
|
1787
|
+
fieldName: "type",
|
|
1788
|
+
values: [
|
|
1789
|
+
{
|
|
1790
|
+
value: "Spreadsheet",
|
|
1791
|
+
relationType: "EQUALS",
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
value: "Presentation",
|
|
1795
|
+
relationType: "EQUALS",
|
|
1796
|
+
},
|
|
1797
|
+
],
|
|
1798
|
+
},
|
|
1799
|
+
],
|
|
1800
|
+
id: 647529,
|
|
1801
|
+
creator: {
|
|
1802
|
+
name: "George Clooney",
|
|
1803
|
+
obfuscatedId: "abc123",
|
|
1804
|
+
},
|
|
1805
|
+
},
|
|
1806
|
+
collections: [],
|
|
1807
|
+
},
|
|
1808
|
+
extractedQnA: {
|
|
1809
|
+
questionResult: {
|
|
1810
|
+
title: "title",
|
|
1811
|
+
url: "https://example.com/foo/bar",
|
|
1812
|
+
nativeAppUrl: "slack://foo/bar",
|
|
1813
|
+
},
|
|
1814
|
+
},
|
|
1815
|
+
meeting: {
|
|
1816
|
+
attendees: {
|
|
1817
|
+
people: [],
|
|
1818
|
+
},
|
|
1819
|
+
},
|
|
1820
|
+
collection: {
|
|
1821
|
+
name: "<value>",
|
|
1822
|
+
description: "veg welcome boss manage freely",
|
|
1823
|
+
audienceFilters: [
|
|
1824
|
+
{
|
|
1825
|
+
fieldName: "type",
|
|
1826
|
+
values: [
|
|
1827
|
+
{
|
|
1828
|
+
value: "Spreadsheet",
|
|
1829
|
+
relationType: "EQUALS",
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
value: "Presentation",
|
|
1833
|
+
relationType: "EQUALS",
|
|
1834
|
+
},
|
|
1835
|
+
],
|
|
1836
|
+
},
|
|
1837
|
+
],
|
|
1838
|
+
id: 79387,
|
|
1839
|
+
},
|
|
1840
|
+
answerBoard: {
|
|
1841
|
+
name: "<value>",
|
|
1842
|
+
description: "after er grouchy stained plus buck",
|
|
1843
|
+
audienceFilters: [
|
|
1844
|
+
{
|
|
1845
|
+
fieldName: "type",
|
|
1846
|
+
values: [
|
|
1847
|
+
{
|
|
1848
|
+
value: "Spreadsheet",
|
|
1849
|
+
relationType: "EQUALS",
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
value: "Presentation",
|
|
1853
|
+
relationType: "EQUALS",
|
|
1854
|
+
},
|
|
1855
|
+
],
|
|
1856
|
+
},
|
|
1857
|
+
],
|
|
1858
|
+
id: 668238,
|
|
1859
|
+
},
|
|
1860
|
+
code: {
|
|
1861
|
+
repoName: "scio",
|
|
1862
|
+
fileName: "README.md",
|
|
1863
|
+
},
|
|
1864
|
+
shortcut: {
|
|
1865
|
+
inputAlias: "<value>",
|
|
1866
|
+
createdBy: {
|
|
1867
|
+
name: "George Clooney",
|
|
1868
|
+
obfuscatedId: "abc123",
|
|
1869
|
+
},
|
|
1870
|
+
destinationDocument: {},
|
|
1871
|
+
},
|
|
1872
|
+
querySuggestions: {
|
|
1873
|
+
suggestions: [],
|
|
1874
|
+
},
|
|
1875
|
+
relatedDocuments: [],
|
|
1876
|
+
relatedQuestion: {
|
|
1877
|
+
ranges: [],
|
|
1878
|
+
},
|
|
1879
|
+
},
|
|
1880
|
+
],
|
|
1881
|
+
querySuggestion: {
|
|
1882
|
+
query: "app:github type:pull author:mortimer",
|
|
1883
|
+
label: "Mortimer's PRs",
|
|
1884
|
+
datasource: "github",
|
|
1885
|
+
},
|
|
1886
|
+
file: {
|
|
1887
|
+
id: "FILE_1234",
|
|
1888
|
+
url: "www.google.com",
|
|
1889
|
+
name: "sample.pdf",
|
|
1890
|
+
},
|
|
1891
|
+
action: {
|
|
1892
|
+
metadata: {
|
|
1893
|
+
type: "RETRIEVAL",
|
|
1894
|
+
name: "<value>",
|
|
1895
|
+
displayName: "Brianne.OReilly19",
|
|
1896
|
+
displayDescription: "<value>",
|
|
1897
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1898
|
+
},
|
|
1899
|
+
},
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
structuredResults: [
|
|
1903
|
+
{},
|
|
1904
|
+
],
|
|
1905
|
+
file: {
|
|
1906
|
+
id: "FILE_1234",
|
|
1907
|
+
url: "www.google.com",
|
|
1908
|
+
name: "sample.pdf",
|
|
1909
|
+
},
|
|
1910
|
+
action: {
|
|
1911
|
+
metadata: {
|
|
1912
|
+
type: "ACTION",
|
|
1913
|
+
name: "<value>",
|
|
1914
|
+
displayName: "Elinor_Champlin",
|
|
1915
|
+
displayDescription: "<value>",
|
|
1916
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
structuredResults: [
|
|
1922
|
+
{},
|
|
1923
|
+
{},
|
|
1924
|
+
{},
|
|
1925
|
+
],
|
|
1926
|
+
file: {
|
|
1927
|
+
id: "FILE_1234",
|
|
1928
|
+
url: "www.google.com",
|
|
1929
|
+
name: "sample.pdf",
|
|
1930
|
+
},
|
|
1931
|
+
action: {
|
|
1932
|
+
metadata: {
|
|
1933
|
+
type: "RETRIEVAL",
|
|
1934
|
+
name: "<value>",
|
|
1935
|
+
displayName: "Chanel.Kshlerin",
|
|
1936
|
+
displayDescription: "<value>",
|
|
1937
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
1938
|
+
},
|
|
1939
|
+
},
|
|
1940
|
+
},
|
|
1941
|
+
],
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
citations: [
|
|
1945
|
+
{
|
|
1946
|
+
sourceFile: {
|
|
1947
|
+
id: "FILE_1234",
|
|
1948
|
+
url: "www.google.com",
|
|
1949
|
+
name: "sample.pdf",
|
|
1950
|
+
},
|
|
1951
|
+
referenceRanges: [
|
|
1952
|
+
{
|
|
1953
|
+
snippets: [
|
|
1954
|
+
{
|
|
1955
|
+
snippet: "snippet",
|
|
1956
|
+
mimeType: "mimeType",
|
|
1957
|
+
},
|
|
1958
|
+
],
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
snippets: [
|
|
1962
|
+
{
|
|
1963
|
+
snippet: "snippet",
|
|
1964
|
+
mimeType: "mimeType",
|
|
1965
|
+
},
|
|
1966
|
+
],
|
|
1967
|
+
},
|
|
1968
|
+
],
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
sourceFile: {
|
|
1972
|
+
id: "FILE_1234",
|
|
1973
|
+
url: "www.google.com",
|
|
1974
|
+
name: "sample.pdf",
|
|
1975
|
+
},
|
|
1976
|
+
referenceRanges: [
|
|
1977
|
+
{
|
|
1978
|
+
snippets: [
|
|
1979
|
+
{
|
|
1980
|
+
snippet: "snippet",
|
|
1981
|
+
mimeType: "mimeType",
|
|
1982
|
+
},
|
|
1983
|
+
],
|
|
1984
|
+
},
|
|
1985
|
+
],
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
sourceFile: {
|
|
1989
|
+
id: "FILE_1234",
|
|
1990
|
+
url: "www.google.com",
|
|
1991
|
+
name: "sample.pdf",
|
|
1992
|
+
},
|
|
1993
|
+
referenceRanges: [
|
|
1994
|
+
{
|
|
1995
|
+
snippets: [
|
|
1996
|
+
{
|
|
1997
|
+
snippet: "snippet",
|
|
1998
|
+
mimeType: "mimeType",
|
|
1999
|
+
},
|
|
2000
|
+
],
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
snippets: [
|
|
2004
|
+
{
|
|
2005
|
+
snippet: "snippet",
|
|
2006
|
+
mimeType: "mimeType",
|
|
2007
|
+
},
|
|
2008
|
+
],
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
snippets: [
|
|
2012
|
+
{
|
|
2013
|
+
snippet: "snippet",
|
|
2014
|
+
mimeType: "mimeType",
|
|
2015
|
+
},
|
|
2016
|
+
],
|
|
2017
|
+
},
|
|
2018
|
+
],
|
|
2019
|
+
},
|
|
2020
|
+
],
|
|
2021
|
+
fragments: [
|
|
2022
|
+
{
|
|
2023
|
+
structuredResults: [
|
|
2024
|
+
{},
|
|
2025
|
+
{},
|
|
2026
|
+
{},
|
|
2027
|
+
],
|
|
2028
|
+
file: {
|
|
2029
|
+
id: "FILE_1234",
|
|
2030
|
+
url: "www.google.com",
|
|
2031
|
+
name: "sample.pdf",
|
|
2032
|
+
},
|
|
2033
|
+
action: {
|
|
2034
|
+
metadata: {
|
|
2035
|
+
type: "ACTION",
|
|
2036
|
+
name: "<value>",
|
|
2037
|
+
displayName: "Lauren53",
|
|
2038
|
+
displayDescription: "<value>",
|
|
2039
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
2040
|
+
},
|
|
2041
|
+
},
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
structuredResults: [
|
|
2045
|
+
{},
|
|
2046
|
+
{},
|
|
2047
|
+
{},
|
|
2048
|
+
],
|
|
2049
|
+
file: {
|
|
2050
|
+
id: "FILE_1234",
|
|
635
2051
|
url: "www.google.com",
|
|
636
2052
|
name: "sample.pdf",
|
|
637
2053
|
},
|
|
638
2054
|
action: {
|
|
639
2055
|
metadata: {
|
|
640
|
-
type: "
|
|
2056
|
+
type: "ACTION",
|
|
641
2057
|
name: "<value>",
|
|
642
|
-
displayName: "
|
|
2058
|
+
displayName: "Brooklyn64",
|
|
643
2059
|
displayDescription: "<value>",
|
|
644
2060
|
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
645
2061
|
},
|
|
@@ -652,14 +2068,14 @@ test("Chat Chat Stream Streaming Example", async () => {
|
|
|
652
2068
|
});
|
|
653
2069
|
expect(result).toBeDefined();
|
|
654
2070
|
});
|
|
655
|
-
test("Chat Chat Stream
|
|
656
|
-
const testHttpClient = createTestHTTPClient("chatStream-
|
|
2071
|
+
test("Chat Chat Stream Citation Response", async () => {
|
|
2072
|
+
const testHttpClient = createTestHTTPClient("chatStream-citationResponse");
|
|
657
2073
|
const glean = new Glean({
|
|
658
2074
|
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
659
2075
|
httpClient: testHttpClient,
|
|
660
2076
|
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
661
2077
|
});
|
|
662
|
-
const result = await glean.client.chat.
|
|
2078
|
+
const result = await glean.client.chat.createStream({
|
|
663
2079
|
messages: [
|
|
664
2080
|
{
|
|
665
2081
|
citations: [
|
|
@@ -700,7 +2116,7 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
700
2116
|
referenceRanges: [
|
|
701
2117
|
{
|
|
702
2118
|
textRange: {
|
|
703
|
-
startIndex:
|
|
2119
|
+
startIndex: 436071,
|
|
704
2120
|
document: {},
|
|
705
2121
|
},
|
|
706
2122
|
snippets: [
|
|
@@ -720,6 +2136,39 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
720
2136
|
},
|
|
721
2137
|
],
|
|
722
2138
|
},
|
|
2139
|
+
{
|
|
2140
|
+
sourceFile: {
|
|
2141
|
+
id: "FILE_1234",
|
|
2142
|
+
url: "www.google.com",
|
|
2143
|
+
name: "sample.pdf",
|
|
2144
|
+
},
|
|
2145
|
+
referenceRanges: [
|
|
2146
|
+
{
|
|
2147
|
+
snippets: [
|
|
2148
|
+
{
|
|
2149
|
+
snippet: "snippet",
|
|
2150
|
+
mimeType: "mimeType",
|
|
2151
|
+
},
|
|
2152
|
+
],
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
snippets: [
|
|
2156
|
+
{
|
|
2157
|
+
snippet: "snippet",
|
|
2158
|
+
mimeType: "mimeType",
|
|
2159
|
+
},
|
|
2160
|
+
],
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
snippets: [
|
|
2164
|
+
{
|
|
2165
|
+
snippet: "snippet",
|
|
2166
|
+
mimeType: "mimeType",
|
|
2167
|
+
},
|
|
2168
|
+
],
|
|
2169
|
+
},
|
|
2170
|
+
],
|
|
2171
|
+
},
|
|
723
2172
|
],
|
|
724
2173
|
fragments: [
|
|
725
2174
|
{
|
|
@@ -791,15 +2240,15 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
791
2240
|
},
|
|
792
2241
|
likes: {
|
|
793
2242
|
likedBy: [],
|
|
794
|
-
likedByUser:
|
|
795
|
-
numLikes:
|
|
2243
|
+
likedByUser: true,
|
|
2244
|
+
numLikes: 181994,
|
|
796
2245
|
},
|
|
797
2246
|
updatedBy: {
|
|
798
2247
|
name: "George Clooney",
|
|
799
2248
|
obfuscatedId: "abc123",
|
|
800
2249
|
},
|
|
801
2250
|
verification: {
|
|
802
|
-
state: "
|
|
2251
|
+
state: "DEPRECATED",
|
|
803
2252
|
metadata: {
|
|
804
2253
|
lastVerifier: {
|
|
805
2254
|
name: "George Clooney",
|
|
@@ -815,14 +2264,14 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
815
2264
|
name: "George Clooney",
|
|
816
2265
|
obfuscatedId: "abc123",
|
|
817
2266
|
},
|
|
818
|
-
remindAt:
|
|
2267
|
+
remindAt: 424843,
|
|
819
2268
|
},
|
|
820
2269
|
candidateVerifiers: [],
|
|
821
2270
|
},
|
|
822
2271
|
},
|
|
823
2272
|
board: {
|
|
824
2273
|
name: "<value>",
|
|
825
|
-
description: "
|
|
2274
|
+
description: "extent emotional white oil buck",
|
|
826
2275
|
audienceFilters: [
|
|
827
2276
|
{
|
|
828
2277
|
fieldName: "type",
|
|
@@ -838,7 +2287,7 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
838
2287
|
],
|
|
839
2288
|
},
|
|
840
2289
|
],
|
|
841
|
-
id:
|
|
2290
|
+
id: 392138,
|
|
842
2291
|
creator: {
|
|
843
2292
|
name: "George Clooney",
|
|
844
2293
|
obfuscatedId: "abc123",
|
|
@@ -860,7 +2309,7 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
860
2309
|
},
|
|
861
2310
|
collection: {
|
|
862
2311
|
name: "<value>",
|
|
863
|
-
description: "
|
|
2312
|
+
description: "matter lest spark oof unfurl jubilantly across",
|
|
864
2313
|
audienceFilters: [
|
|
865
2314
|
{
|
|
866
2315
|
fieldName: "type",
|
|
@@ -876,11 +2325,11 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
876
2325
|
],
|
|
877
2326
|
},
|
|
878
2327
|
],
|
|
879
|
-
id:
|
|
2328
|
+
id: 194535,
|
|
880
2329
|
},
|
|
881
2330
|
answerBoard: {
|
|
882
2331
|
name: "<value>",
|
|
883
|
-
description: "
|
|
2332
|
+
description: "communicate prudent powerful considering quietly with tromp spring brr",
|
|
884
2333
|
audienceFilters: [
|
|
885
2334
|
{
|
|
886
2335
|
fieldName: "type",
|
|
@@ -896,12 +2345,20 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
896
2345
|
],
|
|
897
2346
|
},
|
|
898
2347
|
],
|
|
899
|
-
id:
|
|
2348
|
+
id: 595008,
|
|
900
2349
|
},
|
|
901
2350
|
code: {
|
|
902
2351
|
repoName: "scio",
|
|
903
2352
|
fileName: "README.md",
|
|
904
2353
|
},
|
|
2354
|
+
shortcut: {
|
|
2355
|
+
inputAlias: "<value>",
|
|
2356
|
+
createdBy: {
|
|
2357
|
+
name: "George Clooney",
|
|
2358
|
+
obfuscatedId: "abc123",
|
|
2359
|
+
},
|
|
2360
|
+
destinationDocument: {},
|
|
2361
|
+
},
|
|
905
2362
|
querySuggestions: {
|
|
906
2363
|
suggestions: [],
|
|
907
2364
|
},
|
|
@@ -925,7 +2382,198 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
925
2382
|
metadata: {
|
|
926
2383
|
type: "RETRIEVAL",
|
|
927
2384
|
name: "<value>",
|
|
928
|
-
displayName: "
|
|
2385
|
+
displayName: "Blaise87",
|
|
2386
|
+
displayDescription: "<value>",
|
|
2387
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
2388
|
+
},
|
|
2389
|
+
},
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
structuredResults: [
|
|
2393
|
+
{},
|
|
2394
|
+
{},
|
|
2395
|
+
{},
|
|
2396
|
+
],
|
|
2397
|
+
file: {
|
|
2398
|
+
id: "FILE_1234",
|
|
2399
|
+
url: "www.google.com",
|
|
2400
|
+
name: "sample.pdf",
|
|
2401
|
+
},
|
|
2402
|
+
action: {
|
|
2403
|
+
metadata: {
|
|
2404
|
+
type: "RETRIEVAL",
|
|
2405
|
+
name: "<value>",
|
|
2406
|
+
displayName: "Alfred_Wilderman",
|
|
2407
|
+
displayDescription: "<value>",
|
|
2408
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
2409
|
+
},
|
|
2410
|
+
},
|
|
2411
|
+
},
|
|
2412
|
+
],
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
citations: [
|
|
2416
|
+
{
|
|
2417
|
+
sourceFile: {
|
|
2418
|
+
id: "FILE_1234",
|
|
2419
|
+
url: "www.google.com",
|
|
2420
|
+
name: "sample.pdf",
|
|
2421
|
+
},
|
|
2422
|
+
referenceRanges: [
|
|
2423
|
+
{
|
|
2424
|
+
snippets: [
|
|
2425
|
+
{
|
|
2426
|
+
snippet: "snippet",
|
|
2427
|
+
mimeType: "mimeType",
|
|
2428
|
+
},
|
|
2429
|
+
],
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
snippets: [
|
|
2433
|
+
{
|
|
2434
|
+
snippet: "snippet",
|
|
2435
|
+
mimeType: "mimeType",
|
|
2436
|
+
},
|
|
2437
|
+
],
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
snippets: [
|
|
2441
|
+
{
|
|
2442
|
+
snippet: "snippet",
|
|
2443
|
+
mimeType: "mimeType",
|
|
2444
|
+
},
|
|
2445
|
+
],
|
|
2446
|
+
},
|
|
2447
|
+
],
|
|
2448
|
+
},
|
|
2449
|
+
],
|
|
2450
|
+
fragments: [
|
|
2451
|
+
{
|
|
2452
|
+
structuredResults: [
|
|
2453
|
+
{},
|
|
2454
|
+
{},
|
|
2455
|
+
{},
|
|
2456
|
+
],
|
|
2457
|
+
file: {
|
|
2458
|
+
id: "FILE_1234",
|
|
2459
|
+
url: "www.google.com",
|
|
2460
|
+
name: "sample.pdf",
|
|
2461
|
+
},
|
|
2462
|
+
action: {
|
|
2463
|
+
metadata: {
|
|
2464
|
+
type: "ACTION",
|
|
2465
|
+
name: "<value>",
|
|
2466
|
+
displayName: "Dylan_Schowalter48",
|
|
2467
|
+
displayDescription: "<value>",
|
|
2468
|
+
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
2469
|
+
},
|
|
2470
|
+
},
|
|
2471
|
+
},
|
|
2472
|
+
],
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
citations: [
|
|
2476
|
+
{
|
|
2477
|
+
sourceFile: {
|
|
2478
|
+
id: "FILE_1234",
|
|
2479
|
+
url: "www.google.com",
|
|
2480
|
+
name: "sample.pdf",
|
|
2481
|
+
},
|
|
2482
|
+
referenceRanges: [
|
|
2483
|
+
{
|
|
2484
|
+
snippets: [
|
|
2485
|
+
{
|
|
2486
|
+
snippet: "snippet",
|
|
2487
|
+
mimeType: "mimeType",
|
|
2488
|
+
},
|
|
2489
|
+
],
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
snippets: [
|
|
2493
|
+
{
|
|
2494
|
+
snippet: "snippet",
|
|
2495
|
+
mimeType: "mimeType",
|
|
2496
|
+
},
|
|
2497
|
+
],
|
|
2498
|
+
},
|
|
2499
|
+
],
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
sourceFile: {
|
|
2503
|
+
id: "FILE_1234",
|
|
2504
|
+
url: "www.google.com",
|
|
2505
|
+
name: "sample.pdf",
|
|
2506
|
+
},
|
|
2507
|
+
referenceRanges: [
|
|
2508
|
+
{
|
|
2509
|
+
snippets: [
|
|
2510
|
+
{
|
|
2511
|
+
snippet: "snippet",
|
|
2512
|
+
mimeType: "mimeType",
|
|
2513
|
+
},
|
|
2514
|
+
],
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
snippets: [
|
|
2518
|
+
{
|
|
2519
|
+
snippet: "snippet",
|
|
2520
|
+
mimeType: "mimeType",
|
|
2521
|
+
},
|
|
2522
|
+
],
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
snippets: [
|
|
2526
|
+
{
|
|
2527
|
+
snippet: "snippet",
|
|
2528
|
+
mimeType: "mimeType",
|
|
2529
|
+
},
|
|
2530
|
+
],
|
|
2531
|
+
},
|
|
2532
|
+
],
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
sourceFile: {
|
|
2536
|
+
id: "FILE_1234",
|
|
2537
|
+
url: "www.google.com",
|
|
2538
|
+
name: "sample.pdf",
|
|
2539
|
+
},
|
|
2540
|
+
referenceRanges: [
|
|
2541
|
+
{
|
|
2542
|
+
snippets: [
|
|
2543
|
+
{
|
|
2544
|
+
snippet: "snippet",
|
|
2545
|
+
mimeType: "mimeType",
|
|
2546
|
+
},
|
|
2547
|
+
],
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
snippets: [
|
|
2551
|
+
{
|
|
2552
|
+
snippet: "snippet",
|
|
2553
|
+
mimeType: "mimeType",
|
|
2554
|
+
},
|
|
2555
|
+
],
|
|
2556
|
+
},
|
|
2557
|
+
],
|
|
2558
|
+
},
|
|
2559
|
+
],
|
|
2560
|
+
fragments: [
|
|
2561
|
+
{
|
|
2562
|
+
structuredResults: [
|
|
2563
|
+
{},
|
|
2564
|
+
{},
|
|
2565
|
+
{},
|
|
2566
|
+
],
|
|
2567
|
+
file: {
|
|
2568
|
+
id: "FILE_1234",
|
|
2569
|
+
url: "www.google.com",
|
|
2570
|
+
name: "sample.pdf",
|
|
2571
|
+
},
|
|
2572
|
+
action: {
|
|
2573
|
+
metadata: {
|
|
2574
|
+
type: "ACTION",
|
|
2575
|
+
name: "<value>",
|
|
2576
|
+
displayName: "Solon.Schmitt10",
|
|
929
2577
|
displayDescription: "<value>",
|
|
930
2578
|
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
931
2579
|
},
|
|
@@ -946,7 +2594,7 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
946
2594
|
metadata: {
|
|
947
2595
|
type: "ACTION",
|
|
948
2596
|
name: "<value>",
|
|
949
|
-
displayName: "
|
|
2597
|
+
displayName: "Nannie.McDermott",
|
|
950
2598
|
displayDescription: "<value>",
|
|
951
2599
|
objectName: "[\"HR ticket\",\"Email\",\"Chat message\"]",
|
|
952
2600
|
},
|
|
@@ -959,17 +2607,4 @@ test("Chat Chat Stream Update Response", async () => {
|
|
|
959
2607
|
});
|
|
960
2608
|
expect(result).toBeDefined();
|
|
961
2609
|
});
|
|
962
|
-
test("Chat Chat Stream Citation Response", async () => {
|
|
963
|
-
const testHttpClient = createTestHTTPClient("chatStream-citationResponse");
|
|
964
|
-
const glean = new Glean({
|
|
965
|
-
serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
|
|
966
|
-
httpClient: testHttpClient,
|
|
967
|
-
bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
|
|
968
|
-
});
|
|
969
|
-
const result = await glean.client.chat.startStream({
|
|
970
|
-
messages: [],
|
|
971
|
-
timeoutMillis: 30000,
|
|
972
|
-
});
|
|
973
|
-
expect(result).toBeDefined();
|
|
974
|
-
});
|
|
975
2610
|
//# sourceMappingURL=chat.test.js.map
|