algoliasearch 5.0.0-alpha.53 → 5.0.0-alpha.55

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 (463) hide show
  1. package/builds/browser.ts +1 -1
  2. package/builds/models.ts +1 -1
  3. package/builds/node.ts +1 -1
  4. package/dist/algoliasearch/builds/models.d.ts +31 -31
  5. package/dist/algoliasearch/jest.config.d.ts +3 -3
  6. package/dist/algoliasearch.cjs.js +3487 -3485
  7. package/dist/algoliasearch.esm.browser.js +3620 -3618
  8. package/dist/algoliasearch.esm.node.js +3487 -3485
  9. package/dist/algoliasearch.umd.js +2 -2
  10. package/dist/builds/browser.d.ts +87 -87
  11. package/dist/builds/node.d.ts +87 -87
  12. package/dist/client-abtesting/model/aBTest.d.ts +39 -39
  13. package/dist/client-abtesting/model/aBTestResponse.d.ts +14 -14
  14. package/dist/client-abtesting/model/abTestsVariant.d.ts +14 -14
  15. package/dist/client-abtesting/model/abTestsVariantSearchParams.d.ts +3 -3
  16. package/dist/client-abtesting/model/addABTestsRequest.d.ts +15 -15
  17. package/dist/client-abtesting/model/addABTestsVariant.d.ts +3 -3
  18. package/dist/client-abtesting/model/clientMethodProps.d.ts +100 -100
  19. package/dist/client-abtesting/model/customSearchParams.d.ts +3 -3
  20. package/dist/client-abtesting/model/errorBase.d.ts +6 -6
  21. package/dist/client-abtesting/model/index.d.ts +11 -11
  22. package/dist/client-abtesting/model/listABTestsResponse.d.ts +15 -15
  23. package/dist/client-abtesting/model/variant.d.ts +50 -50
  24. package/dist/client-abtesting/src/abtestingClient.d.ts +124 -124
  25. package/dist/client-analytics/model/averageClickEvent.d.ts +14 -14
  26. package/dist/client-analytics/model/clickPosition.d.ts +10 -10
  27. package/dist/client-analytics/model/clickThroughRateEvent.d.ts +18 -18
  28. package/dist/client-analytics/model/clientMethodProps.d.ts +507 -507
  29. package/dist/client-analytics/model/conversionRateEvent.d.ts +18 -18
  30. package/dist/client-analytics/model/direction.d.ts +1 -1
  31. package/dist/client-analytics/model/errorBase.d.ts +6 -6
  32. package/dist/client-analytics/model/getAverageClickPositionResponse.d.ts +15 -15
  33. package/dist/client-analytics/model/getClickPositionsResponse.d.ts +7 -7
  34. package/dist/client-analytics/model/getClickThroughRateResponse.d.ts +19 -19
  35. package/dist/client-analytics/model/getConversationRateResponse.d.ts +19 -19
  36. package/dist/client-analytics/model/getNoClickRateResponse.d.ts +19 -19
  37. package/dist/client-analytics/model/getNoResultsRateResponse.d.ts +19 -19
  38. package/dist/client-analytics/model/getSearchesCountResponse.d.ts +11 -11
  39. package/dist/client-analytics/model/getSearchesNoClicksResponse.d.ts +7 -7
  40. package/dist/client-analytics/model/getSearchesNoResultsResponse.d.ts +7 -7
  41. package/dist/client-analytics/model/getStatusResponse.d.ts +6 -6
  42. package/dist/client-analytics/model/getTopCountriesResponse.d.ts +7 -7
  43. package/dist/client-analytics/model/getTopFilterAttribute.d.ts +10 -10
  44. package/dist/client-analytics/model/getTopFilterAttributesResponse.d.ts +7 -7
  45. package/dist/client-analytics/model/getTopFilterForAttribute.d.ts +18 -18
  46. package/dist/client-analytics/model/getTopFilterForAttributeResponse.d.ts +7 -7
  47. package/dist/client-analytics/model/getTopFiltersNoResultsResponse.d.ts +7 -7
  48. package/dist/client-analytics/model/getTopFiltersNoResultsValue.d.ts +14 -14
  49. package/dist/client-analytics/model/getTopFiltersNoResultsValues.d.ts +11 -11
  50. package/dist/client-analytics/model/getTopHitsResponse.d.ts +3 -3
  51. package/dist/client-analytics/model/getTopSearchesResponse.d.ts +3 -3
  52. package/dist/client-analytics/model/getUsersCountResponse.d.ts +11 -11
  53. package/dist/client-analytics/model/index.d.ts +44 -44
  54. package/dist/client-analytics/model/noClickRateEvent.d.ts +18 -18
  55. package/dist/client-analytics/model/noResultsRateEvent.d.ts +18 -18
  56. package/dist/client-analytics/model/orderBy.d.ts +1 -1
  57. package/dist/client-analytics/model/searchEvent.d.ts +10 -10
  58. package/dist/client-analytics/model/searchNoClickEvent.d.ts +14 -14
  59. package/dist/client-analytics/model/searchNoResultEvent.d.ts +14 -14
  60. package/dist/client-analytics/model/topCountry.d.ts +10 -10
  61. package/dist/client-analytics/model/topHit.d.ts +10 -10
  62. package/dist/client-analytics/model/topHitWithAnalytics.d.ts +30 -30
  63. package/dist/client-analytics/model/topHitsResponse.d.ts +7 -7
  64. package/dist/client-analytics/model/topHitsResponseWithAnalytics.d.ts +7 -7
  65. package/dist/client-analytics/model/topSearch.d.ts +14 -14
  66. package/dist/client-analytics/model/topSearchWithAnalytics.d.ts +38 -38
  67. package/dist/client-analytics/model/topSearchesResponse.d.ts +7 -7
  68. package/dist/client-analytics/model/topSearchesResponseWithAnalytics.d.ts +7 -7
  69. package/dist/client-analytics/model/userWithDate.d.ts +10 -10
  70. package/dist/client-analytics/src/analyticsClient.d.ts +318 -318
  71. package/dist/client-personalization/model/clientMethodProps.d.ts +78 -78
  72. package/dist/client-personalization/model/deleteUserProfileResponse.d.ts +10 -10
  73. package/dist/client-personalization/model/errorBase.d.ts +6 -6
  74. package/dist/client-personalization/model/eventScoring.d.ts +14 -14
  75. package/dist/client-personalization/model/facetScoring.d.ts +10 -10
  76. package/dist/client-personalization/model/getUserTokenResponse.d.ts +14 -14
  77. package/dist/client-personalization/model/index.d.ts +8 -8
  78. package/dist/client-personalization/model/personalizationStrategyParams.d.ts +16 -16
  79. package/dist/client-personalization/model/setPersonalizationStrategyResponse.d.ts +6 -6
  80. package/dist/client-personalization/src/personalizationClient.d.ts +112 -112
  81. package/dist/client-search/model/acl.d.ts +4 -4
  82. package/dist/client-search/model/action.d.ts +4 -4
  83. package/dist/client-search/model/addApiKeyResponse.d.ts +10 -10
  84. package/dist/client-search/model/advancedSyntaxFeatures.d.ts +1 -1
  85. package/dist/client-search/model/alternativesAsExact.d.ts +1 -1
  86. package/dist/client-search/model/anchoring.d.ts +4 -4
  87. package/dist/client-search/model/apiKey.d.ts +38 -38
  88. package/dist/client-search/model/aroundRadius.d.ts +5 -5
  89. package/dist/client-search/model/aroundRadiusAll.d.ts +1 -1
  90. package/dist/client-search/model/assignUserIdParams.d.ts +9 -9
  91. package/dist/client-search/model/attributeToUpdate.d.ts +2 -2
  92. package/dist/client-search/model/automaticFacetFilter.d.ts +17 -17
  93. package/dist/client-search/model/automaticFacetFilters.d.ts +5 -5
  94. package/dist/client-search/model/baseGetApiKeyResponse.d.ts +10 -10
  95. package/dist/client-search/model/baseIndexSettings.d.ts +62 -62
  96. package/dist/client-search/model/baseSearchParams.d.ts +3 -3
  97. package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts +122 -122
  98. package/dist/client-search/model/baseSearchResponse.d.ts +101 -101
  99. package/dist/client-search/model/batchAssignUserIdsParams.d.ts +13 -13
  100. package/dist/client-search/model/batchDictionaryEntriesParams.d.ts +14 -14
  101. package/dist/client-search/model/batchDictionaryEntriesRequest.d.ts +6 -6
  102. package/dist/client-search/model/batchParams.d.ts +7 -7
  103. package/dist/client-search/model/batchRequest.d.ts +8 -8
  104. package/dist/client-search/model/batchResponse.d.ts +10 -10
  105. package/dist/client-search/model/batchWriteParams.d.ts +7 -7
  106. package/dist/client-search/model/browseParams.d.ts +3 -3
  107. package/dist/client-search/model/browseParamsObject.d.ts +3 -3
  108. package/dist/client-search/model/browseResponse.d.ts +4 -4
  109. package/dist/client-search/model/builtInOperation.d.ts +11 -11
  110. package/dist/client-search/model/builtInOperationType.d.ts +4 -4
  111. package/dist/client-search/model/clientMethodProps.d.ts +715 -715
  112. package/dist/client-search/model/condition.d.ts +16 -16
  113. package/dist/client-search/model/consequence.d.ts +25 -25
  114. package/dist/client-search/model/consequenceHide.d.ts +9 -9
  115. package/dist/client-search/model/consequenceParams.d.ts +4 -4
  116. package/dist/client-search/model/consequenceQuery.d.ts +5 -5
  117. package/dist/client-search/model/consequenceQueryObject.d.ts +11 -11
  118. package/dist/client-search/model/createdAtResponse.d.ts +9 -9
  119. package/dist/client-search/model/cursor.d.ts +6 -6
  120. package/dist/client-search/model/deleteApiKeyResponse.d.ts +6 -6
  121. package/dist/client-search/model/deleteByParams.d.ts +26 -26
  122. package/dist/client-search/model/deleteSourceResponse.d.ts +6 -6
  123. package/dist/client-search/model/deletedAtResponse.d.ts +13 -13
  124. package/dist/client-search/model/dictionaryAction.d.ts +4 -4
  125. package/dist/client-search/model/dictionaryEntry.d.ts +27 -27
  126. package/dist/client-search/model/dictionaryEntryState.d.ts +4 -4
  127. package/dist/client-search/model/dictionaryLanguage.d.ts +9 -9
  128. package/dist/client-search/model/dictionarySettingsParams.d.ts +7 -7
  129. package/dist/client-search/model/dictionaryType.d.ts +1 -1
  130. package/dist/client-search/model/distinct.d.ts +4 -4
  131. package/dist/client-search/model/edit.d.ts +12 -12
  132. package/dist/client-search/model/editType.d.ts +4 -4
  133. package/dist/client-search/model/errorBase.d.ts +6 -6
  134. package/dist/client-search/model/exactOnSingleWordQuery.d.ts +4 -4
  135. package/dist/client-search/model/facetFilters.d.ts +5 -5
  136. package/dist/client-search/model/facetHits.d.ts +14 -14
  137. package/dist/client-search/model/facetOrdering.d.ts +12 -12
  138. package/dist/client-search/model/facets.d.ts +9 -9
  139. package/dist/client-search/model/facetsStats.d.ts +18 -18
  140. package/dist/client-search/model/fetchedIndex.d.ts +46 -46
  141. package/dist/client-search/model/getApiKeyResponse.d.ts +3 -3
  142. package/dist/client-search/model/getDictionarySettingsResponse.d.ts +4 -4
  143. package/dist/client-search/model/getLogsResponse.d.ts +4 -4
  144. package/dist/client-search/model/getObjectsParams.d.ts +7 -7
  145. package/dist/client-search/model/getObjectsRequest.d.ts +17 -17
  146. package/dist/client-search/model/getObjectsResponse.d.ts +6 -6
  147. package/dist/client-search/model/getTaskResponse.d.ts +4 -4
  148. package/dist/client-search/model/getTopUserIdsResponse.d.ts +10 -10
  149. package/dist/client-search/model/hasPendingMappingsResponse.d.ts +10 -10
  150. package/dist/client-search/model/highlightResult.d.ts +2 -2
  151. package/dist/client-search/model/highlightResultOption.d.ts +19 -19
  152. package/dist/client-search/model/hit.d.ts +22 -22
  153. package/dist/client-search/model/ignorePlurals.d.ts +4 -4
  154. package/dist/client-search/model/index.d.ts +154 -154
  155. package/dist/client-search/model/indexSettings.d.ts +6 -6
  156. package/dist/client-search/model/indexSettingsAsSearchParams.d.ts +156 -156
  157. package/dist/client-search/model/languages.d.ts +9 -9
  158. package/dist/client-search/model/listApiKeysResponse.d.ts +7 -7
  159. package/dist/client-search/model/listClustersResponse.d.ts +9 -9
  160. package/dist/client-search/model/listIndicesResponse.d.ts +11 -11
  161. package/dist/client-search/model/listUserIdsResponse.d.ts +10 -10
  162. package/dist/client-search/model/log.d.ts +63 -63
  163. package/dist/client-search/model/logQuery.d.ts +14 -14
  164. package/dist/client-search/model/logType.d.ts +1 -1
  165. package/dist/client-search/model/matchLevel.d.ts +4 -4
  166. package/dist/client-search/model/matchedGeoLocation.d.ts +14 -14
  167. package/dist/client-search/model/mixedSearchFilters.d.ts +1 -1
  168. package/dist/client-search/model/multipleBatchRequest.d.ts +12 -12
  169. package/dist/client-search/model/multipleBatchResponse.d.ts +10 -10
  170. package/dist/client-search/model/numericFilters.d.ts +5 -5
  171. package/dist/client-search/model/operationIndexParams.d.ts +13 -13
  172. package/dist/client-search/model/operationType.d.ts +4 -4
  173. package/dist/client-search/model/optionalFilters.d.ts +5 -5
  174. package/dist/client-search/model/params.d.ts +12 -12
  175. package/dist/client-search/model/personalization.d.ts +14 -14
  176. package/dist/client-search/model/promote.d.ts +3 -3
  177. package/dist/client-search/model/promoteObjectID.d.ts +13 -13
  178. package/dist/client-search/model/promoteObjectIDs.d.ts +13 -13
  179. package/dist/client-search/model/queryType.d.ts +4 -4
  180. package/dist/client-search/model/rankingInfo.d.ts +50 -50
  181. package/dist/client-search/model/reRankingApplyFilter.d.ts +5 -5
  182. package/dist/client-search/model/removeStopWords.d.ts +4 -4
  183. package/dist/client-search/model/removeUserIdResponse.d.ts +6 -6
  184. package/dist/client-search/model/removeWordsIfNoResults.d.ts +4 -4
  185. package/dist/client-search/model/renderingContent.d.ts +7 -7
  186. package/dist/client-search/model/replaceSourceResponse.d.ts +6 -6
  187. package/dist/client-search/model/rule.d.ts +29 -29
  188. package/dist/client-search/model/saveObjectResponse.d.ts +11 -11
  189. package/dist/client-search/model/saveSynonymResponse.d.ts +14 -14
  190. package/dist/client-search/model/scopeType.d.ts +1 -1
  191. package/dist/client-search/model/searchDictionaryEntriesParams.d.ts +21 -21
  192. package/dist/client-search/model/searchForFacetValuesRequest.d.ts +14 -14
  193. package/dist/client-search/model/searchForFacetValuesResponse.d.ts +4 -4
  194. package/dist/client-search/model/searchForFacets.d.ts +3 -3
  195. package/dist/client-search/model/searchForFacetsOptions.d.ts +20 -20
  196. package/dist/client-search/model/searchForHits.d.ts +3 -3
  197. package/dist/client-search/model/searchForHitsOptions.d.ts +12 -12
  198. package/dist/client-search/model/searchHits.d.ts +4 -4
  199. package/dist/client-search/model/searchMethodParams.d.ts +6 -6
  200. package/dist/client-search/model/searchParams.d.ts +3 -3
  201. package/dist/client-search/model/searchParamsObject.d.ts +3 -3
  202. package/dist/client-search/model/searchParamsQuery.d.ts +6 -6
  203. package/dist/client-search/model/searchParamsString.d.ts +6 -6
  204. package/dist/client-search/model/searchQuery.d.ts +3 -3
  205. package/dist/client-search/model/searchResponse.d.ts +3 -3
  206. package/dist/client-search/model/searchResponses.d.ts +4 -4
  207. package/dist/client-search/model/searchRulesParams.d.ts +31 -31
  208. package/dist/client-search/model/searchRulesResponse.d.ts +19 -19
  209. package/dist/client-search/model/searchStrategy.d.ts +1 -1
  210. package/dist/client-search/model/searchSynonymsParams.d.ts +6 -6
  211. package/dist/client-search/model/searchSynonymsResponse.d.ts +11 -11
  212. package/dist/client-search/model/searchTypeDefault.d.ts +4 -4
  213. package/dist/client-search/model/searchTypeFacet.d.ts +4 -4
  214. package/dist/client-search/model/searchUserIdsParams.d.ts +21 -21
  215. package/dist/client-search/model/searchUserIdsResponse.d.ts +26 -26
  216. package/dist/client-search/model/snippetResult.d.ts +2 -2
  217. package/dist/client-search/model/snippetResultOption.d.ts +11 -11
  218. package/dist/client-search/model/sortRemainingBy.d.ts +4 -4
  219. package/dist/client-search/model/source.d.ts +13 -13
  220. package/dist/client-search/model/standardEntries.d.ts +17 -17
  221. package/dist/client-search/model/synonymHit.d.ts +35 -35
  222. package/dist/client-search/model/synonymType.d.ts +4 -4
  223. package/dist/client-search/model/tagFilters.d.ts +5 -5
  224. package/dist/client-search/model/taskStatus.d.ts +1 -1
  225. package/dist/client-search/model/timeRange.d.ts +10 -10
  226. package/dist/client-search/model/typoTolerance.d.ts +5 -5
  227. package/dist/client-search/model/typoToleranceEnum.d.ts +1 -1
  228. package/dist/client-search/model/updateApiKeyResponse.d.ts +10 -10
  229. package/dist/client-search/model/updatedAtResponse.d.ts +13 -13
  230. package/dist/client-search/model/updatedAtWithObjectIdResponse.d.ts +17 -17
  231. package/dist/client-search/model/updatedRuleResponse.d.ts +14 -14
  232. package/dist/client-search/model/userHighlightResult.d.ts +11 -11
  233. package/dist/client-search/model/userHit.d.ts +24 -24
  234. package/dist/client-search/model/userId.d.ts +21 -21
  235. package/dist/client-search/model/value.d.ts +8 -8
  236. package/dist/client-search/src/searchClient.d.ts +723 -723
  237. package/dist/lite/builds/browser.d.ts +5 -5
  238. package/dist/lite/builds/node.d.ts +5 -5
  239. package/dist/lite/lite.cjs.js +183 -183
  240. package/dist/lite/lite.esm.browser.js +307 -307
  241. package/dist/lite/lite.esm.node.js +183 -183
  242. package/dist/lite/lite.umd.js +2 -2
  243. package/dist/lite/model/acl.d.ts +4 -4
  244. package/dist/lite/model/action.d.ts +4 -4
  245. package/dist/lite/model/addApiKeyResponse.d.ts +10 -10
  246. package/dist/lite/model/advancedSyntaxFeatures.d.ts +1 -1
  247. package/dist/lite/model/alternativesAsExact.d.ts +1 -1
  248. package/dist/lite/model/anchoring.d.ts +4 -4
  249. package/dist/lite/model/apiKey.d.ts +38 -38
  250. package/dist/lite/model/aroundRadius.d.ts +5 -5
  251. package/dist/lite/model/aroundRadiusAll.d.ts +1 -1
  252. package/dist/lite/model/attributeToUpdate.d.ts +2 -2
  253. package/dist/lite/model/automaticFacetFilter.d.ts +17 -17
  254. package/dist/lite/model/automaticFacetFilters.d.ts +5 -5
  255. package/dist/lite/model/baseGetApiKeyResponse.d.ts +10 -10
  256. package/dist/lite/model/baseIndexSettings.d.ts +62 -62
  257. package/dist/lite/model/baseSearchParams.d.ts +3 -3
  258. package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts +122 -122
  259. package/dist/lite/model/baseSearchResponse.d.ts +101 -101
  260. package/dist/lite/model/browseParams.d.ts +3 -3
  261. package/dist/lite/model/browseParamsObject.d.ts +3 -3
  262. package/dist/lite/model/browseResponse.d.ts +4 -4
  263. package/dist/lite/model/builtInOperation.d.ts +11 -11
  264. package/dist/lite/model/builtInOperationType.d.ts +4 -4
  265. package/dist/lite/model/clientMethodProps.d.ts +48 -48
  266. package/dist/lite/model/condition.d.ts +16 -16
  267. package/dist/lite/model/consequence.d.ts +25 -25
  268. package/dist/lite/model/consequenceHide.d.ts +9 -9
  269. package/dist/lite/model/consequenceParams.d.ts +4 -4
  270. package/dist/lite/model/consequenceQuery.d.ts +5 -5
  271. package/dist/lite/model/consequenceQueryObject.d.ts +11 -11
  272. package/dist/lite/model/cursor.d.ts +6 -6
  273. package/dist/lite/model/deleteByParams.d.ts +26 -26
  274. package/dist/lite/model/dictionaryAction.d.ts +4 -4
  275. package/dist/lite/model/dictionaryEntry.d.ts +27 -27
  276. package/dist/lite/model/dictionaryEntryState.d.ts +4 -4
  277. package/dist/lite/model/dictionaryLanguage.d.ts +9 -9
  278. package/dist/lite/model/dictionaryType.d.ts +1 -1
  279. package/dist/lite/model/distinct.d.ts +4 -4
  280. package/dist/lite/model/edit.d.ts +12 -12
  281. package/dist/lite/model/editType.d.ts +4 -4
  282. package/dist/lite/model/errorBase.d.ts +6 -6
  283. package/dist/lite/model/exactOnSingleWordQuery.d.ts +4 -4
  284. package/dist/lite/model/facetFilters.d.ts +5 -5
  285. package/dist/lite/model/facetOrdering.d.ts +12 -12
  286. package/dist/lite/model/facets.d.ts +9 -9
  287. package/dist/lite/model/facetsStats.d.ts +18 -18
  288. package/dist/lite/model/fetchedIndex.d.ts +46 -46
  289. package/dist/lite/model/getApiKeyResponse.d.ts +3 -3
  290. package/dist/lite/model/highlightResult.d.ts +2 -2
  291. package/dist/lite/model/highlightResultOption.d.ts +19 -19
  292. package/dist/lite/model/hit.d.ts +22 -22
  293. package/dist/lite/model/ignorePlurals.d.ts +4 -4
  294. package/dist/lite/model/index.d.ts +107 -107
  295. package/dist/lite/model/indexSettings.d.ts +6 -6
  296. package/dist/lite/model/indexSettingsAsSearchParams.d.ts +156 -156
  297. package/dist/lite/model/languages.d.ts +9 -9
  298. package/dist/lite/model/listIndicesResponse.d.ts +11 -11
  299. package/dist/lite/model/logType.d.ts +1 -1
  300. package/dist/lite/model/matchLevel.d.ts +4 -4
  301. package/dist/lite/model/matchedGeoLocation.d.ts +14 -14
  302. package/dist/lite/model/mixedSearchFilters.d.ts +1 -1
  303. package/dist/lite/model/numericFilters.d.ts +5 -5
  304. package/dist/lite/model/operationType.d.ts +4 -4
  305. package/dist/lite/model/optionalFilters.d.ts +5 -5
  306. package/dist/lite/model/params.d.ts +12 -12
  307. package/dist/lite/model/personalization.d.ts +14 -14
  308. package/dist/lite/model/promote.d.ts +3 -3
  309. package/dist/lite/model/promoteObjectID.d.ts +13 -13
  310. package/dist/lite/model/promoteObjectIDs.d.ts +13 -13
  311. package/dist/lite/model/queryType.d.ts +4 -4
  312. package/dist/lite/model/rankingInfo.d.ts +50 -50
  313. package/dist/lite/model/reRankingApplyFilter.d.ts +5 -5
  314. package/dist/lite/model/removeStopWords.d.ts +4 -4
  315. package/dist/lite/model/removeWordsIfNoResults.d.ts +4 -4
  316. package/dist/lite/model/renderingContent.d.ts +7 -7
  317. package/dist/lite/model/rule.d.ts +29 -29
  318. package/dist/lite/model/scopeType.d.ts +1 -1
  319. package/dist/lite/model/searchForFacets.d.ts +3 -3
  320. package/dist/lite/model/searchForFacetsOptions.d.ts +20 -20
  321. package/dist/lite/model/searchForHits.d.ts +3 -3
  322. package/dist/lite/model/searchForHitsOptions.d.ts +12 -12
  323. package/dist/lite/model/searchHits.d.ts +4 -4
  324. package/dist/lite/model/searchMethodParams.d.ts +6 -6
  325. package/dist/lite/model/searchParams.d.ts +3 -3
  326. package/dist/lite/model/searchParamsObject.d.ts +3 -3
  327. package/dist/lite/model/searchParamsQuery.d.ts +6 -6
  328. package/dist/lite/model/searchParamsString.d.ts +6 -6
  329. package/dist/lite/model/searchQuery.d.ts +3 -3
  330. package/dist/lite/model/searchResponse.d.ts +3 -3
  331. package/dist/lite/model/searchResponses.d.ts +4 -4
  332. package/dist/lite/model/searchStrategy.d.ts +1 -1
  333. package/dist/lite/model/searchSynonymsResponse.d.ts +11 -11
  334. package/dist/lite/model/searchTypeDefault.d.ts +4 -4
  335. package/dist/lite/model/searchTypeFacet.d.ts +4 -4
  336. package/dist/lite/model/snippetResult.d.ts +2 -2
  337. package/dist/lite/model/snippetResultOption.d.ts +11 -11
  338. package/dist/lite/model/sortRemainingBy.d.ts +4 -4
  339. package/dist/lite/model/source.d.ts +13 -13
  340. package/dist/lite/model/standardEntries.d.ts +17 -17
  341. package/dist/lite/model/synonymHit.d.ts +35 -35
  342. package/dist/lite/model/synonymType.d.ts +4 -4
  343. package/dist/lite/model/tagFilters.d.ts +5 -5
  344. package/dist/lite/model/taskStatus.d.ts +1 -1
  345. package/dist/lite/model/timeRange.d.ts +10 -10
  346. package/dist/lite/model/typoTolerance.d.ts +5 -5
  347. package/dist/lite/model/typoToleranceEnum.d.ts +1 -1
  348. package/dist/lite/model/updatedRuleResponse.d.ts +14 -14
  349. package/dist/lite/model/userId.d.ts +21 -21
  350. package/dist/lite/model/value.d.ts +8 -8
  351. package/dist/lite/src/liteClient.d.ts +50 -50
  352. package/lite/builds/browser.ts +1 -1
  353. package/lite/builds/node.ts +1 -1
  354. package/lite/model/acl.ts +1 -1
  355. package/lite/model/action.ts +1 -1
  356. package/lite/model/addApiKeyResponse.ts +1 -1
  357. package/lite/model/advancedSyntaxFeatures.ts +1 -1
  358. package/lite/model/alternativesAsExact.ts +1 -1
  359. package/lite/model/anchoring.ts +1 -1
  360. package/lite/model/apiKey.ts +1 -1
  361. package/lite/model/aroundRadius.ts +1 -1
  362. package/lite/model/aroundRadiusAll.ts +1 -1
  363. package/lite/model/attributeToUpdate.ts +1 -1
  364. package/lite/model/automaticFacetFilter.ts +1 -1
  365. package/lite/model/automaticFacetFilters.ts +1 -1
  366. package/lite/model/baseGetApiKeyResponse.ts +1 -1
  367. package/lite/model/baseIndexSettings.ts +1 -1
  368. package/lite/model/baseSearchParams.ts +1 -1
  369. package/lite/model/baseSearchParamsWithoutQuery.ts +1 -1
  370. package/lite/model/baseSearchResponse.ts +1 -1
  371. package/lite/model/browseParams.ts +1 -1
  372. package/lite/model/browseParamsObject.ts +1 -1
  373. package/lite/model/browseResponse.ts +1 -1
  374. package/lite/model/builtInOperation.ts +1 -1
  375. package/lite/model/builtInOperationType.ts +1 -1
  376. package/lite/model/clientMethodProps.ts +1 -1
  377. package/lite/model/condition.ts +1 -1
  378. package/lite/model/consequence.ts +1 -1
  379. package/lite/model/consequenceHide.ts +1 -1
  380. package/lite/model/consequenceParams.ts +1 -1
  381. package/lite/model/consequenceQuery.ts +1 -1
  382. package/lite/model/consequenceQueryObject.ts +1 -1
  383. package/lite/model/cursor.ts +1 -1
  384. package/lite/model/deleteByParams.ts +1 -1
  385. package/lite/model/dictionaryAction.ts +1 -1
  386. package/lite/model/dictionaryEntry.ts +1 -1
  387. package/lite/model/dictionaryEntryState.ts +1 -1
  388. package/lite/model/dictionaryLanguage.ts +1 -1
  389. package/lite/model/dictionaryType.ts +1 -1
  390. package/lite/model/distinct.ts +1 -1
  391. package/lite/model/edit.ts +1 -1
  392. package/lite/model/editType.ts +1 -1
  393. package/lite/model/errorBase.ts +1 -1
  394. package/lite/model/exactOnSingleWordQuery.ts +1 -1
  395. package/lite/model/facetFilters.ts +1 -1
  396. package/lite/model/facetOrdering.ts +1 -1
  397. package/lite/model/facets.ts +1 -1
  398. package/lite/model/facetsStats.ts +1 -1
  399. package/lite/model/fetchedIndex.ts +1 -1
  400. package/lite/model/getApiKeyResponse.ts +1 -1
  401. package/lite/model/highlightResult.ts +1 -1
  402. package/lite/model/highlightResultOption.ts +1 -1
  403. package/lite/model/hit.ts +1 -1
  404. package/lite/model/ignorePlurals.ts +1 -1
  405. package/lite/model/index.ts +1 -1
  406. package/lite/model/indexSettings.ts +1 -1
  407. package/lite/model/indexSettingsAsSearchParams.ts +1 -1
  408. package/lite/model/languages.ts +1 -1
  409. package/lite/model/listIndicesResponse.ts +1 -1
  410. package/lite/model/logType.ts +1 -1
  411. package/lite/model/matchLevel.ts +1 -1
  412. package/lite/model/matchedGeoLocation.ts +1 -1
  413. package/lite/model/mixedSearchFilters.ts +1 -1
  414. package/lite/model/numericFilters.ts +1 -1
  415. package/lite/model/operationType.ts +1 -1
  416. package/lite/model/optionalFilters.ts +1 -1
  417. package/lite/model/params.ts +1 -1
  418. package/lite/model/personalization.ts +1 -1
  419. package/lite/model/promote.ts +1 -1
  420. package/lite/model/promoteObjectID.ts +1 -1
  421. package/lite/model/promoteObjectIDs.ts +1 -1
  422. package/lite/model/queryType.ts +1 -1
  423. package/lite/model/rankingInfo.ts +1 -1
  424. package/lite/model/reRankingApplyFilter.ts +1 -1
  425. package/lite/model/removeStopWords.ts +1 -1
  426. package/lite/model/removeWordsIfNoResults.ts +1 -1
  427. package/lite/model/renderingContent.ts +1 -1
  428. package/lite/model/rule.ts +1 -1
  429. package/lite/model/scopeType.ts +1 -1
  430. package/lite/model/searchForFacets.ts +1 -1
  431. package/lite/model/searchForFacetsOptions.ts +1 -1
  432. package/lite/model/searchForHits.ts +1 -1
  433. package/lite/model/searchForHitsOptions.ts +1 -1
  434. package/lite/model/searchHits.ts +1 -1
  435. package/lite/model/searchMethodParams.ts +1 -1
  436. package/lite/model/searchParams.ts +1 -1
  437. package/lite/model/searchParamsObject.ts +1 -1
  438. package/lite/model/searchParamsQuery.ts +1 -1
  439. package/lite/model/searchParamsString.ts +1 -1
  440. package/lite/model/searchQuery.ts +1 -1
  441. package/lite/model/searchResponse.ts +1 -1
  442. package/lite/model/searchResponses.ts +1 -1
  443. package/lite/model/searchStrategy.ts +1 -1
  444. package/lite/model/searchSynonymsResponse.ts +1 -1
  445. package/lite/model/searchTypeDefault.ts +1 -1
  446. package/lite/model/searchTypeFacet.ts +1 -1
  447. package/lite/model/snippetResult.ts +1 -1
  448. package/lite/model/snippetResultOption.ts +1 -1
  449. package/lite/model/sortRemainingBy.ts +1 -1
  450. package/lite/model/source.ts +1 -1
  451. package/lite/model/standardEntries.ts +1 -1
  452. package/lite/model/synonymHit.ts +1 -1
  453. package/lite/model/synonymType.ts +1 -1
  454. package/lite/model/tagFilters.ts +1 -1
  455. package/lite/model/taskStatus.ts +1 -1
  456. package/lite/model/timeRange.ts +1 -1
  457. package/lite/model/typoTolerance.ts +1 -1
  458. package/lite/model/typoToleranceEnum.ts +1 -1
  459. package/lite/model/updatedRuleResponse.ts +1 -1
  460. package/lite/model/userId.ts +1 -1
  461. package/lite/model/value.ts +1 -1
  462. package/lite/src/liteClient.ts +2 -2
  463. package/package.json +12 -12
@@ -1,5 +1,5 @@
1
- /**
2
- * Type of the synonym object.
3
- */
4
- export type SynonymType = 'altcorrection1' | 'altcorrection2' | 'onewaysynonym' | 'placeholder' | 'synonym';
1
+ /**
2
+ * Type of the synonym object.
3
+ */
4
+ export type SynonymType = 'altcorrection1' | 'altcorrection2' | 'onewaysynonym' | 'placeholder' | 'synonym';
5
5
  //# sourceMappingURL=synonymType.d.ts.map
@@ -1,6 +1,6 @@
1
- import type { MixedSearchFilters } from './mixedSearchFilters';
2
- /**
3
- * Filter hits by tags.
4
- */
5
- export type TagFilters = MixedSearchFilters[] | string;
1
+ import type { MixedSearchFilters } from './mixedSearchFilters';
2
+ /**
3
+ * Filter hits by tags.
4
+ */
5
+ export type TagFilters = MixedSearchFilters[] | string;
6
6
  //# sourceMappingURL=tagFilters.d.ts.map
@@ -1,2 +1,2 @@
1
- export type TaskStatus = 'notPublished' | 'published';
1
+ export type TaskStatus = 'notPublished' | 'published';
2
2
  //# sourceMappingURL=taskStatus.d.ts.map
@@ -1,11 +1,11 @@
1
- export type TimeRange = {
2
- /**
3
- * Lower bound of the time range (Unix timestamp).
4
- */
5
- from: number;
6
- /**
7
- * Upper bound of the time range (Unix timestamp).
8
- */
9
- until: number;
10
- };
1
+ export type TimeRange = {
2
+ /**
3
+ * Lower bound of the time range (Unix timestamp).
4
+ */
5
+ from: number;
6
+ /**
7
+ * Upper bound of the time range (Unix timestamp).
8
+ */
9
+ until: number;
10
+ };
11
11
  //# sourceMappingURL=timeRange.d.ts.map
@@ -1,6 +1,6 @@
1
- import type { TypoToleranceEnum } from './typoToleranceEnum';
2
- /**
3
- * Controls whether typo tolerance is enabled and how it is applied.
4
- */
5
- export type TypoTolerance = TypoToleranceEnum | boolean;
1
+ import type { TypoToleranceEnum } from './typoToleranceEnum';
2
+ /**
3
+ * Controls whether typo tolerance is enabled and how it is applied.
4
+ */
5
+ export type TypoTolerance = TypoToleranceEnum | boolean;
6
6
  //# sourceMappingURL=typoTolerance.d.ts.map
@@ -1,2 +1,2 @@
1
- export type TypoToleranceEnum = 'min' | 'strict';
1
+ export type TypoToleranceEnum = 'min' | 'strict';
2
2
  //# sourceMappingURL=typoToleranceEnum.d.ts.map
@@ -1,15 +1,15 @@
1
- export type UpdatedRuleResponse = {
2
- /**
3
- * Unique identifier of the object.
4
- */
5
- objectID: string;
6
- /**
7
- * Date of last update (ISO-8601 format).
8
- */
9
- updatedAt: string;
10
- /**
11
- * TaskID of the task to wait for.
12
- */
13
- taskID: number;
14
- };
1
+ export type UpdatedRuleResponse = {
2
+ /**
3
+ * Unique identifier of the object.
4
+ */
5
+ objectID: string;
6
+ /**
7
+ * Date of last update (ISO-8601 format).
8
+ */
9
+ updatedAt: string;
10
+ /**
11
+ * TaskID of the task to wait for.
12
+ */
13
+ taskID: number;
14
+ };
15
15
  //# sourceMappingURL=updatedRuleResponse.d.ts.map
@@ -1,22 +1,22 @@
1
- /**
2
- * A userID.
3
- */
4
- export type UserId = {
5
- /**
6
- * UserID of the user.
7
- */
8
- userID: string;
9
- /**
10
- * Cluster on which the user is assigned.
11
- */
12
- clusterName: string;
13
- /**
14
- * Number of records belonging to the user.
15
- */
16
- nbRecords: number;
17
- /**
18
- * Data size used by the user.
19
- */
20
- dataSize: number;
21
- };
1
+ /**
2
+ * A userID.
3
+ */
4
+ export type UserId = {
5
+ /**
6
+ * UserID of the user.
7
+ */
8
+ userID: string;
9
+ /**
10
+ * Cluster on which the user is assigned.
11
+ */
12
+ clusterName: string;
13
+ /**
14
+ * Number of records belonging to the user.
15
+ */
16
+ nbRecords: number;
17
+ /**
18
+ * Data size used by the user.
19
+ */
20
+ dataSize: number;
21
+ };
22
22
  //# sourceMappingURL=userId.d.ts.map
@@ -1,9 +1,9 @@
1
- import type { SortRemainingBy } from './sortRemainingBy';
2
- export type Value = {
3
- /**
4
- * Pinned order of facet lists.
5
- */
6
- order?: string[];
7
- sortRemainingBy?: SortRemainingBy;
8
- };
1
+ import type { SortRemainingBy } from './sortRemainingBy';
2
+ export type Value = {
3
+ /**
4
+ * Pinned order of facet lists.
5
+ */
6
+ order?: string[];
7
+ sortRemainingBy?: SortRemainingBy;
8
+ };
9
9
  //# sourceMappingURL=value.d.ts.map
@@ -1,51 +1,51 @@
1
- import type { CreateClientOptions, RequestOptions } from '@algolia/client-common';
2
- import type { PostProps, LegacySearchMethodProps } from '../model/clientMethodProps';
3
- import type { SearchMethodParams } from '../model/searchMethodParams';
4
- import type { SearchResponses } from '../model/searchResponses';
5
- export declare const apiClientVersion = "5.0.0-alpha.53";
6
- export declare function createLiteClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, ...options }: CreateClientOptions): {
7
- transporter: import("@algolia/client-common").Transporter;
8
- /**
9
- * The `appId` currently in use.
10
- */
11
- appId: string;
12
- /**
13
- * Clears the cache of the transporter for the `requestsCache` and `responsesCache` properties.
14
- */
15
- clearCache(): Promise<void>;
16
- /**
17
- * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
18
- */
19
- readonly _ua: string;
20
- /**
21
- * Adds a `segment` to the `x-algolia-agent` sent with every requests.
22
- *
23
- * @param segment - The algolia agent (user-agent) segment to add.
24
- * @param version - The version of the agent.
25
- */
26
- addAlgoliaAgent(segment: string, version?: string): void;
27
- /**
28
- * This method allow you to send requests to the Algolia REST API.
29
- *
30
- * @summary Send requests to the Algolia REST API.
31
- * @param post - The post object.
32
- * @param post.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
33
- * @param post.parameters - Query parameters to be applied to the current query.
34
- * @param post.body - The parameters to send with the custom request.
35
- * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
36
- */
37
- post({ path, parameters, body }: PostProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
38
- /**
39
- * Perform a search operation targeting one or many indices.
40
- *
41
- * @summary Search multiple indices.
42
- * @param searchMethodParams - The `search` requests and strategy.
43
- * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
44
- */
45
- search<T>(searchMethodParams: LegacySearchMethodProps | SearchMethodParams, requestOptions?: RequestOptions): Promise<SearchResponses<T>>;
46
- };
47
- /**
48
- * The client type.
49
- */
50
- export type LiteClient = ReturnType<typeof createLiteClient>;
1
+ import type { CreateClientOptions, RequestOptions } from '@algolia/client-common';
2
+ import type { PostProps, LegacySearchMethodProps } from '../model/clientMethodProps';
3
+ import type { SearchMethodParams } from '../model/searchMethodParams';
4
+ import type { SearchResponses } from '../model/searchResponses';
5
+ export declare const apiClientVersion = "5.0.0-alpha.55";
6
+ export declare function createLiteClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, ...options }: CreateClientOptions): {
7
+ transporter: import("@algolia/client-common").Transporter;
8
+ /**
9
+ * The `appId` currently in use.
10
+ */
11
+ appId: string;
12
+ /**
13
+ * Clears the cache of the transporter for the `requestsCache` and `responsesCache` properties.
14
+ */
15
+ clearCache(): Promise<void>;
16
+ /**
17
+ * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
18
+ */
19
+ readonly _ua: string;
20
+ /**
21
+ * Adds a `segment` to the `x-algolia-agent` sent with every requests.
22
+ *
23
+ * @param segment - The algolia agent (user-agent) segment to add.
24
+ * @param version - The version of the agent.
25
+ */
26
+ addAlgoliaAgent(segment: string, version?: string): void;
27
+ /**
28
+ * This method allow you to send requests to the Algolia REST API.
29
+ *
30
+ * @summary Send requests to the Algolia REST API.
31
+ * @param post - The post object.
32
+ * @param post.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
33
+ * @param post.parameters - Query parameters to be applied to the current query.
34
+ * @param post.body - The parameters to send with the custom request.
35
+ * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
36
+ */
37
+ post({ path, parameters, body }: PostProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
38
+ /**
39
+ * Perform a search operation targeting one or many indices.
40
+ *
41
+ * @summary Search multiple indices.
42
+ * @param searchMethodParams - The `search` requests and strategy.
43
+ * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
44
+ */
45
+ search<T>(searchMethodParams: LegacySearchMethodProps | SearchMethodParams, requestOptions?: RequestOptions): Promise<SearchResponses<T>>;
46
+ };
47
+ /**
48
+ * The client type.
49
+ */
50
+ export type LiteClient = ReturnType<typeof createLiteClient>;
51
51
  //# sourceMappingURL=liteClient.d.ts.map
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { ClientOptions } from '@algolia/client-common';
4
4
  import {
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { ClientOptions } from '@algolia/client-common';
4
4
  import {
package/lite/model/acl.ts CHANGED
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * List of rights for the API key. The following rights can be used: addObject: allows to add/update an object in the index (copy/move index are also allowed with this right). Analytics: allows to retrieve the analytics through the Analytics API. Browse: allows to retrieve all index content via the browse API. DeleteIndex: allows to delete or clear index content. DeleteObject: allows to delete objects from the index. EditSettings: allows to change index settings. ListIndexes: allows to list all accessible indices. Logs: allows to get the logs. Recommendation: Allows usage of the Personalization dashboard and the Recommendation API. Search: allows to search the index. SeeUnretrievableAttributes: disable unretrievableAttributes feature for all operations returning records. Settings: allows to get index settings.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Type of operation.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type AddApiKeyResponse = {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type AdvancedSyntaxFeatures = 'exactPhrase' | 'excludeWords';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type AlternativesAsExact =
4
4
  | 'ignorePlurals'
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Whether the pattern parameter must match the beginning or the end of the query string, or both, or none.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Acl } from './acl';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { AroundRadiusAll } from './aroundRadiusAll';
4
4
 
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type AroundRadiusAll = 'all';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BuiltInOperation } from './builtInOperation';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Automatic facet Filter.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { AutomaticFacetFilter } from './automaticFacetFilter';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type BaseGetApiKeyResponse = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type BaseIndexSettings = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BaseSearchParamsWithoutQuery } from './baseSearchParamsWithoutQuery';
4
4
  import type { SearchParamsQuery } from './searchParamsQuery';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { AroundRadius } from './aroundRadius';
4
4
  import type { FacetFilters } from './facetFilters';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { FacetsStats } from './facetsStats';
4
4
  import type { RenderingContent } from './renderingContent';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BrowseParamsObject } from './browseParamsObject';
4
4
  import type { SearchParamsString } from './searchParamsString';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Cursor } from './cursor';
4
4
  import type { SearchParamsObject } from './searchParamsObject';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BaseSearchResponse } from './baseSearchResponse';
4
4
  import type { Cursor } from './cursor';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BuiltInOperationType } from './builtInOperationType';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * The operation to apply on the attribute.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchForFacetsOptions } from './searchForFacetsOptions';
4
4
  import type { SearchForHitsOptions } from './searchForHitsOptions';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Anchoring } from './anchoring';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { ConsequenceHide } from './consequenceHide';
4
4
  import type { ConsequenceParams } from './consequenceParams';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Unique identifier of the object to hide.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BaseSearchParamsWithoutQuery } from './baseSearchParamsWithoutQuery';
4
4
  import type { IndexSettingsAsSearchParams } from './indexSettingsAsSearchParams';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { ConsequenceQueryObject } from './consequenceQueryObject';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Edit } from './edit';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type Cursor = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { AroundRadius } from './aroundRadius';
4
4
  import type { FacetFilters } from './facetFilters';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Actions to perform.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { DictionaryEntryState } from './dictionaryEntryState';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * The state of the dictionary entry.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Custom entries for a dictionary.
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type DictionaryType = 'compounds' | 'plurals' | 'stopwords';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Enables de-duplication or grouping of results.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { EditType } from './editType';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Type of edit.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Error.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Controls how the exact ranking criterion is computed when the query contains only one word.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { MixedSearchFilters } from './mixedSearchFilters';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Facets } from './facets';
4
4
  import type { Value } from './value';