@algolia/client-search 5.0.0-alpha.1 → 5.0.0-alpha.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builds/browser.d.ts +5 -5
- package/dist/builds/browser.d.ts.map +1 -1
- package/dist/builds/node.d.ts +5 -5
- package/dist/builds/node.d.ts.map +1 -1
- package/dist/{client-search.cjs.js → client-search.cjs} +2116 -1869
- package/dist/client-search.esm.browser.js +2356 -2137
- package/dist/client-search.esm.node.js +2117 -1868
- package/dist/client-search.umd.js +2 -2
- package/dist/model/acl.d.ts +4 -1
- package/dist/model/acl.d.ts.map +1 -1
- package/dist/model/action.d.ts +4 -4
- package/dist/model/action.d.ts.map +1 -1
- package/dist/model/addApiKeyResponse.d.ts +10 -10
- package/dist/model/addApiKeyResponse.d.ts.map +1 -1
- package/dist/model/advancedSyntaxFeatures.d.ts +1 -1
- package/dist/model/advancedSyntaxFeatures.d.ts.map +1 -1
- package/dist/model/alternativesAsExact.d.ts +1 -1
- package/dist/model/alternativesAsExact.d.ts.map +1 -1
- package/dist/model/anchoring.d.ts +4 -4
- package/dist/model/anchoring.d.ts.map +1 -1
- package/dist/model/apiKey.d.ts +38 -38
- package/dist/model/apiKey.d.ts.map +1 -1
- package/dist/model/aroundPrecision.d.ts +6 -0
- package/dist/model/aroundPrecision.d.ts.map +1 -0
- package/dist/model/aroundPrecisionFromValueInner.d.ts +5 -0
- package/dist/model/aroundPrecisionFromValueInner.d.ts.map +1 -0
- package/dist/model/aroundRadius.d.ts +5 -5
- package/dist/model/aroundRadius.d.ts.map +1 -1
- package/dist/model/aroundRadiusAll.d.ts +1 -1
- package/dist/model/aroundRadiusAll.d.ts.map +1 -1
- package/dist/model/assignUserIdParams.d.ts +9 -9
- package/dist/model/assignUserIdParams.d.ts.map +1 -1
- package/dist/model/attributeToUpdate.d.ts +3 -0
- package/dist/model/attributeToUpdate.d.ts.map +1 -0
- package/dist/model/automaticFacetFilter.d.ts +17 -17
- package/dist/model/automaticFacetFilter.d.ts.map +1 -1
- package/dist/model/automaticFacetFilters.d.ts +5 -5
- package/dist/model/automaticFacetFilters.d.ts.map +1 -1
- package/dist/model/baseGetApiKeyResponse.d.ts +11 -0
- package/dist/model/baseGetApiKeyResponse.d.ts.map +1 -0
- package/dist/model/baseIndexSettings.d.ts +66 -58
- package/dist/model/baseIndexSettings.d.ts.map +1 -1
- package/dist/model/baseSearchParams.d.ts +3 -3
- package/dist/model/baseSearchParams.d.ts.map +1 -1
- package/dist/model/baseSearchParamsWithoutQuery.d.ts +118 -122
- package/dist/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
- package/dist/model/baseSearchResponse.d.ts +105 -101
- package/dist/model/baseSearchResponse.d.ts.map +1 -1
- package/dist/model/batchAssignUserIdsParams.d.ts +13 -13
- package/dist/model/batchAssignUserIdsParams.d.ts.map +1 -1
- package/dist/model/batchDictionaryEntriesParams.d.ts +14 -14
- package/dist/model/batchDictionaryEntriesParams.d.ts.map +1 -1
- package/dist/model/batchDictionaryEntriesRequest.d.ts +6 -6
- package/dist/model/batchDictionaryEntriesRequest.d.ts.map +1 -1
- package/dist/model/batchParams.d.ts +7 -7
- package/dist/model/batchParams.d.ts.map +1 -1
- package/dist/model/batchRequest.d.ts +9 -0
- package/dist/model/batchRequest.d.ts.map +1 -0
- package/dist/model/batchResponse.d.ts +10 -10
- package/dist/model/batchResponse.d.ts.map +1 -1
- package/dist/model/batchWriteParams.d.ts +7 -7
- package/dist/model/batchWriteParams.d.ts.map +1 -1
- package/dist/model/browseParams.d.ts +4 -0
- package/dist/model/browseParams.d.ts.map +1 -0
- package/dist/model/browseParamsObject.d.ts +4 -0
- package/dist/model/browseParamsObject.d.ts.map +1 -0
- package/dist/model/browseResponse.d.ts +4 -4
- package/dist/model/browseResponse.d.ts.map +1 -1
- package/dist/model/builtInOperation.d.ts +11 -11
- package/dist/model/builtInOperation.d.ts.map +1 -1
- package/dist/model/builtInOperationType.d.ts +4 -4
- package/dist/model/builtInOperationType.d.ts.map +1 -1
- package/dist/model/clientMethodProps.d.ts +706 -703
- package/dist/model/clientMethodProps.d.ts.map +1 -1
- package/dist/model/condition.d.ts +16 -16
- package/dist/model/condition.d.ts.map +1 -1
- package/dist/model/consequence.d.ts +25 -25
- package/dist/model/consequence.d.ts.map +1 -1
- package/dist/model/consequenceHide.d.ts +9 -9
- package/dist/model/consequenceHide.d.ts.map +1 -1
- package/dist/model/consequenceParams.d.ts +4 -4
- package/dist/model/consequenceParams.d.ts.map +1 -1
- package/dist/model/consequenceQuery.d.ts +5 -5
- package/dist/model/consequenceQuery.d.ts.map +1 -1
- package/dist/model/consequenceQueryObject.d.ts +11 -11
- package/dist/model/consequenceQueryObject.d.ts.map +1 -1
- package/dist/model/createdAtResponse.d.ts +9 -9
- package/dist/model/createdAtResponse.d.ts.map +1 -1
- package/dist/model/cursor.d.ts +7 -0
- package/dist/model/cursor.d.ts.map +1 -0
- package/dist/model/deleteApiKeyResponse.d.ts +6 -6
- package/dist/model/deleteApiKeyResponse.d.ts.map +1 -1
- package/dist/model/deleteByParams.d.ts +27 -0
- package/dist/model/deleteByParams.d.ts.map +1 -0
- package/dist/model/deleteSourceResponse.d.ts +6 -6
- package/dist/model/deleteSourceResponse.d.ts.map +1 -1
- package/dist/model/deletedAtResponse.d.ts +13 -13
- package/dist/model/deletedAtResponse.d.ts.map +1 -1
- package/dist/model/dictionaryAction.d.ts +4 -4
- package/dist/model/dictionaryAction.d.ts.map +1 -1
- package/dist/model/dictionaryEntry.d.ts +27 -27
- package/dist/model/dictionaryEntry.d.ts.map +1 -1
- package/dist/model/dictionaryEntryState.d.ts +4 -4
- package/dist/model/dictionaryEntryState.d.ts.map +1 -1
- package/dist/model/dictionaryLanguage.d.ts +9 -9
- package/dist/model/dictionaryLanguage.d.ts.map +1 -1
- package/dist/model/dictionarySettingsParams.d.ts +7 -7
- package/dist/model/dictionarySettingsParams.d.ts.map +1 -1
- package/dist/model/dictionaryType.d.ts +1 -1
- package/dist/model/dictionaryType.d.ts.map +1 -1
- package/dist/model/distinct.d.ts +5 -0
- package/dist/model/distinct.d.ts.map +1 -0
- package/dist/model/edit.d.ts +12 -12
- package/dist/model/edit.d.ts.map +1 -1
- package/dist/model/editType.d.ts +4 -4
- package/dist/model/editType.d.ts.map +1 -1
- package/dist/model/errorBase.d.ts +6 -6
- package/dist/model/errorBase.d.ts.map +1 -1
- package/dist/model/exactOnSingleWordQuery.d.ts +4 -4
- package/dist/model/exactOnSingleWordQuery.d.ts.map +1 -1
- package/dist/model/exhaustive.d.ts +26 -0
- package/dist/model/exhaustive.d.ts.map +1 -0
- package/dist/model/facetFilters.d.ts +5 -5
- package/dist/model/facetFilters.d.ts.map +1 -1
- package/dist/model/facetHits.d.ts +14 -14
- package/dist/model/facetHits.d.ts.map +1 -1
- package/dist/model/facetOrdering.d.ts +12 -12
- package/dist/model/facetOrdering.d.ts.map +1 -1
- package/dist/model/facets.d.ts +9 -9
- package/dist/model/facets.d.ts.map +1 -1
- package/dist/model/facetsStats.d.ts +18 -18
- package/dist/model/facetsStats.d.ts.map +1 -1
- package/dist/model/fetchedIndex.d.ts +46 -46
- package/dist/model/fetchedIndex.d.ts.map +1 -1
- package/dist/model/getApiKeyResponse.d.ts +4 -0
- package/dist/model/getApiKeyResponse.d.ts.map +1 -0
- package/dist/model/getDictionarySettingsResponse.d.ts +4 -4
- package/dist/model/getDictionarySettingsResponse.d.ts.map +1 -1
- package/dist/model/getLogsResponse.d.ts +4 -4
- package/dist/model/getLogsResponse.d.ts.map +1 -1
- package/dist/model/getObjectsParams.d.ts +7 -7
- package/dist/model/getObjectsParams.d.ts.map +1 -1
- package/dist/model/getObjectsRequest.d.ts +18 -0
- package/dist/model/getObjectsRequest.d.ts.map +1 -0
- package/dist/model/getObjectsResponse.d.ts +6 -6
- package/dist/model/getObjectsResponse.d.ts.map +1 -1
- package/dist/model/getTaskResponse.d.ts +4 -4
- package/dist/model/getTaskResponse.d.ts.map +1 -1
- package/dist/model/getTopUserIdsResponse.d.ts +10 -10
- package/dist/model/getTopUserIdsResponse.d.ts.map +1 -1
- package/dist/model/hasPendingMappingsResponse.d.ts +10 -10
- package/dist/model/hasPendingMappingsResponse.d.ts.map +1 -1
- package/dist/model/highlightResult.d.ts +2 -2
- package/dist/model/highlightResult.d.ts.map +1 -1
- package/dist/model/highlightResultOption.d.ts +19 -19
- package/dist/model/highlightResultOption.d.ts.map +1 -1
- package/dist/model/hit.d.ts +22 -22
- package/dist/model/hit.d.ts.map +1 -1
- package/dist/model/ignorePlurals.d.ts +4 -4
- package/dist/model/ignorePlurals.d.ts.map +1 -1
- package/dist/model/index.d.ts +163 -152
- package/dist/model/index.d.ts.map +1 -1
- package/dist/model/indexSettings.d.ts +6 -6
- package/dist/model/indexSettings.d.ts.map +1 -1
- package/dist/model/indexSettingsAsSearchParams.d.ts +162 -158
- package/dist/model/indexSettingsAsSearchParams.d.ts.map +1 -1
- package/dist/model/languages.d.ts +9 -9
- package/dist/model/languages.d.ts.map +1 -1
- package/dist/model/listApiKeysResponse.d.ts +7 -7
- package/dist/model/listApiKeysResponse.d.ts.map +1 -1
- package/dist/model/listClustersResponse.d.ts +9 -9
- package/dist/model/listClustersResponse.d.ts.map +1 -1
- package/dist/model/listIndicesResponse.d.ts +11 -11
- package/dist/model/listIndicesResponse.d.ts.map +1 -1
- package/dist/model/listUserIdsResponse.d.ts +10 -10
- package/dist/model/listUserIdsResponse.d.ts.map +1 -1
- package/dist/model/log.d.ts +63 -63
- package/dist/model/log.d.ts.map +1 -1
- package/dist/model/logQuery.d.ts +14 -14
- package/dist/model/logQuery.d.ts.map +1 -1
- package/dist/model/logType.d.ts +1 -1
- package/dist/model/logType.d.ts.map +1 -1
- package/dist/model/matchLevel.d.ts +4 -4
- package/dist/model/matchLevel.d.ts.map +1 -1
- package/dist/model/matchedGeoLocation.d.ts +14 -14
- package/dist/model/matchedGeoLocation.d.ts.map +1 -1
- package/dist/model/mixedSearchFilters.d.ts +1 -1
- package/dist/model/mixedSearchFilters.d.ts.map +1 -1
- package/dist/model/mode.d.ts +5 -0
- package/dist/model/mode.d.ts.map +1 -0
- package/dist/model/multipleBatchRequest.d.ts +13 -0
- package/dist/model/multipleBatchRequest.d.ts.map +1 -0
- package/dist/model/multipleBatchResponse.d.ts +10 -10
- package/dist/model/multipleBatchResponse.d.ts.map +1 -1
- package/dist/model/numericFilters.d.ts +5 -5
- package/dist/model/numericFilters.d.ts.map +1 -1
- package/dist/model/operationIndexParams.d.ts +13 -13
- package/dist/model/operationIndexParams.d.ts.map +1 -1
- package/dist/model/operationType.d.ts +4 -4
- package/dist/model/operationType.d.ts.map +1 -1
- package/dist/model/optionalFilters.d.ts +5 -5
- package/dist/model/optionalFilters.d.ts.map +1 -1
- package/dist/model/params.d.ts +12 -12
- package/dist/model/params.d.ts.map +1 -1
- package/dist/model/personalization.d.ts +14 -14
- package/dist/model/personalization.d.ts.map +1 -1
- package/dist/model/promote.d.ts +3 -3
- package/dist/model/promote.d.ts.map +1 -1
- package/dist/model/promoteObjectID.d.ts +13 -13
- package/dist/model/promoteObjectID.d.ts.map +1 -1
- package/dist/model/promoteObjectIDs.d.ts +13 -13
- package/dist/model/promoteObjectIDs.d.ts.map +1 -1
- package/dist/model/queryType.d.ts +4 -4
- package/dist/model/queryType.d.ts.map +1 -1
- package/dist/model/rankingInfo.d.ts +50 -50
- package/dist/model/rankingInfo.d.ts.map +1 -1
- package/dist/model/reRankingApplyFilter.d.ts +5 -5
- package/dist/model/reRankingApplyFilter.d.ts.map +1 -1
- package/dist/model/redirect.d.ts +8 -0
- package/dist/model/redirect.d.ts.map +1 -0
- package/dist/model/redirectRuleIndexMetadata.d.ts +21 -0
- package/dist/model/redirectRuleIndexMetadata.d.ts.map +1 -0
- package/dist/model/redirectRuleIndexMetadataData.d.ts +7 -0
- package/dist/model/redirectRuleIndexMetadataData.d.ts.map +1 -0
- package/dist/model/removeStopWords.d.ts +4 -4
- package/dist/model/removeStopWords.d.ts.map +1 -1
- package/dist/model/removeUserIdResponse.d.ts +6 -6
- package/dist/model/removeUserIdResponse.d.ts.map +1 -1
- package/dist/model/removeWordsIfNoResults.d.ts +4 -4
- package/dist/model/removeWordsIfNoResults.d.ts.map +1 -1
- package/dist/model/renderingContent.d.ts +7 -7
- package/dist/model/renderingContent.d.ts.map +1 -1
- package/dist/model/replaceSourceResponse.d.ts +6 -6
- package/dist/model/replaceSourceResponse.d.ts.map +1 -1
- package/dist/model/rule.d.ts +29 -29
- package/dist/model/rule.d.ts.map +1 -1
- package/dist/model/saveObjectResponse.d.ts +14 -11
- package/dist/model/saveObjectResponse.d.ts.map +1 -1
- package/dist/model/saveSynonymResponse.d.ts +14 -14
- package/dist/model/saveSynonymResponse.d.ts.map +1 -1
- package/dist/model/scopeType.d.ts +1 -1
- package/dist/model/scopeType.d.ts.map +1 -1
- package/dist/model/searchDictionaryEntriesParams.d.ts +21 -21
- package/dist/model/searchDictionaryEntriesParams.d.ts.map +1 -1
- package/dist/model/searchForFacetValuesRequest.d.ts +14 -14
- package/dist/model/searchForFacetValuesRequest.d.ts.map +1 -1
- package/dist/model/searchForFacetValuesResponse.d.ts +12 -4
- package/dist/model/searchForFacetValuesResponse.d.ts.map +1 -1
- package/dist/model/searchForFacets.d.ts +3 -3
- package/dist/model/searchForFacets.d.ts.map +1 -1
- package/dist/model/searchForFacetsOptions.d.ts +20 -20
- package/dist/model/searchForFacetsOptions.d.ts.map +1 -1
- package/dist/model/searchForHits.d.ts +3 -3
- package/dist/model/searchForHits.d.ts.map +1 -1
- package/dist/model/searchForHitsOptions.d.ts +12 -12
- package/dist/model/searchForHitsOptions.d.ts.map +1 -1
- package/dist/model/searchHits.d.ts +12 -4
- package/dist/model/searchHits.d.ts.map +1 -1
- package/dist/model/searchMethodParams.d.ts +6 -6
- package/dist/model/searchMethodParams.d.ts.map +1 -1
- package/dist/model/searchParams.d.ts +3 -3
- package/dist/model/searchParams.d.ts.map +1 -1
- package/dist/model/searchParamsObject.d.ts +3 -3
- package/dist/model/searchParamsObject.d.ts.map +1 -1
- package/dist/model/searchParamsQuery.d.ts +6 -6
- package/dist/model/searchParamsQuery.d.ts.map +1 -1
- package/dist/model/searchParamsString.d.ts +6 -6
- package/dist/model/searchParamsString.d.ts.map +1 -1
- package/dist/model/searchQuery.d.ts +3 -3
- package/dist/model/searchQuery.d.ts.map +1 -1
- package/dist/model/searchResponse.d.ts +3 -3
- package/dist/model/searchResponse.d.ts.map +1 -1
- package/dist/model/searchResponses.d.ts +4 -4
- package/dist/model/searchResponses.d.ts.map +1 -1
- package/dist/model/searchResult.d.ts +4 -0
- package/dist/model/searchResult.d.ts.map +1 -0
- package/dist/model/searchRulesParams.d.ts +31 -31
- package/dist/model/searchRulesParams.d.ts.map +1 -1
- package/dist/model/searchRulesResponse.d.ts +19 -19
- package/dist/model/searchRulesResponse.d.ts.map +1 -1
- package/dist/model/searchStrategy.d.ts +4 -1
- package/dist/model/searchStrategy.d.ts.map +1 -1
- package/dist/model/searchSynonymsParams.d.ts +16 -6
- package/dist/model/searchSynonymsParams.d.ts.map +1 -1
- package/dist/model/searchSynonymsResponse.d.ts +11 -11
- package/dist/model/searchSynonymsResponse.d.ts.map +1 -1
- package/dist/model/searchTypeDefault.d.ts +4 -4
- package/dist/model/searchTypeDefault.d.ts.map +1 -1
- package/dist/model/searchTypeFacet.d.ts +4 -4
- package/dist/model/searchTypeFacet.d.ts.map +1 -1
- package/dist/model/searchUserIdsParams.d.ts +21 -21
- package/dist/model/searchUserIdsParams.d.ts.map +1 -1
- package/dist/model/searchUserIdsResponse.d.ts +26 -26
- package/dist/model/searchUserIdsResponse.d.ts.map +1 -1
- package/dist/model/semanticSearch.d.ts +10 -0
- package/dist/model/semanticSearch.d.ts.map +1 -0
- package/dist/model/snippetResult.d.ts +2 -2
- package/dist/model/snippetResult.d.ts.map +1 -1
- package/dist/model/snippetResultOption.d.ts +11 -11
- package/dist/model/snippetResultOption.d.ts.map +1 -1
- package/dist/model/sortRemainingBy.d.ts +4 -4
- package/dist/model/sortRemainingBy.d.ts.map +1 -1
- package/dist/model/source.d.ts +13 -13
- package/dist/model/source.d.ts.map +1 -1
- package/dist/model/standardEntries.d.ts +17 -17
- package/dist/model/standardEntries.d.ts.map +1 -1
- package/dist/model/synonymHit.d.ts +35 -37
- package/dist/model/synonymHit.d.ts.map +1 -1
- package/dist/model/synonymType.d.ts +4 -4
- package/dist/model/synonymType.d.ts.map +1 -1
- package/dist/model/tagFilters.d.ts +5 -5
- package/dist/model/tagFilters.d.ts.map +1 -1
- package/dist/model/taskStatus.d.ts +4 -1
- package/dist/model/taskStatus.d.ts.map +1 -1
- package/dist/model/timeRange.d.ts +10 -10
- package/dist/model/timeRange.d.ts.map +1 -1
- package/dist/model/typoTolerance.d.ts +5 -5
- package/dist/model/typoTolerance.d.ts.map +1 -1
- package/dist/model/typoToleranceEnum.d.ts +1 -1
- package/dist/model/typoToleranceEnum.d.ts.map +1 -1
- package/dist/model/updateApiKeyResponse.d.ts +10 -10
- package/dist/model/updateApiKeyResponse.d.ts.map +1 -1
- package/dist/model/updatedAtResponse.d.ts +13 -13
- package/dist/model/updatedAtResponse.d.ts.map +1 -1
- package/dist/model/updatedAtWithObjectIdResponse.d.ts +17 -17
- package/dist/model/updatedAtWithObjectIdResponse.d.ts.map +1 -1
- package/dist/model/updatedRuleResponse.d.ts +14 -14
- package/dist/model/updatedRuleResponse.d.ts.map +1 -1
- package/dist/model/userHighlightResult.d.ts +5 -11
- package/dist/model/userHighlightResult.d.ts.map +1 -1
- package/dist/model/userHit.d.ts +24 -24
- package/dist/model/userHit.d.ts.map +1 -1
- package/dist/model/userId.d.ts +21 -21
- package/dist/model/userId.d.ts.map +1 -1
- package/dist/model/value.d.ts +8 -8
- package/dist/model/value.d.ts.map +1 -1
- package/dist/src/searchClient.d.ts +845 -673
- package/dist/src/searchClient.d.ts.map +1 -1
- package/index.js +1 -1
- package/model/acl.ts +5 -1
- package/model/action.ts +2 -2
- package/model/addApiKeyResponse.ts +4 -3
- package/model/advancedSyntaxFeatures.ts +1 -1
- package/model/alternativesAsExact.ts +1 -1
- package/model/anchoring.ts +2 -2
- package/model/apiKey.ts +17 -10
- package/model/aroundPrecision.ts +8 -0
- package/model/aroundPrecisionFromValueInner.ts +7 -0
- package/model/aroundRadius.ts +2 -2
- package/model/aroundRadiusAll.ts +1 -1
- package/model/assignUserIdParams.ts +2 -2
- package/model/attributeToUpdate.ts +5 -0
- package/model/automaticFacetFilter.ts +3 -1
- package/model/automaticFacetFilters.ts +1 -1
- package/model/baseGetApiKeyResponse.ts +13 -0
- package/model/baseIndexSettings.ts +38 -15
- package/model/baseSearchParams.ts +1 -1
- package/model/baseSearchParamsWithoutQuery.ts +69 -42
- package/model/baseSearchResponse.ts +61 -31
- package/model/batchAssignUserIdsParams.ts +4 -3
- package/model/batchDictionaryEntriesParams.ts +5 -4
- package/model/batchDictionaryEntriesRequest.ts +2 -1
- package/model/batchParams.ts +4 -4
- package/model/batchRequest.ts +12 -0
- package/model/batchResponse.ts +4 -3
- package/model/batchWriteParams.ts +4 -4
- package/model/browseParams.ts +6 -0
- package/model/browseParamsObject.ts +6 -0
- package/model/browseResponse.ts +4 -4
- package/model/builtInOperation.ts +3 -2
- package/model/builtInOperationType.ts +2 -2
- package/model/clientMethodProps.ts +169 -166
- package/model/condition.ts +4 -1
- package/model/consequence.ts +10 -6
- package/model/consequenceHide.ts +3 -3
- package/model/consequenceParams.ts +1 -1
- package/model/consequenceQuery.ts +1 -1
- package/model/consequenceQueryObject.ts +2 -1
- package/model/createdAtResponse.ts +3 -3
- package/model/cursor.ts +8 -0
- package/model/deleteApiKeyResponse.ts +2 -2
- package/model/deleteByParams.ts +36 -0
- package/model/deleteSourceResponse.ts +2 -2
- package/model/deletedAtResponse.ts +5 -4
- package/model/dictionaryAction.ts +1 -1
- package/model/dictionaryEntry.ts +12 -7
- package/model/dictionaryEntryState.ts +2 -2
- package/model/dictionaryLanguage.ts +3 -3
- package/model/dictionarySettingsParams.ts +2 -2
- package/model/dictionaryType.ts +1 -1
- package/model/distinct.ts +6 -0
- package/model/edit.ts +3 -1
- package/model/editType.ts +1 -1
- package/model/errorBase.ts +1 -1
- package/model/exactOnSingleWordQuery.ts +2 -2
- package/model/exhaustive.ts +31 -0
- package/model/facetFilters.ts +2 -2
- package/model/facetHits.ts +6 -4
- package/model/facetOrdering.ts +4 -3
- package/model/facets.ts +2 -2
- package/model/facetsStats.ts +8 -5
- package/model/fetchedIndex.ts +13 -3
- package/model/getApiKeyResponse.ts +6 -0
- package/model/getDictionarySettingsResponse.ts +1 -1
- package/model/getLogsResponse.ts +1 -1
- package/model/getObjectsParams.ts +4 -4
- package/model/getObjectsRequest.ts +21 -0
- package/model/getObjectsResponse.ts +4 -4
- package/model/getTaskResponse.ts +1 -1
- package/model/getTopUserIdsResponse.ts +3 -3
- package/model/hasPendingMappingsResponse.ts +4 -3
- package/model/highlightResult.ts +5 -2
- package/model/highlightResultOption.ts +5 -2
- package/model/hit.ts +7 -3
- package/model/ignorePlurals.ts +2 -2
- package/model/index.ts +21 -10
- package/model/indexSettings.ts +2 -2
- package/model/indexSettingsAsSearchParams.ts +92 -44
- package/model/languages.ts +4 -2
- package/model/listApiKeysResponse.ts +4 -4
- package/model/listClustersResponse.ts +3 -3
- package/model/listIndicesResponse.ts +4 -3
- package/model/listUserIdsResponse.ts +3 -3
- package/model/log.ts +22 -8
- package/model/logQuery.ts +4 -2
- package/model/logType.ts +1 -1
- package/model/matchLevel.ts +1 -1
- package/model/matchedGeoLocation.ts +3 -1
- package/model/mixedSearchFilters.ts +1 -1
- package/model/mode.ts +6 -0
- package/model/multipleBatchRequest.ts +17 -0
- package/model/multipleBatchResponse.ts +6 -5
- package/model/numericFilters.ts +2 -2
- package/model/operationIndexParams.ts +5 -3
- package/model/operationType.ts +2 -2
- package/model/optionalFilters.ts +2 -2
- package/model/params.ts +5 -2
- package/model/personalization.ts +3 -1
- package/model/promote.ts +1 -1
- package/model/promoteObjectID.ts +5 -4
- package/model/promoteObjectIDs.ts +5 -4
- package/model/queryType.ts +2 -2
- package/model/rankingInfo.ts +13 -1
- package/model/reRankingApplyFilter.ts +2 -2
- package/model/redirect.ts +10 -0
- package/model/redirectRuleIndexMetadata.ts +27 -0
- package/model/redirectRuleIndexMetadataData.ts +8 -0
- package/model/removeStopWords.ts +2 -2
- package/model/removeUserIdResponse.ts +2 -2
- package/model/removeWordsIfNoResults.ts +2 -2
- package/model/renderingContent.ts +2 -2
- package/model/replaceSourceResponse.ts +2 -2
- package/model/rule.ts +11 -6
- package/model/saveObjectResponse.ts +10 -5
- package/model/saveSynonymResponse.ts +6 -4
- package/model/scopeType.ts +1 -1
- package/model/searchDictionaryEntriesParams.ts +9 -6
- package/model/searchForFacetValuesRequest.ts +5 -3
- package/model/searchForFacetValuesResponse.ts +11 -1
- package/model/searchForFacets.ts +1 -1
- package/model/searchForFacetsOptions.ts +8 -4
- package/model/searchForHits.ts +1 -1
- package/model/searchForHitsOptions.ts +3 -2
- package/model/searchHits.ts +13 -3
- package/model/searchMethodParams.ts +2 -1
- package/model/searchParams.ts +1 -1
- package/model/searchParamsObject.ts +1 -1
- package/model/searchParamsQuery.ts +2 -2
- package/model/searchParamsString.ts +2 -2
- package/model/searchQuery.ts +1 -1
- package/model/searchResponse.ts +3 -2
- package/model/searchResponses.ts +4 -4
- package/model/searchResult.ts +8 -0
- package/model/searchRulesParams.ts +15 -9
- package/model/searchRulesResponse.ts +4 -1
- package/model/searchStrategy.ts +4 -1
- package/model/searchSynonymsParams.ts +16 -2
- package/model/searchSynonymsResponse.ts +4 -3
- package/model/searchTypeDefault.ts +2 -2
- package/model/searchTypeFacet.ts +2 -2
- package/model/searchUserIdsParams.ts +8 -5
- package/model/searchUserIdsResponse.ts +10 -6
- package/model/semanticSearch.ts +11 -0
- package/model/snippetResult.ts +5 -2
- package/model/snippetResultOption.ts +3 -2
- package/model/sortRemainingBy.ts +2 -2
- package/model/source.ts +5 -4
- package/model/standardEntries.ts +7 -5
- package/model/synonymHit.ts +14 -9
- package/model/synonymType.ts +2 -2
- package/model/tagFilters.ts +2 -2
- package/model/taskStatus.ts +4 -1
- package/model/timeRange.ts +2 -1
- package/model/typoTolerance.ts +2 -2
- package/model/typoToleranceEnum.ts +1 -1
- package/model/updateApiKeyResponse.ts +4 -3
- package/model/updatedAtResponse.ts +5 -4
- package/model/updatedAtWithObjectIdResponse.ts +7 -5
- package/model/updatedRuleResponse.ts +6 -4
- package/model/userHighlightResult.ts +4 -9
- package/model/userHit.ts +7 -2
- package/model/userId.ts +6 -3
- package/model/value.ts +2 -1
- package/package.json +32 -13
- package/dist/model/attributeOrBuiltInOperation.d.ts +0 -3
- package/dist/model/attributeOrBuiltInOperation.d.ts.map +0 -1
- package/dist/model/baseBrowseResponse.d.ts +0 -7
- package/dist/model/baseBrowseResponse.d.ts.map +0 -1
- package/dist/model/batchOperation.d.ts +0 -9
- package/dist/model/batchOperation.d.ts.map +0 -1
- package/dist/model/browseRequest.d.ts +0 -11
- package/dist/model/browseRequest.d.ts.map +0 -1
- package/dist/model/createdAtObject.d.ts +0 -7
- package/dist/model/createdAtObject.d.ts.map +0 -1
- package/dist/model/key.d.ts +0 -4
- package/dist/model/key.d.ts.map +0 -1
- package/dist/model/multipleBatchOperation.d.ts +0 -13
- package/dist/model/multipleBatchOperation.d.ts.map +0 -1
- package/dist/model/multipleGetObjectsParams.d.ts +0 -18
- package/dist/model/multipleGetObjectsParams.d.ts.map +0 -1
- package/dist/model/synonymHitHighlightResult.d.ts +0 -12
- package/dist/model/synonymHitHighlightResult.d.ts.map +0 -1
- package/model/attributeOrBuiltInOperation.ts +0 -5
- package/model/baseBrowseResponse.ts +0 -8
- package/model/batchOperation.ts +0 -11
- package/model/browseRequest.ts +0 -12
- package/model/createdAtObject.ts +0 -8
- package/model/key.ts +0 -6
- package/model/multipleBatchOperation.ts +0 -15
- package/model/multipleGetObjectsParams.ts +0 -19
- package/model/synonymHitHighlightResult.ts +0 -14
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type SaveSynonymResponse = {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Unique identifier of a task. A successful API response means that a task was added to a queue. It might not run immediately. You can check the task\'s progress with the `task` operation and this `taskID`.
|
|
6
6
|
*/
|
|
7
7
|
taskID: number;
|
|
8
|
+
|
|
8
9
|
/**
|
|
9
|
-
*
|
|
10
|
+
* Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
|
|
10
11
|
*/
|
|
11
12
|
updatedAt: string;
|
|
13
|
+
|
|
12
14
|
/**
|
|
13
|
-
*
|
|
15
|
+
* Unique identifier of a synonym object.
|
|
14
16
|
*/
|
|
15
17
|
id: string;
|
|
16
18
|
};
|
package/model/scopeType.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type ScopeType = 'rules' | 'settings' | 'synonyms';
|
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* `searchDictionaryEntries` parameters.
|
|
5
5
|
*/
|
|
6
6
|
export type SearchDictionaryEntriesParams = {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Text to search for in an index.
|
|
9
9
|
*/
|
|
10
10
|
query: string;
|
|
11
|
+
|
|
11
12
|
/**
|
|
12
|
-
*
|
|
13
|
+
* Page to retrieve (the first page is `0`, not `1`).
|
|
13
14
|
*/
|
|
14
15
|
page?: number;
|
|
16
|
+
|
|
15
17
|
/**
|
|
16
|
-
*
|
|
18
|
+
* Number of hits per page.
|
|
17
19
|
*/
|
|
18
20
|
hitsPerPage?: number;
|
|
21
|
+
|
|
19
22
|
/**
|
|
20
|
-
*
|
|
23
|
+
* [Supported language ISO code](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/).
|
|
21
24
|
*/
|
|
22
25
|
language?: string;
|
|
23
26
|
};
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type SearchForFacetValuesRequest = {
|
|
4
4
|
/**
|
|
5
|
-
* Search parameters as URL-encoded query string.
|
|
5
|
+
* Search parameters as a URL-encoded query string.
|
|
6
6
|
*/
|
|
7
7
|
params?: string;
|
|
8
|
+
|
|
8
9
|
/**
|
|
9
10
|
* Text to search inside the facet\'s values.
|
|
10
11
|
*/
|
|
11
12
|
facetQuery?: string;
|
|
13
|
+
|
|
12
14
|
/**
|
|
13
|
-
* Maximum number of facet hits to return
|
|
15
|
+
* Maximum number of facet hits to return when [searching for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values).
|
|
14
16
|
*/
|
|
15
17
|
maxFacetHits?: number;
|
|
16
18
|
};
|
|
@@ -1,7 +1,17 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { FacetHits } from './facetHits';
|
|
4
4
|
|
|
5
5
|
export type SearchForFacetValuesResponse = {
|
|
6
6
|
facetHits: FacetHits[];
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* See the `facetsCount` field of the `exhaustive` object in the response.
|
|
10
|
+
*/
|
|
11
|
+
exhaustiveFacetsCount: boolean;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Time the server took to process the request, in milliseconds.
|
|
15
|
+
*/
|
|
16
|
+
processingTimeMS?: number;
|
|
7
17
|
};
|
package/model/searchForFacets.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SearchForFacetsOptions } from './searchForFacetsOptions';
|
|
4
4
|
import type { SearchParams } from './searchParams';
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SearchTypeFacet } from './searchTypeFacet';
|
|
4
4
|
|
|
5
5
|
export type SearchForFacetsOptions = {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Facet name.
|
|
8
8
|
*/
|
|
9
9
|
facet: string;
|
|
10
|
+
|
|
10
11
|
/**
|
|
11
|
-
*
|
|
12
|
+
* Algolia index name.
|
|
12
13
|
*/
|
|
13
14
|
indexName: string;
|
|
15
|
+
|
|
14
16
|
/**
|
|
15
17
|
* Text to search inside the facet\'s values.
|
|
16
18
|
*/
|
|
17
19
|
facetQuery?: string;
|
|
20
|
+
|
|
18
21
|
/**
|
|
19
|
-
* Maximum number of facet hits to return
|
|
22
|
+
* Maximum number of facet hits to return when [searching for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values).
|
|
20
23
|
*/
|
|
21
24
|
maxFacetHits?: number;
|
|
25
|
+
|
|
22
26
|
type: SearchTypeFacet;
|
|
23
27
|
};
|
package/model/searchForHits.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SearchForHitsOptions } from './searchForHitsOptions';
|
|
4
4
|
import type { SearchParams } from './searchParams';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SearchTypeDefault } from './searchTypeDefault';
|
|
4
4
|
|
|
5
5
|
export type SearchForHitsOptions = {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Algolia index name.
|
|
8
8
|
*/
|
|
9
9
|
indexName: string;
|
|
10
|
+
|
|
10
11
|
type?: SearchTypeDefault;
|
|
11
12
|
} & { facet?: never; maxFacetHits?: never; facetQuery?: never };
|
package/model/searchHits.ts
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { Hit } from './hit';
|
|
4
4
|
|
|
5
|
-
export type SearchHits<T
|
|
6
|
-
hits
|
|
5
|
+
export type SearchHits<T = Record<string, any>> = Record<string, any> & {
|
|
6
|
+
hits: Array<Hit<T>>;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Text to search for in an index.
|
|
10
|
+
*/
|
|
11
|
+
query: T;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* URL-encoded string of all search parameters.
|
|
15
|
+
*/
|
|
16
|
+
params: T;
|
|
7
17
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SearchQuery } from './searchQuery';
|
|
4
4
|
import type { SearchStrategy } from './searchStrategy';
|
|
5
5
|
|
|
6
6
|
export type SearchMethodParams = {
|
|
7
7
|
requests: SearchQuery[];
|
|
8
|
+
|
|
8
9
|
strategy?: SearchStrategy;
|
|
9
10
|
};
|
package/model/searchParams.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SearchParamsObject } from './searchParamsObject';
|
|
4
4
|
import type { SearchParamsString } from './searchParamsString';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { BaseSearchParams } from './baseSearchParams';
|
|
4
4
|
import type { IndexSettingsAsSearchParams } from './indexSettingsAsSearchParams';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type SearchParamsQuery = {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Text to search for in an index.
|
|
6
6
|
*/
|
|
7
7
|
query?: string;
|
|
8
8
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type SearchParamsString = {
|
|
4
4
|
/**
|
|
5
|
-
* Search parameters as URL-encoded query string.
|
|
5
|
+
* Search parameters as a URL-encoded query string.
|
|
6
6
|
*/
|
|
7
7
|
params?: string;
|
|
8
8
|
};
|
package/model/searchQuery.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SearchForFacets } from './searchForFacets';
|
|
4
4
|
import type { SearchForHits } from './searchForHits';
|
package/model/searchResponse.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { BaseSearchResponse } from './baseSearchResponse';
|
|
4
4
|
import type { SearchHits } from './searchHits';
|
|
5
5
|
|
|
6
|
-
export type SearchResponse<T
|
|
6
|
+
export type SearchResponse<T = Record<string, any>> = BaseSearchResponse &
|
|
7
|
+
SearchHits<T>;
|
package/model/searchResponses.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
-
import type {
|
|
3
|
+
import type { SearchResult } from './searchResult';
|
|
4
4
|
|
|
5
|
-
export type SearchResponses<T
|
|
6
|
-
results: Array<
|
|
5
|
+
export type SearchResponses<T = Record<string, any>> = {
|
|
6
|
+
results: Array<SearchResult<T>>;
|
|
7
7
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { SearchForFacetValuesResponse } from './searchForFacetValuesResponse';
|
|
4
|
+
import type { SearchResponse } from './searchResponse';
|
|
5
|
+
|
|
6
|
+
export type SearchResult<T = Record<string, any>> =
|
|
7
|
+
| SearchForFacetValuesResponse
|
|
8
|
+
| SearchResponse<T>;
|
|
@@ -1,34 +1,40 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { Anchoring } from './anchoring';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Rules search parameters.
|
|
7
7
|
*/
|
|
8
8
|
export type SearchRulesParams = {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Rule object query.
|
|
11
11
|
*/
|
|
12
12
|
query?: string;
|
|
13
|
+
|
|
13
14
|
anchoring?: Anchoring;
|
|
15
|
+
|
|
14
16
|
/**
|
|
15
|
-
* Restricts
|
|
17
|
+
* Restricts responses to the specified [contextual rule](https://www.algolia.com/doc/guides/managing-results/rules/rules-overview/how-to/customize-search-results-by-platform/#creating-contextual-rules).
|
|
16
18
|
*/
|
|
17
19
|
context?: string;
|
|
20
|
+
|
|
18
21
|
/**
|
|
19
|
-
* Requested page (
|
|
22
|
+
* Requested page (the first page is page 0).
|
|
20
23
|
*/
|
|
21
24
|
page?: number;
|
|
25
|
+
|
|
22
26
|
/**
|
|
23
|
-
* Maximum number of hits
|
|
27
|
+
* Maximum number of hits per page.
|
|
24
28
|
*/
|
|
25
29
|
hitsPerPage?: number;
|
|
30
|
+
|
|
26
31
|
/**
|
|
27
|
-
*
|
|
32
|
+
* Restricts responses to enabled rules. When not specified (default), _all_ rules are retrieved.
|
|
28
33
|
*/
|
|
29
|
-
enabled?: boolean;
|
|
34
|
+
enabled?: boolean | null;
|
|
35
|
+
|
|
30
36
|
/**
|
|
31
|
-
*
|
|
37
|
+
* Request options to send with the API call.
|
|
32
38
|
*/
|
|
33
39
|
requestOptions?: Array<Record<string, any>>;
|
|
34
40
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { Rule } from './rule';
|
|
4
4
|
|
|
@@ -7,14 +7,17 @@ export type SearchRulesResponse = {
|
|
|
7
7
|
* Fetched rules.
|
|
8
8
|
*/
|
|
9
9
|
hits: Rule[];
|
|
10
|
+
|
|
10
11
|
/**
|
|
11
12
|
* Number of fetched rules.
|
|
12
13
|
*/
|
|
13
14
|
nbHits: number;
|
|
15
|
+
|
|
14
16
|
/**
|
|
15
17
|
* Current page.
|
|
16
18
|
*/
|
|
17
19
|
page: number;
|
|
20
|
+
|
|
18
21
|
/**
|
|
19
22
|
* Number of pages.
|
|
20
23
|
*/
|
package/model/searchStrategy.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* - `none`: executes all queries. - `stopIfEnoughMatches`: executes queries one by one, stopping further query execution as soon as a query matches at least the `hitsPerPage` number of results.
|
|
5
|
+
*/
|
|
3
6
|
export type SearchStrategy = 'none' | 'stopIfEnoughMatches';
|
|
@@ -1,8 +1,22 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { SynonymType } from './synonymType';
|
|
2
4
|
|
|
3
5
|
export type SearchSynonymsParams = {
|
|
4
6
|
/**
|
|
5
|
-
*
|
|
7
|
+
* Text to search for in an index.
|
|
6
8
|
*/
|
|
7
9
|
query?: string;
|
|
10
|
+
|
|
11
|
+
type?: SynonymType;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Page to retrieve (the first page is `0`, not `1`).
|
|
15
|
+
*/
|
|
16
|
+
page?: number;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Number of hits per page.
|
|
20
|
+
*/
|
|
21
|
+
hitsPerPage?: number;
|
|
8
22
|
};
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SynonymHit } from './synonymHit';
|
|
4
4
|
|
|
5
5
|
export type SearchSynonymsResponse = Record<string, any> & {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Synonym objects.
|
|
8
8
|
*/
|
|
9
9
|
hits: SynonymHit[];
|
|
10
|
+
|
|
10
11
|
/**
|
|
11
|
-
* Number of hits
|
|
12
|
+
* Number of hits the search query matched.
|
|
12
13
|
*/
|
|
13
14
|
nbHits: number;
|
|
14
15
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* - `default`: perform a search query - `facet` [searches for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values).
|
|
5
5
|
*/
|
|
6
6
|
export type SearchTypeDefault = 'default';
|
package/model/searchTypeFacet.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* - `default`: perform a search query - `facet` [searches for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values).
|
|
5
5
|
*/
|
|
6
6
|
export type SearchTypeFacet = 'facet';
|
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* OK.
|
|
5
5
|
*/
|
|
6
6
|
export type SearchUserIdsParams = {
|
|
7
7
|
/**
|
|
8
|
-
* Query to search. The search is a prefix search with
|
|
8
|
+
* Query to search. The search is a prefix search with [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/) enabled. An empty query will retrieve all users.
|
|
9
9
|
*/
|
|
10
10
|
query: string;
|
|
11
|
+
|
|
11
12
|
/**
|
|
12
|
-
*
|
|
13
|
+
* Cluster name.
|
|
13
14
|
*/
|
|
14
15
|
clusterName?: string;
|
|
16
|
+
|
|
15
17
|
/**
|
|
16
|
-
*
|
|
18
|
+
* Page to retrieve (the first page is `0`, not `1`).
|
|
17
19
|
*/
|
|
18
20
|
page?: number;
|
|
21
|
+
|
|
19
22
|
/**
|
|
20
|
-
*
|
|
23
|
+
* Number of hits per page.
|
|
21
24
|
*/
|
|
22
25
|
hitsPerPage?: number;
|
|
23
26
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { UserHit } from './userHit';
|
|
4
4
|
|
|
@@ -7,23 +7,27 @@ import type { UserHit } from './userHit';
|
|
|
7
7
|
*/
|
|
8
8
|
export type SearchUserIdsResponse = {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* User objects that match the query.
|
|
11
11
|
*/
|
|
12
12
|
hits: UserHit[];
|
|
13
|
+
|
|
13
14
|
/**
|
|
14
|
-
* Number of hits
|
|
15
|
+
* Number of hits the search query matched.
|
|
15
16
|
*/
|
|
16
17
|
nbHits: number;
|
|
18
|
+
|
|
17
19
|
/**
|
|
18
|
-
*
|
|
20
|
+
* Page to retrieve (the first page is `0`, not `1`).
|
|
19
21
|
*/
|
|
20
22
|
page: number;
|
|
23
|
+
|
|
21
24
|
/**
|
|
22
|
-
* Maximum number of hits
|
|
25
|
+
* Maximum number of hits per page.
|
|
23
26
|
*/
|
|
24
27
|
hitsPerPage: number;
|
|
28
|
+
|
|
25
29
|
/**
|
|
26
|
-
*
|
|
30
|
+
* Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
|
|
27
31
|
*/
|
|
28
32
|
updatedAt: string;
|
|
29
33
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Settings for the semantic search part of NeuralSearch. Only used when `mode` is _neuralSearch_.
|
|
5
|
+
*/
|
|
6
|
+
export type SemanticSearch = {
|
|
7
|
+
/**
|
|
8
|
+
* Indices from which to collect click and conversion events. If null, the current index and replica group will be used as the event source.
|
|
9
|
+
*/
|
|
10
|
+
eventSources?: string[] | null;
|
|
11
|
+
};
|
package/model/snippetResult.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SnippetResultOption } from './snippetResultOption';
|
|
4
4
|
|
|
5
|
-
export type SnippetResult =
|
|
5
|
+
export type SnippetResult =
|
|
6
|
+
| Record<string, SnippetResultOption>
|
|
7
|
+
| SnippetResultOption
|
|
8
|
+
| SnippetResultOption[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { MatchLevel } from './matchLevel';
|
|
4
4
|
|
|
@@ -7,8 +7,9 @@ import type { MatchLevel } from './matchLevel';
|
|
|
7
7
|
*/
|
|
8
8
|
export type SnippetResultOption = {
|
|
9
9
|
/**
|
|
10
|
-
* Markup text with
|
|
10
|
+
* Markup text with `facetQuery` matches highlighted.
|
|
11
11
|
*/
|
|
12
12
|
value: string;
|
|
13
|
+
|
|
13
14
|
matchLevel: MatchLevel;
|
|
14
15
|
};
|
package/model/sortRemainingBy.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* How to display the remaining items
|
|
4
|
+
* How to display the remaining items: - `count`: facet count (descending). - `alpha`: alphabetical (ascending). - `hidden`: show only pinned values.
|
|
5
5
|
*/
|
|
6
6
|
export type SortRemainingBy = 'alpha' | 'count' | 'hidden';
|
package/model/source.ts
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Source.
|
|
5
5
|
*/
|
|
6
6
|
export type Source = {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* IP address range of the source.
|
|
9
9
|
*/
|
|
10
10
|
source: string;
|
|
11
|
+
|
|
11
12
|
/**
|
|
12
|
-
*
|
|
13
|
+
* Source description.
|
|
13
14
|
*/
|
|
14
15
|
description?: string;
|
|
15
16
|
};
|
package/model/standardEntries.ts
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Key-value pairs of [supported language ISO codes](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/) and boolean values.
|
|
5
5
|
*/
|
|
6
6
|
export type StandardEntries = {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Key-value pair of a language ISO code and a boolean value.
|
|
9
9
|
*/
|
|
10
10
|
plurals?: Record<string, boolean> | null;
|
|
11
|
+
|
|
11
12
|
/**
|
|
12
|
-
*
|
|
13
|
+
* Key-value pair of a language ISO code and a boolean value.
|
|
13
14
|
*/
|
|
14
15
|
stopwords?: Record<string, boolean> | null;
|
|
16
|
+
|
|
15
17
|
/**
|
|
16
|
-
*
|
|
18
|
+
* Key-value pair of a language ISO code and a boolean value.
|
|
17
19
|
*/
|
|
18
20
|
compounds?: Record<string, boolean> | null;
|
|
19
21
|
};
|