algoliasearch 5.0.0-alpha.106 → 5.0.0-alpha.108

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 (309) hide show
  1. package/dist/algoliasearch/builds/browser.d.ts +2 -2
  2. package/dist/algoliasearch/builds/node.d.ts +2 -2
  3. package/dist/algoliasearch.cjs +191 -191
  4. package/dist/algoliasearch.esm.browser.js +191 -191
  5. package/dist/algoliasearch.esm.node.js +191 -191
  6. package/dist/algoliasearch.umd.js +2 -2
  7. package/dist/client-abtesting/model/aBTestResponse.d.ts +1 -1
  8. package/dist/client-abtesting/model/clientMethodProps.d.ts +2 -2
  9. package/dist/client-abtesting/src/abtestingClient.d.ts +3 -3
  10. package/dist/client-analytics/model/clientMethodProps.d.ts +65 -65
  11. package/dist/client-analytics/model/searchNoResultEvent.d.ts +1 -1
  12. package/dist/client-analytics/model/topSearch.d.ts +1 -1
  13. package/dist/client-analytics/model/topSearchWithAnalytics.d.ts +1 -1
  14. package/dist/client-analytics/src/analyticsClient.d.ts +66 -66
  15. package/dist/client-personalization/src/personalizationClient.d.ts +1 -1
  16. package/dist/client-search/model/acl.d.ts +1 -1
  17. package/dist/client-search/model/action.d.ts +1 -1
  18. package/dist/client-search/model/addApiKeyResponse.d.ts +1 -1
  19. package/dist/client-search/model/anchoring.d.ts +1 -1
  20. package/dist/client-search/model/apiKey.d.ts +8 -8
  21. package/dist/client-search/model/aroundPrecision.d.ts +1 -1
  22. package/dist/client-search/model/aroundPrecisionFromValueInner.d.ts +9 -0
  23. package/dist/client-search/model/aroundPrecisionFromValueInner.d.ts.map +1 -1
  24. package/dist/client-search/model/aroundRadius.d.ts +1 -1
  25. package/dist/client-search/model/aroundRadiusAll.d.ts +3 -0
  26. package/dist/client-search/model/aroundRadiusAll.d.ts.map +1 -1
  27. package/dist/client-search/model/automaticFacetFilter.d.ts +4 -4
  28. package/dist/client-search/model/automaticFacetFilters.d.ts +1 -1
  29. package/dist/client-search/model/baseIndexSettings.d.ts +22 -17
  30. package/dist/client-search/model/baseIndexSettings.d.ts.map +1 -1
  31. package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts +24 -28
  32. package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
  33. package/dist/client-search/model/baseSearchResponse.d.ts +6 -6
  34. package/dist/client-search/model/batchDictionaryEntriesParams.d.ts +3 -3
  35. package/dist/client-search/model/batchResponse.d.ts +2 -2
  36. package/dist/client-search/model/builtInOperation.d.ts +2 -2
  37. package/dist/client-search/model/builtInOperationType.d.ts +1 -1
  38. package/dist/client-search/model/clientMethodProps.d.ts +63 -63
  39. package/dist/client-search/model/condition.d.ts +7 -3
  40. package/dist/client-search/model/condition.d.ts.map +1 -1
  41. package/dist/client-search/model/consequence.d.ts +5 -5
  42. package/dist/client-search/model/consequenceHide.d.ts +2 -2
  43. package/dist/client-search/model/consequenceQuery.d.ts +1 -1
  44. package/dist/client-search/model/consequenceQueryObject.d.ts +2 -2
  45. package/dist/client-search/model/createdAtResponse.d.ts +1 -1
  46. package/dist/client-search/model/cursor.d.ts +1 -1
  47. package/dist/client-search/model/deleteByParams.d.ts +4 -4
  48. package/dist/client-search/model/deletedAtResponse.d.ts +1 -1
  49. package/dist/client-search/model/dictionaryEntry.d.ts +6 -8
  50. package/dist/client-search/model/dictionaryEntry.d.ts.map +1 -1
  51. package/dist/client-search/model/dictionaryEntryState.d.ts +1 -1
  52. package/dist/client-search/model/dictionaryLanguage.d.ts +2 -2
  53. package/dist/client-search/model/dictionarySettingsParams.d.ts +1 -1
  54. package/dist/client-search/model/distinct.d.ts +1 -1
  55. package/dist/client-search/model/edit.d.ts +1 -1
  56. package/dist/client-search/model/exactOnSingleWordQuery.d.ts +1 -1
  57. package/dist/client-search/model/facetFilters.d.ts +1 -1
  58. package/dist/client-search/model/facetHits.d.ts +2 -2
  59. package/dist/client-search/model/facetOrdering.d.ts +2 -2
  60. package/dist/client-search/model/facets.d.ts +2 -2
  61. package/dist/client-search/model/getObjectsRequest.d.ts +3 -3
  62. package/dist/client-search/model/getObjectsResponse.d.ts +1 -1
  63. package/dist/client-search/model/hasPendingMappingsResponse.d.ts +1 -1
  64. package/dist/client-search/model/highlightResultOption.d.ts +3 -3
  65. package/dist/client-search/model/hit.d.ts +4 -4
  66. package/dist/client-search/model/ignorePlurals.d.ts +3 -2
  67. package/dist/client-search/model/ignorePlurals.d.ts.map +1 -1
  68. package/dist/client-search/model/index.d.ts +2 -0
  69. package/dist/client-search/model/index.d.ts.map +1 -1
  70. package/dist/client-search/model/indexSettings.d.ts +1 -1
  71. package/dist/client-search/model/indexSettingsAsSearchParams.d.ts +32 -35
  72. package/dist/client-search/model/indexSettingsAsSearchParams.d.ts.map +1 -1
  73. package/dist/client-search/model/log.d.ts +11 -11
  74. package/dist/client-search/model/logQuery.d.ts +1 -1
  75. package/dist/client-search/model/matchLevel.d.ts +1 -1
  76. package/dist/client-search/model/mode.d.ts +1 -1
  77. package/dist/client-search/model/multipleBatchResponse.d.ts +2 -2
  78. package/dist/client-search/model/numericFilters.d.ts +1 -1
  79. package/dist/client-search/model/operationIndexParams.d.ts +2 -2
  80. package/dist/client-search/model/operationType.d.ts +1 -1
  81. package/dist/client-search/model/optionalFilters.d.ts +1 -1
  82. package/dist/client-search/model/params.d.ts +1 -1
  83. package/dist/client-search/model/promoteObjectID.d.ts +2 -2
  84. package/dist/client-search/model/promoteObjectIDs.d.ts +2 -2
  85. package/dist/client-search/model/queryType.d.ts +1 -1
  86. package/dist/client-search/model/rankingInfo.d.ts +10 -7
  87. package/dist/client-search/model/rankingInfo.d.ts.map +1 -1
  88. package/dist/client-search/model/reRankingApplyFilter.d.ts +1 -1
  89. package/dist/client-search/model/removeStopWords.d.ts +3 -2
  90. package/dist/client-search/model/removeStopWords.d.ts.map +1 -1
  91. package/dist/client-search/model/removeWordsIfNoResults.d.ts +1 -1
  92. package/dist/client-search/model/renderingContent.d.ts +1 -1
  93. package/dist/client-search/model/rule.d.ts +5 -5
  94. package/dist/client-search/model/saveObjectResponse.d.ts +3 -3
  95. package/dist/client-search/model/saveSynonymResponse.d.ts +1 -1
  96. package/dist/client-search/model/searchDictionaryEntriesParams.d.ts +5 -7
  97. package/dist/client-search/model/searchDictionaryEntriesParams.d.ts.map +1 -1
  98. package/dist/client-search/model/searchDictionaryEntriesResponse.d.ts +20 -0
  99. package/dist/client-search/model/searchDictionaryEntriesResponse.d.ts.map +1 -0
  100. package/dist/client-search/model/searchForFacetValuesRequest.d.ts +1 -1
  101. package/dist/client-search/model/searchForFacetValuesResponse.d.ts +3 -0
  102. package/dist/client-search/model/searchForFacetValuesResponse.d.ts.map +1 -1
  103. package/dist/client-search/model/searchForFacetsOptions.d.ts +2 -2
  104. package/dist/client-search/model/searchForHitsOptions.d.ts +1 -1
  105. package/dist/client-search/model/searchHits.d.ts +4 -1
  106. package/dist/client-search/model/searchHits.d.ts.map +1 -1
  107. package/dist/client-search/model/searchParamsQuery.d.ts +1 -1
  108. package/dist/client-search/model/searchRulesParams.d.ts +4 -8
  109. package/dist/client-search/model/searchRulesParams.d.ts.map +1 -1
  110. package/dist/client-search/model/searchRulesResponse.d.ts +2 -2
  111. package/dist/client-search/model/searchStrategy.d.ts +1 -1
  112. package/dist/client-search/model/searchSynonymsParams.d.ts +2 -2
  113. package/dist/client-search/model/searchSynonymsResponse.d.ts +2 -2
  114. package/dist/client-search/model/searchUserIdsParams.d.ts +1 -1
  115. package/dist/client-search/model/searchUserIdsResponse.d.ts +2 -2
  116. package/dist/client-search/model/securedAPIKeyRestrictions.d.ts +5 -5
  117. package/dist/client-search/model/semanticSearch.d.ts +2 -2
  118. package/dist/client-search/model/snippetResultOption.d.ts +2 -2
  119. package/dist/client-search/model/sortRemainingBy.d.ts +1 -1
  120. package/dist/client-search/model/supportedLanguage.d.ts +5 -0
  121. package/dist/client-search/model/supportedLanguage.d.ts.map +1 -0
  122. package/dist/client-search/model/tagFilters.d.ts +1 -1
  123. package/dist/client-search/model/taskStatus.d.ts +1 -1
  124. package/dist/client-search/model/timeRange.d.ts +2 -2
  125. package/dist/client-search/model/typoTolerance.d.ts +1 -1
  126. package/dist/client-search/model/typoToleranceEnum.d.ts +3 -0
  127. package/dist/client-search/model/typoToleranceEnum.d.ts.map +1 -1
  128. package/dist/client-search/model/updatedAtResponse.d.ts +1 -1
  129. package/dist/client-search/model/updatedAtWithObjectIdResponse.d.ts +2 -2
  130. package/dist/client-search/model/updatedRuleResponse.d.ts +2 -2
  131. package/dist/client-search/model/userHit.d.ts +1 -1
  132. package/dist/client-search/model/userId.d.ts +1 -1
  133. package/dist/client-search/model/value.d.ts +1 -1
  134. package/dist/client-search/src/searchClient.d.ts +124 -123
  135. package/dist/client-search/src/searchClient.d.ts.map +1 -1
  136. package/dist/lite/lite.cjs +3 -3
  137. package/dist/lite/lite.esm.browser.js +3 -3
  138. package/dist/lite/lite.esm.node.js +3 -3
  139. package/dist/lite/lite.umd.js +2 -2
  140. package/dist/lite/model/acl.d.ts +1 -1
  141. package/dist/lite/model/action.d.ts +1 -1
  142. package/dist/lite/model/addApiKeyResponse.d.ts +1 -1
  143. package/dist/lite/model/anchoring.d.ts +1 -1
  144. package/dist/lite/model/apiKey.d.ts +8 -8
  145. package/dist/lite/model/aroundPrecision.d.ts +1 -1
  146. package/dist/lite/model/aroundPrecisionFromValueInner.d.ts +9 -0
  147. package/dist/lite/model/aroundPrecisionFromValueInner.d.ts.map +1 -1
  148. package/dist/lite/model/aroundRadius.d.ts +1 -1
  149. package/dist/lite/model/aroundRadiusAll.d.ts +3 -0
  150. package/dist/lite/model/aroundRadiusAll.d.ts.map +1 -1
  151. package/dist/lite/model/automaticFacetFilter.d.ts +4 -4
  152. package/dist/lite/model/automaticFacetFilters.d.ts +1 -1
  153. package/dist/lite/model/baseIndexSettings.d.ts +22 -17
  154. package/dist/lite/model/baseIndexSettings.d.ts.map +1 -1
  155. package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts +24 -28
  156. package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
  157. package/dist/lite/model/baseSearchResponse.d.ts +6 -6
  158. package/dist/lite/model/builtInOperation.d.ts +2 -2
  159. package/dist/lite/model/builtInOperationType.d.ts +1 -1
  160. package/dist/lite/model/condition.d.ts +7 -3
  161. package/dist/lite/model/condition.d.ts.map +1 -1
  162. package/dist/lite/model/consequence.d.ts +5 -5
  163. package/dist/lite/model/consequenceHide.d.ts +2 -2
  164. package/dist/lite/model/consequenceQuery.d.ts +1 -1
  165. package/dist/lite/model/consequenceQueryObject.d.ts +2 -2
  166. package/dist/lite/model/cursor.d.ts +1 -1
  167. package/dist/lite/model/deleteByParams.d.ts +4 -4
  168. package/dist/lite/model/dictionaryEntry.d.ts +6 -8
  169. package/dist/lite/model/dictionaryEntry.d.ts.map +1 -1
  170. package/dist/lite/model/dictionaryEntryState.d.ts +1 -1
  171. package/dist/lite/model/dictionaryLanguage.d.ts +2 -2
  172. package/dist/lite/model/distinct.d.ts +1 -1
  173. package/dist/lite/model/edit.d.ts +1 -1
  174. package/dist/lite/model/exactOnSingleWordQuery.d.ts +1 -1
  175. package/dist/lite/model/facetFilters.d.ts +1 -1
  176. package/dist/lite/model/facetHits.d.ts +2 -2
  177. package/dist/lite/model/facetOrdering.d.ts +2 -2
  178. package/dist/lite/model/facets.d.ts +2 -2
  179. package/dist/lite/model/highlightResultOption.d.ts +3 -3
  180. package/dist/lite/model/hit.d.ts +4 -4
  181. package/dist/lite/model/ignorePlurals.d.ts +3 -2
  182. package/dist/lite/model/ignorePlurals.d.ts.map +1 -1
  183. package/dist/lite/model/index.d.ts +2 -0
  184. package/dist/lite/model/index.d.ts.map +1 -1
  185. package/dist/lite/model/indexSettings.d.ts +1 -1
  186. package/dist/lite/model/indexSettingsAsSearchParams.d.ts +32 -35
  187. package/dist/lite/model/indexSettingsAsSearchParams.d.ts.map +1 -1
  188. package/dist/lite/model/matchLevel.d.ts +1 -1
  189. package/dist/lite/model/mode.d.ts +1 -1
  190. package/dist/lite/model/numericFilters.d.ts +1 -1
  191. package/dist/lite/model/operationType.d.ts +1 -1
  192. package/dist/lite/model/optionalFilters.d.ts +1 -1
  193. package/dist/lite/model/params.d.ts +1 -1
  194. package/dist/lite/model/promoteObjectID.d.ts +2 -2
  195. package/dist/lite/model/promoteObjectIDs.d.ts +2 -2
  196. package/dist/lite/model/queryType.d.ts +1 -1
  197. package/dist/lite/model/rankingInfo.d.ts +10 -7
  198. package/dist/lite/model/rankingInfo.d.ts.map +1 -1
  199. package/dist/lite/model/reRankingApplyFilter.d.ts +1 -1
  200. package/dist/lite/model/removeStopWords.d.ts +3 -2
  201. package/dist/lite/model/removeStopWords.d.ts.map +1 -1
  202. package/dist/lite/model/removeWordsIfNoResults.d.ts +1 -1
  203. package/dist/lite/model/renderingContent.d.ts +1 -1
  204. package/dist/lite/model/rule.d.ts +5 -5
  205. package/dist/lite/model/searchDictionaryEntriesResponse.d.ts +20 -0
  206. package/dist/lite/model/searchDictionaryEntriesResponse.d.ts.map +1 -0
  207. package/dist/lite/model/searchForFacetValuesResponse.d.ts +3 -0
  208. package/dist/lite/model/searchForFacetValuesResponse.d.ts.map +1 -1
  209. package/dist/lite/model/searchForFacetsOptions.d.ts +2 -2
  210. package/dist/lite/model/searchForHitsOptions.d.ts +1 -1
  211. package/dist/lite/model/searchHits.d.ts +4 -1
  212. package/dist/lite/model/searchHits.d.ts.map +1 -1
  213. package/dist/lite/model/searchParamsQuery.d.ts +1 -1
  214. package/dist/lite/model/searchStrategy.d.ts +1 -1
  215. package/dist/lite/model/searchSynonymsResponse.d.ts +2 -2
  216. package/dist/lite/model/securedAPIKeyRestrictions.d.ts +5 -5
  217. package/dist/lite/model/semanticSearch.d.ts +2 -2
  218. package/dist/lite/model/snippetResultOption.d.ts +2 -2
  219. package/dist/lite/model/sortRemainingBy.d.ts +1 -1
  220. package/dist/lite/model/supportedLanguage.d.ts +5 -0
  221. package/dist/lite/model/supportedLanguage.d.ts.map +1 -0
  222. package/dist/lite/model/tagFilters.d.ts +1 -1
  223. package/dist/lite/model/taskStatus.d.ts +1 -1
  224. package/dist/lite/model/timeRange.d.ts +2 -2
  225. package/dist/lite/model/typoTolerance.d.ts +1 -1
  226. package/dist/lite/model/typoToleranceEnum.d.ts +3 -0
  227. package/dist/lite/model/typoToleranceEnum.d.ts.map +1 -1
  228. package/dist/lite/model/updatedRuleResponse.d.ts +2 -2
  229. package/dist/lite/model/userId.d.ts +1 -1
  230. package/dist/lite/model/value.d.ts +1 -1
  231. package/dist/lite/src/liteClient.d.ts +3 -3
  232. package/dist/lite/src/liteClient.d.ts.map +1 -1
  233. package/lite/model/acl.ts +1 -1
  234. package/lite/model/action.ts +1 -1
  235. package/lite/model/addApiKeyResponse.ts +1 -1
  236. package/lite/model/anchoring.ts +1 -1
  237. package/lite/model/apiKey.ts +8 -8
  238. package/lite/model/aroundPrecision.ts +1 -1
  239. package/lite/model/aroundPrecisionFromValueInner.ts +9 -0
  240. package/lite/model/aroundRadius.ts +1 -1
  241. package/lite/model/aroundRadiusAll.ts +3 -0
  242. package/lite/model/automaticFacetFilter.ts +4 -4
  243. package/lite/model/automaticFacetFilters.ts +1 -1
  244. package/lite/model/baseIndexSettings.ts +24 -17
  245. package/lite/model/baseSearchParamsWithoutQuery.ts +24 -29
  246. package/lite/model/baseSearchResponse.ts +6 -6
  247. package/lite/model/builtInOperation.ts +2 -2
  248. package/lite/model/builtInOperationType.ts +1 -1
  249. package/lite/model/condition.ts +8 -3
  250. package/lite/model/consequence.ts +5 -5
  251. package/lite/model/consequenceHide.ts +2 -2
  252. package/lite/model/consequenceQuery.ts +1 -1
  253. package/lite/model/consequenceQueryObject.ts +2 -2
  254. package/lite/model/cursor.ts +1 -1
  255. package/lite/model/deleteByParams.ts +4 -4
  256. package/lite/model/dictionaryEntry.ts +6 -8
  257. package/lite/model/dictionaryEntryState.ts +1 -1
  258. package/lite/model/dictionaryLanguage.ts +2 -2
  259. package/lite/model/distinct.ts +1 -1
  260. package/lite/model/edit.ts +1 -1
  261. package/lite/model/exactOnSingleWordQuery.ts +1 -1
  262. package/lite/model/facetFilters.ts +1 -1
  263. package/lite/model/facetHits.ts +2 -2
  264. package/lite/model/facetOrdering.ts +2 -2
  265. package/lite/model/facets.ts +2 -2
  266. package/lite/model/highlightResultOption.ts +3 -3
  267. package/lite/model/hit.ts +4 -4
  268. package/lite/model/ignorePlurals.ts +4 -2
  269. package/lite/model/index.ts +2 -0
  270. package/lite/model/indexSettings.ts +1 -1
  271. package/lite/model/indexSettingsAsSearchParams.ts +32 -36
  272. package/lite/model/matchLevel.ts +1 -1
  273. package/lite/model/mode.ts +1 -1
  274. package/lite/model/numericFilters.ts +1 -1
  275. package/lite/model/operationType.ts +1 -1
  276. package/lite/model/optionalFilters.ts +1 -1
  277. package/lite/model/params.ts +1 -1
  278. package/lite/model/promoteObjectID.ts +2 -2
  279. package/lite/model/promoteObjectIDs.ts +2 -2
  280. package/lite/model/queryType.ts +1 -1
  281. package/lite/model/rankingInfo.ts +10 -7
  282. package/lite/model/reRankingApplyFilter.ts +1 -1
  283. package/lite/model/removeStopWords.ts +4 -2
  284. package/lite/model/removeWordsIfNoResults.ts +1 -1
  285. package/lite/model/renderingContent.ts +1 -1
  286. package/lite/model/rule.ts +5 -5
  287. package/lite/model/searchDictionaryEntriesResponse.ts +25 -0
  288. package/lite/model/searchForFacetValuesResponse.ts +3 -0
  289. package/lite/model/searchForFacetsOptions.ts +2 -2
  290. package/lite/model/searchForHitsOptions.ts +1 -1
  291. package/lite/model/searchHits.ts +4 -1
  292. package/lite/model/searchParamsQuery.ts +1 -1
  293. package/lite/model/searchStrategy.ts +1 -1
  294. package/lite/model/searchSynonymsResponse.ts +2 -2
  295. package/lite/model/securedAPIKeyRestrictions.ts +5 -5
  296. package/lite/model/semanticSearch.ts +2 -2
  297. package/lite/model/snippetResultOption.ts +2 -2
  298. package/lite/model/sortRemainingBy.ts +1 -1
  299. package/lite/model/supportedLanguage.ts +74 -0
  300. package/lite/model/tagFilters.ts +1 -1
  301. package/lite/model/taskStatus.ts +1 -1
  302. package/lite/model/timeRange.ts +2 -2
  303. package/lite/model/typoTolerance.ts +1 -1
  304. package/lite/model/typoToleranceEnum.ts +3 -0
  305. package/lite/model/updatedRuleResponse.ts +2 -2
  306. package/lite/model/userId.ts +1 -1
  307. package/lite/model/value.ts +1 -1
  308. package/lite/src/liteClient.ts +3 -3
  309. package/package.json +11 -11
@@ -1,10 +1,10 @@
1
1
  import type { MatchLevel } from './matchLevel';
2
2
  /**
3
- * Snippeted attributes show parts of the matched attributes. Only returned when attributesToSnippet is non-empty.
3
+ * Snippets that show the context around a matching search query.
4
4
  */
5
5
  export type SnippetResultOption = {
6
6
  /**
7
- * Markup text with `facetQuery` matches highlighted.
7
+ * Highlighted attribute value, including HTML tags.
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
+ * Order of facet values that aren\'t explicitly positioned with the `order` setting. <dl> <dt><code>count</code></dt> <dd> Order remaining facet values by decreasing count. The count is the number of matching records containing this facet value. </dd> <dt><code>alpha</code></dt> <dd>Sort facet values alphabetically.</dd> <dt><code>hidden</code></dt> <dd>Don\'t show facet values that aren\'t explicitly positioned.</dd> </dl>.
3
3
  */
4
4
  export type SortRemainingBy = 'alpha' | 'count' | 'hidden';
5
5
  //# sourceMappingURL=sortRemainingBy.d.ts.map
@@ -0,0 +1,5 @@
1
+ /**
2
+ * ISO code for a supported language.
3
+ */
4
+ export type SupportedLanguage = 'af' | 'ar' | 'az' | 'bg' | 'bn' | 'ca' | 'cs' | 'cy' | 'da' | 'de' | 'el' | 'en' | 'eo' | 'es' | 'et' | 'eu' | 'fa' | 'fi' | 'fo' | 'fr' | 'ga' | 'gl' | 'he' | 'hi' | 'hu' | 'hy' | 'id' | 'is' | 'it' | 'ja' | 'ka' | 'kk' | 'ko' | 'ku' | 'ky' | 'lt' | 'lv' | 'mi' | 'mn' | 'mr' | 'ms' | 'mt' | 'nb' | 'nl' | 'no' | 'ns' | 'pl' | 'ps' | 'pt-br' | 'pt' | 'qu' | 'ro' | 'ru' | 'sk' | 'sq' | 'sv' | 'sw' | 'ta' | 'te' | 'th' | 'tl' | 'tn' | 'tr' | 'tt' | 'uk' | 'ur' | 'uz' | 'zh';
5
+ //# sourceMappingURL=supportedLanguage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportedLanguage.d.ts","sourceRoot":"","sources":["../../../../client-search/model/supportedLanguage.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,OAAO,GACP,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { MixedSearchFilters } from './mixedSearchFilters';
2
2
  /**
3
- * [Filter hits by tags](https://www.algolia.com/doc/api-reference/api-parameters/tagFilters/).
3
+ * Filter the search by values of the special `_tags` attribute. **Prefer using the `filters` parameter, which supports all filter types and combinations with boolean operators.** Different from regular facets, `_tags` can only be used for filtering (including or excluding records). You won\'t get a facet count. The same combination and escaping rules apply as for `facetFilters`.
4
4
  */
5
5
  export type TagFilters = MixedSearchFilters[] | string;
6
6
  //# sourceMappingURL=tagFilters.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
- * _published_ if the task has been processed, _notPublished_ otherwise.
2
+ * Task status, `published` if the task is completed, `notPublished` otherwise.
3
3
  */
4
4
  export type TaskStatus = 'notPublished' | 'published';
5
5
  //# sourceMappingURL=taskStatus.d.ts.map
@@ -1,10 +1,10 @@
1
1
  export type TimeRange = {
2
2
  /**
3
- * Lower bound of the time range (Unix timestamp).
3
+ * When the rule should start to be active, in Unix epoch time.
4
4
  */
5
5
  from: number;
6
6
  /**
7
- * Upper bound of the time range (Unix timestamp).
7
+ * When the rule should stop to be active, in Unix epoch time.
8
8
  */
9
9
  until: number;
10
10
  };
@@ -1,6 +1,6 @@
1
1
  import type { TypoToleranceEnum } from './typoToleranceEnum';
2
2
  /**
3
- * Controls whether [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/) is enabled and how it is applied.
3
+ * Whether [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/) is enabled and how it is applied. If typo tolerance is true, `min`, or `strict`, [word splitting and concetenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) is also active.
4
4
  */
5
5
  export type TypoTolerance = TypoToleranceEnum | boolean;
6
6
  //# sourceMappingURL=typoTolerance.d.ts.map
@@ -1,2 +1,5 @@
1
+ /**
2
+ * - `min`. Return matches with the lowest number of typos. For example, if you have matches without typos, only include those. But if there are no matches without typos (with 1 typo), include matches with 1 typo (2 typos). - `strict`. Return matches with the two lowest numbers of typos. With `strict`, the Typo ranking criterion is applied first in the `ranking` setting.
3
+ */
1
4
  export type TypoToleranceEnum = 'min' | 'strict';
2
5
  //# sourceMappingURL=typoToleranceEnum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typoToleranceEnum.d.ts","sourceRoot":"","sources":["../../../../client-search/model/typoToleranceEnum.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"typoToleranceEnum.d.ts","sourceRoot":"","sources":["../../../../client-search/model/typoToleranceEnum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,QAAQ,CAAC"}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export type UpdatedAtResponse = {
5
5
  /**
6
- * 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
+ * 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](#tag/Indices/operation/getTask) and this `taskID`.
7
7
  */
8
8
  taskID: number;
9
9
  /**
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export type UpdatedAtWithObjectIdResponse = {
5
5
  /**
6
- * 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
+ * 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](#tag/Indices/operation/getTask) and this `taskID`.
7
7
  */
8
8
  taskID?: number;
9
9
  /**
@@ -11,7 +11,7 @@ export type UpdatedAtWithObjectIdResponse = {
11
11
  */
12
12
  updatedAt?: string;
13
13
  /**
14
- * Unique object identifier.
14
+ * Unique record identifier.
15
15
  */
16
16
  objectID?: string;
17
17
  };
@@ -1,6 +1,6 @@
1
1
  export type UpdatedRuleResponse = {
2
2
  /**
3
- * Unique object identifier.
3
+ * Unique identifier of a rule object.
4
4
  */
5
5
  objectID: string;
6
6
  /**
@@ -8,7 +8,7 @@ export type UpdatedRuleResponse = {
8
8
  */
9
9
  updatedAt: string;
10
10
  /**
11
- * 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`.
11
+ * 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](#tag/Indices/operation/getTask) and this `taskID`.
12
12
  */
13
13
  taskID: number;
14
14
  };
@@ -1,7 +1,7 @@
1
1
  import type { UserHighlightResult } from './userHighlightResult';
2
2
  export type UserHit = {
3
3
  /**
4
- * UserID of the user.
4
+ * User ID.
5
5
  */
6
6
  userID: string;
7
7
  /**
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export type UserId = {
5
5
  /**
6
- * UserID of the user.
6
+ * User ID.
7
7
  */
8
8
  userID: string;
9
9
  /**
@@ -1,7 +1,7 @@
1
1
  import type { SortRemainingBy } from './sortRemainingBy';
2
2
  export type Value = {
3
3
  /**
4
- * Pinned order of facet lists.
4
+ * Explicit order of facets or facet values. This setting lets you always show specific facets or facet values at the top of the list.
5
5
  */
6
6
  order?: string[];
7
7
  sortRemainingBy?: SortRemainingBy;