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
@@ -17,7 +17,7 @@ import type { GetTopFiltersNoResultsResponse } from '../model/getTopFiltersNoRes
17
17
  import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
18
18
  import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
19
19
  import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
20
- export declare const apiClientVersion = "5.0.0-alpha.106";
20
+ export declare const apiClientVersion = "5.0.0-alpha.108";
21
21
  export declare const REGIONS: readonly ["de", "us"];
22
22
  export type Region = (typeof REGIONS)[number];
23
23
  export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, region: regionOption, ...options }: CreateClientOptions & {
@@ -88,9 +88,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
88
88
  * - analytics.
89
89
  *
90
90
  * @param getAverageClickPosition - The getAverageClickPosition object.
91
- * @param getAverageClickPosition.index - Index name to target.
92
- * @param getAverageClickPosition.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
93
- * @param getAverageClickPosition.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
91
+ * @param getAverageClickPosition.index - Index name.
92
+ * @param getAverageClickPosition.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
93
+ * @param getAverageClickPosition.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
94
94
  * @param getAverageClickPosition.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
95
95
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
96
96
  */
@@ -102,9 +102,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
102
102
  * - analytics.
103
103
  *
104
104
  * @param getClickPositions - The getClickPositions object.
105
- * @param getClickPositions.index - Index name to target.
106
- * @param getClickPositions.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
107
- * @param getClickPositions.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
105
+ * @param getClickPositions.index - Index name.
106
+ * @param getClickPositions.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
107
+ * @param getClickPositions.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
108
108
  * @param getClickPositions.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
109
109
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
110
110
  */
@@ -116,9 +116,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
116
116
  * - analytics.
117
117
  *
118
118
  * @param getClickThroughRate - The getClickThroughRate object.
119
- * @param getClickThroughRate.index - Index name to target.
120
- * @param getClickThroughRate.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
121
- * @param getClickThroughRate.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
119
+ * @param getClickThroughRate.index - Index name.
120
+ * @param getClickThroughRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
121
+ * @param getClickThroughRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
122
122
  * @param getClickThroughRate.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
123
123
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
124
124
  */
@@ -130,9 +130,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
130
130
  * - analytics.
131
131
  *
132
132
  * @param getConversationRate - The getConversationRate object.
133
- * @param getConversationRate.index - Index name to target.
134
- * @param getConversationRate.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
135
- * @param getConversationRate.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
133
+ * @param getConversationRate.index - Index name.
134
+ * @param getConversationRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
135
+ * @param getConversationRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
136
136
  * @param getConversationRate.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
137
137
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
138
138
  */
@@ -144,9 +144,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
144
144
  * - analytics.
145
145
  *
146
146
  * @param getNoClickRate - The getNoClickRate object.
147
- * @param getNoClickRate.index - Index name to target.
148
- * @param getNoClickRate.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
149
- * @param getNoClickRate.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
147
+ * @param getNoClickRate.index - Index name.
148
+ * @param getNoClickRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
149
+ * @param getNoClickRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
150
150
  * @param getNoClickRate.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
151
151
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
152
152
  */
@@ -158,9 +158,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
158
158
  * - analytics.
159
159
  *
160
160
  * @param getNoResultsRate - The getNoResultsRate object.
161
- * @param getNoResultsRate.index - Index name to target.
162
- * @param getNoResultsRate.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
163
- * @param getNoResultsRate.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
161
+ * @param getNoResultsRate.index - Index name.
162
+ * @param getNoResultsRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
163
+ * @param getNoResultsRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
164
164
  * @param getNoResultsRate.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
165
165
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
166
166
  */
@@ -172,9 +172,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
172
172
  * - analytics.
173
173
  *
174
174
  * @param getSearchesCount - The getSearchesCount object.
175
- * @param getSearchesCount.index - Index name to target.
176
- * @param getSearchesCount.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
177
- * @param getSearchesCount.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
175
+ * @param getSearchesCount.index - Index name.
176
+ * @param getSearchesCount.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
177
+ * @param getSearchesCount.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
178
178
  * @param getSearchesCount.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
179
179
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
180
180
  */
@@ -186,11 +186,11 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
186
186
  * - analytics.
187
187
  *
188
188
  * @param getSearchesNoClicks - The getSearchesNoClicks object.
189
- * @param getSearchesNoClicks.index - Index name to target.
190
- * @param getSearchesNoClicks.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
191
- * @param getSearchesNoClicks.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
192
- * @param getSearchesNoClicks.limit - Number of records to return (page size).
193
- * @param getSearchesNoClicks.offset - Position of the starting record. Used for paging. 0 is the first record.
189
+ * @param getSearchesNoClicks.index - Index name.
190
+ * @param getSearchesNoClicks.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
191
+ * @param getSearchesNoClicks.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
192
+ * @param getSearchesNoClicks.limit - Number of items to return.
193
+ * @param getSearchesNoClicks.offset - Position of the first item to return.
194
194
  * @param getSearchesNoClicks.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
195
195
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
196
196
  */
@@ -202,11 +202,11 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
202
202
  * - analytics.
203
203
  *
204
204
  * @param getSearchesNoResults - The getSearchesNoResults object.
205
- * @param getSearchesNoResults.index - Index name to target.
206
- * @param getSearchesNoResults.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
207
- * @param getSearchesNoResults.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
208
- * @param getSearchesNoResults.limit - Number of records to return (page size).
209
- * @param getSearchesNoResults.offset - Position of the starting record. Used for paging. 0 is the first record.
205
+ * @param getSearchesNoResults.index - Index name.
206
+ * @param getSearchesNoResults.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
207
+ * @param getSearchesNoResults.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
208
+ * @param getSearchesNoResults.limit - Number of items to return.
209
+ * @param getSearchesNoResults.offset - Position of the first item to return.
210
210
  * @param getSearchesNoResults.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
211
211
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
212
212
  */
@@ -218,7 +218,7 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
218
218
  * - analytics.
219
219
  *
220
220
  * @param getStatus - The getStatus object.
221
- * @param getStatus.index - Index name to target.
221
+ * @param getStatus.index - Index name.
222
222
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
223
223
  */
224
224
  getStatus({ index }: GetStatusProps, requestOptions?: RequestOptions): Promise<GetStatusResponse>;
@@ -229,11 +229,11 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
229
229
  * - analytics.
230
230
  *
231
231
  * @param getTopCountries - The getTopCountries object.
232
- * @param getTopCountries.index - Index name to target.
233
- * @param getTopCountries.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
234
- * @param getTopCountries.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
235
- * @param getTopCountries.limit - Number of records to return (page size).
236
- * @param getTopCountries.offset - Position of the starting record. Used for paging. 0 is the first record.
232
+ * @param getTopCountries.index - Index name.
233
+ * @param getTopCountries.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
234
+ * @param getTopCountries.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
235
+ * @param getTopCountries.limit - Number of items to return.
236
+ * @param getTopCountries.offset - Position of the first item to return.
237
237
  * @param getTopCountries.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
238
238
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
239
239
  */
@@ -245,12 +245,12 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
245
245
  * - analytics.
246
246
  *
247
247
  * @param getTopFilterAttributes - The getTopFilterAttributes object.
248
- * @param getTopFilterAttributes.index - Index name to target.
248
+ * @param getTopFilterAttributes.index - Index name.
249
249
  * @param getTopFilterAttributes.search - User query.
250
- * @param getTopFilterAttributes.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
251
- * @param getTopFilterAttributes.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
252
- * @param getTopFilterAttributes.limit - Number of records to return (page size).
253
- * @param getTopFilterAttributes.offset - Position of the starting record. Used for paging. 0 is the first record.
250
+ * @param getTopFilterAttributes.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
251
+ * @param getTopFilterAttributes.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
252
+ * @param getTopFilterAttributes.limit - Number of items to return.
253
+ * @param getTopFilterAttributes.offset - Position of the first item to return.
254
254
  * @param getTopFilterAttributes.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
255
255
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
256
256
  */
@@ -263,12 +263,12 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
263
263
  *
264
264
  * @param getTopFilterForAttribute - The getTopFilterForAttribute object.
265
265
  * @param getTopFilterForAttribute.attribute - Attribute name.
266
- * @param getTopFilterForAttribute.index - Index name to target.
266
+ * @param getTopFilterForAttribute.index - Index name.
267
267
  * @param getTopFilterForAttribute.search - User query.
268
- * @param getTopFilterForAttribute.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
269
- * @param getTopFilterForAttribute.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
270
- * @param getTopFilterForAttribute.limit - Number of records to return (page size).
271
- * @param getTopFilterForAttribute.offset - Position of the starting record. Used for paging. 0 is the first record.
268
+ * @param getTopFilterForAttribute.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
269
+ * @param getTopFilterForAttribute.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
270
+ * @param getTopFilterForAttribute.limit - Number of items to return.
271
+ * @param getTopFilterForAttribute.offset - Position of the first item to return.
272
272
  * @param getTopFilterForAttribute.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
273
273
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
274
274
  */
@@ -280,12 +280,12 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
280
280
  * - analytics.
281
281
  *
282
282
  * @param getTopFiltersNoResults - The getTopFiltersNoResults object.
283
- * @param getTopFiltersNoResults.index - Index name to target.
283
+ * @param getTopFiltersNoResults.index - Index name.
284
284
  * @param getTopFiltersNoResults.search - User query.
285
- * @param getTopFiltersNoResults.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
286
- * @param getTopFiltersNoResults.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
287
- * @param getTopFiltersNoResults.limit - Number of records to return (page size).
288
- * @param getTopFiltersNoResults.offset - Position of the starting record. Used for paging. 0 is the first record.
285
+ * @param getTopFiltersNoResults.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
286
+ * @param getTopFiltersNoResults.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
287
+ * @param getTopFiltersNoResults.limit - Number of items to return.
288
+ * @param getTopFiltersNoResults.offset - Position of the first item to return.
289
289
  * @param getTopFiltersNoResults.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
290
290
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
291
291
  */
@@ -297,13 +297,13 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
297
297
  * - analytics.
298
298
  *
299
299
  * @param getTopHits - The getTopHits object.
300
- * @param getTopHits.index - Index name to target.
300
+ * @param getTopHits.index - Index name.
301
301
  * @param getTopHits.search - User query.
302
302
  * @param getTopHits.clickAnalytics - Whether to include [click and conversion](https://www.algolia.com/doc/guides/sending-events/getting-started/) rates for a search.
303
- * @param getTopHits.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
304
- * @param getTopHits.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
305
- * @param getTopHits.limit - Number of records to return (page size).
306
- * @param getTopHits.offset - Position of the starting record. Used for paging. 0 is the first record.
303
+ * @param getTopHits.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
304
+ * @param getTopHits.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
305
+ * @param getTopHits.limit - Number of items to return.
306
+ * @param getTopHits.offset - Position of the first item to return.
307
307
  * @param getTopHits.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
308
308
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
309
309
  */
@@ -315,14 +315,14 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
315
315
  * - analytics.
316
316
  *
317
317
  * @param getTopSearches - The getTopSearches object.
318
- * @param getTopSearches.index - Index name to target.
318
+ * @param getTopSearches.index - Index name.
319
319
  * @param getTopSearches.clickAnalytics - Whether to include [click and conversion](https://www.algolia.com/doc/guides/sending-events/getting-started/) rates for a search.
320
- * @param getTopSearches.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
321
- * @param getTopSearches.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
320
+ * @param getTopSearches.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
321
+ * @param getTopSearches.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
322
322
  * @param getTopSearches.orderBy - Reorder the results.
323
323
  * @param getTopSearches.direction - Sorting direction of the results: ascending or descending.
324
- * @param getTopSearches.limit - Number of records to return (page size).
325
- * @param getTopSearches.offset - Position of the starting record. Used for paging. 0 is the first record.
324
+ * @param getTopSearches.limit - Number of items to return.
325
+ * @param getTopSearches.offset - Position of the first item to return.
326
326
  * @param getTopSearches.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
327
327
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
328
328
  */
@@ -334,9 +334,9 @@ export declare function createAnalyticsClient({ appId: appIdOption, apiKey: apiK
334
334
  * - analytics.
335
335
  *
336
336
  * @param getUsersCount - The getUsersCount object.
337
- * @param getUsersCount.index - Index name to target.
338
- * @param getUsersCount.startDate - Start date (a string in the format `YYYY-MM-DD`) of the period to analyze.
339
- * @param getUsersCount.endDate - End date (a string in the format `YYYY-MM-DD`) of the period to analyze.
337
+ * @param getUsersCount.index - Index name.
338
+ * @param getUsersCount.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
339
+ * @param getUsersCount.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
340
340
  * @param getUsersCount.tags - Filter analytics on the [`analyticsTags`](https://www.algolia.com/doc/api-reference/api-parameters/analyticsTags/) set at search time. Multiple tags can be combined with the operators OR and AND. If a tag contains characters like spaces or parentheses, it must be URL-encoded.
341
341
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
342
342
  */
@@ -4,7 +4,7 @@ import type { DeleteUserProfileResponse } from '../model/deleteUserProfileRespon
4
4
  import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
5
5
  import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
6
6
  import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
7
- export declare const apiClientVersion = "5.0.0-alpha.106";
7
+ export declare const apiClientVersion = "5.0.0-alpha.108";
8
8
  export declare const REGIONS: readonly ["eu", "us"];
9
9
  export type Region = (typeof REGIONS)[number];
10
10
  export declare function createPersonalizationClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, region: regionOption, ...options }: CreateClientOptions & {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * API key permissions: `addObject`: required to add or update records, copy or move an index. `analytics`: required to access the Analytics API. `browse`: required to view records `deleteIndex`: required to delete indices. `deleteObject`: required to delete records. `editSettings`: required to change index settings. `inference`: required to access the Inference API. `listIndexes`: required to list indices. `logs`: required to access logs of search and indexing operations. `recommendation`: required to access the Personalization and Recommend APIs. `search`: required to search records `seeUnretrievableAttributes`: required to retrieve [`unretrievableAttributes`](https://www.algolia.com/doc/api-reference/api-parameters/unretrievableAttributes/) for all operations that return records. `settings`: required to examine index settings.
2
+ * Access control list permissions.
3
3
  */
4
4
  export type Acl = 'addObject' | 'analytics' | 'browse' | 'deleteIndex' | 'deleteObject' | 'editSettings' | 'inference' | 'listIndexes' | 'logs' | 'personalization' | 'recommendation' | 'search' | 'seeUnretrievableAttributes' | 'settings' | 'usage';
5
5
  //# sourceMappingURL=acl.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Type of batch operation.
2
+ * Type of indexing operation.
3
3
  */
4
4
  export type Action = 'addObject' | 'clear' | 'delete' | 'deleteObject' | 'partialUpdateObject' | 'partialUpdateObjectNoCreate' | 'updateObject';
5
5
  //# sourceMappingURL=action.d.ts.map
@@ -4,7 +4,7 @@ export type AddApiKeyResponse = {
4
4
  */
5
5
  key: string;
6
6
  /**
7
- * Timestamp of creation in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format.
7
+ * Timestamp of creation in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
8
8
  */
9
9
  createdAt: string;
10
10
  };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Whether the pattern parameter matches the beginning (`startsWith`) or end (`endsWith`) of the query string, is an exact match (`is`), or a partial match (`contains`).
2
+ * Which part of the search query the pattern should match: - `startsWith`. The pattern must match the begginning of the query. - `endsWith`. The pattern must match the end of the query. - `is`. The pattern must match the query exactly. - `contains`. The pattern must match anywhere in the query. Empty queries are only allowed as pattern with `anchoring: is`.
3
3
  */
4
4
  export type Anchoring = 'contains' | 'endsWith' | 'is' | 'startsWith';
5
5
  //# sourceMappingURL=anchoring.d.ts.map
@@ -4,35 +4,35 @@ import type { Acl } from './acl';
4
4
  */
5
5
  export type ApiKey = {
6
6
  /**
7
- * [Permissions](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl) associated with the key.
7
+ * Permissions that determine the type of API requests this key can make. The required ACL is listed in each endpoint\'s reference. For more information, see [access control list](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl).
8
8
  */
9
9
  acl: Acl[];
10
10
  /**
11
- * Description of an API key for you and your team members.
11
+ * Description of an API key to help you identify this API key.
12
12
  */
13
13
  description?: string;
14
14
  /**
15
- * Restricts this API key to a list of indices or index patterns. If the list is empty, all indices are allowed. Specify either an exact index name or a pattern with a leading or trailing wildcard character (or both). For example: - `dev_*` matches all indices starting with \"dev_\" - `*_dev` matches all indices ending with \"_dev\" - `*_products_*` matches all indices containing \"_products_\".
15
+ * Index names or patterns that this API key can access. By default, an API key can access all indices in the same application. You can use leading and trailing wildcard characters (`*`): - `dev_*` matches all indices starting with \"dev_\". - `*_dev` matches all indices ending with \"_dev\". - `*_products_*` matches all indices containing \"_products_\".
16
16
  */
17
17
  indexes?: string[];
18
18
  /**
19
- * Maximum number of hits this API key can retrieve in one query. If zero, no limit is enforced. > **Note**: Use this parameter to protect you from third-party attempts to retrieve your entire content by massively querying the index.
19
+ * Maximum number of results this API key can retrieve in one query. By default, there\'s no limit.
20
20
  */
21
21
  maxHitsPerQuery?: number;
22
22
  /**
23
- * Maximum number of API calls per hour allowed from a given IP address or [user token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). Each time an API call is performed with this key, a check is performed. If there were more than the specified number of calls within the last hour, the API returns an error with the status code `429` (Too Many Requests). > **Note**: Use this parameter to protect you from third-party attempts to retrieve your entire content by massively querying the index.
23
+ * Maximum number of API requests allowed per IP address or [user token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/) per hour. If this limit is reached, the API returns an error with status code `429`. By default, there\'s no limit.
24
24
  */
25
25
  maxQueriesPerIPPerHour?: number;
26
26
  /**
27
- * Force some [query parameters](https://www.algolia.com/doc/api-reference/api-parameters/) to be applied for each query made with this API key. It\'s a URL-encoded query string.
27
+ * Query parameters to add when making API requests with this API key. To restrict this API key to specific IP addresses, add the `restrictSources` parameter. You can only add a single source, but you can provide a range of IP addresses. Creating an API key fails if the request is made from an IP address that\'s outside the restricted range.
28
28
  */
29
29
  queryParameters?: string;
30
30
  /**
31
- * Restrict this API key to specific [referrers](https://www.algolia.com/doc/guides/security/api-keys/in-depth/api-key-restrictions/#http-referrers). If empty, all referrers are allowed. For example: - `https://algolia.com/_*` matches all referrers starting with \"https://algolia.com/\" - `*.algolia.com` matches all referrers ending with \".algolia.com\" - `*algolia.com*` allows everything in the domain \"algolia.com\".
31
+ * Allowed HTTP referrers for this API key. By default, all referrers are allowed. You can use leading and trailing wildcard characters (`*`): - `https://algolia.com/_*` allows all referrers starting with \"https://algolia.com/\" - `*.algolia.com` allows all referrers ending with \".algolia.com\" - `*algolia.com*` allows all referrers in the domain \"algolia.com\". Like all HTTP headers, referrers can be spoofed. Don\'t rely on them to secure your data. For more information, see [HTTP referrer restrictions](https://www.algolia.com/doc/guides/security/security-best-practices/#http-referrers-restrictions).
32
32
  */
33
33
  referers?: string[];
34
34
  /**
35
- * Validity duration of a key (in seconds). The key will automatically be removed after this time has expired. The default value of 0 never expires. Short-lived API keys are useful to grant temporary access to your data. For example, in mobile apps, you can\'t [control when users update your app](https://www.algolia.com/doc/guides/security/security-best-practices/#use-secured-api-keys-in-mobile-apps). So instead of encoding keys into your app as you would for a web app, you should dynamically fetch them from your mobile app\'s backend.
35
+ * Duration (in seconds) after which the API key expires. By default, API keys don\'t expire.
36
36
  */
37
37
  validity?: number;
38
38
  };
@@ -1,6 +1,6 @@
1
1
  import type { AroundPrecisionFromValueInner } from './aroundPrecisionFromValueInner';
2
2
  /**
3
- * Precision of a geographical search (in meters), to [group results that are more or less the same distance from a central point](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/in-depth/geo-ranking-precision/).
3
+ * Precision of a coordinate-based search in meters to group results with similar distances. The Geo ranking criterion considers all matches within the same range of distances to be equal.
4
4
  */
5
5
  export type AroundPrecision = AroundPrecisionFromValueInner[] | number;
6
6
  //# sourceMappingURL=aroundPrecision.d.ts.map
@@ -1,5 +1,14 @@
1
+ /**
2
+ * Range object with lower and upper values in meters to define custom ranges.
3
+ */
1
4
  export type AroundPrecisionFromValueInner = {
5
+ /**
6
+ * Lower boundary of a range in meters. The Geo ranking criterion considers all records within the range to be equal.
7
+ */
2
8
  from?: number;
9
+ /**
10
+ * Upper boundary of a range in meters. The Geo ranking criterion considers all records within the range to be equal.
11
+ */
3
12
  value?: number;
4
13
  };
5
14
  //# sourceMappingURL=aroundPrecisionFromValueInner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aroundPrecisionFromValueInner.d.ts","sourceRoot":"","sources":["../../../../client-search/model/aroundPrecisionFromValueInner.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
1
+ {"version":3,"file":"aroundPrecisionFromValueInner.d.ts","sourceRoot":"","sources":["../../../../client-search/model/aroundPrecisionFromValueInner.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { AroundRadiusAll } from './aroundRadiusAll';
2
2
  /**
3
- * [Maximum radius](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#increase-the-search-radius) for a geographical search (in meters).
3
+ * Maximum radius for a search around a central location. This parameter works in combination with the `aroundLatLng` and `aroundLatLngViaIP` parameters. By default, the search radius is determined automatically from the density of hits around the central location. The search radius is small if there are many hits close to the central coordinates.
4
4
  */
5
5
  export type AroundRadius = AroundRadiusAll | number;
6
6
  //# sourceMappingURL=aroundRadius.d.ts.map
@@ -1,2 +1,5 @@
1
+ /**
2
+ * Return all records with a valid `_geoloc` attribute. Don\'t filter by distance.
3
+ */
1
4
  export type AroundRadiusAll = 'all';
2
5
  //# sourceMappingURL=aroundRadiusAll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aroundRadiusAll.d.ts","sourceRoot":"","sources":["../../../../client-search/model/aroundRadiusAll.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC"}
1
+ {"version":3,"file":"aroundRadiusAll.d.ts","sourceRoot":"","sources":["../../../../client-search/model/aroundRadiusAll.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC"}
@@ -1,17 +1,17 @@
1
1
  /**
2
- * Automatic facet Filter.
2
+ * Filter or optional filter to be applied to the search.
3
3
  */
4
4
  export type AutomaticFacetFilter = {
5
5
  /**
6
- * Attribute to filter on. This must match a facet placeholder in the Rule\'s pattern.
6
+ * Facet name to be applied as filter. The name must match placeholders in the `pattern` parameter. For example, with `pattern: {facet:genre}`, `automaticFacetFilters` must be `genre`.
7
7
  */
8
8
  facet: string;
9
9
  /**
10
- * Score for the filter. Typically used for optional or disjunctive filters.
10
+ * Filter scores to give different weights to individual filters.
11
11
  */
12
12
  score?: number;
13
13
  /**
14
- * Whether the filter is disjunctive (true) or conjunctive (false).
14
+ * Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
15
15
  */
16
16
  disjunctive?: boolean;
17
17
  };
@@ -1,6 +1,6 @@
1
1
  import type { AutomaticFacetFilter } from './automaticFacetFilter';
2
2
  /**
3
- * Names of facets to which automatic filtering must be applied; they must match the facet name of a facet value placeholder in the query pattern.
3
+ * Filter to be applied to the search. You can use this to respond to search queries that match a facet value. For example, if users search for \"comedy\", which matches a facet value of the \"genre\" facet, you can filter the results to show the top-ranked comedy movies.
4
4
  */
5
5
  export type AutomaticFacetFilters = AutomaticFacetFilter[] | string[];
6
6
  //# sourceMappingURL=automaticFacetFilters.d.ts.map
@@ -1,66 +1,71 @@
1
+ import type { SupportedLanguage } from './supportedLanguage';
1
2
  export type BaseIndexSettings = {
2
3
  /**
3
- * Creates [replicas](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/replicas/), which are copies of a primary index with the same records but different settings.
4
+ * Attributes used for [faceting](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/). Facets are ways to categorize search results based on attributes. Facets can be used to let user filter search results. By default, no attribute is used for faceting. **Modifiers** <dl> <dt><code>filterOnly(\"ATTRIBUTE\")</code></dt> <dd>Allows using this attribute as a filter, but doesn\'t evalue the facet values.</dd> <dt><code>searchable(\"ATTRIBUTE\")</code></dt> <dd>Allows searching for facet values.</dd> <dt><code>afterDistinct(\"ATTRIBUTE\")</code></dt> <dd> Evaluates the facet count _after_ deduplication with `distinct`. This ensures accurate facet counts. You can apply this modifier to searchable facets: `afterDistinct(searchable(ATTRIBUTE))`. </dd> </dl> Without modifiers, the attribute is used as a regular facet.
5
+ */
6
+ attributesForFaceting?: string[];
7
+ /**
8
+ * Creates [replica indices](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/replicas/). Replicas are copies of a primary index with the same records but different settings, synonyms, or rules. If you want to offer a different ranking or sorting of your search results, you\'ll use replica indices. All index operations on a primary index are automatically forwarded to its replicas. To add a replica index, you must provide the complete set of replicas to this parameter. If you omit a replica from this list, the replica turns into a regular, standalone index that will no longer by synced with the primary index. **Modifier** <dl> <dt><code>virtual(\"REPLICA\")</code></dt> <dd> Create a virtual replica, Virtual replicas don\'t increase the number of records and are optimized for [Relevant sorting](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/relevant-sort/). </dd> </dl> Without modifier, a standard replica is created, which duplicates your record count and is used for strict, or [exhaustive sorting](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/exhaustive-sort/).
4
9
  */
5
10
  replicas?: string[];
6
11
  /**
7
- * Maximum number of hits accessible through pagination.
12
+ * Maximum number of search results that can be obtained through pagination. Higher pagination limits might slow down your search. For pagination limits above 1,000, the sorting of results beyond the 1,000th hit can\'t be guaranteed.
8
13
  */
9
14
  paginationLimitedTo?: number;
10
15
  /**
11
- * Attributes that can\'t be retrieved at query time.
16
+ * Attributes that can\'t be retrieved at query time. This can be useful if you want to use an attribute for ranking or to [restrict access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don\'t want to include it in the search results.
12
17
  */
13
18
  unretrievableAttributes?: string[];
14
19
  /**
15
- * Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/).
20
+ * Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words.
16
21
  */
17
22
  disableTypoToleranceOnWords?: string[];
18
23
  /**
19
- * Attributes in your index to which [Japanese transliteration](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#japanese-transliteration-and-type-ahead) applies. This will ensure that words indexed in Katakana or Kanji can also be searched in Hiragana.
24
+ * Attributes, for which you want to support [Japanese transliteration](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#japanese-transliteration-and-type-ahead). Transliteration supports searching in any of the Japanese writing systems. To support transliteration, you must set the indexing language to Japanese.
20
25
  */
21
26
  attributesToTransliterate?: string[];
22
27
  /**
23
- * Attributes on which to split [camel case](https://wikipedia.org/wiki/Camel_case) words.
28
+ * Attributes for which to split [camel case](https://wikipedia.org/wiki/Camel_case) words.
24
29
  */
25
30
  camelCaseAttributes?: string[];
26
31
  /**
27
- * Attributes in your index to which [word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/customize-segmentation/) (decompounding) applies.
32
+ * Searchable attributes to which Algolia should apply [word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/customize-segmentation/) (decompounding). Compound words are formed by combining two or more individual words, and are particularly prevalent in Germanic languages—for example, \"firefighter\". With decompounding, the individual components are indexed separately. You can specify different lists for different languages. Decompounding is supported for these languages: Dutch (`nl`), German (`de`), Finnish (`fi`), Danish (`da`), Swedish (`sv`), and Norwegian (`no`).
28
33
  */
29
34
  decompoundedAttributes?: Record<string, any>;
30
35
  /**
31
- * Set the languages of your index, for language-specific processing steps such as [tokenization](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/tokenization/) and [normalization](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/normalization/).
36
+ * Languages for language-specific processing steps, such as word detection and dictionary settings. **You should always specify an indexing language.** If you don\'t specify an indexing language, the search engine uses all [supported languages](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/), or the languages you specified with the `ignorePlurals` or `removeStopWords` parameters. This can lead to unexpected search results. For more information, see [Language-specific configuration](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/).
32
37
  */
33
- indexLanguages?: string[];
38
+ indexLanguages?: SupportedLanguage[];
34
39
  /**
35
- * Attributes for which you want to turn off [prefix matching](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/#adjusting-prefix-search).
40
+ * Searchable attributes for which you want to turn off [prefix matching](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/#adjusting-prefix-search).
36
41
  */
37
42
  disablePrefixOnAttributes?: string[];
38
43
  /**
39
- * Incidates whether the engine compresses arrays with exclusively non-negative integers. When enabled, the compressed arrays may be reordered.
44
+ * Whether arrays with exclusively non-negative integers should be compressed for better performance. If true, the compressed arrays may be reordered.
40
45
  */
41
46
  allowCompressionOfIntegerArray?: boolean;
42
47
  /**
43
- * Numeric attributes that can be used as [numerical filters](https://www.algolia.com/doc/guides/managing-results/rules/detecting-intent/how-to/applying-a-custom-filter-for-a-specific-query/#numerical-filters).
48
+ * Numeric attributes that can be used as [numerical filters](https://www.algolia.com/doc/guides/managing-results/rules/detecting-intent/how-to/applying-a-custom-filter-for-a-specific-query/#numerical-filters). By default, all numeric attributes are available as numerical filters. For faster indexing, reduce the number of numeric attributes. If you want to turn off filtering for all numeric attributes, specifiy an attribute that doesn\'t exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** <dl> <dt><code>equalOnly(\"ATTRIBUTE\")</code></dt> <dd> Support only filtering based on equality comparisons `=` and `!=`. </dd> </dl> Without modifier, all numeric comparisons are supported.
44
49
  */
45
50
  numericAttributesForFiltering?: string[];
46
51
  /**
47
- * Controls which separators are added to an Algolia index as part of [normalization](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/#what-does-normalization-mean). Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
52
+ * Controls which separators are indexed. Separators are all non-letter characters except spaces and currency characters, such as $€£¥. By default, separator characters aren\'t indexed. With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, a search for `C#` would report two matches.
48
53
  */
49
54
  separatorsToIndex?: string;
50
55
  /**
51
- * [Attributes used for searching](https://www.algolia.com/doc/guides/managing-results/must-do/searchable-attributes/), including determining [if matches at the beginning of a word are important (ordered) or not (unordered)](https://www.algolia.com/doc/guides/managing-results/must-do/searchable-attributes/how-to/configuring-searchable-attributes-the-right-way/#understanding-word-position).
56
+ * Attributes used for searching. By default, all attributes are searchable and the [Attribute](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/#attribute) ranking criterion is turned off. With a non-empty list, Algolia only returns results with matches in the selected attributes. In addition, the Attribute ranking criterion is turned on: matches in attributes that are higher in the list of `searchableAttributes` rank first. To make matches in two attributes rank equally, include them in a comma-separated string, such as `\"title,alternate_title\"`. Attributes with the same priority are always unordered. For more information, see [Searchable attributes](https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/how-to/setting-searchable-attributes/). **Modifier** <dl> <dt><code>unordered(\"ATTRIBUTE\")</code></dt> <dd> Ignore the position of a match within the attribute. </dd> </dl> Without modifier, matches at the beginning of an attribute rank higer than matches at the end.
52
57
  */
53
58
  searchableAttributes?: string[];
54
59
  /**
55
- * Lets you store custom data in your indices.
60
+ * An object with custom data. You can store up to 32&nbsp;kB as custom data.
56
61
  */
57
62
  userData?: any | null;
58
63
  /**
59
- * A list of characters and their normalized replacements to override Algolia\'s default [normalization](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/normalization/).
64
+ * Characters and their normalized replacements. This overrides Algolia\'s default [normalization](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/normalization/).
60
65
  */
61
66
  customNormalization?: Record<string, Record<string, string>>;
62
67
  /**
63
- * 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).
68
+ * Attribute that should be used to establish groups of results. All records with the same value for this attribute are considered a group. You can combine `attributeForDistinct` with the `distinct` search parameter to control how many items per group are included in the search results. If you want to use the same attribute also for faceting, use the `afterDistinct` modifier of the `attributesForFaceting` setting. This applies faceting _after_ deduplication, which will result in accurate facet counts.
64
69
  */
65
70
  attributeForDistinct?: string;
66
71
  };
@@ -1 +1 @@
1
- {"version":3,"file":"baseIndexSettings.d.ts","sourceRoot":"","sources":["../../../../client-search/model/baseIndexSettings.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAEpB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEnC;;OAEG;IACH,2BAA2B,CAAC,EAAE,MAAM,EAAE,CAAC;IAEvC;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAC;IAErC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE/B;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE7C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAE1B;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAC;IAErC;;OAEG;IACH,8BAA8B,CAAC,EAAE,OAAO,CAAC;IAEzC;;OAEG;IACH,6BAA6B,CAAC,EAAE,MAAM,EAAE,CAAC;IAEzC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEhC;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IAEtB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAE7D;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC"}
1
+ {"version":3,"file":"baseIndexSettings.d.ts","sourceRoot":"","sources":["../../../../client-search/model/baseIndexSettings.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAEpB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEnC;;OAEG;IACH,2BAA2B,CAAC,EAAE,MAAM,EAAE,CAAC;IAEvC;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAC;IAErC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE/B;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE7C;;OAEG;IACH,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAErC;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAC;IAErC;;OAEG;IACH,8BAA8B,CAAC,EAAE,OAAO,CAAC;IAEzC;;OAEG;IACH,6BAA6B,CAAC,EAAE,MAAM,EAAE,CAAC;IAEzC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEhC;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IAEtB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAE7D;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC"}