@gleanwork/api-client 0.1.0-beta.8 → 0.2.0
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 +1 -1
- package/README.md +103 -34
- package/dist/commonjs/__tests__/activity.test.js +2 -2
- package/dist/commonjs/__tests__/activity.test.js.map +1 -1
- package/dist/commonjs/__tests__/adminsearch.test.js +1 -1
- package/dist/commonjs/__tests__/adminsearch.test.js.map +1 -1
- package/dist/commonjs/__tests__/agents.test.js +3 -3
- package/dist/commonjs/__tests__/agents.test.js.map +1 -1
- package/dist/commonjs/__tests__/announcements.test.js +3 -3
- package/dist/commonjs/__tests__/announcements.test.js.map +1 -1
- package/dist/commonjs/__tests__/answers.test.js +5 -5
- package/dist/commonjs/__tests__/answers.test.js.map +1 -1
- package/dist/commonjs/__tests__/chat.test.js +18 -18
- package/dist/commonjs/__tests__/chat.test.js.map +1 -1
- package/dist/commonjs/__tests__/clientauthentication.test.js +1 -1
- package/dist/commonjs/__tests__/clientauthentication.test.js.map +1 -1
- package/dist/commonjs/__tests__/clientdocuments.test.js +4 -4
- package/dist/commonjs/__tests__/clientdocuments.test.js.map +1 -1
- package/dist/commonjs/__tests__/clientsearch.test.js +3 -3
- package/dist/commonjs/__tests__/clientsearch.test.js.map +1 -1
- package/dist/commonjs/__tests__/clientshortcuts.test.js +5 -5
- package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
- package/dist/commonjs/__tests__/collections.test.js +8 -8
- package/dist/commonjs/__tests__/collections.test.js.map +1 -1
- package/dist/commonjs/__tests__/datasources.test.js +2 -2
- package/dist/commonjs/__tests__/datasources.test.js.map +1 -1
- package/dist/commonjs/__tests__/entities.test.js +2 -2
- package/dist/commonjs/__tests__/entities.test.js.map +1 -1
- package/dist/commonjs/__tests__/indexingauthentication.test.js +1 -1
- package/dist/commonjs/__tests__/indexingauthentication.test.js.map +1 -1
- package/dist/commonjs/__tests__/indexingdocuments.test.js +8 -8
- package/dist/commonjs/__tests__/indexingdocuments.test.js.map +1 -1
- package/dist/commonjs/__tests__/indexingpeople.test.js +2 -2
- package/dist/commonjs/__tests__/indexingpeople.test.js.map +1 -1
- package/dist/commonjs/__tests__/insights.test.js +1 -1
- package/dist/commonjs/__tests__/insights.test.js.map +1 -1
- package/dist/commonjs/__tests__/messages.test.js +1 -1
- package/dist/commonjs/__tests__/messages.test.js.map +1 -1
- package/dist/commonjs/__tests__/permissions.test.js +12 -12
- package/dist/commonjs/__tests__/permissions.test.js.map +1 -1
- package/dist/commonjs/__tests__/pins.test.js +5 -5
- package/dist/commonjs/__tests__/pins.test.js.map +1 -1
- package/dist/commonjs/__tests__/search.test.js +2 -2
- package/dist/commonjs/__tests__/search.test.js.map +1 -1
- package/dist/commonjs/__tests__/verification.test.js +3 -3
- package/dist/commonjs/__tests__/verification.test.js.map +1 -1
- package/dist/commonjs/funcs/clientActivityFeedback.js +3 -3
- package/dist/commonjs/funcs/clientActivityFeedback.js.map +1 -1
- package/dist/commonjs/funcs/clientActivityReport.js +3 -3
- package/dist/commonjs/funcs/clientActivityReport.js.map +1 -1
- package/dist/commonjs/funcs/clientAgentsList.js +3 -3
- package/dist/commonjs/funcs/clientAgentsList.js.map +1 -1
- package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js +3 -3
- package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js.map +1 -1
- package/dist/commonjs/funcs/clientAgentsRun.js +3 -3
- package/dist/commonjs/funcs/clientAgentsRun.js.map +1 -1
- package/dist/commonjs/funcs/clientAnnouncementsCreate.js +3 -3
- package/dist/commonjs/funcs/clientAnnouncementsCreate.js.map +1 -1
- package/dist/commonjs/funcs/clientAnnouncementsDelete.js +3 -3
- package/dist/commonjs/funcs/clientAnnouncementsDelete.js.map +1 -1
- package/dist/commonjs/funcs/clientAnnouncementsUpdate.js +3 -3
- package/dist/commonjs/funcs/clientAnnouncementsUpdate.js.map +1 -1
- package/dist/commonjs/funcs/clientAnswersCreate.js +3 -3
- package/dist/commonjs/funcs/clientAnswersCreate.js.map +1 -1
- package/dist/commonjs/funcs/clientAnswersDelete.js +3 -3
- package/dist/commonjs/funcs/clientAnswersDelete.js.map +1 -1
- package/dist/commonjs/funcs/clientAnswersList.js +3 -3
- package/dist/commonjs/funcs/clientAnswersList.js.map +1 -1
- package/dist/commonjs/funcs/clientAnswersRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientAnswersRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientAnswersUpdate.js +3 -3
- package/dist/commonjs/funcs/clientAnswersUpdate.js.map +1 -1
- package/dist/commonjs/funcs/clientAuthenticationCreateToken.js +3 -3
- package/dist/commonjs/funcs/clientAuthenticationCreateToken.js.map +1 -1
- package/dist/commonjs/funcs/clientChatCreate.js +3 -3
- package/dist/commonjs/funcs/clientChatCreate.js.map +1 -1
- package/dist/commonjs/funcs/clientChatCreateStream.js +3 -3
- package/dist/commonjs/funcs/clientChatCreateStream.js.map +1 -1
- package/dist/commonjs/funcs/clientChatDelete.js +3 -3
- package/dist/commonjs/funcs/clientChatDelete.js.map +1 -1
- package/dist/commonjs/funcs/clientChatDeleteAll.js +3 -3
- package/dist/commonjs/funcs/clientChatDeleteAll.js.map +1 -1
- package/dist/commonjs/funcs/clientChatDeleteFiles.js +3 -3
- package/dist/commonjs/funcs/clientChatDeleteFiles.js.map +1 -1
- package/dist/commonjs/funcs/clientChatList.js +3 -3
- package/dist/commonjs/funcs/clientChatList.js.map +1 -1
- package/dist/commonjs/funcs/clientChatRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientChatRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientChatRetrieveApplication.js +3 -3
- package/dist/commonjs/funcs/clientChatRetrieveApplication.js.map +1 -1
- package/dist/commonjs/funcs/clientChatRetrieveFiles.js +3 -3
- package/dist/commonjs/funcs/clientChatRetrieveFiles.js.map +1 -1
- package/dist/commonjs/funcs/clientChatUploadFiles.js +3 -3
- package/dist/commonjs/funcs/clientChatUploadFiles.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsAddItems.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsAddItems.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsCreate.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsCreate.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsDelete.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsDelete.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsDeleteItem.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsDeleteItem.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsList.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsList.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsUpdate.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsUpdate.js.map +1 -1
- package/dist/commonjs/funcs/clientCollectionsUpdateItem.js +3 -3
- package/dist/commonjs/funcs/clientCollectionsUpdateItem.js.map +1 -1
- package/dist/commonjs/funcs/clientDocumentsRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientDocumentsRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js +3 -3
- package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js.map +1 -1
- package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js +3 -3
- package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js.map +1 -1
- package/dist/commonjs/funcs/clientDocumentsSummarize.js +3 -3
- package/dist/commonjs/funcs/clientDocumentsSummarize.js.map +1 -1
- package/dist/commonjs/funcs/clientEntitiesList.js +3 -3
- package/dist/commonjs/funcs/clientEntitiesList.js.map +1 -1
- package/dist/commonjs/funcs/clientEntitiesReadPeople.js +3 -3
- package/dist/commonjs/funcs/clientEntitiesReadPeople.js.map +1 -1
- package/dist/commonjs/funcs/clientInsightsRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientInsightsRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientMessagesRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientMessagesRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientPinsCreate.js +3 -3
- package/dist/commonjs/funcs/clientPinsCreate.js.map +1 -1
- package/dist/commonjs/funcs/clientPinsList.js +3 -3
- package/dist/commonjs/funcs/clientPinsList.js.map +1 -1
- package/dist/commonjs/funcs/clientPinsRemove.js +3 -3
- package/dist/commonjs/funcs/clientPinsRemove.js.map +1 -1
- package/dist/commonjs/funcs/clientPinsRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientPinsRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientPinsUpdate.js +3 -3
- package/dist/commonjs/funcs/clientPinsUpdate.js.map +1 -1
- package/dist/commonjs/funcs/{searchAutocomplete.d.ts → clientSearchAutocomplete.d.ts} +2 -2
- package/dist/commonjs/funcs/{clientSearchFeedRetrieve.d.ts.map → clientSearchAutocomplete.d.ts.map} +1 -1
- package/dist/commonjs/funcs/{searchAutocomplete.js → clientSearchAutocomplete.js} +6 -6
- package/dist/commonjs/funcs/clientSearchAutocomplete.js.map +1 -0
- package/dist/commonjs/funcs/clientSearchQuery.js +3 -3
- package/dist/commonjs/funcs/clientSearchQuery.js.map +1 -1
- package/dist/commonjs/funcs/clientSearchQueryAsAdmin.js +3 -3
- package/dist/commonjs/funcs/clientSearchQueryAsAdmin.js.map +1 -1
- package/dist/commonjs/funcs/clientSearchRecommendations.js +3 -3
- package/dist/commonjs/funcs/clientSearchRecommendations.js.map +1 -1
- package/dist/commonjs/funcs/clientSearchRetrieveFeed.js +3 -3
- package/dist/commonjs/funcs/clientSearchRetrieveFeed.js.map +1 -1
- package/dist/commonjs/funcs/clientShortcutsCreate.js +3 -3
- package/dist/commonjs/funcs/clientShortcutsCreate.js.map +1 -1
- package/dist/commonjs/funcs/clientShortcutsDelete.js +3 -3
- package/dist/commonjs/funcs/clientShortcutsDelete.js.map +1 -1
- package/dist/commonjs/funcs/clientShortcutsList.js +3 -3
- package/dist/commonjs/funcs/clientShortcutsList.js.map +1 -1
- package/dist/commonjs/funcs/clientShortcutsRetrieve.js +3 -3
- package/dist/commonjs/funcs/clientShortcutsRetrieve.js.map +1 -1
- package/dist/commonjs/funcs/clientShortcutsUpdate.js +3 -3
- package/dist/commonjs/funcs/clientShortcutsUpdate.js.map +1 -1
- package/dist/commonjs/funcs/clientVerificationAddReminder.js +3 -3
- package/dist/commonjs/funcs/clientVerificationAddReminder.js.map +1 -1
- package/dist/commonjs/funcs/clientVerificationList.js +3 -3
- package/dist/commonjs/funcs/clientVerificationList.js.map +1 -1
- package/dist/commonjs/funcs/clientVerificationVerify.js +3 -3
- package/dist/commonjs/funcs/clientVerificationVerify.js.map +1 -1
- package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js +3 -3
- package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js.map +1 -1
- package/dist/commonjs/funcs/indexingDatasourceStatus.js +3 -3
- package/dist/commonjs/funcs/indexingDatasourceStatus.js.map +1 -1
- package/dist/commonjs/funcs/indexingDatasourcesAdd.js +3 -3
- package/dist/commonjs/funcs/indexingDatasourcesAdd.js.map +1 -1
- package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js +3 -3
- package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsAddOrUpdate.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsAddOrUpdate.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsCount.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsCount.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsDebug.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsDebug.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsDebugMany.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsDelete.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsDelete.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsIndex.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsIndex.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsProcessAll.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsProcessAll.js.map +1 -1
- package/dist/commonjs/funcs/indexingDocumentsStatus.js +3 -3
- package/dist/commonjs/funcs/indexingDocumentsStatus.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndex.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleBulkIndex.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleCount.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleCount.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleDebug.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleDebug.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleDelete.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleDelete.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleDeleteTeam.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleDeleteTeam.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleIndex.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleIndex.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleIndexTeam.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleIndexTeam.js.map +1 -1
- package/dist/commonjs/funcs/indexingPeopleProcessAllEmployeesAndTeams.js +3 -3
- package/dist/commonjs/funcs/indexingPeopleProcessAllEmployeesAndTeams.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsAuthorizeBetaUsers.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsAuthorizeBetaUsers.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsDeleteGroup.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsDeleteGroup.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsDeleteMembership.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsDeleteMembership.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsDeleteUser.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsDeleteUser.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsIndexGroup.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsIndexGroup.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsIndexMembership.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsIndexMembership.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsIndexUser.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsIndexUser.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsProcessMemberships.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsProcessMemberships.js.map +1 -1
- package/dist/commonjs/funcs/indexingPermissionsUpdatePermissions.js +3 -3
- package/dist/commonjs/funcs/indexingPermissionsUpdatePermissions.js.map +1 -1
- package/dist/commonjs/funcs/indexingShortcutsBulkIndex.js +3 -3
- package/dist/commonjs/funcs/indexingShortcutsBulkIndex.js.map +1 -1
- package/dist/commonjs/funcs/indexingShortcutsUpload.js +3 -3
- package/dist/commonjs/funcs/indexingShortcutsUpload.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.d.ts.map +1 -1
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/lib/env.d.ts +1 -1
- package/dist/commonjs/lib/env.d.ts.map +1 -1
- package/dist/commonjs/lib/env.js +1 -1
- package/dist/commonjs/lib/env.js.map +1 -1
- package/dist/commonjs/lib/security.js +1 -1
- package/dist/commonjs/lib/security.js.map +1 -1
- package/dist/commonjs/models/components/calendarevent.d.ts +5 -0
- package/dist/commonjs/models/components/calendarevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/calendarevent.js +2 -0
- package/dist/commonjs/models/components/calendarevent.js.map +1 -1
- package/dist/commonjs/models/components/security.d.ts +2 -2
- package/dist/commonjs/models/components/security.d.ts.map +1 -1
- package/dist/commonjs/models/components/security.js +4 -4
- package/dist/commonjs/models/components/security.js.map +1 -1
- package/dist/commonjs/react-query/clientSearchAutocomplete.d.ts +23 -0
- package/dist/commonjs/react-query/clientSearchAutocomplete.d.ts.map +1 -0
- package/dist/commonjs/react-query/{searchAutocomplete.js → clientSearchAutocomplete.js} +13 -13
- package/dist/commonjs/react-query/{clientSearchFeedRetrieve.js.map → clientSearchAutocomplete.js.map} +1 -1
- package/dist/commonjs/react-query/index.d.ts +1 -1
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +1 -1
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/client.d.ts +2 -2
- package/dist/commonjs/sdk/client.d.ts.map +1 -1
- package/dist/commonjs/sdk/client.js +2 -2
- package/dist/commonjs/sdk/client.js.map +1 -1
- package/dist/commonjs/sdk/sdk.d.ts +0 -3
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +0 -4
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/commonjs/sdk/search.d.ts +28 -0
- package/dist/commonjs/sdk/search.d.ts.map +1 -1
- package/dist/commonjs/sdk/search.js +42 -2
- package/dist/commonjs/sdk/search.js.map +1 -1
- package/dist/esm/__tests__/activity.test.js +2 -2
- package/dist/esm/__tests__/activity.test.js.map +1 -1
- package/dist/esm/__tests__/adminsearch.test.js +1 -1
- package/dist/esm/__tests__/adminsearch.test.js.map +1 -1
- package/dist/esm/__tests__/agents.test.js +3 -3
- package/dist/esm/__tests__/agents.test.js.map +1 -1
- package/dist/esm/__tests__/announcements.test.js +3 -3
- package/dist/esm/__tests__/announcements.test.js.map +1 -1
- package/dist/esm/__tests__/answers.test.js +5 -5
- package/dist/esm/__tests__/answers.test.js.map +1 -1
- package/dist/esm/__tests__/chat.test.js +18 -18
- package/dist/esm/__tests__/chat.test.js.map +1 -1
- package/dist/esm/__tests__/clientauthentication.test.js +1 -1
- package/dist/esm/__tests__/clientauthentication.test.js.map +1 -1
- package/dist/esm/__tests__/clientdocuments.test.js +4 -4
- package/dist/esm/__tests__/clientdocuments.test.js.map +1 -1
- package/dist/esm/__tests__/clientsearch.test.js +3 -3
- package/dist/esm/__tests__/clientsearch.test.js.map +1 -1
- package/dist/esm/__tests__/clientshortcuts.test.js +5 -5
- package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
- package/dist/esm/__tests__/collections.test.js +8 -8
- package/dist/esm/__tests__/collections.test.js.map +1 -1
- package/dist/esm/__tests__/datasources.test.js +2 -2
- package/dist/esm/__tests__/datasources.test.js.map +1 -1
- package/dist/esm/__tests__/entities.test.js +2 -2
- package/dist/esm/__tests__/entities.test.js.map +1 -1
- package/dist/esm/__tests__/indexingauthentication.test.js +1 -1
- package/dist/esm/__tests__/indexingauthentication.test.js.map +1 -1
- package/dist/esm/__tests__/indexingdocuments.test.js +8 -8
- package/dist/esm/__tests__/indexingdocuments.test.js.map +1 -1
- package/dist/esm/__tests__/indexingpeople.test.js +2 -2
- package/dist/esm/__tests__/indexingpeople.test.js.map +1 -1
- package/dist/esm/__tests__/insights.test.js +1 -1
- package/dist/esm/__tests__/insights.test.js.map +1 -1
- package/dist/esm/__tests__/messages.test.js +1 -1
- package/dist/esm/__tests__/messages.test.js.map +1 -1
- package/dist/esm/__tests__/permissions.test.js +12 -12
- package/dist/esm/__tests__/permissions.test.js.map +1 -1
- package/dist/esm/__tests__/pins.test.js +5 -5
- package/dist/esm/__tests__/pins.test.js.map +1 -1
- package/dist/esm/__tests__/search.test.js +2 -2
- package/dist/esm/__tests__/search.test.js.map +1 -1
- package/dist/esm/__tests__/verification.test.js +3 -3
- package/dist/esm/__tests__/verification.test.js.map +1 -1
- package/dist/esm/funcs/clientActivityFeedback.js +3 -3
- package/dist/esm/funcs/clientActivityFeedback.js.map +1 -1
- package/dist/esm/funcs/clientActivityReport.js +3 -3
- package/dist/esm/funcs/clientActivityReport.js.map +1 -1
- package/dist/esm/funcs/clientAgentsList.js +3 -3
- package/dist/esm/funcs/clientAgentsList.js.map +1 -1
- package/dist/esm/funcs/clientAgentsRetrieveInputs.js +3 -3
- package/dist/esm/funcs/clientAgentsRetrieveInputs.js.map +1 -1
- package/dist/esm/funcs/clientAgentsRun.js +3 -3
- package/dist/esm/funcs/clientAgentsRun.js.map +1 -1
- package/dist/esm/funcs/clientAnnouncementsCreate.js +3 -3
- package/dist/esm/funcs/clientAnnouncementsCreate.js.map +1 -1
- package/dist/esm/funcs/clientAnnouncementsDelete.js +3 -3
- package/dist/esm/funcs/clientAnnouncementsDelete.js.map +1 -1
- package/dist/esm/funcs/clientAnnouncementsUpdate.js +3 -3
- package/dist/esm/funcs/clientAnnouncementsUpdate.js.map +1 -1
- package/dist/esm/funcs/clientAnswersCreate.js +3 -3
- package/dist/esm/funcs/clientAnswersCreate.js.map +1 -1
- package/dist/esm/funcs/clientAnswersDelete.js +3 -3
- package/dist/esm/funcs/clientAnswersDelete.js.map +1 -1
- package/dist/esm/funcs/clientAnswersList.js +3 -3
- package/dist/esm/funcs/clientAnswersList.js.map +1 -1
- package/dist/esm/funcs/clientAnswersRetrieve.js +3 -3
- package/dist/esm/funcs/clientAnswersRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientAnswersUpdate.js +3 -3
- package/dist/esm/funcs/clientAnswersUpdate.js.map +1 -1
- package/dist/esm/funcs/clientAuthenticationCreateToken.js +3 -3
- package/dist/esm/funcs/clientAuthenticationCreateToken.js.map +1 -1
- package/dist/esm/funcs/clientChatCreate.js +3 -3
- package/dist/esm/funcs/clientChatCreate.js.map +1 -1
- package/dist/esm/funcs/clientChatCreateStream.js +3 -3
- package/dist/esm/funcs/clientChatCreateStream.js.map +1 -1
- package/dist/esm/funcs/clientChatDelete.js +3 -3
- package/dist/esm/funcs/clientChatDelete.js.map +1 -1
- package/dist/esm/funcs/clientChatDeleteAll.js +3 -3
- package/dist/esm/funcs/clientChatDeleteAll.js.map +1 -1
- package/dist/esm/funcs/clientChatDeleteFiles.js +3 -3
- package/dist/esm/funcs/clientChatDeleteFiles.js.map +1 -1
- package/dist/esm/funcs/clientChatList.js +3 -3
- package/dist/esm/funcs/clientChatList.js.map +1 -1
- package/dist/esm/funcs/clientChatRetrieve.js +3 -3
- package/dist/esm/funcs/clientChatRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientChatRetrieveApplication.js +3 -3
- package/dist/esm/funcs/clientChatRetrieveApplication.js.map +1 -1
- package/dist/esm/funcs/clientChatRetrieveFiles.js +3 -3
- package/dist/esm/funcs/clientChatRetrieveFiles.js.map +1 -1
- package/dist/esm/funcs/clientChatUploadFiles.js +3 -3
- package/dist/esm/funcs/clientChatUploadFiles.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsAddItems.js +3 -3
- package/dist/esm/funcs/clientCollectionsAddItems.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsCreate.js +3 -3
- package/dist/esm/funcs/clientCollectionsCreate.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsDelete.js +3 -3
- package/dist/esm/funcs/clientCollectionsDelete.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsDeleteItem.js +3 -3
- package/dist/esm/funcs/clientCollectionsDeleteItem.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsList.js +3 -3
- package/dist/esm/funcs/clientCollectionsList.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsRetrieve.js +3 -3
- package/dist/esm/funcs/clientCollectionsRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsUpdate.js +3 -3
- package/dist/esm/funcs/clientCollectionsUpdate.js.map +1 -1
- package/dist/esm/funcs/clientCollectionsUpdateItem.js +3 -3
- package/dist/esm/funcs/clientCollectionsUpdateItem.js.map +1 -1
- package/dist/esm/funcs/clientDocumentsRetrieve.js +3 -3
- package/dist/esm/funcs/clientDocumentsRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js +3 -3
- package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js.map +1 -1
- package/dist/esm/funcs/clientDocumentsRetrievePermissions.js +3 -3
- package/dist/esm/funcs/clientDocumentsRetrievePermissions.js.map +1 -1
- package/dist/esm/funcs/clientDocumentsSummarize.js +3 -3
- package/dist/esm/funcs/clientDocumentsSummarize.js.map +1 -1
- package/dist/esm/funcs/clientEntitiesList.js +3 -3
- package/dist/esm/funcs/clientEntitiesList.js.map +1 -1
- package/dist/esm/funcs/clientEntitiesReadPeople.js +3 -3
- package/dist/esm/funcs/clientEntitiesReadPeople.js.map +1 -1
- package/dist/esm/funcs/clientInsightsRetrieve.js +3 -3
- package/dist/esm/funcs/clientInsightsRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientMessagesRetrieve.js +3 -3
- package/dist/esm/funcs/clientMessagesRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientPinsCreate.js +3 -3
- package/dist/esm/funcs/clientPinsCreate.js.map +1 -1
- package/dist/esm/funcs/clientPinsList.js +3 -3
- package/dist/esm/funcs/clientPinsList.js.map +1 -1
- package/dist/esm/funcs/clientPinsRemove.js +3 -3
- package/dist/esm/funcs/clientPinsRemove.js.map +1 -1
- package/dist/esm/funcs/clientPinsRetrieve.js +3 -3
- package/dist/esm/funcs/clientPinsRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientPinsUpdate.js +3 -3
- package/dist/esm/funcs/clientPinsUpdate.js.map +1 -1
- package/dist/esm/funcs/{searchAutocomplete.d.ts → clientSearchAutocomplete.d.ts} +2 -2
- package/dist/esm/funcs/{clientSearchFeedRetrieve.d.ts.map → clientSearchAutocomplete.d.ts.map} +1 -1
- package/dist/esm/funcs/{searchAutocomplete.js → clientSearchAutocomplete.js} +5 -5
- package/dist/esm/funcs/clientSearchAutocomplete.js.map +1 -0
- package/dist/esm/funcs/clientSearchQuery.js +3 -3
- package/dist/esm/funcs/clientSearchQuery.js.map +1 -1
- package/dist/esm/funcs/clientSearchQueryAsAdmin.js +3 -3
- package/dist/esm/funcs/clientSearchQueryAsAdmin.js.map +1 -1
- package/dist/esm/funcs/clientSearchRecommendations.js +3 -3
- package/dist/esm/funcs/clientSearchRecommendations.js.map +1 -1
- package/dist/esm/funcs/clientSearchRetrieveFeed.js +3 -3
- package/dist/esm/funcs/clientSearchRetrieveFeed.js.map +1 -1
- package/dist/esm/funcs/clientShortcutsCreate.js +3 -3
- package/dist/esm/funcs/clientShortcutsCreate.js.map +1 -1
- package/dist/esm/funcs/clientShortcutsDelete.js +3 -3
- package/dist/esm/funcs/clientShortcutsDelete.js.map +1 -1
- package/dist/esm/funcs/clientShortcutsList.js +3 -3
- package/dist/esm/funcs/clientShortcutsList.js.map +1 -1
- package/dist/esm/funcs/clientShortcutsRetrieve.js +3 -3
- package/dist/esm/funcs/clientShortcutsRetrieve.js.map +1 -1
- package/dist/esm/funcs/clientShortcutsUpdate.js +3 -3
- package/dist/esm/funcs/clientShortcutsUpdate.js.map +1 -1
- package/dist/esm/funcs/clientVerificationAddReminder.js +3 -3
- package/dist/esm/funcs/clientVerificationAddReminder.js.map +1 -1
- package/dist/esm/funcs/clientVerificationList.js +3 -3
- package/dist/esm/funcs/clientVerificationList.js.map +1 -1
- package/dist/esm/funcs/clientVerificationVerify.js +3 -3
- package/dist/esm/funcs/clientVerificationVerify.js.map +1 -1
- package/dist/esm/funcs/indexingAuthenticationRotateToken.js +3 -3
- package/dist/esm/funcs/indexingAuthenticationRotateToken.js.map +1 -1
- package/dist/esm/funcs/indexingDatasourceStatus.js +3 -3
- package/dist/esm/funcs/indexingDatasourceStatus.js.map +1 -1
- package/dist/esm/funcs/indexingDatasourcesAdd.js +3 -3
- package/dist/esm/funcs/indexingDatasourcesAdd.js.map +1 -1
- package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js +3 -3
- package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsAddOrUpdate.js +3 -3
- package/dist/esm/funcs/indexingDocumentsAddOrUpdate.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsBulkIndex.js +3 -3
- package/dist/esm/funcs/indexingDocumentsBulkIndex.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsCheckAccess.js +3 -3
- package/dist/esm/funcs/indexingDocumentsCheckAccess.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsCount.js +3 -3
- package/dist/esm/funcs/indexingDocumentsCount.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsDebug.js +3 -3
- package/dist/esm/funcs/indexingDocumentsDebug.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsDebugMany.js +3 -3
- package/dist/esm/funcs/indexingDocumentsDebugMany.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsDelete.js +3 -3
- package/dist/esm/funcs/indexingDocumentsDelete.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsIndex.js +3 -3
- package/dist/esm/funcs/indexingDocumentsIndex.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsProcessAll.js +3 -3
- package/dist/esm/funcs/indexingDocumentsProcessAll.js.map +1 -1
- package/dist/esm/funcs/indexingDocumentsStatus.js +3 -3
- package/dist/esm/funcs/indexingDocumentsStatus.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleBulkIndex.js +3 -3
- package/dist/esm/funcs/indexingPeopleBulkIndex.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js +3 -3
- package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleCount.js +3 -3
- package/dist/esm/funcs/indexingPeopleCount.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleDebug.js +3 -3
- package/dist/esm/funcs/indexingPeopleDebug.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleDelete.js +3 -3
- package/dist/esm/funcs/indexingPeopleDelete.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleDeleteTeam.js +3 -3
- package/dist/esm/funcs/indexingPeopleDeleteTeam.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleIndex.js +3 -3
- package/dist/esm/funcs/indexingPeopleIndex.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleIndexTeam.js +3 -3
- package/dist/esm/funcs/indexingPeopleIndexTeam.js.map +1 -1
- package/dist/esm/funcs/indexingPeopleProcessAllEmployeesAndTeams.js +3 -3
- package/dist/esm/funcs/indexingPeopleProcessAllEmployeesAndTeams.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsAuthorizeBetaUsers.js +3 -3
- package/dist/esm/funcs/indexingPermissionsAuthorizeBetaUsers.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js +3 -3
- package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js +3 -3
- package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js +3 -3
- package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsDeleteGroup.js +3 -3
- package/dist/esm/funcs/indexingPermissionsDeleteGroup.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsDeleteMembership.js +3 -3
- package/dist/esm/funcs/indexingPermissionsDeleteMembership.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsDeleteUser.js +3 -3
- package/dist/esm/funcs/indexingPermissionsDeleteUser.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsIndexGroup.js +3 -3
- package/dist/esm/funcs/indexingPermissionsIndexGroup.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsIndexMembership.js +3 -3
- package/dist/esm/funcs/indexingPermissionsIndexMembership.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsIndexUser.js +3 -3
- package/dist/esm/funcs/indexingPermissionsIndexUser.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsProcessMemberships.js +3 -3
- package/dist/esm/funcs/indexingPermissionsProcessMemberships.js.map +1 -1
- package/dist/esm/funcs/indexingPermissionsUpdatePermissions.js +3 -3
- package/dist/esm/funcs/indexingPermissionsUpdatePermissions.js.map +1 -1
- package/dist/esm/funcs/indexingShortcutsBulkIndex.js +3 -3
- package/dist/esm/funcs/indexingShortcutsBulkIndex.js.map +1 -1
- package/dist/esm/funcs/indexingShortcutsUpload.js +3 -3
- package/dist/esm/funcs/indexingShortcutsUpload.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.d.ts.map +1 -1
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/lib/env.d.ts +1 -1
- package/dist/esm/lib/env.d.ts.map +1 -1
- package/dist/esm/lib/env.js +1 -1
- package/dist/esm/lib/env.js.map +1 -1
- package/dist/esm/lib/security.js +1 -1
- package/dist/esm/lib/security.js.map +1 -1
- package/dist/esm/models/components/calendarevent.d.ts +5 -0
- package/dist/esm/models/components/calendarevent.d.ts.map +1 -1
- package/dist/esm/models/components/calendarevent.js +2 -0
- package/dist/esm/models/components/calendarevent.js.map +1 -1
- package/dist/esm/models/components/security.d.ts +2 -2
- package/dist/esm/models/components/security.d.ts.map +1 -1
- package/dist/esm/models/components/security.js +4 -4
- package/dist/esm/models/components/security.js.map +1 -1
- package/dist/esm/react-query/clientSearchAutocomplete.d.ts +23 -0
- package/dist/esm/react-query/clientSearchAutocomplete.d.ts.map +1 -0
- package/dist/esm/react-query/{searchAutocomplete.js → clientSearchAutocomplete.js} +10 -10
- package/dist/esm/react-query/{clientSearchFeedRetrieve.js.map → clientSearchAutocomplete.js.map} +1 -1
- package/dist/esm/react-query/index.d.ts +1 -1
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +1 -1
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/client.d.ts +2 -2
- package/dist/esm/sdk/client.d.ts.map +1 -1
- package/dist/esm/sdk/client.js +2 -2
- package/dist/esm/sdk/client.js.map +1 -1
- package/dist/esm/sdk/sdk.d.ts +0 -3
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +0 -4
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/dist/esm/sdk/search.d.ts +28 -0
- package/dist/esm/sdk/search.d.ts.map +1 -1
- package/dist/esm/sdk/search.js +42 -2
- package/dist/esm/sdk/search.js.map +1 -1
- package/docs/sdks/activity/README.md +4 -4
- package/docs/sdks/agents/README.md +6 -6
- package/docs/sdks/announcements/README.md +6 -6
- package/docs/sdks/answers/README.md +10 -10
- package/docs/sdks/chat/README.md +20 -20
- package/docs/sdks/clientauthentication/README.md +2 -2
- package/docs/sdks/clientdocuments/README.md +8 -8
- package/docs/sdks/clientshortcuts/README.md +10 -10
- package/docs/sdks/collections/README.md +16 -16
- package/docs/sdks/datasource/README.md +2 -2
- package/docs/sdks/datasources/README.md +4 -4
- package/docs/sdks/entities/README.md +4 -4
- package/docs/sdks/indexingauthentication/README.md +2 -2
- package/docs/sdks/indexingdocuments/README.md +20 -20
- package/docs/sdks/indexingshortcuts/README.md +4 -4
- package/docs/sdks/insights/README.md +2 -2
- package/docs/sdks/messages/README.md +2 -2
- package/docs/sdks/people/README.md +18 -18
- package/docs/sdks/permissions/README.md +24 -24
- package/docs/sdks/pins/README.md +10 -10
- package/docs/sdks/search/README.md +1491 -9
- package/docs/sdks/verification/README.md +6 -6
- package/examples/src/search.example.ts +8 -6
- package/examples/src/startChat.example.ts +7 -5
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/activity.test.ts +2 -2
- package/src/__tests__/adminsearch.test.ts +1 -1
- package/src/__tests__/agents.test.ts +3 -3
- package/src/__tests__/announcements.test.ts +3 -3
- package/src/__tests__/answers.test.ts +5 -5
- package/src/__tests__/chat.test.ts +18 -18
- package/src/__tests__/clientauthentication.test.ts +1 -1
- package/src/__tests__/clientdocuments.test.ts +4 -4
- package/src/__tests__/clientsearch.test.ts +3 -3
- package/src/__tests__/clientshortcuts.test.ts +5 -5
- package/src/__tests__/collections.test.ts +8 -8
- package/src/__tests__/datasources.test.ts +2 -2
- package/src/__tests__/entities.test.ts +2 -2
- package/src/__tests__/indexingauthentication.test.ts +1 -1
- package/src/__tests__/indexingdocuments.test.ts +8 -8
- package/src/__tests__/indexingpeople.test.ts +2 -2
- package/src/__tests__/insights.test.ts +1 -1
- package/src/__tests__/messages.test.ts +1 -1
- package/src/__tests__/permissions.test.ts +12 -12
- package/src/__tests__/pins.test.ts +5 -5
- package/src/__tests__/search.test.ts +2 -2
- package/src/__tests__/verification.test.ts +3 -3
- package/src/funcs/clientActivityFeedback.ts +3 -3
- package/src/funcs/clientActivityReport.ts +3 -3
- package/src/funcs/clientAgentsList.ts +3 -3
- package/src/funcs/clientAgentsRetrieveInputs.ts +3 -3
- package/src/funcs/clientAgentsRun.ts +3 -3
- package/src/funcs/clientAnnouncementsCreate.ts +3 -3
- package/src/funcs/clientAnnouncementsDelete.ts +3 -3
- package/src/funcs/clientAnnouncementsUpdate.ts +3 -3
- package/src/funcs/clientAnswersCreate.ts +3 -3
- package/src/funcs/clientAnswersDelete.ts +3 -3
- package/src/funcs/clientAnswersList.ts +3 -3
- package/src/funcs/clientAnswersRetrieve.ts +3 -3
- package/src/funcs/clientAnswersUpdate.ts +3 -3
- package/src/funcs/clientAuthenticationCreateToken.ts +3 -3
- package/src/funcs/clientChatCreate.ts +3 -3
- package/src/funcs/clientChatCreateStream.ts +3 -3
- package/src/funcs/clientChatDelete.ts +3 -3
- package/src/funcs/clientChatDeleteAll.ts +3 -3
- package/src/funcs/clientChatDeleteFiles.ts +3 -3
- package/src/funcs/clientChatList.ts +3 -3
- package/src/funcs/clientChatRetrieve.ts +3 -3
- package/src/funcs/clientChatRetrieveApplication.ts +3 -3
- package/src/funcs/clientChatRetrieveFiles.ts +3 -3
- package/src/funcs/clientChatUploadFiles.ts +3 -3
- package/src/funcs/clientCollectionsAddItems.ts +3 -3
- package/src/funcs/clientCollectionsCreate.ts +3 -3
- package/src/funcs/clientCollectionsDelete.ts +3 -3
- package/src/funcs/clientCollectionsDeleteItem.ts +3 -3
- package/src/funcs/clientCollectionsList.ts +3 -3
- package/src/funcs/clientCollectionsRetrieve.ts +3 -3
- package/src/funcs/clientCollectionsUpdate.ts +3 -3
- package/src/funcs/clientCollectionsUpdateItem.ts +3 -3
- package/src/funcs/clientDocumentsRetrieve.ts +3 -3
- package/src/funcs/clientDocumentsRetrieveByFacets.ts +3 -3
- package/src/funcs/clientDocumentsRetrievePermissions.ts +3 -3
- package/src/funcs/clientDocumentsSummarize.ts +3 -3
- package/src/funcs/clientEntitiesList.ts +3 -3
- package/src/funcs/clientEntitiesReadPeople.ts +3 -3
- package/src/funcs/clientInsightsRetrieve.ts +3 -3
- package/src/funcs/clientMessagesRetrieve.ts +3 -3
- package/src/funcs/clientPinsCreate.ts +3 -3
- package/src/funcs/clientPinsList.ts +3 -3
- package/src/funcs/clientPinsRemove.ts +3 -3
- package/src/funcs/clientPinsRetrieve.ts +3 -3
- package/src/funcs/clientPinsUpdate.ts +3 -3
- package/src/funcs/{searchAutocomplete.ts → clientSearchAutocomplete.ts} +4 -4
- package/src/funcs/clientSearchQuery.ts +3 -3
- package/src/funcs/clientSearchQueryAsAdmin.ts +3 -3
- package/src/funcs/clientSearchRecommendations.ts +3 -3
- package/src/funcs/clientSearchRetrieveFeed.ts +3 -3
- package/src/funcs/clientShortcutsCreate.ts +3 -3
- package/src/funcs/clientShortcutsDelete.ts +3 -3
- package/src/funcs/clientShortcutsList.ts +3 -3
- package/src/funcs/clientShortcutsRetrieve.ts +3 -3
- package/src/funcs/clientShortcutsUpdate.ts +3 -3
- package/src/funcs/clientVerificationAddReminder.ts +3 -3
- package/src/funcs/clientVerificationList.ts +3 -3
- package/src/funcs/clientVerificationVerify.ts +3 -3
- package/src/funcs/indexingAuthenticationRotateToken.ts +3 -3
- package/src/funcs/indexingDatasourceStatus.ts +3 -3
- package/src/funcs/indexingDatasourcesAdd.ts +3 -3
- package/src/funcs/indexingDatasourcesRetrieveConfig.ts +3 -3
- package/src/funcs/indexingDocumentsAddOrUpdate.ts +3 -3
- package/src/funcs/indexingDocumentsBulkIndex.ts +3 -3
- package/src/funcs/indexingDocumentsCheckAccess.ts +3 -3
- package/src/funcs/indexingDocumentsCount.ts +3 -3
- package/src/funcs/indexingDocumentsDebug.ts +3 -3
- package/src/funcs/indexingDocumentsDebugMany.ts +3 -3
- package/src/funcs/indexingDocumentsDelete.ts +3 -3
- package/src/funcs/indexingDocumentsIndex.ts +3 -3
- package/src/funcs/indexingDocumentsProcessAll.ts +3 -3
- package/src/funcs/indexingDocumentsStatus.ts +3 -3
- package/src/funcs/indexingPeopleBulkIndex.ts +3 -3
- package/src/funcs/indexingPeopleBulkIndexTeams.ts +3 -3
- package/src/funcs/indexingPeopleCount.ts +3 -3
- package/src/funcs/indexingPeopleDebug.ts +3 -3
- package/src/funcs/indexingPeopleDelete.ts +3 -3
- package/src/funcs/indexingPeopleDeleteTeam.ts +3 -3
- package/src/funcs/indexingPeopleIndex.ts +3 -3
- package/src/funcs/indexingPeopleIndexTeam.ts +3 -3
- package/src/funcs/indexingPeopleProcessAllEmployeesAndTeams.ts +3 -3
- package/src/funcs/indexingPermissionsAuthorizeBetaUsers.ts +3 -3
- package/src/funcs/indexingPermissionsBulkIndexGroups.ts +3 -3
- package/src/funcs/indexingPermissionsBulkIndexMemberships.ts +3 -3
- package/src/funcs/indexingPermissionsBulkIndexUsers.ts +3 -3
- package/src/funcs/indexingPermissionsDeleteGroup.ts +3 -3
- package/src/funcs/indexingPermissionsDeleteMembership.ts +3 -3
- package/src/funcs/indexingPermissionsDeleteUser.ts +3 -3
- package/src/funcs/indexingPermissionsIndexGroup.ts +3 -3
- package/src/funcs/indexingPermissionsIndexMembership.ts +3 -3
- package/src/funcs/indexingPermissionsIndexUser.ts +3 -3
- package/src/funcs/indexingPermissionsProcessMemberships.ts +3 -3
- package/src/funcs/indexingPermissionsUpdatePermissions.ts +3 -3
- package/src/funcs/indexingShortcutsBulkIndex.ts +3 -3
- package/src/funcs/indexingShortcutsUpload.ts +3 -3
- package/src/lib/config.ts +3 -3
- package/src/lib/env.ts +2 -2
- package/src/lib/security.ts +1 -1
- package/src/models/components/calendarevent.ts +7 -0
- package/src/models/components/security.ts +6 -6
- package/src/react-query/{searchAutocomplete.ts → clientSearchAutocomplete.ts} +19 -18
- package/src/react-query/index.ts +1 -1
- package/src/sdk/client.ts +4 -4
- package/src/sdk/sdk.ts +0 -6
- package/src/sdk/search.ts +74 -2
- package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts +0 -16
- package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js +0 -123
- package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js.map +0 -1
- package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts +0 -16
- package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientAgentsAgentRun.js +0 -121
- package/dist/commonjs/funcs/clientAgentsAgentRun.js.map +0 -1
- package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatApplicationRetrieve.js +0 -123
- package/dist/commonjs/funcs/clientChatApplicationRetrieve.js.map +0 -1
- package/dist/commonjs/funcs/clientChatFilesDelete.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatFilesDelete.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatFilesDelete.js +0 -123
- package/dist/commonjs/funcs/clientChatFilesDelete.js.map +0 -1
- package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatFilesRetrieve.js +0 -123
- package/dist/commonjs/funcs/clientChatFilesRetrieve.js.map +0 -1
- package/dist/commonjs/funcs/clientChatFilesUpload.d.ts +0 -16
- package/dist/commonjs/funcs/clientChatFilesUpload.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientChatFilesUpload.js +0 -121
- package/dist/commonjs/funcs/clientChatFilesUpload.js.map +0 -1
- package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts +0 -16
- package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientCollectionsItemDelete.js +0 -112
- package/dist/commonjs/funcs/clientCollectionsItemDelete.js.map +0 -1
- package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts +0 -16
- package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientCollectionsItemUpdate.js +0 -112
- package/dist/commonjs/funcs/clientCollectionsItemUpdate.js.map +0 -1
- package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts +0 -16
- package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js +0 -112
- package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js.map +0 -1
- package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts +0 -17
- package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientSearchAdminQuery.js +0 -118
- package/dist/commonjs/funcs/clientSearchAdminQuery.js.map +0 -1
- package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts +0 -16
- package/dist/commonjs/funcs/clientSearchFeedRetrieve.js +0 -112
- package/dist/commonjs/funcs/clientSearchFeedRetrieve.js.map +0 -1
- package/dist/commonjs/funcs/clientShortcutsUpload.d.ts +0 -16
- package/dist/commonjs/funcs/clientShortcutsUpload.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientShortcutsUpload.js +0 -113
- package/dist/commonjs/funcs/clientShortcutsUpload.js.map +0 -1
- package/dist/commonjs/funcs/clientSummarizeGenerate.d.ts +0 -16
- package/dist/commonjs/funcs/clientSummarizeGenerate.d.ts.map +0 -1
- package/dist/commonjs/funcs/clientSummarizeGenerate.js +0 -112
- package/dist/commonjs/funcs/clientSummarizeGenerate.js.map +0 -1
- package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts +0 -16
- package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js +0 -112
- package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.js +0 -114
- package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +0 -130
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -130
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js +0 -126
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -18
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js +0 -127
- package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts +0 -20
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js +0 -116
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts +0 -20
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js +0 -116
- package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts +0 -20
- package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts.map +0 -1
- package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js +0 -116
- package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js.map +0 -1
- package/dist/commonjs/funcs/searchAutocomplete.d.ts.map +0 -1
- package/dist/commonjs/funcs/searchAutocomplete.js.map +0 -1
- package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts +0 -16
- package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts.map +0 -1
- package/dist/commonjs/funcs/shortcutsCreateshortcut.js +0 -112
- package/dist/commonjs/funcs/shortcutsCreateshortcut.js.map +0 -1
- package/dist/commonjs/funcs/verificationVerify.d.ts +0 -16
- package/dist/commonjs/funcs/verificationVerify.d.ts.map +0 -1
- package/dist/commonjs/funcs/verificationVerify.js +0 -112
- package/dist/commonjs/funcs/verificationVerify.js.map +0 -1
- package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts +0 -24
- package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js +0 -47
- package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js.map +0 -1
- package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts +0 -24
- package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientAgentsAgentRun.js +0 -47
- package/dist/commonjs/react-query/clientAgentsAgentRun.js.map +0 -1
- package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatApplicationRetrieve.js +0 -47
- package/dist/commonjs/react-query/clientChatApplicationRetrieve.js.map +0 -1
- package/dist/commonjs/react-query/clientChatFilesDelete.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatFilesDelete.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatFilesDelete.js +0 -47
- package/dist/commonjs/react-query/clientChatFilesDelete.js.map +0 -1
- package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatFilesRetrieve.js +0 -47
- package/dist/commonjs/react-query/clientChatFilesRetrieve.js.map +0 -1
- package/dist/commonjs/react-query/clientChatFilesUpload.d.ts +0 -24
- package/dist/commonjs/react-query/clientChatFilesUpload.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientChatFilesUpload.js +0 -47
- package/dist/commonjs/react-query/clientChatFilesUpload.js.map +0 -1
- package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts +0 -23
- package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientCollectionsItemDelete.js +0 -47
- package/dist/commonjs/react-query/clientCollectionsItemDelete.js.map +0 -1
- package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts +0 -23
- package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientCollectionsItemUpdate.js +0 -47
- package/dist/commonjs/react-query/clientCollectionsItemUpdate.js.map +0 -1
- package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts +0 -23
- package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js +0 -47
- package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js.map +0 -1
- package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts +0 -23
- package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientSearchAdminQuery.js +0 -47
- package/dist/commonjs/react-query/clientSearchAdminQuery.js.map +0 -1
- package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts +0 -23
- package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientSearchFeedRetrieve.js +0 -47
- package/dist/commonjs/react-query/clientShortcutsUpload.d.ts +0 -23
- package/dist/commonjs/react-query/clientShortcutsUpload.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientShortcutsUpload.js +0 -47
- package/dist/commonjs/react-query/clientShortcutsUpload.js.map +0 -1
- package/dist/commonjs/react-query/clientSummarizeGenerate.d.ts +0 -23
- package/dist/commonjs/react-query/clientSummarizeGenerate.d.ts.map +0 -1
- package/dist/commonjs/react-query/clientSummarizeGenerate.js +0 -47
- package/dist/commonjs/react-query/clientSummarizeGenerate.js.map +0 -1
- package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts +0 -23
- package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js +0 -47
- package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.d.ts +0 -25
- package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.js +0 -49
- package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -26
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +0 -49
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -26
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -49
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts +0 -25
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js +0 -49
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -26
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js +0 -49
- package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts +0 -27
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js +0 -51
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts +0 -27
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js +0 -51
- package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts +0 -27
- package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts.map +0 -1
- package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js +0 -51
- package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js.map +0 -1
- package/dist/commonjs/react-query/searchAutocomplete.d.ts +0 -23
- package/dist/commonjs/react-query/searchAutocomplete.d.ts.map +0 -1
- package/dist/commonjs/react-query/searchAutocomplete.js.map +0 -1
- package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts +0 -23
- package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts.map +0 -1
- package/dist/commonjs/react-query/shortcutsCreateshortcut.js +0 -47
- package/dist/commonjs/react-query/shortcutsCreateshortcut.js.map +0 -1
- package/dist/commonjs/react-query/verificationVerify.d.ts +0 -23
- package/dist/commonjs/react-query/verificationVerify.d.ts.map +0 -1
- package/dist/commonjs/react-query/verificationVerify.js +0 -47
- package/dist/commonjs/react-query/verificationVerify.js.map +0 -1
- package/dist/commonjs/sdk/agent.d.ts +0 -15
- package/dist/commonjs/sdk/agent.d.ts.map +0 -1
- package/dist/commonjs/sdk/agent.js +0 -26
- package/dist/commonjs/sdk/agent.js.map +0 -1
- package/dist/commonjs/sdk/application.d.ts +0 -12
- package/dist/commonjs/sdk/application.d.ts.map +0 -1
- package/dist/commonjs/sdk/application.js +0 -22
- package/dist/commonjs/sdk/application.js.map +0 -1
- package/dist/commonjs/sdk/clientsearch.d.ts +0 -33
- package/dist/commonjs/sdk/clientsearch.d.ts.map +0 -1
- package/dist/commonjs/sdk/clientsearch.js +0 -52
- package/dist/commonjs/sdk/clientsearch.js.map +0 -1
- package/dist/commonjs/sdk/clientverification.d.ts +0 -19
- package/dist/commonjs/sdk/clientverification.d.ts.map +0 -1
- package/dist/commonjs/sdk/clientverification.js +0 -32
- package/dist/commonjs/sdk/clientverification.js.map +0 -1
- package/dist/commonjs/sdk/config.d.ts +0 -12
- package/dist/commonjs/sdk/config.d.ts.map +0 -1
- package/dist/commonjs/sdk/config.js +0 -22
- package/dist/commonjs/sdk/config.js.map +0 -1
- package/dist/commonjs/sdk/datasourcedocuments.d.ts +0 -14
- package/dist/commonjs/sdk/datasourcedocuments.d.ts.map +0 -1
- package/dist/commonjs/sdk/datasourcedocuments.js +0 -24
- package/dist/commonjs/sdk/datasourcedocuments.js.map +0 -1
- package/dist/commonjs/sdk/document.d.ts +0 -14
- package/dist/commonjs/sdk/document.d.ts.map +0 -1
- package/dist/commonjs/sdk/document.js +0 -24
- package/dist/commonjs/sdk/document.js.map +0 -1
- package/dist/commonjs/sdk/documentspermissions.d.ts +0 -12
- package/dist/commonjs/sdk/documentspermissions.d.ts.map +0 -1
- package/dist/commonjs/sdk/documentspermissions.js +0 -22
- package/dist/commonjs/sdk/documentspermissions.js.map +0 -1
- package/dist/commonjs/sdk/feed.d.ts +0 -12
- package/dist/commonjs/sdk/feed.d.ts.map +0 -1
- package/dist/commonjs/sdk/feed.js +0 -22
- package/dist/commonjs/sdk/feed.js.map +0 -1
- package/dist/commonjs/sdk/files.d.ts +0 -26
- package/dist/commonjs/sdk/files.d.ts.map +0 -1
- package/dist/commonjs/sdk/files.js +0 -42
- package/dist/commonjs/sdk/files.js.map +0 -1
- package/dist/commonjs/sdk/indexingpermissions.d.ts +0 -89
- package/dist/commonjs/sdk/indexingpermissions.d.ts.map +0 -1
- package/dist/commonjs/sdk/indexingpermissions.js +0 -132
- package/dist/commonjs/sdk/indexingpermissions.js.map +0 -1
- package/dist/commonjs/sdk/inputs.d.ts +0 -12
- package/dist/commonjs/sdk/inputs.d.ts.map +0 -1
- package/dist/commonjs/sdk/inputs.js +0 -22
- package/dist/commonjs/sdk/inputs.js.map +0 -1
- package/dist/commonjs/sdk/item.d.ts +0 -19
- package/dist/commonjs/sdk/item.d.ts.map +0 -1
- package/dist/commonjs/sdk/item.js +0 -32
- package/dist/commonjs/sdk/item.js.map +0 -1
- package/dist/commonjs/sdk/shortcuts.d.ts +0 -12
- package/dist/commonjs/sdk/shortcuts.d.ts.map +0 -1
- package/dist/commonjs/sdk/shortcuts.js +0 -22
- package/dist/commonjs/sdk/shortcuts.js.map +0 -1
- package/dist/commonjs/sdk/summarize.d.ts +0 -12
- package/dist/commonjs/sdk/summarize.d.ts.map +0 -1
- package/dist/commonjs/sdk/summarize.js +0 -22
- package/dist/commonjs/sdk/summarize.js.map +0 -1
- package/dist/commonjs/sdk/troubleshooting.d.ts +0 -23
- package/dist/commonjs/sdk/troubleshooting.d.ts.map +0 -1
- package/dist/commonjs/sdk/troubleshooting.js +0 -36
- package/dist/commonjs/sdk/troubleshooting.js.map +0 -1
- package/dist/commonjs/sdk/troubleshootingdocuments.d.ts +0 -27
- package/dist/commonjs/sdk/troubleshootingdocuments.d.ts.map +0 -1
- package/dist/commonjs/sdk/troubleshootingdocuments.js +0 -40
- package/dist/commonjs/sdk/troubleshootingdocuments.js.map +0 -1
- package/dist/commonjs/sdk/user.d.ts +0 -14
- package/dist/commonjs/sdk/user.d.ts.map +0 -1
- package/dist/commonjs/sdk/user.js +0 -24
- package/dist/commonjs/sdk/user.js.map +0 -1
- package/dist/commonjs/sdk/users.d.ts +0 -16
- package/dist/commonjs/sdk/users.d.ts.map +0 -1
- package/dist/commonjs/sdk/users.js +0 -26
- package/dist/commonjs/sdk/users.js.map +0 -1
- package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts +0 -16
- package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
- package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js +0 -87
- package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js.map +0 -1
- package/dist/esm/funcs/clientAgentsAgentRun.d.ts +0 -16
- package/dist/esm/funcs/clientAgentsAgentRun.d.ts.map +0 -1
- package/dist/esm/funcs/clientAgentsAgentRun.js +0 -85
- package/dist/esm/funcs/clientAgentsAgentRun.js.map +0 -1
- package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts +0 -16
- package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatApplicationRetrieve.js +0 -87
- package/dist/esm/funcs/clientChatApplicationRetrieve.js.map +0 -1
- package/dist/esm/funcs/clientChatFilesDelete.d.ts +0 -16
- package/dist/esm/funcs/clientChatFilesDelete.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatFilesDelete.js +0 -87
- package/dist/esm/funcs/clientChatFilesDelete.js.map +0 -1
- package/dist/esm/funcs/clientChatFilesRetrieve.d.ts +0 -16
- package/dist/esm/funcs/clientChatFilesRetrieve.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatFilesRetrieve.js +0 -87
- package/dist/esm/funcs/clientChatFilesRetrieve.js.map +0 -1
- package/dist/esm/funcs/clientChatFilesUpload.d.ts +0 -16
- package/dist/esm/funcs/clientChatFilesUpload.d.ts.map +0 -1
- package/dist/esm/funcs/clientChatFilesUpload.js +0 -85
- package/dist/esm/funcs/clientChatFilesUpload.js.map +0 -1
- package/dist/esm/funcs/clientCollectionsItemDelete.d.ts +0 -16
- package/dist/esm/funcs/clientCollectionsItemDelete.d.ts.map +0 -1
- package/dist/esm/funcs/clientCollectionsItemDelete.js +0 -76
- package/dist/esm/funcs/clientCollectionsItemDelete.js.map +0 -1
- package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts +0 -16
- package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts.map +0 -1
- package/dist/esm/funcs/clientCollectionsItemUpdate.js +0 -76
- package/dist/esm/funcs/clientCollectionsItemUpdate.js.map +0 -1
- package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts +0 -16
- package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
- package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js +0 -76
- package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js.map +0 -1
- package/dist/esm/funcs/clientSearchAdminQuery.d.ts +0 -17
- package/dist/esm/funcs/clientSearchAdminQuery.d.ts.map +0 -1
- package/dist/esm/funcs/clientSearchAdminQuery.js +0 -82
- package/dist/esm/funcs/clientSearchAdminQuery.js.map +0 -1
- package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts +0 -16
- package/dist/esm/funcs/clientSearchFeedRetrieve.js +0 -76
- package/dist/esm/funcs/clientSearchFeedRetrieve.js.map +0 -1
- package/dist/esm/funcs/clientShortcutsUpload.d.ts +0 -16
- package/dist/esm/funcs/clientShortcutsUpload.d.ts.map +0 -1
- package/dist/esm/funcs/clientShortcutsUpload.js +0 -77
- package/dist/esm/funcs/clientShortcutsUpload.js.map +0 -1
- package/dist/esm/funcs/clientSummarizeGenerate.d.ts +0 -16
- package/dist/esm/funcs/clientSummarizeGenerate.d.ts.map +0 -1
- package/dist/esm/funcs/clientSummarizeGenerate.js +0 -76
- package/dist/esm/funcs/clientSummarizeGenerate.js.map +0 -1
- package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts +0 -16
- package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
- package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js +0 -76
- package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingCheckAccess.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingCheckAccess.js +0 -78
- package/dist/esm/funcs/indexingTroubleshootingCheckAccess.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +0 -94
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -94
- package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js +0 -90
- package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -18
- package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js +0 -91
- package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts +0 -20
- package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js +0 -80
- package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts +0 -20
- package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js +0 -80
- package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts +0 -20
- package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts.map +0 -1
- package/dist/esm/funcs/indexingTroubleshootingUsersCount.js +0 -80
- package/dist/esm/funcs/indexingTroubleshootingUsersCount.js.map +0 -1
- package/dist/esm/funcs/searchAutocomplete.d.ts.map +0 -1
- package/dist/esm/funcs/searchAutocomplete.js.map +0 -1
- package/dist/esm/funcs/shortcutsCreateshortcut.d.ts +0 -16
- package/dist/esm/funcs/shortcutsCreateshortcut.d.ts.map +0 -1
- package/dist/esm/funcs/shortcutsCreateshortcut.js +0 -76
- package/dist/esm/funcs/shortcutsCreateshortcut.js.map +0 -1
- package/dist/esm/funcs/verificationVerify.d.ts +0 -16
- package/dist/esm/funcs/verificationVerify.d.ts.map +0 -1
- package/dist/esm/funcs/verificationVerify.js +0 -76
- package/dist/esm/funcs/verificationVerify.js.map +0 -1
- package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts +0 -24
- package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
- package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js +0 -42
- package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js.map +0 -1
- package/dist/esm/react-query/clientAgentsAgentRun.d.ts +0 -24
- package/dist/esm/react-query/clientAgentsAgentRun.d.ts.map +0 -1
- package/dist/esm/react-query/clientAgentsAgentRun.js +0 -42
- package/dist/esm/react-query/clientAgentsAgentRun.js.map +0 -1
- package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts +0 -24
- package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatApplicationRetrieve.js +0 -42
- package/dist/esm/react-query/clientChatApplicationRetrieve.js.map +0 -1
- package/dist/esm/react-query/clientChatFilesDelete.d.ts +0 -24
- package/dist/esm/react-query/clientChatFilesDelete.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatFilesDelete.js +0 -42
- package/dist/esm/react-query/clientChatFilesDelete.js.map +0 -1
- package/dist/esm/react-query/clientChatFilesRetrieve.d.ts +0 -24
- package/dist/esm/react-query/clientChatFilesRetrieve.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatFilesRetrieve.js +0 -42
- package/dist/esm/react-query/clientChatFilesRetrieve.js.map +0 -1
- package/dist/esm/react-query/clientChatFilesUpload.d.ts +0 -24
- package/dist/esm/react-query/clientChatFilesUpload.d.ts.map +0 -1
- package/dist/esm/react-query/clientChatFilesUpload.js +0 -42
- package/dist/esm/react-query/clientChatFilesUpload.js.map +0 -1
- package/dist/esm/react-query/clientCollectionsItemDelete.d.ts +0 -23
- package/dist/esm/react-query/clientCollectionsItemDelete.d.ts.map +0 -1
- package/dist/esm/react-query/clientCollectionsItemDelete.js +0 -42
- package/dist/esm/react-query/clientCollectionsItemDelete.js.map +0 -1
- package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts +0 -23
- package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts.map +0 -1
- package/dist/esm/react-query/clientCollectionsItemUpdate.js +0 -42
- package/dist/esm/react-query/clientCollectionsItemUpdate.js.map +0 -1
- package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts +0 -23
- package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
- package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js +0 -42
- package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js.map +0 -1
- package/dist/esm/react-query/clientSearchAdminQuery.d.ts +0 -23
- package/dist/esm/react-query/clientSearchAdminQuery.d.ts.map +0 -1
- package/dist/esm/react-query/clientSearchAdminQuery.js +0 -42
- package/dist/esm/react-query/clientSearchAdminQuery.js.map +0 -1
- package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts +0 -23
- package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts.map +0 -1
- package/dist/esm/react-query/clientSearchFeedRetrieve.js +0 -42
- package/dist/esm/react-query/clientShortcutsUpload.d.ts +0 -23
- package/dist/esm/react-query/clientShortcutsUpload.d.ts.map +0 -1
- package/dist/esm/react-query/clientShortcutsUpload.js +0 -42
- package/dist/esm/react-query/clientShortcutsUpload.js.map +0 -1
- package/dist/esm/react-query/clientSummarizeGenerate.d.ts +0 -23
- package/dist/esm/react-query/clientSummarizeGenerate.d.ts.map +0 -1
- package/dist/esm/react-query/clientSummarizeGenerate.js +0 -42
- package/dist/esm/react-query/clientSummarizeGenerate.js.map +0 -1
- package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts +0 -23
- package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
- package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js +0 -42
- package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingCheckAccess.d.ts +0 -25
- package/dist/esm/react-query/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingCheckAccess.js +0 -44
- package/dist/esm/react-query/indexingTroubleshootingCheckAccess.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -26
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +0 -44
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -26
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -44
- package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts +0 -25
- package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js +0 -44
- package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -26
- package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js +0 -44
- package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts +0 -27
- package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js +0 -46
- package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts +0 -27
- package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js +0 -46
- package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts +0 -27
- package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts.map +0 -1
- package/dist/esm/react-query/indexingTroubleshootingUsersCount.js +0 -46
- package/dist/esm/react-query/indexingTroubleshootingUsersCount.js.map +0 -1
- package/dist/esm/react-query/searchAutocomplete.d.ts +0 -23
- package/dist/esm/react-query/searchAutocomplete.d.ts.map +0 -1
- package/dist/esm/react-query/searchAutocomplete.js.map +0 -1
- package/dist/esm/react-query/shortcutsCreateshortcut.d.ts +0 -23
- package/dist/esm/react-query/shortcutsCreateshortcut.d.ts.map +0 -1
- package/dist/esm/react-query/shortcutsCreateshortcut.js +0 -42
- package/dist/esm/react-query/shortcutsCreateshortcut.js.map +0 -1
- package/dist/esm/react-query/verificationVerify.d.ts +0 -23
- package/dist/esm/react-query/verificationVerify.d.ts.map +0 -1
- package/dist/esm/react-query/verificationVerify.js +0 -42
- package/dist/esm/react-query/verificationVerify.js.map +0 -1
- package/dist/esm/sdk/agent.d.ts +0 -15
- package/dist/esm/sdk/agent.d.ts.map +0 -1
- package/dist/esm/sdk/agent.js +0 -22
- package/dist/esm/sdk/agent.js.map +0 -1
- package/dist/esm/sdk/application.d.ts +0 -12
- package/dist/esm/sdk/application.d.ts.map +0 -1
- package/dist/esm/sdk/application.js +0 -18
- package/dist/esm/sdk/application.js.map +0 -1
- package/dist/esm/sdk/clientsearch.d.ts +0 -33
- package/dist/esm/sdk/clientsearch.d.ts.map +0 -1
- package/dist/esm/sdk/clientsearch.js +0 -48
- package/dist/esm/sdk/clientsearch.js.map +0 -1
- package/dist/esm/sdk/clientverification.d.ts +0 -19
- package/dist/esm/sdk/clientverification.d.ts.map +0 -1
- package/dist/esm/sdk/clientverification.js +0 -28
- package/dist/esm/sdk/clientverification.js.map +0 -1
- package/dist/esm/sdk/config.d.ts +0 -12
- package/dist/esm/sdk/config.d.ts.map +0 -1
- package/dist/esm/sdk/config.js +0 -18
- package/dist/esm/sdk/config.js.map +0 -1
- package/dist/esm/sdk/datasourcedocuments.d.ts +0 -14
- package/dist/esm/sdk/datasourcedocuments.d.ts.map +0 -1
- package/dist/esm/sdk/datasourcedocuments.js +0 -20
- package/dist/esm/sdk/datasourcedocuments.js.map +0 -1
- package/dist/esm/sdk/document.d.ts +0 -14
- package/dist/esm/sdk/document.d.ts.map +0 -1
- package/dist/esm/sdk/document.js +0 -20
- package/dist/esm/sdk/document.js.map +0 -1
- package/dist/esm/sdk/documentspermissions.d.ts +0 -12
- package/dist/esm/sdk/documentspermissions.d.ts.map +0 -1
- package/dist/esm/sdk/documentspermissions.js +0 -18
- package/dist/esm/sdk/documentspermissions.js.map +0 -1
- package/dist/esm/sdk/feed.d.ts +0 -12
- package/dist/esm/sdk/feed.d.ts.map +0 -1
- package/dist/esm/sdk/feed.js +0 -18
- package/dist/esm/sdk/feed.js.map +0 -1
- package/dist/esm/sdk/files.d.ts +0 -26
- package/dist/esm/sdk/files.d.ts.map +0 -1
- package/dist/esm/sdk/files.js +0 -38
- package/dist/esm/sdk/files.js.map +0 -1
- package/dist/esm/sdk/indexingpermissions.d.ts +0 -89
- package/dist/esm/sdk/indexingpermissions.d.ts.map +0 -1
- package/dist/esm/sdk/indexingpermissions.js +0 -128
- package/dist/esm/sdk/indexingpermissions.js.map +0 -1
- package/dist/esm/sdk/inputs.d.ts +0 -12
- package/dist/esm/sdk/inputs.d.ts.map +0 -1
- package/dist/esm/sdk/inputs.js +0 -18
- package/dist/esm/sdk/inputs.js.map +0 -1
- package/dist/esm/sdk/item.d.ts +0 -19
- package/dist/esm/sdk/item.d.ts.map +0 -1
- package/dist/esm/sdk/item.js +0 -28
- package/dist/esm/sdk/item.js.map +0 -1
- package/dist/esm/sdk/shortcuts.d.ts +0 -12
- package/dist/esm/sdk/shortcuts.d.ts.map +0 -1
- package/dist/esm/sdk/shortcuts.js +0 -18
- package/dist/esm/sdk/shortcuts.js.map +0 -1
- package/dist/esm/sdk/summarize.d.ts +0 -12
- package/dist/esm/sdk/summarize.d.ts.map +0 -1
- package/dist/esm/sdk/summarize.js +0 -18
- package/dist/esm/sdk/summarize.js.map +0 -1
- package/dist/esm/sdk/troubleshooting.d.ts +0 -23
- package/dist/esm/sdk/troubleshooting.d.ts.map +0 -1
- package/dist/esm/sdk/troubleshooting.js +0 -32
- package/dist/esm/sdk/troubleshooting.js.map +0 -1
- package/dist/esm/sdk/troubleshootingdocuments.d.ts +0 -27
- package/dist/esm/sdk/troubleshootingdocuments.d.ts.map +0 -1
- package/dist/esm/sdk/troubleshootingdocuments.js +0 -36
- package/dist/esm/sdk/troubleshootingdocuments.js.map +0 -1
- package/dist/esm/sdk/user.d.ts +0 -14
- package/dist/esm/sdk/user.d.ts.map +0 -1
- package/dist/esm/sdk/user.js +0 -20
- package/dist/esm/sdk/user.js.map +0 -1
- package/dist/esm/sdk/users.d.ts +0 -16
- package/dist/esm/sdk/users.d.ts.map +0 -1
- package/dist/esm/sdk/users.js +0 -22
- package/dist/esm/sdk/users.js.map +0 -1
- package/docs/sdks/agent/README.md +0 -98
- package/docs/sdks/application/README.md +0 -102
- package/docs/sdks/clientsearch/README.md +0 -1489
- package/docs/sdks/clientverification/README.md +0 -191
- package/docs/sdks/config/README.md +0 -101
- package/docs/sdks/datasourcedocuments/README.md +0 -124
- package/docs/sdks/document/README.md +0 -108
- package/docs/sdks/documentspermissions/README.md +0 -97
- package/docs/sdks/feed/README.md +0 -97
- package/docs/sdks/files/README.md +0 -300
- package/docs/sdks/indexingpermissions/README.md +0 -1208
- package/docs/sdks/inputs/README.md +0 -98
- package/docs/sdks/item/README.md +0 -199
- package/docs/sdks/shortcuts/README.md +0 -223
- package/docs/sdks/summarize/README.md +0 -107
- package/docs/sdks/troubleshooting/README.md +0 -110
- package/docs/sdks/troubleshootingdocuments/README.md +0 -209
- package/docs/sdks/user/README.md +0 -106
- package/docs/sdks/users/README.md +0 -106
- package/src/funcs/clientAgentsAgentInputsRetrieve.ts +0 -170
- package/src/funcs/clientAgentsAgentRun.ts +0 -168
- package/src/funcs/clientChatApplicationRetrieve.ts +0 -170
- package/src/funcs/clientChatFilesDelete.ts +0 -171
- package/src/funcs/clientChatFilesRetrieve.ts +0 -170
- package/src/funcs/clientChatFilesUpload.ts +0 -169
- package/src/funcs/clientCollectionsItemDelete.ts +0 -155
- package/src/funcs/clientCollectionsItemUpdate.ts +0 -154
- package/src/funcs/clientDocumentsPermissionsRetrieve.ts +0 -154
- package/src/funcs/clientSearchAdminQuery.ts +0 -165
- package/src/funcs/clientSearchFeedRetrieve.ts +0 -154
- package/src/funcs/clientShortcutsUpload.ts +0 -155
- package/src/funcs/clientSummarizeGenerate.ts +0 -154
- package/src/funcs/indexingDatasourcesConfigRetrieve.ts +0 -155
- package/src/funcs/indexingTroubleshootingCheckAccess.ts +0 -157
- package/src/funcs/indexingTroubleshootingDatasourceDocumentDebug.ts +0 -180
- package/src/funcs/indexingTroubleshootingDatasourceDocumentsDebug.ts +0 -180
- package/src/funcs/indexingTroubleshootingDatasourceStatus.ts +0 -173
- package/src/funcs/indexingTroubleshootingDatasourceUserDebug.ts +0 -177
- package/src/funcs/indexingTroubleshootingDocumentsCount.ts +0 -158
- package/src/funcs/indexingTroubleshootingDocumentsStatus.ts +0 -158
- package/src/funcs/indexingTroubleshootingUsersCount.ts +0 -158
- package/src/funcs/shortcutsCreateshortcut.ts +0 -154
- package/src/funcs/verificationVerify.ts +0 -154
- package/src/react-query/clientAgentsAgentInputsRetrieve.ts +0 -92
- package/src/react-query/clientAgentsAgentRun.ts +0 -91
- package/src/react-query/clientChatApplicationRetrieve.ts +0 -92
- package/src/react-query/clientChatFilesDelete.ts +0 -91
- package/src/react-query/clientChatFilesRetrieve.ts +0 -92
- package/src/react-query/clientChatFilesUpload.ts +0 -92
- package/src/react-query/clientCollectionsItemDelete.ts +0 -89
- package/src/react-query/clientCollectionsItemUpdate.ts +0 -89
- package/src/react-query/clientDocumentsPermissionsRetrieve.ts +0 -89
- package/src/react-query/clientSearchAdminQuery.ts +0 -88
- package/src/react-query/clientSearchFeedRetrieve.ts +0 -88
- package/src/react-query/clientShortcutsUpload.ts +0 -88
- package/src/react-query/clientSummarizeGenerate.ts +0 -88
- package/src/react-query/indexingDatasourcesConfigRetrieve.ts +0 -89
- package/src/react-query/indexingTroubleshootingCheckAccess.ts +0 -91
- package/src/react-query/indexingTroubleshootingDatasourceDocumentDebug.ts +0 -98
- package/src/react-query/indexingTroubleshootingDatasourceDocumentsDebug.ts +0 -98
- package/src/react-query/indexingTroubleshootingDatasourceStatus.ts +0 -91
- package/src/react-query/indexingTroubleshootingDatasourceUserDebug.ts +0 -94
- package/src/react-query/indexingTroubleshootingDocumentsCount.ts +0 -93
- package/src/react-query/indexingTroubleshootingDocumentsStatus.ts +0 -93
- package/src/react-query/indexingTroubleshootingUsersCount.ts +0 -93
- package/src/react-query/shortcutsCreateshortcut.ts +0 -89
- package/src/react-query/verificationVerify.ts +0 -88
- package/src/sdk/agent.ts +0 -35
- package/src/sdk/application.ts +0 -29
- package/src/sdk/clientsearch.ts +0 -81
- package/src/sdk/clientverification.ts +0 -45
- package/src/sdk/config.ts +0 -27
- package/src/sdk/datasourcedocuments.ts +0 -31
- package/src/sdk/document.ts +0 -31
- package/src/sdk/documentspermissions.ts +0 -27
- package/src/sdk/feed.ts +0 -27
- package/src/sdk/files.ts +0 -69
- package/src/sdk/indexingpermissions.ts +0 -225
- package/src/sdk/inputs.ts +0 -29
- package/src/sdk/item.ts +0 -45
- package/src/sdk/shortcuts.ts +0 -27
- package/src/sdk/summarize.ts +0 -27
- package/src/sdk/troubleshooting.ts +0 -47
- package/src/sdk/troubleshootingdocuments.ts +0 -53
- package/src/sdk/user.ts +0 -31
- package/src/sdk/users.ts +0 -31
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import { GleanCore } from "../core.js";
|
|
6
|
-
import { encodeJSON } from "../lib/encodings.js";
|
|
7
|
-
import * as M from "../lib/matchers.js";
|
|
8
|
-
import { compactMap } from "../lib/primitives.js";
|
|
9
|
-
import { safeParse } from "../lib/schemas.js";
|
|
10
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
11
|
-
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
12
|
-
import { pathToFunc } from "../lib/url.js";
|
|
13
|
-
import * as components from "../models/components/index.js";
|
|
14
|
-
import { GleanError } from "../models/errors/gleanerror.js";
|
|
15
|
-
import {
|
|
16
|
-
ConnectionError,
|
|
17
|
-
InvalidRequestError,
|
|
18
|
-
RequestAbortedError,
|
|
19
|
-
RequestTimeoutError,
|
|
20
|
-
UnexpectedClientError,
|
|
21
|
-
} from "../models/errors/httpclienterrors.js";
|
|
22
|
-
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
23
|
-
import { APICall, APIPromise } from "../types/async.js";
|
|
24
|
-
import { Result } from "../types/fp.js";
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Get document upload and indexing status
|
|
28
|
-
*
|
|
29
|
-
* @remarks
|
|
30
|
-
* Intended for debugging/validation. Fetches the current upload and indexing status of documents.
|
|
31
|
-
*
|
|
32
|
-
* Tip: Use [/debug/{datasource}/document](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-document) for richer information.
|
|
33
|
-
*
|
|
34
|
-
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
|
-
*/
|
|
36
|
-
export function indexingTroubleshootingDocumentsStatus(
|
|
37
|
-
client: GleanCore,
|
|
38
|
-
request: components.GetDocumentStatusRequest,
|
|
39
|
-
options?: RequestOptions,
|
|
40
|
-
): APIPromise<
|
|
41
|
-
Result<
|
|
42
|
-
components.GetDocumentStatusResponse,
|
|
43
|
-
| GleanError
|
|
44
|
-
| SDKValidationError
|
|
45
|
-
| UnexpectedClientError
|
|
46
|
-
| InvalidRequestError
|
|
47
|
-
| RequestAbortedError
|
|
48
|
-
| RequestTimeoutError
|
|
49
|
-
| ConnectionError
|
|
50
|
-
>
|
|
51
|
-
> {
|
|
52
|
-
return new APIPromise($do(
|
|
53
|
-
client,
|
|
54
|
-
request,
|
|
55
|
-
options,
|
|
56
|
-
));
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
async function $do(
|
|
60
|
-
client: GleanCore,
|
|
61
|
-
request: components.GetDocumentStatusRequest,
|
|
62
|
-
options?: RequestOptions,
|
|
63
|
-
): Promise<
|
|
64
|
-
[
|
|
65
|
-
Result<
|
|
66
|
-
components.GetDocumentStatusResponse,
|
|
67
|
-
| GleanError
|
|
68
|
-
| SDKValidationError
|
|
69
|
-
| UnexpectedClientError
|
|
70
|
-
| InvalidRequestError
|
|
71
|
-
| RequestAbortedError
|
|
72
|
-
| RequestTimeoutError
|
|
73
|
-
| ConnectionError
|
|
74
|
-
>,
|
|
75
|
-
APICall,
|
|
76
|
-
]
|
|
77
|
-
> {
|
|
78
|
-
const parsed = safeParse(
|
|
79
|
-
request,
|
|
80
|
-
(value) => components.GetDocumentStatusRequest$outboundSchema.parse(value),
|
|
81
|
-
"Input validation failed",
|
|
82
|
-
);
|
|
83
|
-
if (!parsed.ok) {
|
|
84
|
-
return [parsed, { status: "invalid" }];
|
|
85
|
-
}
|
|
86
|
-
const payload = parsed.value;
|
|
87
|
-
const body = encodeJSON("body", payload, { explode: true });
|
|
88
|
-
|
|
89
|
-
const path = pathToFunc("/api/index/v1/getdocumentstatus")();
|
|
90
|
-
|
|
91
|
-
const headers = new Headers(compactMap({
|
|
92
|
-
"Content-Type": "application/json",
|
|
93
|
-
Accept: "application/json",
|
|
94
|
-
}));
|
|
95
|
-
|
|
96
|
-
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
97
|
-
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
98
|
-
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
99
|
-
|
|
100
|
-
const context = {
|
|
101
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
102
|
-
operationID: "post_/api/index/v1/getdocumentstatus",
|
|
103
|
-
oAuth2Scopes: [],
|
|
104
|
-
|
|
105
|
-
resolvedSecurity: requestSecurity,
|
|
106
|
-
|
|
107
|
-
securitySource: client._options.bearerAuth,
|
|
108
|
-
retryConfig: options?.retries
|
|
109
|
-
|| client._options.retryConfig
|
|
110
|
-
|| { strategy: "none" },
|
|
111
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
const requestRes = client._createRequest(context, {
|
|
115
|
-
security: requestSecurity,
|
|
116
|
-
method: "POST",
|
|
117
|
-
baseURL: options?.serverURL,
|
|
118
|
-
path: path,
|
|
119
|
-
headers: headers,
|
|
120
|
-
body: body,
|
|
121
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
122
|
-
}, options);
|
|
123
|
-
if (!requestRes.ok) {
|
|
124
|
-
return [requestRes, { status: "invalid" }];
|
|
125
|
-
}
|
|
126
|
-
const req = requestRes.value;
|
|
127
|
-
|
|
128
|
-
const doResult = await client._do(req, {
|
|
129
|
-
context,
|
|
130
|
-
errorCodes: ["400", "401", "429", "4XX", "5XX"],
|
|
131
|
-
retryConfig: context.retryConfig,
|
|
132
|
-
retryCodes: context.retryCodes,
|
|
133
|
-
});
|
|
134
|
-
if (!doResult.ok) {
|
|
135
|
-
return [doResult, { status: "request-error", request: req }];
|
|
136
|
-
}
|
|
137
|
-
const response = doResult.value;
|
|
138
|
-
|
|
139
|
-
const [result] = await M.match<
|
|
140
|
-
components.GetDocumentStatusResponse,
|
|
141
|
-
| GleanError
|
|
142
|
-
| SDKValidationError
|
|
143
|
-
| UnexpectedClientError
|
|
144
|
-
| InvalidRequestError
|
|
145
|
-
| RequestAbortedError
|
|
146
|
-
| RequestTimeoutError
|
|
147
|
-
| ConnectionError
|
|
148
|
-
>(
|
|
149
|
-
M.json(200, components.GetDocumentStatusResponse$inboundSchema),
|
|
150
|
-
M.fail([400, 401, 429, "4XX"]),
|
|
151
|
-
M.fail("5XX"),
|
|
152
|
-
)(response);
|
|
153
|
-
if (!result.ok) {
|
|
154
|
-
return [result, { status: "complete", request: req, response }];
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
return [result, { status: "complete", request: req, response }];
|
|
158
|
-
}
|
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import { GleanCore } from "../core.js";
|
|
6
|
-
import { encodeJSON } from "../lib/encodings.js";
|
|
7
|
-
import * as M from "../lib/matchers.js";
|
|
8
|
-
import { compactMap } from "../lib/primitives.js";
|
|
9
|
-
import { safeParse } from "../lib/schemas.js";
|
|
10
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
11
|
-
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
12
|
-
import { pathToFunc } from "../lib/url.js";
|
|
13
|
-
import * as components from "../models/components/index.js";
|
|
14
|
-
import { GleanError } from "../models/errors/gleanerror.js";
|
|
15
|
-
import {
|
|
16
|
-
ConnectionError,
|
|
17
|
-
InvalidRequestError,
|
|
18
|
-
RequestAbortedError,
|
|
19
|
-
RequestTimeoutError,
|
|
20
|
-
UnexpectedClientError,
|
|
21
|
-
} from "../models/errors/httpclienterrors.js";
|
|
22
|
-
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
23
|
-
import { APICall, APIPromise } from "../types/async.js";
|
|
24
|
-
import { Result } from "../types/fp.js";
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Get user count
|
|
28
|
-
*
|
|
29
|
-
* @remarks
|
|
30
|
-
* Fetches user count for the specified custom datasource.
|
|
31
|
-
*
|
|
32
|
-
* Tip: Use [/debug/{datasource}/status](https://developers.glean.com/docs/indexing_api/indexing_api_troubleshooting/#debug-datasource-status) for richer information.
|
|
33
|
-
*
|
|
34
|
-
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
|
-
*/
|
|
36
|
-
export function indexingTroubleshootingUsersCount(
|
|
37
|
-
client: GleanCore,
|
|
38
|
-
request: components.GetUserCountRequest,
|
|
39
|
-
options?: RequestOptions,
|
|
40
|
-
): APIPromise<
|
|
41
|
-
Result<
|
|
42
|
-
components.GetUserCountResponse,
|
|
43
|
-
| GleanError
|
|
44
|
-
| SDKValidationError
|
|
45
|
-
| UnexpectedClientError
|
|
46
|
-
| InvalidRequestError
|
|
47
|
-
| RequestAbortedError
|
|
48
|
-
| RequestTimeoutError
|
|
49
|
-
| ConnectionError
|
|
50
|
-
>
|
|
51
|
-
> {
|
|
52
|
-
return new APIPromise($do(
|
|
53
|
-
client,
|
|
54
|
-
request,
|
|
55
|
-
options,
|
|
56
|
-
));
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
async function $do(
|
|
60
|
-
client: GleanCore,
|
|
61
|
-
request: components.GetUserCountRequest,
|
|
62
|
-
options?: RequestOptions,
|
|
63
|
-
): Promise<
|
|
64
|
-
[
|
|
65
|
-
Result<
|
|
66
|
-
components.GetUserCountResponse,
|
|
67
|
-
| GleanError
|
|
68
|
-
| SDKValidationError
|
|
69
|
-
| UnexpectedClientError
|
|
70
|
-
| InvalidRequestError
|
|
71
|
-
| RequestAbortedError
|
|
72
|
-
| RequestTimeoutError
|
|
73
|
-
| ConnectionError
|
|
74
|
-
>,
|
|
75
|
-
APICall,
|
|
76
|
-
]
|
|
77
|
-
> {
|
|
78
|
-
const parsed = safeParse(
|
|
79
|
-
request,
|
|
80
|
-
(value) => components.GetUserCountRequest$outboundSchema.parse(value),
|
|
81
|
-
"Input validation failed",
|
|
82
|
-
);
|
|
83
|
-
if (!parsed.ok) {
|
|
84
|
-
return [parsed, { status: "invalid" }];
|
|
85
|
-
}
|
|
86
|
-
const payload = parsed.value;
|
|
87
|
-
const body = encodeJSON("body", payload, { explode: true });
|
|
88
|
-
|
|
89
|
-
const path = pathToFunc("/api/index/v1/getusercount")();
|
|
90
|
-
|
|
91
|
-
const headers = new Headers(compactMap({
|
|
92
|
-
"Content-Type": "application/json",
|
|
93
|
-
Accept: "application/json",
|
|
94
|
-
}));
|
|
95
|
-
|
|
96
|
-
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
97
|
-
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
98
|
-
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
99
|
-
|
|
100
|
-
const context = {
|
|
101
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
102
|
-
operationID: "post_/api/index/v1/getusercount",
|
|
103
|
-
oAuth2Scopes: [],
|
|
104
|
-
|
|
105
|
-
resolvedSecurity: requestSecurity,
|
|
106
|
-
|
|
107
|
-
securitySource: client._options.bearerAuth,
|
|
108
|
-
retryConfig: options?.retries
|
|
109
|
-
|| client._options.retryConfig
|
|
110
|
-
|| { strategy: "none" },
|
|
111
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
const requestRes = client._createRequest(context, {
|
|
115
|
-
security: requestSecurity,
|
|
116
|
-
method: "POST",
|
|
117
|
-
baseURL: options?.serverURL,
|
|
118
|
-
path: path,
|
|
119
|
-
headers: headers,
|
|
120
|
-
body: body,
|
|
121
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
122
|
-
}, options);
|
|
123
|
-
if (!requestRes.ok) {
|
|
124
|
-
return [requestRes, { status: "invalid" }];
|
|
125
|
-
}
|
|
126
|
-
const req = requestRes.value;
|
|
127
|
-
|
|
128
|
-
const doResult = await client._do(req, {
|
|
129
|
-
context,
|
|
130
|
-
errorCodes: ["400", "401", "409", "4XX", "5XX"],
|
|
131
|
-
retryConfig: context.retryConfig,
|
|
132
|
-
retryCodes: context.retryCodes,
|
|
133
|
-
});
|
|
134
|
-
if (!doResult.ok) {
|
|
135
|
-
return [doResult, { status: "request-error", request: req }];
|
|
136
|
-
}
|
|
137
|
-
const response = doResult.value;
|
|
138
|
-
|
|
139
|
-
const [result] = await M.match<
|
|
140
|
-
components.GetUserCountResponse,
|
|
141
|
-
| GleanError
|
|
142
|
-
| SDKValidationError
|
|
143
|
-
| UnexpectedClientError
|
|
144
|
-
| InvalidRequestError
|
|
145
|
-
| RequestAbortedError
|
|
146
|
-
| RequestTimeoutError
|
|
147
|
-
| ConnectionError
|
|
148
|
-
>(
|
|
149
|
-
M.json(200, components.GetUserCountResponse$inboundSchema),
|
|
150
|
-
M.fail([400, 401, 409, "4XX"]),
|
|
151
|
-
M.fail("5XX"),
|
|
152
|
-
)(response);
|
|
153
|
-
if (!result.ok) {
|
|
154
|
-
return [result, { status: "complete", request: req, response }];
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
return [result, { status: "complete", request: req, response }];
|
|
158
|
-
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import { GleanCore } from "../core.js";
|
|
6
|
-
import { encodeJSON } from "../lib/encodings.js";
|
|
7
|
-
import * as M from "../lib/matchers.js";
|
|
8
|
-
import { compactMap } from "../lib/primitives.js";
|
|
9
|
-
import { safeParse } from "../lib/schemas.js";
|
|
10
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
11
|
-
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
12
|
-
import { pathToFunc } from "../lib/url.js";
|
|
13
|
-
import * as components from "../models/components/index.js";
|
|
14
|
-
import { GleanError } from "../models/errors/gleanerror.js";
|
|
15
|
-
import {
|
|
16
|
-
ConnectionError,
|
|
17
|
-
InvalidRequestError,
|
|
18
|
-
RequestAbortedError,
|
|
19
|
-
RequestTimeoutError,
|
|
20
|
-
UnexpectedClientError,
|
|
21
|
-
} from "../models/errors/httpclienterrors.js";
|
|
22
|
-
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
23
|
-
import { APICall, APIPromise } from "../types/async.js";
|
|
24
|
-
import { Result } from "../types/fp.js";
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Create shortcut
|
|
28
|
-
*
|
|
29
|
-
* @remarks
|
|
30
|
-
* Create a user-generated shortcut that contains an alias and destination URL.
|
|
31
|
-
*/
|
|
32
|
-
export function shortcutsCreateshortcut(
|
|
33
|
-
client: GleanCore,
|
|
34
|
-
request: components.CreateShortcutRequest,
|
|
35
|
-
options?: RequestOptions,
|
|
36
|
-
): APIPromise<
|
|
37
|
-
Result<
|
|
38
|
-
components.CreateShortcutResponse,
|
|
39
|
-
| GleanError
|
|
40
|
-
| SDKValidationError
|
|
41
|
-
| UnexpectedClientError
|
|
42
|
-
| InvalidRequestError
|
|
43
|
-
| RequestAbortedError
|
|
44
|
-
| RequestTimeoutError
|
|
45
|
-
| ConnectionError
|
|
46
|
-
>
|
|
47
|
-
> {
|
|
48
|
-
return new APIPromise($do(
|
|
49
|
-
client,
|
|
50
|
-
request,
|
|
51
|
-
options,
|
|
52
|
-
));
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
async function $do(
|
|
56
|
-
client: GleanCore,
|
|
57
|
-
request: components.CreateShortcutRequest,
|
|
58
|
-
options?: RequestOptions,
|
|
59
|
-
): Promise<
|
|
60
|
-
[
|
|
61
|
-
Result<
|
|
62
|
-
components.CreateShortcutResponse,
|
|
63
|
-
| GleanError
|
|
64
|
-
| SDKValidationError
|
|
65
|
-
| UnexpectedClientError
|
|
66
|
-
| InvalidRequestError
|
|
67
|
-
| RequestAbortedError
|
|
68
|
-
| RequestTimeoutError
|
|
69
|
-
| ConnectionError
|
|
70
|
-
>,
|
|
71
|
-
APICall,
|
|
72
|
-
]
|
|
73
|
-
> {
|
|
74
|
-
const parsed = safeParse(
|
|
75
|
-
request,
|
|
76
|
-
(value) => components.CreateShortcutRequest$outboundSchema.parse(value),
|
|
77
|
-
"Input validation failed",
|
|
78
|
-
);
|
|
79
|
-
if (!parsed.ok) {
|
|
80
|
-
return [parsed, { status: "invalid" }];
|
|
81
|
-
}
|
|
82
|
-
const payload = parsed.value;
|
|
83
|
-
const body = encodeJSON("body", payload, { explode: true });
|
|
84
|
-
|
|
85
|
-
const path = pathToFunc("/rest/api/v1/createshortcut")();
|
|
86
|
-
|
|
87
|
-
const headers = new Headers(compactMap({
|
|
88
|
-
"Content-Type": "application/json",
|
|
89
|
-
Accept: "application/json",
|
|
90
|
-
}));
|
|
91
|
-
|
|
92
|
-
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
93
|
-
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
94
|
-
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
95
|
-
|
|
96
|
-
const context = {
|
|
97
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
98
|
-
operationID: "createshortcut",
|
|
99
|
-
oAuth2Scopes: [],
|
|
100
|
-
|
|
101
|
-
resolvedSecurity: requestSecurity,
|
|
102
|
-
|
|
103
|
-
securitySource: client._options.bearerAuth,
|
|
104
|
-
retryConfig: options?.retries
|
|
105
|
-
|| client._options.retryConfig
|
|
106
|
-
|| { strategy: "none" },
|
|
107
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
const requestRes = client._createRequest(context, {
|
|
111
|
-
security: requestSecurity,
|
|
112
|
-
method: "POST",
|
|
113
|
-
baseURL: options?.serverURL,
|
|
114
|
-
path: path,
|
|
115
|
-
headers: headers,
|
|
116
|
-
body: body,
|
|
117
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
118
|
-
}, options);
|
|
119
|
-
if (!requestRes.ok) {
|
|
120
|
-
return [requestRes, { status: "invalid" }];
|
|
121
|
-
}
|
|
122
|
-
const req = requestRes.value;
|
|
123
|
-
|
|
124
|
-
const doResult = await client._do(req, {
|
|
125
|
-
context,
|
|
126
|
-
errorCodes: ["400", "401", "429", "4XX", "5XX"],
|
|
127
|
-
retryConfig: context.retryConfig,
|
|
128
|
-
retryCodes: context.retryCodes,
|
|
129
|
-
});
|
|
130
|
-
if (!doResult.ok) {
|
|
131
|
-
return [doResult, { status: "request-error", request: req }];
|
|
132
|
-
}
|
|
133
|
-
const response = doResult.value;
|
|
134
|
-
|
|
135
|
-
const [result] = await M.match<
|
|
136
|
-
components.CreateShortcutResponse,
|
|
137
|
-
| GleanError
|
|
138
|
-
| SDKValidationError
|
|
139
|
-
| UnexpectedClientError
|
|
140
|
-
| InvalidRequestError
|
|
141
|
-
| RequestAbortedError
|
|
142
|
-
| RequestTimeoutError
|
|
143
|
-
| ConnectionError
|
|
144
|
-
>(
|
|
145
|
-
M.json(200, components.CreateShortcutResponse$inboundSchema),
|
|
146
|
-
M.fail([400, 401, 429, "4XX"]),
|
|
147
|
-
M.fail("5XX"),
|
|
148
|
-
)(response);
|
|
149
|
-
if (!result.ok) {
|
|
150
|
-
return [result, { status: "complete", request: req, response }];
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
return [result, { status: "complete", request: req, response }];
|
|
154
|
-
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import { GleanCore } from "../core.js";
|
|
6
|
-
import { encodeJSON } from "../lib/encodings.js";
|
|
7
|
-
import * as M from "../lib/matchers.js";
|
|
8
|
-
import { compactMap } from "../lib/primitives.js";
|
|
9
|
-
import { safeParse } from "../lib/schemas.js";
|
|
10
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
11
|
-
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
12
|
-
import { pathToFunc } from "../lib/url.js";
|
|
13
|
-
import * as components from "../models/components/index.js";
|
|
14
|
-
import { GleanError } from "../models/errors/gleanerror.js";
|
|
15
|
-
import {
|
|
16
|
-
ConnectionError,
|
|
17
|
-
InvalidRequestError,
|
|
18
|
-
RequestAbortedError,
|
|
19
|
-
RequestTimeoutError,
|
|
20
|
-
UnexpectedClientError,
|
|
21
|
-
} from "../models/errors/httpclienterrors.js";
|
|
22
|
-
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
23
|
-
import { APICall, APIPromise } from "../types/async.js";
|
|
24
|
-
import { Result } from "../types/fp.js";
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Update verification
|
|
28
|
-
*
|
|
29
|
-
* @remarks
|
|
30
|
-
* Verify documents to keep the knowledge up to date within customer corpus.
|
|
31
|
-
*/
|
|
32
|
-
export function verificationVerify(
|
|
33
|
-
client: GleanCore,
|
|
34
|
-
request: components.VerifyRequest,
|
|
35
|
-
options?: RequestOptions,
|
|
36
|
-
): APIPromise<
|
|
37
|
-
Result<
|
|
38
|
-
components.Verification,
|
|
39
|
-
| GleanError
|
|
40
|
-
| SDKValidationError
|
|
41
|
-
| UnexpectedClientError
|
|
42
|
-
| InvalidRequestError
|
|
43
|
-
| RequestAbortedError
|
|
44
|
-
| RequestTimeoutError
|
|
45
|
-
| ConnectionError
|
|
46
|
-
>
|
|
47
|
-
> {
|
|
48
|
-
return new APIPromise($do(
|
|
49
|
-
client,
|
|
50
|
-
request,
|
|
51
|
-
options,
|
|
52
|
-
));
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
async function $do(
|
|
56
|
-
client: GleanCore,
|
|
57
|
-
request: components.VerifyRequest,
|
|
58
|
-
options?: RequestOptions,
|
|
59
|
-
): Promise<
|
|
60
|
-
[
|
|
61
|
-
Result<
|
|
62
|
-
components.Verification,
|
|
63
|
-
| GleanError
|
|
64
|
-
| SDKValidationError
|
|
65
|
-
| UnexpectedClientError
|
|
66
|
-
| InvalidRequestError
|
|
67
|
-
| RequestAbortedError
|
|
68
|
-
| RequestTimeoutError
|
|
69
|
-
| ConnectionError
|
|
70
|
-
>,
|
|
71
|
-
APICall,
|
|
72
|
-
]
|
|
73
|
-
> {
|
|
74
|
-
const parsed = safeParse(
|
|
75
|
-
request,
|
|
76
|
-
(value) => components.VerifyRequest$outboundSchema.parse(value),
|
|
77
|
-
"Input validation failed",
|
|
78
|
-
);
|
|
79
|
-
if (!parsed.ok) {
|
|
80
|
-
return [parsed, { status: "invalid" }];
|
|
81
|
-
}
|
|
82
|
-
const payload = parsed.value;
|
|
83
|
-
const body = encodeJSON("body", payload, { explode: true });
|
|
84
|
-
|
|
85
|
-
const path = pathToFunc("/rest/api/v1/verify")();
|
|
86
|
-
|
|
87
|
-
const headers = new Headers(compactMap({
|
|
88
|
-
"Content-Type": "application/json",
|
|
89
|
-
Accept: "application/json",
|
|
90
|
-
}));
|
|
91
|
-
|
|
92
|
-
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
93
|
-
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
94
|
-
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
95
|
-
|
|
96
|
-
const context = {
|
|
97
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
98
|
-
operationID: "verify",
|
|
99
|
-
oAuth2Scopes: [],
|
|
100
|
-
|
|
101
|
-
resolvedSecurity: requestSecurity,
|
|
102
|
-
|
|
103
|
-
securitySource: client._options.bearerAuth,
|
|
104
|
-
retryConfig: options?.retries
|
|
105
|
-
|| client._options.retryConfig
|
|
106
|
-
|| { strategy: "none" },
|
|
107
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
const requestRes = client._createRequest(context, {
|
|
111
|
-
security: requestSecurity,
|
|
112
|
-
method: "POST",
|
|
113
|
-
baseURL: options?.serverURL,
|
|
114
|
-
path: path,
|
|
115
|
-
headers: headers,
|
|
116
|
-
body: body,
|
|
117
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
118
|
-
}, options);
|
|
119
|
-
if (!requestRes.ok) {
|
|
120
|
-
return [requestRes, { status: "invalid" }];
|
|
121
|
-
}
|
|
122
|
-
const req = requestRes.value;
|
|
123
|
-
|
|
124
|
-
const doResult = await client._do(req, {
|
|
125
|
-
context,
|
|
126
|
-
errorCodes: ["400", "401", "403", "429", "4XX", "5XX"],
|
|
127
|
-
retryConfig: context.retryConfig,
|
|
128
|
-
retryCodes: context.retryCodes,
|
|
129
|
-
});
|
|
130
|
-
if (!doResult.ok) {
|
|
131
|
-
return [doResult, { status: "request-error", request: req }];
|
|
132
|
-
}
|
|
133
|
-
const response = doResult.value;
|
|
134
|
-
|
|
135
|
-
const [result] = await M.match<
|
|
136
|
-
components.Verification,
|
|
137
|
-
| GleanError
|
|
138
|
-
| SDKValidationError
|
|
139
|
-
| UnexpectedClientError
|
|
140
|
-
| InvalidRequestError
|
|
141
|
-
| RequestAbortedError
|
|
142
|
-
| RequestTimeoutError
|
|
143
|
-
| ConnectionError
|
|
144
|
-
>(
|
|
145
|
-
M.json(200, components.Verification$inboundSchema),
|
|
146
|
-
M.fail([400, 401, 403, 429, "4XX"]),
|
|
147
|
-
M.fail("5XX"),
|
|
148
|
-
)(response);
|
|
149
|
-
if (!result.ok) {
|
|
150
|
-
return [result, { status: "complete", request: req, response }];
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
return [result, { status: "complete", request: req, response }];
|
|
154
|
-
}
|