algoliasearch 5.0.0-alpha.73 → 5.0.0-alpha.76

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.
Files changed (348) hide show
  1. package/dist/algoliasearch.cjs.js +342 -340
  2. package/dist/algoliasearch.esm.browser.js +342 -338
  3. package/dist/algoliasearch.esm.node.js +342 -338
  4. package/dist/algoliasearch.umd.js +2 -2
  5. package/dist/builds/browser.d.ts +2 -2
  6. package/dist/builds/node.d.ts +2 -2
  7. package/dist/client-abtesting/model/aBTest.d.ts +8 -12
  8. package/dist/client-abtesting/model/aBTest.d.ts.map +1 -1
  9. package/dist/client-abtesting/model/aBTestResponse.d.ts +3 -3
  10. package/dist/client-abtesting/model/abTestsVariant.d.ts +3 -3
  11. package/dist/client-abtesting/model/addABTestsRequest.d.ts +3 -3
  12. package/dist/client-abtesting/model/addABTestsRequest.d.ts.map +1 -1
  13. package/dist/client-abtesting/model/clientMethodProps.d.ts +16 -16
  14. package/dist/client-abtesting/model/customSearchParams.d.ts +3 -0
  15. package/dist/client-abtesting/model/customSearchParams.d.ts.map +1 -1
  16. package/dist/client-abtesting/model/listABTestsResponse.d.ts +3 -3
  17. package/dist/client-abtesting/model/variant.d.ts +14 -14
  18. package/dist/client-abtesting/src/abtestingClient.d.ts +27 -27
  19. package/dist/client-analytics/model/averageClickEvent.d.ts +3 -3
  20. package/dist/client-analytics/model/clickPosition.d.ts +2 -2
  21. package/dist/client-analytics/model/clickThroughRateEvent.d.ts +4 -4
  22. package/dist/client-analytics/model/clientMethodProps.d.ts +91 -91
  23. package/dist/client-analytics/model/conversionRateEvent.d.ts +4 -4
  24. package/dist/client-analytics/model/getAverageClickPositionResponse.d.ts +3 -3
  25. package/dist/client-analytics/model/getClickPositionsResponse.d.ts +1 -1
  26. package/dist/client-analytics/model/getClickThroughRateResponse.d.ts +4 -4
  27. package/dist/client-analytics/model/getConversationRateResponse.d.ts +4 -4
  28. package/dist/client-analytics/model/getNoClickRateResponse.d.ts +4 -4
  29. package/dist/client-analytics/model/getNoResultsRateResponse.d.ts +4 -4
  30. package/dist/client-analytics/model/getSearchesCountResponse.d.ts +2 -2
  31. package/dist/client-analytics/model/getSearchesNoClicksResponse.d.ts +1 -1
  32. package/dist/client-analytics/model/getSearchesNoResultsResponse.d.ts +1 -1
  33. package/dist/client-analytics/model/getStatusResponse.d.ts +1 -1
  34. package/dist/client-analytics/model/getTopCountriesResponse.d.ts +1 -1
  35. package/dist/client-analytics/model/getTopFilterAttribute.d.ts +2 -2
  36. package/dist/client-analytics/model/getTopFilterAttributesResponse.d.ts +1 -1
  37. package/dist/client-analytics/model/getTopFilterForAttribute.d.ts +4 -4
  38. package/dist/client-analytics/model/getTopFilterForAttributeResponse.d.ts +1 -1
  39. package/dist/client-analytics/model/getTopFiltersNoResultsResponse.d.ts +1 -1
  40. package/dist/client-analytics/model/getTopFiltersNoResultsValue.d.ts +3 -3
  41. package/dist/client-analytics/model/getTopFiltersNoResultsValues.d.ts +2 -2
  42. package/dist/client-analytics/model/getUsersCountResponse.d.ts +2 -2
  43. package/dist/client-analytics/model/noClickRateEvent.d.ts +4 -4
  44. package/dist/client-analytics/model/noResultsRateEvent.d.ts +4 -4
  45. package/dist/client-analytics/model/orderBy.d.ts +3 -0
  46. package/dist/client-analytics/model/orderBy.d.ts.map +1 -1
  47. package/dist/client-analytics/model/searchEvent.d.ts +2 -2
  48. package/dist/client-analytics/model/searchNoClickEvent.d.ts +3 -3
  49. package/dist/client-analytics/model/searchNoResultEvent.d.ts +3 -3
  50. package/dist/client-analytics/model/topCountry.d.ts +2 -2
  51. package/dist/client-analytics/model/topHit.d.ts +2 -2
  52. package/dist/client-analytics/model/topHitWithAnalytics.d.ts +7 -7
  53. package/dist/client-analytics/model/topHitsResponse.d.ts +1 -1
  54. package/dist/client-analytics/model/topHitsResponseWithAnalytics.d.ts +1 -1
  55. package/dist/client-analytics/model/topSearch.d.ts +3 -3
  56. package/dist/client-analytics/model/topSearchWithAnalytics.d.ts +9 -9
  57. package/dist/client-analytics/model/topSearchesResponse.d.ts +1 -1
  58. package/dist/client-analytics/model/topSearchesResponseWithAnalytics.d.ts +1 -1
  59. package/dist/client-analytics/model/userWithDate.d.ts +2 -2
  60. package/dist/client-analytics/src/analyticsClient.d.ts +114 -114
  61. package/dist/client-personalization/model/clientMethodProps.d.ts +10 -10
  62. package/dist/client-personalization/src/personalizationClient.d.ts +11 -11
  63. package/dist/client-search/model/acl.d.ts +1 -1
  64. package/dist/client-search/model/action.d.ts +1 -1
  65. package/dist/client-search/model/addApiKeyResponse.d.ts +2 -2
  66. package/dist/client-search/model/anchoring.d.ts +1 -1
  67. package/dist/client-search/model/apiKey.d.ts +9 -9
  68. package/dist/client-search/model/aroundRadius.d.ts +1 -1
  69. package/dist/client-search/model/assignUserIdParams.d.ts +1 -1
  70. package/dist/client-search/model/baseGetApiKeyResponse.d.ts +2 -2
  71. package/dist/client-search/model/baseIndexSettings.d.ts +14 -14
  72. package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts +25 -25
  73. package/dist/client-search/model/baseSearchResponse.d.ts +20 -20
  74. package/dist/client-search/model/baseSearchResponseRedirect.d.ts +1 -1
  75. package/dist/client-search/model/batchAssignUserIdsParams.d.ts +2 -2
  76. package/dist/client-search/model/batchDictionaryEntriesParams.d.ts +3 -3
  77. package/dist/client-search/model/batchParams.d.ts +1 -1
  78. package/dist/client-search/model/batchRequest.d.ts +1 -1
  79. package/dist/client-search/model/batchResponse.d.ts +2 -2
  80. package/dist/client-search/model/batchWriteParams.d.ts +1 -1
  81. package/dist/client-search/model/builtInOperation.d.ts +1 -1
  82. package/dist/client-search/model/builtInOperationType.d.ts +1 -1
  83. package/dist/client-search/model/clientMethodProps.d.ts +88 -84
  84. package/dist/client-search/model/clientMethodProps.d.ts.map +1 -1
  85. package/dist/client-search/model/consequence.d.ts +4 -4
  86. package/dist/client-search/model/consequenceHide.d.ts +2 -2
  87. package/dist/client-search/model/createdAtResponse.d.ts +2 -2
  88. package/dist/client-search/model/cursor.d.ts +1 -1
  89. package/dist/client-search/model/deleteApiKeyResponse.d.ts +1 -1
  90. package/dist/client-search/model/deleteByParams.d.ts +4 -4
  91. package/dist/client-search/model/deleteSourceResponse.d.ts +1 -1
  92. package/dist/client-search/model/deletedAtResponse.d.ts +3 -3
  93. package/dist/client-search/model/dictionaryEntry.d.ts +6 -6
  94. package/dist/client-search/model/dictionaryEntryState.d.ts +1 -1
  95. package/dist/client-search/model/dictionaryLanguage.d.ts +2 -2
  96. package/dist/client-search/model/dictionarySettingsParams.d.ts +1 -1
  97. package/dist/client-search/model/distinct.d.ts +1 -1
  98. package/dist/client-search/model/exactOnSingleWordQuery.d.ts +1 -1
  99. package/dist/client-search/model/facetFilters.d.ts +1 -1
  100. package/dist/client-search/model/facetHits.d.ts +3 -3
  101. package/dist/client-search/model/facetOrdering.d.ts +2 -2
  102. package/dist/client-search/model/facets.d.ts +1 -1
  103. package/dist/client-search/model/facetsStats.d.ts +4 -4
  104. package/dist/client-search/model/fetchedIndex.d.ts +1 -1
  105. package/dist/client-search/model/getObjectsParams.d.ts +1 -1
  106. package/dist/client-search/model/getObjectsRequest.d.ts +4 -4
  107. package/dist/client-search/model/getObjectsResponse.d.ts +1 -1
  108. package/dist/client-search/model/getTopUserIdsResponse.d.ts +2 -2
  109. package/dist/client-search/model/hasPendingMappingsResponse.d.ts +2 -2
  110. package/dist/client-search/model/highlightResultOption.d.ts +1 -1
  111. package/dist/client-search/model/hit.d.ts +1 -1
  112. package/dist/client-search/model/ignorePlurals.d.ts +1 -1
  113. package/dist/client-search/model/index.d.ts +1 -0
  114. package/dist/client-search/model/index.d.ts.map +1 -1
  115. package/dist/client-search/model/indexSettings.d.ts +1 -1
  116. package/dist/client-search/model/indexSettingsAsSearchParams.d.ts +30 -30
  117. package/dist/client-search/model/indexSettingsAsSearchParamsSemanticSearch.d.ts +2 -2
  118. package/dist/client-search/model/languages.d.ts +1 -1
  119. package/dist/client-search/model/listApiKeysResponse.d.ts +1 -1
  120. package/dist/client-search/model/listClustersResponse.d.ts +2 -2
  121. package/dist/client-search/model/listIndicesResponse.d.ts +1 -1
  122. package/dist/client-search/model/listUserIdsResponse.d.ts +2 -2
  123. package/dist/client-search/model/log.d.ts +7 -7
  124. package/dist/client-search/model/logQuery.d.ts +1 -1
  125. package/dist/client-search/model/mode.d.ts +1 -1
  126. package/dist/client-search/model/multipleBatchRequest.d.ts +1 -1
  127. package/dist/client-search/model/multipleBatchResponse.d.ts +2 -2
  128. package/dist/client-search/model/numericFilters.d.ts +1 -1
  129. package/dist/client-search/model/operationIndexParams.d.ts +2 -2
  130. package/dist/client-search/model/operationType.d.ts +1 -1
  131. package/dist/client-search/model/optionalFilters.d.ts +1 -1
  132. package/dist/client-search/model/params.d.ts +1 -1
  133. package/dist/client-search/model/promoteObjectID.d.ts +3 -3
  134. package/dist/client-search/model/promoteObjectIDs.d.ts +3 -3
  135. package/dist/client-search/model/queryType.d.ts +1 -1
  136. package/dist/client-search/model/reRankingApplyFilter.d.ts +1 -1
  137. package/dist/client-search/model/redirectRuleIndexMetadata.d.ts +1 -1
  138. package/dist/client-search/model/redirectRuleIndexMetadataData.d.ts +1 -1
  139. package/dist/client-search/model/removeStopWords.d.ts +1 -1
  140. package/dist/client-search/model/removeUserIdResponse.d.ts +1 -1
  141. package/dist/client-search/model/removeWordsIfNoResults.d.ts +1 -1
  142. package/dist/client-search/model/renderingContent.d.ts +1 -1
  143. package/dist/client-search/model/replaceSourceResponse.d.ts +1 -1
  144. package/dist/client-search/model/rule.d.ts +5 -5
  145. package/dist/client-search/model/saveObjectResponse.d.ts +5 -2
  146. package/dist/client-search/model/saveObjectResponse.d.ts.map +1 -1
  147. package/dist/client-search/model/saveSynonymResponse.d.ts +3 -3
  148. package/dist/client-search/model/searchDictionaryEntriesParams.d.ts +5 -5
  149. package/dist/client-search/model/searchForFacetValuesRequest.d.ts +2 -2
  150. package/dist/client-search/model/searchForFacetsOptions.d.ts +3 -3
  151. package/dist/client-search/model/searchForHitsOptions.d.ts +1 -1
  152. package/dist/client-search/model/searchParamsQuery.d.ts +1 -1
  153. package/dist/client-search/model/searchParamsString.d.ts +1 -1
  154. package/dist/client-search/model/searchResponses.d.ts +2 -2
  155. package/dist/client-search/model/searchResponses.d.ts.map +1 -1
  156. package/dist/client-search/model/searchResult.d.ts +4 -0
  157. package/dist/client-search/model/searchResult.d.ts.map +1 -0
  158. package/dist/client-search/model/searchRulesParams.d.ts +7 -7
  159. package/dist/client-search/model/searchStrategy.d.ts +3 -0
  160. package/dist/client-search/model/searchStrategy.d.ts.map +1 -1
  161. package/dist/client-search/model/searchSynonymsParams.d.ts +1 -1
  162. package/dist/client-search/model/searchSynonymsResponse.d.ts +2 -2
  163. package/dist/client-search/model/searchTypeDefault.d.ts +1 -1
  164. package/dist/client-search/model/searchTypeFacet.d.ts +1 -1
  165. package/dist/client-search/model/searchUserIdsParams.d.ts +4 -4
  166. package/dist/client-search/model/searchUserIdsResponse.d.ts +5 -5
  167. package/dist/client-search/model/snippetResultOption.d.ts +1 -1
  168. package/dist/client-search/model/sortRemainingBy.d.ts +1 -1
  169. package/dist/client-search/model/source.d.ts +3 -3
  170. package/dist/client-search/model/standardEntries.d.ts +4 -4
  171. package/dist/client-search/model/synonymHit.d.ts +6 -6
  172. package/dist/client-search/model/synonymType.d.ts +1 -1
  173. package/dist/client-search/model/tagFilters.d.ts +1 -1
  174. package/dist/client-search/model/taskStatus.d.ts +3 -0
  175. package/dist/client-search/model/taskStatus.d.ts.map +1 -1
  176. package/dist/client-search/model/typoTolerance.d.ts +1 -1
  177. package/dist/client-search/model/updateApiKeyResponse.d.ts +2 -2
  178. package/dist/client-search/model/updatedAtResponse.d.ts +3 -3
  179. package/dist/client-search/model/updatedAtWithObjectIdResponse.d.ts +4 -4
  180. package/dist/client-search/model/updatedRuleResponse.d.ts +3 -3
  181. package/dist/client-search/model/userHit.d.ts +1 -1
  182. package/dist/client-search/model/userId.d.ts +2 -2
  183. package/dist/client-search/src/searchClient.d.ts +185 -184
  184. package/dist/client-search/src/searchClient.d.ts.map +1 -1
  185. package/dist/lite/lite.cjs.js +6 -8
  186. package/dist/lite/lite.esm.browser.js +6 -6
  187. package/dist/lite/lite.esm.node.js +6 -6
  188. package/dist/lite/lite.umd.js +2 -2
  189. package/dist/lite/model/acl.d.ts +1 -1
  190. package/dist/lite/model/action.d.ts +1 -1
  191. package/dist/lite/model/addApiKeyResponse.d.ts +2 -2
  192. package/dist/lite/model/anchoring.d.ts +1 -1
  193. package/dist/lite/model/apiKey.d.ts +9 -9
  194. package/dist/lite/model/aroundRadius.d.ts +1 -1
  195. package/dist/lite/model/baseGetApiKeyResponse.d.ts +2 -2
  196. package/dist/lite/model/baseIndexSettings.d.ts +14 -14
  197. package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts +25 -25
  198. package/dist/lite/model/baseSearchResponse.d.ts +20 -20
  199. package/dist/lite/model/baseSearchResponseRedirect.d.ts +1 -1
  200. package/dist/lite/model/builtInOperation.d.ts +1 -1
  201. package/dist/lite/model/builtInOperationType.d.ts +1 -1
  202. package/dist/lite/model/clientMethodProps.d.ts +3 -3
  203. package/dist/lite/model/consequence.d.ts +4 -4
  204. package/dist/lite/model/consequenceHide.d.ts +2 -2
  205. package/dist/lite/model/cursor.d.ts +1 -1
  206. package/dist/lite/model/deleteByParams.d.ts +4 -4
  207. package/dist/lite/model/dictionaryEntry.d.ts +6 -6
  208. package/dist/lite/model/dictionaryEntryState.d.ts +1 -1
  209. package/dist/lite/model/dictionaryLanguage.d.ts +2 -2
  210. package/dist/lite/model/distinct.d.ts +1 -1
  211. package/dist/lite/model/exactOnSingleWordQuery.d.ts +1 -1
  212. package/dist/lite/model/facetFilters.d.ts +1 -1
  213. package/dist/lite/model/facetHits.d.ts +15 -0
  214. package/dist/lite/model/facetHits.d.ts.map +1 -0
  215. package/dist/lite/model/facetOrdering.d.ts +2 -2
  216. package/dist/lite/model/facets.d.ts +1 -1
  217. package/dist/lite/model/facetsStats.d.ts +4 -4
  218. package/dist/lite/model/fetchedIndex.d.ts +1 -1
  219. package/dist/lite/model/highlightResultOption.d.ts +1 -1
  220. package/dist/lite/model/hit.d.ts +1 -1
  221. package/dist/lite/model/ignorePlurals.d.ts +1 -1
  222. package/dist/lite/model/index.d.ts +3 -0
  223. package/dist/lite/model/index.d.ts.map +1 -1
  224. package/dist/lite/model/indexSettings.d.ts +1 -1
  225. package/dist/lite/model/indexSettingsAsSearchParams.d.ts +30 -30
  226. package/dist/lite/model/indexSettingsAsSearchParamsSemanticSearch.d.ts +2 -2
  227. package/dist/lite/model/languages.d.ts +1 -1
  228. package/dist/lite/model/listIndicesResponse.d.ts +1 -1
  229. package/dist/lite/model/mode.d.ts +1 -1
  230. package/dist/lite/model/numericFilters.d.ts +1 -1
  231. package/dist/lite/model/operationType.d.ts +1 -1
  232. package/dist/lite/model/optionalFilters.d.ts +1 -1
  233. package/dist/lite/model/params.d.ts +1 -1
  234. package/dist/lite/model/promoteObjectID.d.ts +3 -3
  235. package/dist/lite/model/promoteObjectIDs.d.ts +3 -3
  236. package/dist/lite/model/queryType.d.ts +1 -1
  237. package/dist/lite/model/reRankingApplyFilter.d.ts +1 -1
  238. package/dist/lite/model/redirectRuleIndexMetadata.d.ts +1 -1
  239. package/dist/lite/model/redirectRuleIndexMetadataData.d.ts +1 -1
  240. package/dist/lite/model/removeStopWords.d.ts +1 -1
  241. package/dist/lite/model/removeWordsIfNoResults.d.ts +1 -1
  242. package/dist/lite/model/renderingContent.d.ts +1 -1
  243. package/dist/lite/model/rule.d.ts +5 -5
  244. package/dist/lite/model/searchForFacetValuesResponse.d.ts +5 -0
  245. package/dist/lite/model/searchForFacetValuesResponse.d.ts.map +1 -0
  246. package/dist/lite/model/searchForFacetsOptions.d.ts +3 -3
  247. package/dist/lite/model/searchForHitsOptions.d.ts +1 -1
  248. package/dist/lite/model/searchParamsQuery.d.ts +1 -1
  249. package/dist/lite/model/searchParamsString.d.ts +1 -1
  250. package/dist/lite/model/searchResponses.d.ts +2 -2
  251. package/dist/lite/model/searchResponses.d.ts.map +1 -1
  252. package/dist/lite/model/searchResult.d.ts +4 -0
  253. package/dist/lite/model/searchResult.d.ts.map +1 -0
  254. package/dist/lite/model/searchStrategy.d.ts +3 -0
  255. package/dist/lite/model/searchStrategy.d.ts.map +1 -1
  256. package/dist/lite/model/searchSynonymsResponse.d.ts +2 -2
  257. package/dist/lite/model/searchTypeDefault.d.ts +1 -1
  258. package/dist/lite/model/searchTypeFacet.d.ts +1 -1
  259. package/dist/lite/model/snippetResultOption.d.ts +1 -1
  260. package/dist/lite/model/sortRemainingBy.d.ts +1 -1
  261. package/dist/lite/model/source.d.ts +3 -3
  262. package/dist/lite/model/standardEntries.d.ts +4 -4
  263. package/dist/lite/model/synonymHit.d.ts +6 -6
  264. package/dist/lite/model/synonymType.d.ts +1 -1
  265. package/dist/lite/model/tagFilters.d.ts +1 -1
  266. package/dist/lite/model/taskStatus.d.ts +3 -0
  267. package/dist/lite/model/taskStatus.d.ts.map +1 -1
  268. package/dist/lite/model/typoTolerance.d.ts +1 -1
  269. package/dist/lite/model/updatedRuleResponse.d.ts +3 -3
  270. package/dist/lite/model/userId.d.ts +2 -2
  271. package/dist/lite/src/liteClient.d.ts +6 -6
  272. package/lite/model/acl.ts +1 -1
  273. package/lite/model/action.ts +1 -1
  274. package/lite/model/addApiKeyResponse.ts +2 -2
  275. package/lite/model/anchoring.ts +1 -1
  276. package/lite/model/apiKey.ts +9 -9
  277. package/lite/model/aroundRadius.ts +1 -1
  278. package/lite/model/baseGetApiKeyResponse.ts +2 -2
  279. package/lite/model/baseIndexSettings.ts +14 -14
  280. package/lite/model/baseSearchParamsWithoutQuery.ts +25 -25
  281. package/lite/model/baseSearchResponse.ts +20 -20
  282. package/lite/model/baseSearchResponseRedirect.ts +1 -1
  283. package/lite/model/builtInOperation.ts +1 -1
  284. package/lite/model/builtInOperationType.ts +1 -1
  285. package/lite/model/clientMethodProps.ts +3 -3
  286. package/lite/model/consequence.ts +4 -4
  287. package/lite/model/consequenceHide.ts +2 -2
  288. package/lite/model/cursor.ts +1 -1
  289. package/lite/model/deleteByParams.ts +4 -4
  290. package/lite/model/dictionaryEntry.ts +6 -6
  291. package/lite/model/dictionaryEntryState.ts +1 -1
  292. package/lite/model/dictionaryLanguage.ts +2 -2
  293. package/lite/model/distinct.ts +1 -1
  294. package/lite/model/exactOnSingleWordQuery.ts +1 -1
  295. package/lite/model/facetFilters.ts +1 -1
  296. package/lite/model/facetHits.ts +18 -0
  297. package/lite/model/facetOrdering.ts +2 -2
  298. package/lite/model/facets.ts +1 -1
  299. package/lite/model/facetsStats.ts +4 -4
  300. package/lite/model/fetchedIndex.ts +1 -1
  301. package/lite/model/highlightResultOption.ts +1 -1
  302. package/lite/model/hit.ts +1 -1
  303. package/lite/model/ignorePlurals.ts +1 -1
  304. package/lite/model/index.ts +3 -0
  305. package/lite/model/indexSettings.ts +1 -1
  306. package/lite/model/indexSettingsAsSearchParams.ts +30 -30
  307. package/lite/model/indexSettingsAsSearchParamsSemanticSearch.ts +2 -2
  308. package/lite/model/languages.ts +1 -1
  309. package/lite/model/listIndicesResponse.ts +1 -1
  310. package/lite/model/mode.ts +1 -1
  311. package/lite/model/numericFilters.ts +1 -1
  312. package/lite/model/operationType.ts +1 -1
  313. package/lite/model/optionalFilters.ts +1 -1
  314. package/lite/model/params.ts +1 -1
  315. package/lite/model/promoteObjectID.ts +3 -3
  316. package/lite/model/promoteObjectIDs.ts +3 -3
  317. package/lite/model/queryType.ts +1 -1
  318. package/lite/model/reRankingApplyFilter.ts +1 -1
  319. package/lite/model/redirectRuleIndexMetadata.ts +1 -1
  320. package/lite/model/redirectRuleIndexMetadataData.ts +1 -1
  321. package/lite/model/removeStopWords.ts +1 -1
  322. package/lite/model/removeWordsIfNoResults.ts +1 -1
  323. package/lite/model/renderingContent.ts +1 -1
  324. package/lite/model/rule.ts +5 -5
  325. package/lite/model/searchForFacetValuesResponse.ts +7 -0
  326. package/lite/model/searchForFacetsOptions.ts +3 -3
  327. package/lite/model/searchForHitsOptions.ts +1 -1
  328. package/lite/model/searchParamsQuery.ts +1 -1
  329. package/lite/model/searchParamsString.ts +1 -1
  330. package/lite/model/searchResponses.ts +2 -2
  331. package/lite/model/searchResult.ts +8 -0
  332. package/lite/model/searchStrategy.ts +3 -0
  333. package/lite/model/searchSynonymsResponse.ts +2 -2
  334. package/lite/model/searchTypeDefault.ts +1 -1
  335. package/lite/model/searchTypeFacet.ts +1 -1
  336. package/lite/model/snippetResultOption.ts +1 -1
  337. package/lite/model/sortRemainingBy.ts +1 -1
  338. package/lite/model/source.ts +3 -3
  339. package/lite/model/standardEntries.ts +4 -4
  340. package/lite/model/synonymHit.ts +6 -6
  341. package/lite/model/synonymType.ts +1 -1
  342. package/lite/model/tagFilters.ts +1 -1
  343. package/lite/model/taskStatus.ts +3 -0
  344. package/lite/model/typoTolerance.ts +1 -1
  345. package/lite/model/updatedRuleResponse.ts +3 -3
  346. package/lite/model/userId.ts +2 -2
  347. package/lite/src/liteClient.ts +6 -6
  348. package/package.json +15 -14
@@ -12,43 +12,43 @@ import type { RenderingContent } from './renderingContent';
12
12
  import type { TypoTolerance } from './typoTolerance';
13
13
  export type IndexSettingsAsSearchParams = {
14
14
  /**
15
- * The complete list of attributes that will be used for faceting.
15
+ * Attributes used for [faceting](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/) and the [modifiers](https://www.algolia.com/doc/api-reference/api-parameters/attributesForFaceting/#modifiers) that can be applied: `filterOnly`, `searchable`, and `afterDistinct`.
16
16
  */
17
17
  attributesForFaceting?: string[];
18
18
  /**
19
- * This parameter controls which attributes to retrieve and which not to retrieve.
19
+ * Attributes to include in the API response. To reduce the size of your response, you can retrieve only some of the attributes. By default, the response includes all attributes.
20
20
  */
21
21
  attributesToRetrieve?: string[];
22
22
  /**
23
- * Restricts a given query to look in only a subset of your searchable attributes.
23
+ * Restricts a query to only look at a subset of your [searchable attributes](https://www.algolia.com/doc/guides/managing-results/must-do/searchable-attributes/).
24
24
  */
25
25
  restrictSearchableAttributes?: string[];
26
26
  /**
27
- * Controls how Algolia should sort your results.
27
+ * Determines the order in which Algolia [returns your results](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/).
28
28
  */
29
29
  ranking?: string[];
30
30
  /**
31
- * Specifies the custom ranking criterion.
31
+ * Specifies the [Custom ranking criterion](https://www.algolia.com/doc/guides/managing-results/must-do/custom-ranking/). Use the `asc` and `desc` modifiers to specify the ranking order: ascending or descending.
32
32
  */
33
33
  customRanking?: string[];
34
34
  /**
35
- * Controls the relevancy threshold below which less relevant results aren\'t included in the results.
35
+ * Relevancy threshold below which less relevant results aren\'t included in the results.
36
36
  */
37
37
  relevancyStrictness?: number;
38
38
  /**
39
- * List of attributes to highlight.
39
+ * Attributes to highlight. Strings that match the search query in the attributes are highlighted by surrounding them with HTML tags (`highlightPreTag` and `highlightPostTag`).
40
40
  */
41
41
  attributesToHighlight?: string[];
42
42
  /**
43
- * List of attributes to snippet, with an optional maximum number of words to snippet.
43
+ * Attributes to _snippet_. \'Snippeting\' is shortening the attribute to a certain number of words. If not specified, the attribute is shortened to the 10 words around the matching string but you can specify the number. For example: `body:20`.
44
44
  */
45
45
  attributesToSnippet?: string[];
46
46
  /**
47
- * The HTML string to insert before the highlighted parts in all highlight and snippet results.
47
+ * HTML string to insert before the highlighted parts in all highlight and snippet results.
48
48
  */
49
49
  highlightPreTag?: string;
50
50
  /**
51
- * The HTML string to insert after the highlighted parts in all highlight and snippet results.
51
+ * HTML string to insert after the highlighted parts in all highlight and snippet results.
52
52
  */
53
53
  highlightPostTag?: string;
54
54
  /**
@@ -60,15 +60,15 @@ export type IndexSettingsAsSearchParams = {
60
60
  */
61
61
  restrictHighlightAndSnippetArrays?: boolean;
62
62
  /**
63
- * Set the number of hits per page.
63
+ * Number of hits per page.
64
64
  */
65
65
  hitsPerPage?: number;
66
66
  /**
67
- * Minimum number of characters a word in the query string must contain to accept matches with 1 typo.
67
+ * Minimum number of characters a word in the query string must contain to accept matches with [one typo](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#configuring-word-length-for-typos).
68
68
  */
69
69
  minWordSizefor1Typo?: number;
70
70
  /**
71
- * Minimum number of characters a word in the query string must contain to accept matches with 2 typos.
71
+ * Minimum number of characters a word in the query string must contain to accept matches with [two typos](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#configuring-word-length-for-typos).
72
72
  */
73
73
  minWordSizefor2Typos?: number;
74
74
  typoTolerance?: TypoTolerance;
@@ -77,29 +77,29 @@ export type IndexSettingsAsSearchParams = {
77
77
  */
78
78
  allowTyposOnNumericTokens?: boolean;
79
79
  /**
80
- * List of attributes on which you want to disable typo tolerance.
80
+ * Attributes for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/).
81
81
  */
82
82
  disableTypoToleranceOnAttributes?: string[];
83
83
  ignorePlurals?: IgnorePlurals;
84
84
  removeStopWords?: RemoveStopWords;
85
85
  /**
86
- * List of characters that the engine shouldn\'t automatically normalize.
86
+ * Characters that the engine shouldn\'t automatically [normalize](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/normalization/).
87
87
  */
88
88
  keepDiacriticsOnCharacters?: string;
89
89
  /**
90
- * Sets the languages to be used by language-specific settings and functionalities such as ignorePlurals, removeStopWords, and CJK word-detection.
90
+ * Sets your user\'s search language. This adjusts language-specific settings and features such as `ignorePlurals`, `removeStopWords`, and [CJK](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/normalization/#normalization-for-logogram-based-languages-cjk) word detection.
91
91
  */
92
92
  queryLanguages?: string[];
93
93
  /**
94
- * Splits compound words into their composing atoms in the query.
94
+ * [Splits compound words](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words) into their component word parts in the query.
95
95
  */
96
96
  decompoundQuery?: boolean;
97
97
  /**
98
- * Whether Rules should be globally enabled.
98
+ * Incidates whether [Rules](https://www.algolia.com/doc/guides/managing-results/rules/rules-overview/) are enabled.
99
99
  */
100
100
  enableRules?: boolean;
101
101
  /**
102
- * Enable the Personalization feature.
102
+ * Incidates whether [Personalization](https://www.algolia.com/doc/guides/personalization/what-is-personalization/) is enabled.
103
103
  */
104
104
  enablePersonalization?: boolean;
105
105
  queryType?: QueryType;
@@ -107,33 +107,33 @@ export type IndexSettingsAsSearchParams = {
107
107
  mode?: Mode;
108
108
  semanticSearch?: IndexSettingsAsSearchParamsSemanticSearch;
109
109
  /**
110
- * Enables the advanced query syntax.
110
+ * Enables the [advanced query syntax](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/#advanced-syntax).
111
111
  */
112
112
  advancedSyntax?: boolean;
113
113
  /**
114
- * A list of words that should be considered as optional when found in the query.
114
+ * Words which should be considered [optional](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/empty-or-insufficient-results/#creating-a-list-of-optional-words) when found in a query.
115
115
  */
116
116
  optionalWords?: string[];
117
117
  /**
118
- * List of attributes on which you want to disable the exact ranking criterion.
118
+ * Attributes for which you want to [turn off the exact ranking criterion](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/in-depth/adjust-exact-settings/#turn-off-exact-for-some-attributes).
119
119
  */
120
120
  disableExactOnAttributes?: string[];
121
121
  exactOnSingleWordQuery?: ExactOnSingleWordQuery;
122
122
  /**
123
- * List of alternatives that should be considered an exact match by the exact ranking criterion.
123
+ * Alternatives that should be considered an exact match by [the exact ranking criterion](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/in-depth/adjust-exact-settings/#turn-off-exact-for-some-attributes).
124
124
  */
125
125
  alternativesAsExact?: AlternativesAsExact[];
126
126
  /**
127
- * Allows you to specify which advanced syntax features are active when advancedSyntax\' is enabled.
127
+ * Allows you to specify which advanced syntax features are active when `advancedSyntax` is enabled.
128
128
  */
129
129
  advancedSyntaxFeatures?: AdvancedSyntaxFeatures[];
130
130
  /**
131
- * Enriches the APIs response with meta-information as to how the query was processed.
131
+ * Enriches the API\'s response with information about how the query was processed.
132
132
  */
133
133
  explain?: string[];
134
134
  distinct?: Distinct;
135
135
  /**
136
- * Name of the de-duplication attribute to be used with the distinct feature.
136
+ * Name of the deduplication attribute to be used with Algolia\'s [_distinct_ feature](https://www.algolia.com/doc/guides/managing-results/refine-results/grouping/#introducing-algolias-distinct-feature).
137
137
  */
138
138
  attributeForDistinct?: string;
139
139
  /**
@@ -145,19 +145,19 @@ export type IndexSettingsAsSearchParams = {
145
145
  */
146
146
  replaceSynonymsInHighlight?: boolean;
147
147
  /**
148
- * Precision of the proximity ranking criterion.
148
+ * Precision of the [proximity ranking criterion](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/#proximity).
149
149
  */
150
150
  minProximity?: number;
151
151
  /**
152
- * Choose which fields to return in the API response. This parameters applies to search and browse queries.
152
+ * Attributes to include in the API response for search and browse queries.
153
153
  */
154
154
  responseFields?: string[];
155
155
  /**
156
- * Maximum number of facet hits to return during a search for facet values. For performance reasons, the maximum allowed number of returned values is 100.
156
+ * 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).
157
157
  */
158
158
  maxFacetHits?: number;
159
159
  /**
160
- * When attribute is ranked above proximity in your ranking formula, proximity is used to select which searchable attribute is matched in the attribute ranking stage.
160
+ * When the [Attribute criterion is ranked above Proximity](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/#attribute-and-proximity-combinations) in your ranking formula, Proximity is used to select which searchable attribute is matched in the Attribute ranking stage.
161
161
  */
162
162
  attributeCriteriaComputedByMinProximity?: boolean;
163
163
  renderingContent?: RenderingContent;
@@ -1,9 +1,9 @@
1
1
  /**
2
- * The settings relevant for configuration of the semantic search engine. These settings are only used when the mode is set to \'neuralSearch\'.
2
+ * Settings for the semantic search part of NeuralSearch. Only used when `mode` is _neuralSearch_.
3
3
  */
4
4
  export type IndexSettingsAsSearchParamsSemanticSearch = {
5
5
  /**
6
- * When null, the current index / replica group will be used as the event source.
6
+ * Indices from which to collect click and conversion events. If null, the current index and replica group will be used as the event source.
7
7
  */
8
8
  eventSources?: string[] | null;
9
9
  };
@@ -1,6 +1,6 @@
1
1
  import type { DictionaryLanguage } from './dictionaryLanguage';
2
2
  /**
3
- * A dictionary language.
3
+ * Dictionary language.
4
4
  */
5
5
  export type Languages = {
6
6
  plurals: DictionaryLanguage | null;
@@ -1,7 +1,7 @@
1
1
  import type { FetchedIndex } from './fetchedIndex';
2
2
  export type ListIndicesResponse = {
3
3
  /**
4
- * List of the fetched indices.
4
+ * All indices in your Algolia application.
5
5
  */
6
6
  items: FetchedIndex[];
7
7
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * The search mode that the index will use to query for results.
2
+ * Search mode the index will use to query for results.
3
3
  */
4
4
  export type Mode = 'keywordSearch' | 'neuralSearch';
5
5
  //# sourceMappingURL=mode.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { MixedSearchFilters } from './mixedSearchFilters';
2
2
  /**
3
- * Filter on numeric attributes.
3
+ * [Filter on numeric attributes](https://www.algolia.com/doc/api-reference/api-parameters/numericFilters/).
4
4
  */
5
5
  export type NumericFilters = MixedSearchFilters[] | string;
6
6
  //# sourceMappingURL=numericFilters.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Type of operation to perform (move or copy).
2
+ * Operation to perform (_move_ or _copy_).
3
3
  */
4
4
  export type OperationType = 'copy' | 'move';
5
5
  //# sourceMappingURL=operationType.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { MixedSearchFilters } from './mixedSearchFilters';
2
2
  /**
3
- * Create filters for ranking purposes, where records that match the filter are ranked higher, or lower in the case of a negative optional filter.
3
+ * Create filters to boost or demote records. Records that match the filter are ranked higher for positive and lower for negative optional filters. In contrast to regular filters, records that don\'t match the optional filter are still included in the results, only their ranking is affected.
4
4
  */
5
5
  export type OptionalFilters = MixedSearchFilters[] | string;
6
6
  //# sourceMappingURL=optionalFilters.d.ts.map
@@ -2,7 +2,7 @@ import type { AutomaticFacetFilters } from './automaticFacetFilters';
2
2
  import type { ConsequenceQuery } from './consequenceQuery';
3
3
  import type { RenderingContent } from './renderingContent';
4
4
  /**
5
- * Additional search parameters. Any valid search parameter is allowed.
5
+ * Additional search parameters.
6
6
  */
7
7
  export type Params = {
8
8
  query?: ConsequenceQuery;
@@ -1,13 +1,13 @@
1
1
  /**
2
- * Single objectID to promote as hits.
2
+ * Record to promote.
3
3
  */
4
4
  export type PromoteObjectID = {
5
5
  /**
6
- * Unique identifier of the object to promote.
6
+ * Unique identifier of the record to promote.
7
7
  */
8
8
  objectID: string;
9
9
  /**
10
- * The position to promote the objects to (zero-based). If you pass objectIDs, the objects are placed at this position as a group. For example, if you pass four objectIDs to position 0, the objects take the first four positions.
10
+ * The position to promote the records to. If you pass objectIDs, the records are placed at this position as a group. For example, if you pronmote four objectIDs to position 0, the records take the first four positions.
11
11
  */
12
12
  position: number;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  /**
2
- * Multiple objectIDs to promote as hits.
2
+ * Records to promote.
3
3
  */
4
4
  export type PromoteObjectIDs = {
5
5
  /**
6
- * Array of unique identifiers of the objects to promote.
6
+ * Unique identifiers of the records to promote.
7
7
  */
8
8
  objectIDs: string[];
9
9
  /**
10
- * The position to promote the objects to (zero-based). If you pass objectIDs, the objects are placed at this position as a group. For example, if you pass four objectIDs to position 0, the objects take the first four positions.
10
+ * The position to promote the records to. If you pass objectIDs, the records are placed at this position as a group. For example, if you pronmote four objectIDs to position 0, the records take the first four positions.
11
11
  */
12
12
  position: number;
13
13
  };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Controls if and how query words are interpreted as prefixes.
2
+ * Determines how query words are [interpreted as prefixes](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/in-depth/prefix-searching/).
3
3
  */
4
4
  export type QueryType = 'prefixAll' | 'prefixLast' | 'prefixNone';
5
5
  //# sourceMappingURL=queryType.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { MixedSearchFilters } from './mixedSearchFilters';
2
2
  /**
3
- * When Dynamic Re-Ranking is enabled, only records that match these filters will be impacted by Dynamic Re-Ranking.
3
+ * When [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) is enabled, only records that match these filters will be affected by Dynamic Re-Ranking.
4
4
  */
5
5
  export type ReRankingApplyFilter = MixedSearchFilters[] | string;
6
6
  //# sourceMappingURL=reRankingApplyFilter.d.ts.map
@@ -13,7 +13,7 @@ export type RedirectRuleIndexMetadata = {
13
13
  */
14
14
  reason: string;
15
15
  /**
16
- * Status for the redirect rule.
16
+ * Redirect rule status.
17
17
  */
18
18
  succeed: boolean;
19
19
  data: RedirectRuleIndexMetadataData;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Data for the redirect rule.
2
+ * Redirect rule data.
3
3
  */
4
4
  export type RedirectRuleIndexMetadataData = {
5
5
  ruleObjectID: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Removes stop (common) words from the query before executing it. RemoveStopWords is used in conjunction with the queryLanguages setting. List: language ISO codes for which ignoring plurals should be enabled. This list will override any values that you may have set in queryLanguages. True: enables the stop word functionality, ensuring that stop words are removed from consideration in a search. The languages supported here are either every language, or those set by queryLanguages. False: disables stop word functionality, allowing stop words to be taken into account in a search.
2
+ * Removes stop (common) words from the query before executing it. `removeStopWords` is used in conjunction with the `queryLanguages` setting. _list_: language ISO codes for which stop words should be enabled. This list will override any values that you may have set in `queryLanguages`. _true_: enables the stop words feature, ensuring that stop words are removed from consideration in a search. The languages supported here are either [every language](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/) (this is the default) or those set by `queryLanguages`. _false_: turns off the stop words feature, allowing stop words to be taken into account in a search.
3
3
  */
4
4
  export type RemoveStopWords = string[] | boolean;
5
5
  //# sourceMappingURL=removeStopWords.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selects a strategy to remove words from the query when it doesn\'t match any hits.
2
+ * Strategy to [remove words](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/empty-or-insufficient-results/in-depth/why-use-remove-words-if-no-results/) from the query when it doesn\'t match any hits.
3
3
  */
4
4
  export type RemoveWordsIfNoResults = 'allOptional' | 'firstWords' | 'lastWords' | 'none';
5
5
  //# sourceMappingURL=removeWordsIfNoResults.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { FacetOrdering } from './facetOrdering';
2
2
  /**
3
- * Content defining how the search interface should be rendered. Can be set via the settings for a default value and can be overridden via rules.
3
+ * Extra content for the search UI, for example, to control the [ordering and display of facets](https://www.algolia.com/doc/guides/managing-results/rules/merchandising-and-promoting/how-to/merchandising-facets/#merchandise-facets-and-their-values-in-the-manual-editor). You can set a default value and dynamically override it with [Rules](https://www.algolia.com/doc/guides/managing-results/rules/rules-overview/).
4
4
  */
5
5
  export type RenderingContent = {
6
6
  facetOrdering?: FacetOrdering;
@@ -6,24 +6,24 @@ import type { TimeRange } from './timeRange';
6
6
  */
7
7
  export type Rule = {
8
8
  /**
9
- * Unique identifier of the object.
9
+ * Unique identifier for a rule object.
10
10
  */
11
11
  objectID: string;
12
12
  /**
13
- * A list of conditions that should apply to activate a Rule. You can use up to 25 conditions per Rule.
13
+ * [Conditions](https://www.algolia.com/doc/guides/managing-results/rules/rules-overview/#conditions) required to activate a rule. You can use up to 25 conditions per rule.
14
14
  */
15
15
  conditions?: Condition[];
16
16
  consequence?: Consequence;
17
17
  /**
18
- * This field is intended for Rule management purposes, in particular to ease searching for Rules and presenting them to human readers. It\'s not interpreted by the API.
18
+ * Description of the rule\'s purpose. This can be helpful for display in the Algolia dashboard.
19
19
  */
20
20
  description?: string;
21
21
  /**
22
- * Whether the Rule is enabled. Disabled Rules remain in the index, but aren\'t applied at query time.
22
+ * Indicates whether to enable the rule. If it isn\'t enabled, it isn\'t applied at query time.
23
23
  */
24
24
  enabled?: boolean;
25
25
  /**
26
- * By default, Rules are permanently valid. When validity periods are specified, the Rule applies only during those periods; it\'s ignored the rest of the time. The list must not be empty.
26
+ * If you specify a validity period, the rule _only_ applies only during that period. If specified, the array must not be empty.
27
27
  */
28
28
  validity?: TimeRange[];
29
29
  };
@@ -0,0 +1,5 @@
1
+ import type { FacetHits } from './facetHits';
2
+ export type SearchForFacetValuesResponse = {
3
+ facetHits: FacetHits[];
4
+ };
5
+ //# sourceMappingURL=searchForFacetValuesResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchForFacetValuesResponse.d.ts","sourceRoot":"","sources":["../../../lite/model/searchForFacetValuesResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,MAAM,4BAA4B,GAAG;IACzC,SAAS,EAAE,SAAS,EAAE,CAAC;CACxB,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import type { SearchTypeFacet } from './searchTypeFacet';
2
2
  export type SearchForFacetsOptions = {
3
3
  /**
4
- * The `facet` name.
4
+ * Facet name.
5
5
  */
6
6
  facet: string;
7
7
  /**
8
- * The Algolia index name.
8
+ * Algolia index name.
9
9
  */
10
10
  indexName: string;
11
11
  /**
@@ -13,7 +13,7 @@ export type SearchForFacetsOptions = {
13
13
  */
14
14
  facetQuery?: string;
15
15
  /**
16
- * Maximum number of facet hits to return during a search for facet values. For performance reasons, the maximum allowed number of returned values is 100.
16
+ * 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).
17
17
  */
18
18
  maxFacetHits?: number;
19
19
  type: SearchTypeFacet;
@@ -1,7 +1,7 @@
1
1
  import type { SearchTypeDefault } from './searchTypeDefault';
2
2
  export type SearchForHitsOptions = {
3
3
  /**
4
- * The Algolia index name.
4
+ * Algolia index name.
5
5
  */
6
6
  indexName: string;
7
7
  type?: SearchTypeDefault;
@@ -1,6 +1,6 @@
1
1
  export type SearchParamsQuery = {
2
2
  /**
3
- * The text to search in the index.
3
+ * Text to search for in an index.
4
4
  */
5
5
  query?: string;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  export type SearchParamsString = {
2
2
  /**
3
- * Search parameters as URL-encoded query string.
3
+ * Search parameters as a URL-encoded query string.
4
4
  */
5
5
  params?: string;
6
6
  };
@@ -1,5 +1,5 @@
1
- import type { SearchResponse } from './searchResponse';
1
+ import type { SearchResult } from './searchResult';
2
2
  export type SearchResponses<T = Record<string, any>> = {
3
- results: Array<SearchResponse<T>>;
3
+ results: Array<SearchResult<T>>;
4
4
  };
5
5
  //# sourceMappingURL=searchResponses.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchResponses.d.ts","sourceRoot":"","sources":["../../../lite/model/searchResponses.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,MAAM,eAAe,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;IACrD,OAAO,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,CAAC"}
1
+ {"version":3,"file":"searchResponses.d.ts","sourceRoot":"","sources":["../../../lite/model/searchResponses.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,MAAM,eAAe,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;IACrD,OAAO,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;CACjC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SearchForFacetValuesResponse } from './searchForFacetValuesResponse';
2
+ import type { SearchResponse } from './searchResponse';
3
+ export type SearchResult<T = Record<string, any>> = SearchForFacetValuesResponse | SearchResponse<T>;
4
+ //# sourceMappingURL=searchResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchResult.d.ts","sourceRoot":"","sources":["../../../lite/model/searchResult.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,MAAM,YAAY,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAC5C,4BAA4B,GAC5B,cAAc,CAAC,CAAC,CAAC,CAAC"}
@@ -1,2 +1,5 @@
1
+ /**
2
+ * - `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.
3
+ */
1
4
  export type SearchStrategy = 'none' | 'stopIfEnoughMatches';
2
5
  //# sourceMappingURL=searchStrategy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchStrategy.d.ts","sourceRoot":"","sources":["../../../lite/model/searchStrategy.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,qBAAqB,CAAC"}
1
+ {"version":3,"file":"searchStrategy.d.ts","sourceRoot":"","sources":["../../../lite/model/searchStrategy.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,qBAAqB,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import type { SynonymHit } from './synonymHit';
2
2
  export type SearchSynonymsResponse = Record<string, any> & {
3
3
  /**
4
- * Array of synonym objects.
4
+ * Synonym objects.
5
5
  */
6
6
  hits: SynonymHit[];
7
7
  /**
8
- * Number of hits that the search query matched.
8
+ * Number of hits the search query matched.
9
9
  */
10
10
  nbHits: number;
11
11
  };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Perform a search query with `default`, will search for facet values if `facet` is given.
2
+ * - `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).
3
3
  */
4
4
  export type SearchTypeDefault = 'default';
5
5
  //# sourceMappingURL=searchTypeDefault.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Perform a search query with `default`, will search for facet values if `facet` is given.
2
+ * - `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).
3
3
  */
4
4
  export type SearchTypeFacet = 'facet';
5
5
  //# sourceMappingURL=searchTypeFacet.d.ts.map
@@ -4,7 +4,7 @@ import type { MatchLevel } from './matchLevel';
4
4
  */
5
5
  export type SnippetResultOption = {
6
6
  /**
7
- * Markup text with occurrences highlighted.
7
+ * Markup text with `facetQuery` matches highlighted.
8
8
  */
9
9
  value: string;
10
10
  matchLevel: MatchLevel;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * How to display the remaining items. - `count`: facet count (descending). - `alpha`: alphabetical (ascending). - `hidden`: show only pinned values.
2
+ * How to display the remaining items: - `count`: facet count (descending). - `alpha`: alphabetical (ascending). - `hidden`: show only pinned values.
3
3
  */
4
4
  export type SortRemainingBy = 'alpha' | 'count' | 'hidden';
5
5
  //# sourceMappingURL=sortRemainingBy.d.ts.map
@@ -1,13 +1,13 @@
1
1
  /**
2
- * The source.
2
+ * Source.
3
3
  */
4
4
  export type Source = {
5
5
  /**
6
- * The IP range of the source.
6
+ * IP address range of the source.
7
7
  */
8
8
  source: string;
9
9
  /**
10
- * The description of the source.
10
+ * Source description.
11
11
  */
12
12
  description?: string;
13
13
  };
@@ -1,17 +1,17 @@
1
1
  /**
2
- * Map of language ISO code supported by the dictionary (e.g., \"en\" for English) to a boolean value.
2
+ * 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.
3
3
  */
4
4
  export type StandardEntries = {
5
5
  /**
6
- * Language ISO code.
6
+ * Key-value pair of a language ISO code and a boolean value.
7
7
  */
8
8
  plurals?: Record<string, boolean> | null;
9
9
  /**
10
- * Language ISO code.
10
+ * Key-value pair of a language ISO code and a boolean value.
11
11
  */
12
12
  stopwords?: Record<string, boolean> | null;
13
13
  /**
14
- * Language ISO code.
14
+ * Key-value pair of a language ISO code and a boolean value.
15
15
  */
16
16
  compounds?: Record<string, boolean> | null;
17
17
  };