@algolia/recommend 5.0.0-alpha.8 → 5.0.0-alpha.81

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 (287) hide show
  1. package/dist/builds/browser.d.ts +5 -5
  2. package/dist/builds/node.d.ts +5 -5
  3. package/dist/model/advancedSyntaxFeatures.d.ts +1 -1
  4. package/dist/model/advancedSyntaxFeatures.d.ts.map +1 -1
  5. package/dist/model/alternativesAsExact.d.ts +1 -1
  6. package/dist/model/alternativesAsExact.d.ts.map +1 -1
  7. package/dist/model/anchoring.d.ts +5 -0
  8. package/dist/model/anchoring.d.ts.map +1 -0
  9. package/dist/model/aroundPrecision.d.ts +6 -0
  10. package/dist/model/aroundPrecision.d.ts.map +1 -0
  11. package/dist/model/aroundPrecisionFromValueInner.d.ts +5 -0
  12. package/dist/model/aroundPrecisionFromValueInner.d.ts.map +1 -0
  13. package/dist/model/aroundRadius.d.ts +5 -5
  14. package/dist/model/aroundRadius.d.ts.map +1 -1
  15. package/dist/model/aroundRadiusAll.d.ts +1 -1
  16. package/dist/model/aroundRadiusAll.d.ts.map +1 -1
  17. package/dist/model/automaticFacetFilter.d.ts +18 -0
  18. package/dist/model/automaticFacetFilter.d.ts.map +1 -0
  19. package/dist/model/automaticFacetFilters.d.ts +6 -0
  20. package/dist/model/automaticFacetFilters.d.ts.map +1 -0
  21. package/dist/model/baseRecommendRequest.d.ts +14 -17
  22. package/dist/model/baseRecommendRequest.d.ts.map +1 -1
  23. package/dist/model/baseRecommendationsQuery.d.ts +12 -0
  24. package/dist/model/baseRecommendationsQuery.d.ts.map +1 -0
  25. package/dist/model/baseSearchParams.d.ts +3 -3
  26. package/dist/model/baseSearchParams.d.ts.map +1 -1
  27. package/dist/model/baseSearchParamsWithoutQuery.d.ts +118 -122
  28. package/dist/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
  29. package/dist/model/baseSearchResponse.d.ts +95 -101
  30. package/dist/model/baseSearchResponse.d.ts.map +1 -1
  31. package/dist/model/baseSearchResponseRedirect.d.ts +8 -0
  32. package/dist/model/baseSearchResponseRedirect.d.ts.map +1 -0
  33. package/dist/model/baseTrendingFacetsQuery.d.ts +9 -0
  34. package/dist/model/baseTrendingFacetsQuery.d.ts.map +1 -0
  35. package/dist/model/baseTrendingItemsQuery.d.ts +16 -0
  36. package/dist/model/baseTrendingItemsQuery.d.ts.map +1 -0
  37. package/dist/model/clientMethodProps.d.ts +127 -60
  38. package/dist/model/clientMethodProps.d.ts.map +1 -1
  39. package/dist/model/condition.d.ts +17 -0
  40. package/dist/model/condition.d.ts.map +1 -0
  41. package/dist/model/consequence.d.ts +26 -0
  42. package/dist/model/consequence.d.ts.map +1 -0
  43. package/dist/model/consequenceHide.d.ts +10 -0
  44. package/dist/model/consequenceHide.d.ts.map +1 -0
  45. package/dist/model/consequenceParams.d.ts +5 -0
  46. package/dist/model/consequenceParams.d.ts.map +1 -0
  47. package/dist/model/consequenceQuery.d.ts +6 -0
  48. package/dist/model/consequenceQuery.d.ts.map +1 -0
  49. package/dist/model/consequenceQueryObject.d.ts +12 -0
  50. package/dist/model/consequenceQueryObject.d.ts.map +1 -0
  51. package/dist/model/deletedAtResponse.d.ts +14 -0
  52. package/dist/model/deletedAtResponse.d.ts.map +1 -0
  53. package/dist/model/distinct.d.ts +4 -4
  54. package/dist/model/distinct.d.ts.map +1 -1
  55. package/dist/model/edit.d.ts +13 -0
  56. package/dist/model/edit.d.ts.map +1 -0
  57. package/dist/model/editType.d.ts +5 -0
  58. package/dist/model/editType.d.ts.map +1 -0
  59. package/dist/model/errorBase.d.ts +6 -6
  60. package/dist/model/errorBase.d.ts.map +1 -1
  61. package/dist/model/exactOnSingleWordQuery.d.ts +4 -4
  62. package/dist/model/exactOnSingleWordQuery.d.ts.map +1 -1
  63. package/dist/model/facetFilters.d.ts +5 -5
  64. package/dist/model/facetFilters.d.ts.map +1 -1
  65. package/dist/model/facetOrdering.d.ts +12 -12
  66. package/dist/model/facetOrdering.d.ts.map +1 -1
  67. package/dist/model/facets.d.ts +9 -9
  68. package/dist/model/facets.d.ts.map +1 -1
  69. package/dist/model/facetsStats.d.ts +18 -18
  70. package/dist/model/facetsStats.d.ts.map +1 -1
  71. package/dist/model/getRecommendTaskResponse.d.ts +5 -0
  72. package/dist/model/getRecommendTaskResponse.d.ts.map +1 -0
  73. package/dist/model/getRecommendationsParams.d.ts +10 -10
  74. package/dist/model/getRecommendationsParams.d.ts.map +1 -1
  75. package/dist/model/getRecommendationsResponse.d.ts +4 -4
  76. package/dist/model/getRecommendationsResponse.d.ts.map +1 -1
  77. package/dist/model/highlightResult.d.ts +2 -2
  78. package/dist/model/highlightResult.d.ts.map +1 -1
  79. package/dist/model/highlightResultOption.d.ts +19 -19
  80. package/dist/model/highlightResultOption.d.ts.map +1 -1
  81. package/dist/model/ignorePlurals.d.ts +4 -4
  82. package/dist/model/ignorePlurals.d.ts.map +1 -1
  83. package/dist/model/index.d.ts +86 -53
  84. package/dist/model/index.d.ts.map +1 -1
  85. package/dist/model/indexSettingsAsSearchParams.d.ts +166 -160
  86. package/dist/model/indexSettingsAsSearchParams.d.ts.map +1 -1
  87. package/dist/model/matchLevel.d.ts +4 -4
  88. package/dist/model/matchLevel.d.ts.map +1 -1
  89. package/dist/model/matchedGeoLocation.d.ts +14 -14
  90. package/dist/model/matchedGeoLocation.d.ts.map +1 -1
  91. package/dist/model/mixedSearchFilters.d.ts +1 -1
  92. package/dist/model/mixedSearchFilters.d.ts.map +1 -1
  93. package/dist/model/mode.d.ts +5 -0
  94. package/dist/model/mode.d.ts.map +1 -0
  95. package/dist/model/numericFilters.d.ts +5 -5
  96. package/dist/model/numericFilters.d.ts.map +1 -1
  97. package/dist/model/optionalFilters.d.ts +5 -5
  98. package/dist/model/optionalFilters.d.ts.map +1 -1
  99. package/dist/model/params.d.ts +13 -0
  100. package/dist/model/params.d.ts.map +1 -0
  101. package/dist/model/personalization.d.ts +14 -14
  102. package/dist/model/personalization.d.ts.map +1 -1
  103. package/dist/model/promote.d.ts +4 -0
  104. package/dist/model/promote.d.ts.map +1 -0
  105. package/dist/model/promoteObjectID.d.ts +14 -0
  106. package/dist/model/promoteObjectID.d.ts.map +1 -0
  107. package/dist/model/promoteObjectIDs.d.ts +14 -0
  108. package/dist/model/promoteObjectIDs.d.ts.map +1 -0
  109. package/dist/model/queryType.d.ts +4 -4
  110. package/dist/model/queryType.d.ts.map +1 -1
  111. package/dist/model/rankingInfo.d.ts +50 -50
  112. package/dist/model/rankingInfo.d.ts.map +1 -1
  113. package/dist/model/reRankingApplyFilter.d.ts +5 -5
  114. package/dist/model/reRankingApplyFilter.d.ts.map +1 -1
  115. package/dist/model/recommendHit.d.ts +26 -26
  116. package/dist/model/recommendHit.d.ts.map +1 -1
  117. package/dist/model/recommendHits.d.ts +12 -4
  118. package/dist/model/recommendHits.d.ts.map +1 -1
  119. package/dist/model/recommendModels.d.ts +2 -0
  120. package/dist/model/recommendModels.d.ts.map +1 -0
  121. package/dist/model/recommendationModels.d.ts +4 -4
  122. package/dist/model/recommendationModels.d.ts.map +1 -1
  123. package/dist/model/recommendationsQuery.d.ts +4 -0
  124. package/dist/model/recommendationsQuery.d.ts.map +1 -0
  125. package/dist/model/recommendationsRequest.d.ts +4 -3
  126. package/dist/model/recommendationsRequest.d.ts.map +1 -1
  127. package/dist/model/recommendationsResponse.d.ts +3 -3
  128. package/dist/model/recommendationsResponse.d.ts.map +1 -1
  129. package/dist/model/redirectRuleIndexMetadata.d.ts +21 -0
  130. package/dist/model/redirectRuleIndexMetadata.d.ts.map +1 -0
  131. package/dist/model/redirectRuleIndexMetadataData.d.ts +7 -0
  132. package/dist/model/redirectRuleIndexMetadataData.d.ts.map +1 -0
  133. package/dist/model/removeStopWords.d.ts +4 -4
  134. package/dist/model/removeStopWords.d.ts.map +1 -1
  135. package/dist/model/removeWordsIfNoResults.d.ts +4 -4
  136. package/dist/model/removeWordsIfNoResults.d.ts.map +1 -1
  137. package/dist/model/renderingContent.d.ts +7 -7
  138. package/dist/model/renderingContent.d.ts.map +1 -1
  139. package/dist/model/ruleResponse.d.ts +27 -0
  140. package/dist/model/ruleResponse.d.ts.map +1 -0
  141. package/dist/model/ruleResponseMetadata.d.ts +7 -0
  142. package/dist/model/ruleResponseMetadata.d.ts.map +1 -0
  143. package/dist/model/searchParamsObject.d.ts +3 -3
  144. package/dist/model/searchParamsObject.d.ts.map +1 -1
  145. package/dist/model/searchParamsQuery.d.ts +6 -6
  146. package/dist/model/searchParamsQuery.d.ts.map +1 -1
  147. package/dist/model/searchRecommendRulesParams.d.ts +30 -0
  148. package/dist/model/searchRecommendRulesParams.d.ts.map +1 -0
  149. package/dist/model/searchRecommendRulesResponse.d.ts +20 -0
  150. package/dist/model/searchRecommendRulesResponse.d.ts.map +1 -0
  151. package/dist/model/semanticSearch.d.ts +10 -0
  152. package/dist/model/semanticSearch.d.ts.map +1 -0
  153. package/dist/model/snippetResult.d.ts +2 -2
  154. package/dist/model/snippetResult.d.ts.map +1 -1
  155. package/dist/model/snippetResultOption.d.ts +11 -11
  156. package/dist/model/snippetResultOption.d.ts.map +1 -1
  157. package/dist/model/sortRemainingBy.d.ts +4 -4
  158. package/dist/model/sortRemainingBy.d.ts.map +1 -1
  159. package/dist/model/tagFilters.d.ts +5 -5
  160. package/dist/model/tagFilters.d.ts.map +1 -1
  161. package/dist/model/taskStatus.d.ts +5 -0
  162. package/dist/model/taskStatus.d.ts.map +1 -0
  163. package/dist/model/trendingFacetsModel.d.ts +5 -0
  164. package/dist/model/trendingFacetsModel.d.ts.map +1 -0
  165. package/dist/model/trendingFacetsQuery.d.ts +4 -0
  166. package/dist/model/trendingFacetsQuery.d.ts.map +1 -0
  167. package/dist/model/trendingItemsModel.d.ts +5 -0
  168. package/dist/model/trendingItemsModel.d.ts.map +1 -0
  169. package/dist/model/trendingItemsQuery.d.ts +4 -0
  170. package/dist/model/trendingItemsQuery.d.ts.map +1 -0
  171. package/dist/model/typoTolerance.d.ts +5 -5
  172. package/dist/model/typoTolerance.d.ts.map +1 -1
  173. package/dist/model/typoToleranceEnum.d.ts +1 -1
  174. package/dist/model/typoToleranceEnum.d.ts.map +1 -1
  175. package/dist/model/value.d.ts +8 -8
  176. package/dist/model/value.d.ts.map +1 -1
  177. package/dist/recommend.cjs +381 -0
  178. package/dist/recommend.esm.browser.js +553 -468
  179. package/dist/recommend.esm.node.js +370 -235
  180. package/dist/recommend.umd.js +2 -2
  181. package/dist/src/recommendClient.d.ts +129 -81
  182. package/dist/src/recommendClient.d.ts.map +1 -1
  183. package/index.js +1 -1
  184. package/model/advancedSyntaxFeatures.ts +1 -1
  185. package/model/alternativesAsExact.ts +1 -1
  186. package/model/anchoring.ts +6 -0
  187. package/model/aroundPrecision.ts +8 -0
  188. package/model/aroundPrecisionFromValueInner.ts +7 -0
  189. package/model/aroundRadius.ts +2 -2
  190. package/model/aroundRadiusAll.ts +1 -1
  191. package/model/automaticFacetFilter.ts +21 -0
  192. package/model/automaticFacetFilters.ts +8 -0
  193. package/model/baseRecommendRequest.ts +5 -11
  194. package/model/baseRecommendationsQuery.ts +17 -0
  195. package/model/baseSearchParams.ts +1 -1
  196. package/model/baseSearchParamsWithoutQuery.ts +38 -43
  197. package/model/baseSearchResponse.ts +21 -28
  198. package/model/baseSearchResponseRedirect.ts +10 -0
  199. package/model/baseTrendingFacetsQuery.ts +12 -0
  200. package/model/baseTrendingItemsQuery.ts +22 -0
  201. package/model/clientMethodProps.ts +83 -11
  202. package/model/condition.ts +22 -0
  203. package/model/consequence.ts +32 -0
  204. package/model/consequenceHide.ts +11 -0
  205. package/model/consequenceParams.ts +9 -0
  206. package/model/consequenceQuery.ts +8 -0
  207. package/model/consequenceQueryObject.ts +15 -0
  208. package/model/deletedAtResponse.ts +16 -0
  209. package/model/distinct.ts +2 -2
  210. package/model/edit.ts +17 -0
  211. package/model/editType.ts +6 -0
  212. package/model/errorBase.ts +1 -1
  213. package/model/exactOnSingleWordQuery.ts +2 -2
  214. package/model/facetFilters.ts +2 -2
  215. package/model/facetOrdering.ts +3 -3
  216. package/model/facets.ts +2 -2
  217. package/model/facetsStats.ts +5 -5
  218. package/model/getRecommendTaskResponse.ts +7 -0
  219. package/model/getRecommendationsParams.ts +3 -3
  220. package/model/getRecommendationsResponse.ts +1 -1
  221. package/model/highlightResult.ts +1 -1
  222. package/model/highlightResultOption.ts +2 -2
  223. package/model/ignorePlurals.ts +2 -2
  224. package/model/index.ts +39 -6
  225. package/model/indexSettingsAsSearchParams.ts +53 -44
  226. package/model/matchLevel.ts +1 -1
  227. package/model/matchedGeoLocation.ts +1 -1
  228. package/model/mixedSearchFilters.ts +1 -1
  229. package/model/mode.ts +6 -0
  230. package/model/numericFilters.ts +2 -2
  231. package/model/optionalFilters.ts +2 -2
  232. package/model/params.ts +18 -0
  233. package/model/personalization.ts +1 -1
  234. package/model/promote.ts +6 -0
  235. package/model/promoteObjectID.ts +16 -0
  236. package/model/promoteObjectIDs.ts +16 -0
  237. package/model/queryType.ts +2 -2
  238. package/model/rankingInfo.ts +1 -1
  239. package/model/reRankingApplyFilter.ts +2 -2
  240. package/model/recommendHit.ts +4 -4
  241. package/model/recommendHits.ts +11 -1
  242. package/model/recommendModels.ts +7 -0
  243. package/model/recommendationModels.ts +2 -2
  244. package/model/recommendationsQuery.ts +7 -0
  245. package/model/recommendationsRequest.ts +8 -4
  246. package/model/recommendationsResponse.ts +1 -1
  247. package/model/redirectRuleIndexMetadata.ts +27 -0
  248. package/model/redirectRuleIndexMetadataData.ts +8 -0
  249. package/model/removeStopWords.ts +2 -2
  250. package/model/removeWordsIfNoResults.ts +2 -2
  251. package/model/renderingContent.ts +2 -2
  252. package/model/ruleResponse.ts +34 -0
  253. package/model/ruleResponseMetadata.ts +8 -0
  254. package/model/searchParamsObject.ts +1 -1
  255. package/model/searchParamsQuery.ts +2 -2
  256. package/model/searchRecommendRulesParams.ts +36 -0
  257. package/model/searchRecommendRulesResponse.ts +25 -0
  258. package/model/semanticSearch.ts +11 -0
  259. package/model/snippetResult.ts +1 -1
  260. package/model/snippetResultOption.ts +2 -2
  261. package/model/sortRemainingBy.ts +2 -2
  262. package/model/tagFilters.ts +2 -2
  263. package/model/taskStatus.ts +6 -0
  264. package/model/trendingFacetsModel.ts +6 -0
  265. package/model/trendingFacetsQuery.ts +7 -0
  266. package/model/trendingItemsModel.ts +6 -0
  267. package/model/trendingItemsQuery.ts +6 -0
  268. package/model/typoTolerance.ts +2 -2
  269. package/model/typoToleranceEnum.ts +1 -1
  270. package/model/value.ts +1 -1
  271. package/package.json +30 -13
  272. package/dist/model/baseRecommendationRequest.d.ts +0 -9
  273. package/dist/model/baseRecommendationRequest.d.ts.map +0 -1
  274. package/dist/model/baseTrendingRequest.d.ts +0 -13
  275. package/dist/model/baseTrendingRequest.d.ts.map +0 -1
  276. package/dist/model/recommendationRequest.d.ts +0 -4
  277. package/dist/model/recommendationRequest.d.ts.map +0 -1
  278. package/dist/model/trendingModels.d.ts +0 -5
  279. package/dist/model/trendingModels.d.ts.map +0 -1
  280. package/dist/model/trendingRequest.d.ts +0 -4
  281. package/dist/model/trendingRequest.d.ts.map +0 -1
  282. package/dist/recommend.cjs.js +0 -248
  283. package/model/baseRecommendationRequest.ts +0 -12
  284. package/model/baseTrendingRequest.ts +0 -17
  285. package/model/recommendationRequest.ts +0 -7
  286. package/model/trendingModels.ts +0 -6
  287. package/model/trendingRequest.ts +0 -6
@@ -1,6 +1,6 @@
1
- import type { ClientOptions } from '@algolia/client-common';
2
- import type { RecommendClient } from '../src/recommendClient';
3
- export { apiClientVersion, RecommendClient } from '../src/recommendClient';
4
- export * from '../model';
5
- export declare function recommendClient(appId: string, apiKey: string, options?: ClientOptions): RecommendClient;
1
+ import type { ClientOptions } from '@algolia/client-common';
2
+ import type { RecommendClient } from '../src/recommendClient';
3
+ export { apiClientVersion, RecommendClient } from '../src/recommendClient';
4
+ export * from '../model';
5
+ export declare function recommendClient(appId: string, apiKey: string, options?: ClientOptions): RecommendClient;
6
6
  //# sourceMappingURL=browser.d.ts.map
@@ -1,6 +1,6 @@
1
- import type { ClientOptions } from '@algolia/client-common';
2
- import type { RecommendClient } from '../src/recommendClient';
3
- export { apiClientVersion, RecommendClient } from '../src/recommendClient';
4
- export * from '../model';
5
- export declare function recommendClient(appId: string, apiKey: string, options?: ClientOptions): RecommendClient;
1
+ import type { ClientOptions } from '@algolia/client-common';
2
+ import type { RecommendClient } from '../src/recommendClient';
3
+ export { apiClientVersion, RecommendClient } from '../src/recommendClient';
4
+ export * from '../model';
5
+ export declare function recommendClient(appId: string, apiKey: string, options?: ClientOptions): RecommendClient;
6
6
  //# sourceMappingURL=node.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare type AdvancedSyntaxFeatures = 'exactPhrase' | 'excludeWords';
1
+ export type AdvancedSyntaxFeatures = 'exactPhrase' | 'excludeWords';
2
2
  //# sourceMappingURL=advancedSyntaxFeatures.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"advancedSyntaxFeatures.d.ts","sourceRoot":"","sources":["../../model/advancedSyntaxFeatures.ts"],"names":[],"mappings":"AAEA,oBAAY,sBAAsB,GAAG,aAAa,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"advancedSyntaxFeatures.d.ts","sourceRoot":"","sources":["../../model/advancedSyntaxFeatures.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG,aAAa,GAAG,cAAc,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare type AlternativesAsExact = 'ignorePlurals' | 'multiWordsSynonym' | 'singleWordSynonym';
1
+ export type AlternativesAsExact = 'ignorePlurals' | 'multiWordsSynonym' | 'singleWordSynonym';
2
2
  //# sourceMappingURL=alternativesAsExact.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alternativesAsExact.d.ts","sourceRoot":"","sources":["../../model/alternativesAsExact.ts"],"names":[],"mappings":"AAEA,oBAAY,mBAAmB,GAC3B,eAAe,GACf,mBAAmB,GACnB,mBAAmB,CAAC"}
1
+ {"version":3,"file":"alternativesAsExact.d.ts","sourceRoot":"","sources":["../../model/alternativesAsExact.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAC3B,eAAe,GACf,mBAAmB,GACnB,mBAAmB,CAAC"}
@@ -0,0 +1,5 @@
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`).
3
+ */
4
+ export type Anchoring = 'contains' | 'endsWith' | 'is' | 'startsWith';
5
+ //# sourceMappingURL=anchoring.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"anchoring.d.ts","sourceRoot":"","sources":["../../model/anchoring.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,IAAI,GAAG,YAAY,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { AroundPrecisionFromValueInner } from './aroundPrecisionFromValueInner';
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/).
4
+ */
5
+ export type AroundPrecision = AroundPrecisionFromValueInner[] | number;
6
+ //# sourceMappingURL=aroundPrecision.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aroundPrecision.d.ts","sourceRoot":"","sources":["../../model/aroundPrecision.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAErF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,6BAA6B,EAAE,GAAG,MAAM,CAAC"}
@@ -0,0 +1,5 @@
1
+ export type AroundPrecisionFromValueInner = {
2
+ from?: number;
3
+ value?: number;
4
+ };
5
+ //# sourceMappingURL=aroundPrecisionFromValueInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aroundPrecisionFromValueInner.d.ts","sourceRoot":"","sources":["../../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,6 +1,6 @@
1
- import type { AroundRadiusAll } from './aroundRadiusAll';
2
- /**
3
- * Define the maximum radius for a geo search (in meters).
4
- */
5
- export declare type AroundRadius = AroundRadiusAll | number;
1
+ import type { AroundRadiusAll } from './aroundRadiusAll';
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).
4
+ */
5
+ export type AroundRadius = AroundRadiusAll | number;
6
6
  //# sourceMappingURL=aroundRadius.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aroundRadius.d.ts","sourceRoot":"","sources":["../../model/aroundRadius.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD;;GAEG;AACH,oBAAY,YAAY,GAAG,eAAe,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"aroundRadius.d.ts","sourceRoot":"","sources":["../../model/aroundRadius.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,MAAM,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare type AroundRadiusAll = 'all';
1
+ export type AroundRadiusAll = 'all';
2
2
  //# sourceMappingURL=aroundRadiusAll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aroundRadiusAll.d.ts","sourceRoot":"","sources":["../../model/aroundRadiusAll.ts"],"names":[],"mappings":"AAEA,oBAAY,eAAe,GAAG,KAAK,CAAC"}
1
+ {"version":3,"file":"aroundRadiusAll.d.ts","sourceRoot":"","sources":["../../model/aroundRadiusAll.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Automatic facet Filter.
3
+ */
4
+ export type AutomaticFacetFilter = {
5
+ /**
6
+ * Attribute to filter on. This must match a facet placeholder in the Rule\'s pattern.
7
+ */
8
+ facet: string;
9
+ /**
10
+ * Score for the filter. Typically used for optional or disjunctive filters.
11
+ */
12
+ score?: number;
13
+ /**
14
+ * Whether the filter is disjunctive (true) or conjunctive (false).
15
+ */
16
+ disjunctive?: boolean;
17
+ };
18
+ //# sourceMappingURL=automaticFacetFilter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"automaticFacetFilter.d.ts","sourceRoot":"","sources":["../../model/automaticFacetFilter.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { AutomaticFacetFilter } from './automaticFacetFilter';
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.
4
+ */
5
+ export type AutomaticFacetFilters = AutomaticFacetFilter[] | string[];
6
+ //# sourceMappingURL=automaticFacetFilters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"automaticFacetFilters.d.ts","sourceRoot":"","sources":["../../model/automaticFacetFilters.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,EAAE,GAAG,MAAM,EAAE,CAAC"}
@@ -1,18 +1,15 @@
1
- import type { SearchParamsObject } from './searchParamsObject';
2
- export declare type BaseRecommendRequest = {
3
- /**
4
- * The Algolia index name.
5
- */
6
- indexName: string;
7
- /**
8
- * The threshold to use when filtering recommendations by their score.
9
- */
10
- threshold: number;
11
- /**
12
- * The max number of recommendations to retrieve. If it\'s set to 0, all the recommendations of the objectID may be returned.
13
- */
14
- maxRecommendations?: number;
15
- queryParameters?: SearchParamsObject;
16
- fallbackParameters?: SearchParamsObject;
17
- };
1
+ export type BaseRecommendRequest = {
2
+ /**
3
+ * Algolia index name.
4
+ */
5
+ indexName: string;
6
+ /**
7
+ * Recommendations with a confidence score lower than `threshold` won\'t appear in results. > **Note**: Each recommendation has a confidence score of 0 to 100. The closer the score is to 100, the more relevant the recommendations are.
8
+ */
9
+ threshold?: number;
10
+ /**
11
+ * Maximum number of recommendations to retrieve. If 0, all recommendations will be returned.
12
+ */
13
+ maxRecommendations?: number;
14
+ };
18
15
  //# sourceMappingURL=baseRecommendRequest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"baseRecommendRequest.d.ts","sourceRoot":"","sources":["../../model/baseRecommendRequest.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,oBAAY,oBAAoB,GAAG;IACjC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,eAAe,CAAC,EAAE,kBAAkB,CAAC;IAErC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC,CAAC"}
1
+ {"version":3,"file":"baseRecommendRequest.d.ts","sourceRoot":"","sources":["../../model/baseRecommendRequest.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { RecommendationModels } from './recommendationModels';
2
+ import type { SearchParamsObject } from './searchParamsObject';
3
+ export type BaseRecommendationsQuery = {
4
+ model: RecommendationModels;
5
+ /**
6
+ * Unique object identifier.
7
+ */
8
+ objectID: string;
9
+ queryParameters?: SearchParamsObject;
10
+ fallbackParameters?: SearchParamsObject;
11
+ };
12
+ //# sourceMappingURL=baseRecommendationsQuery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseRecommendationsQuery.d.ts","sourceRoot":"","sources":["../../model/baseRecommendationsQuery.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,oBAAoB,CAAC;IAE5B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB,eAAe,CAAC,EAAE,kBAAkB,CAAC;IAErC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { BaseSearchParamsWithoutQuery } from './baseSearchParamsWithoutQuery';
2
- import type { SearchParamsQuery } from './searchParamsQuery';
3
- export declare type BaseSearchParams = BaseSearchParamsWithoutQuery & SearchParamsQuery;
1
+ import type { BaseSearchParamsWithoutQuery } from './baseSearchParamsWithoutQuery';
2
+ import type { SearchParamsQuery } from './searchParamsQuery';
3
+ export type BaseSearchParams = BaseSearchParamsWithoutQuery & SearchParamsQuery;
4
4
  //# sourceMappingURL=baseSearchParams.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"baseSearchParams.d.ts","sourceRoot":"","sources":["../../model/baseSearchParams.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,oBAAY,gBAAgB,GAAG,4BAA4B,GAAG,iBAAiB,CAAC"}
1
+ {"version":3,"file":"baseSearchParams.d.ts","sourceRoot":"","sources":["../../model/baseSearchParams.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,MAAM,MAAM,gBAAgB,GAAG,4BAA4B,GAAG,iBAAiB,CAAC"}
@@ -1,123 +1,119 @@
1
- import type { AroundRadius } from './aroundRadius';
2
- import type { FacetFilters } from './facetFilters';
3
- import type { NumericFilters } from './numericFilters';
4
- import type { OptionalFilters } from './optionalFilters';
5
- import type { ReRankingApplyFilter } from './reRankingApplyFilter';
6
- import type { TagFilters } from './tagFilters';
7
- export declare type BaseSearchParamsWithoutQuery = {
8
- /**
9
- * Overrides the query parameter and performs a more generic search that can be used to find \"similar\" results.
10
- */
11
- similarQuery?: string;
12
- /**
13
- * Filter the query with numeric, facet and/or tag filters.
14
- */
15
- filters?: string;
16
- facetFilters?: FacetFilters;
17
- optionalFilters?: OptionalFilters;
18
- numericFilters?: NumericFilters;
19
- tagFilters?: TagFilters;
20
- /**
21
- * Determines how to calculate the total score for filtering.
22
- */
23
- sumOrFiltersScores?: boolean;
24
- /**
25
- * Retrieve facets and their facet values.
26
- */
27
- facets?: string[];
28
- /**
29
- * Maximum number of facet values to return for each facet during a regular search.
30
- */
31
- maxValuesPerFacet?: number;
32
- /**
33
- * Force faceting to be applied after de-duplication (via the Distinct setting).
34
- */
35
- facetingAfterDistinct?: boolean;
36
- /**
37
- * Controls how facet values are fetched.
38
- */
39
- sortFacetValuesBy?: string;
40
- /**
41
- * Specify the page to retrieve.
42
- */
43
- page?: number;
44
- /**
45
- * Specify the offset of the first hit to return.
46
- */
47
- offset?: number;
48
- /**
49
- * Set the number of hits to retrieve (used only with offset).
50
- */
51
- length?: number;
52
- /**
53
- * Search for entries around a central geolocation, enabling a geo search within a circular area.
54
- */
55
- aroundLatLng?: string;
56
- /**
57
- * Search for entries around a given location automatically computed from the requester\'s IP address.
58
- */
59
- aroundLatLngViaIP?: boolean;
60
- aroundRadius?: AroundRadius;
61
- /**
62
- * Precision of geo search (in meters), to add grouping by geo location to the ranking formula.
63
- */
64
- aroundPrecision?: number;
65
- /**
66
- * Minimum radius (in meters) used for a geo search when aroundRadius is not set.
67
- */
68
- minimumAroundRadius?: number;
69
- /**
70
- * Search inside a rectangular area (in geo coordinates).
71
- */
72
- insideBoundingBox?: number[];
73
- /**
74
- * Search inside a polygon (in geo coordinates).
75
- */
76
- insidePolygon?: number[];
77
- /**
78
- * This parameter changes the default values of certain parameters and settings that work best for a natural language query, such as ignorePlurals, removeStopWords, removeWordsIfNoResults, analyticsTags and ruleContexts. These parameters and settings work well together when the query is formatted in natural language instead of keywords, for example when your user performs a voice search.
79
- */
80
- naturalLanguages?: string[];
81
- /**
82
- * Enables contextual rules.
83
- */
84
- ruleContexts?: string[];
85
- /**
86
- * Define the impact of the Personalization feature.
87
- */
88
- personalizationImpact?: number;
89
- /**
90
- * Associates a certain user token with the current search.
91
- */
92
- userToken?: string;
93
- /**
94
- * Retrieve detailed ranking information.
95
- */
96
- getRankingInfo?: boolean;
97
- /**
98
- * Enable the Click Analytics feature.
99
- */
100
- clickAnalytics?: boolean;
101
- /**
102
- * Whether the current query will be taken into account in the Analytics.
103
- */
104
- analytics?: boolean;
105
- /**
106
- * List of tags to apply to the query for analytics purposes.
107
- */
108
- analyticsTags?: string[];
109
- /**
110
- * Whether to include or exclude a query from the processing-time percentile computation.
111
- */
112
- percentileComputation?: boolean;
113
- /**
114
- * Whether this search should participate in running AB tests.
115
- */
116
- enableABTest?: boolean;
117
- /**
118
- * Whether this search should use AI Re-Ranking.
119
- */
120
- enableReRanking?: boolean;
121
- reRankingApplyFilter?: ReRankingApplyFilter | null;
122
- };
1
+ import type { AroundPrecision } from './aroundPrecision';
2
+ import type { AroundRadius } from './aroundRadius';
3
+ import type { FacetFilters } from './facetFilters';
4
+ import type { NumericFilters } from './numericFilters';
5
+ import type { OptionalFilters } from './optionalFilters';
6
+ import type { TagFilters } from './tagFilters';
7
+ export type BaseSearchParamsWithoutQuery = {
8
+ /**
9
+ * Overrides the query parameter and performs a more generic search.
10
+ */
11
+ similarQuery?: string;
12
+ /**
13
+ * [Filter](https://www.algolia.com/doc/guides/managing-results/refine-results/filtering/) the query with numeric, facet, or tag filters.
14
+ */
15
+ filters?: string;
16
+ facetFilters?: FacetFilters;
17
+ optionalFilters?: OptionalFilters;
18
+ numericFilters?: NumericFilters;
19
+ tagFilters?: TagFilters;
20
+ /**
21
+ * Determines how to calculate [filter scores](https://www.algolia.com/doc/guides/managing-results/refine-results/filtering/in-depth/filter-scoring/#accumulating-scores-with-sumorfiltersscores). If `false`, maximum score is kept. If `true`, score is summed.
22
+ */
23
+ sumOrFiltersScores?: boolean;
24
+ /**
25
+ * Restricts a query to only look at a subset of your [searchable attributes](https://www.algolia.com/doc/guides/managing-results/must-do/searchable-attributes/).
26
+ */
27
+ restrictSearchableAttributes?: string[];
28
+ /**
29
+ * Returns [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts), their facet values, and the number of matching facet values.
30
+ */
31
+ facets?: string[];
32
+ /**
33
+ * Forces faceting to be applied after [de-duplication](https://www.algolia.com/doc/guides/managing-results/refine-results/grouping/) (with the distinct feature). Alternatively, the `afterDistinct` [modifier](https://www.algolia.com/doc/api-reference/api-parameters/attributesForFaceting/#modifiers) of `attributesForFaceting` allows for more granular control.
34
+ */
35
+ facetingAfterDistinct?: boolean;
36
+ /**
37
+ * Page to retrieve (the first page is `0`, not `1`).
38
+ */
39
+ page?: number;
40
+ /**
41
+ * Specifies the offset of the first hit to return. > **Note**: Using `page` and `hitsPerPage` is the recommended method for [paging results](https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/pagination/js/). However, you can use `offset` and `length` to implement [an alternative approach to paging](https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/pagination/js/#retrieving-a-subset-of-records-with-offset-and-length).
42
+ */
43
+ offset?: number;
44
+ /**
45
+ * Sets the number of hits to retrieve (for use with `offset`). > **Note**: Using `page` and `hitsPerPage` is the recommended method for [paging results](https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/pagination/js/). However, you can use `offset` and `length` to implement [an alternative approach to paging](https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/pagination/js/#retrieving-a-subset-of-records-with-offset-and-length).
46
+ */
47
+ length?: number;
48
+ /**
49
+ * Search for entries [around a central location](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filter-around-a-central-point), enabling a geographical search within a circular area.
50
+ */
51
+ aroundLatLng?: string;
52
+ /**
53
+ * Search for entries around a location. The location is automatically computed from the requester\'s IP address.
54
+ */
55
+ aroundLatLngViaIP?: boolean;
56
+ aroundRadius?: AroundRadius;
57
+ aroundPrecision?: AroundPrecision;
58
+ /**
59
+ * Minimum radius (in meters) used for a geographical search when `aroundRadius` isn\'t set.
60
+ */
61
+ minimumAroundRadius?: number;
62
+ /**
63
+ * Search inside a [rectangular area](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filtering-inside-rectangular-or-polygonal-areas) (in geographical coordinates).
64
+ */
65
+ insideBoundingBox?: number[];
66
+ /**
67
+ * Search inside a [polygon](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filtering-inside-rectangular-or-polygonal-areas) (in geographical coordinates).
68
+ */
69
+ insidePolygon?: number[];
70
+ /**
71
+ * Changes the default values of parameters that work best for a natural language query, such as `ignorePlurals`, `removeStopWords`, `removeWordsIfNoResults`, `analyticsTags`, and `ruleContexts`. These parameters work well together when the query consists of fuller natural language strings instead of keywords, for example when processing voice search queries.
72
+ */
73
+ naturalLanguages?: string[];
74
+ /**
75
+ * Assigns [rule contexts](https://www.algolia.com/doc/guides/managing-results/rules/rules-overview/how-to/customize-search-results-by-platform/#whats-a-context) to search queries.
76
+ */
77
+ ruleContexts?: string[];
78
+ /**
79
+ * Defines how much [Personalization affects results](https://www.algolia.com/doc/guides/personalization/personalizing-results/in-depth/configuring-personalization/#understanding-personalization-impact).
80
+ */
81
+ personalizationImpact?: number;
82
+ /**
83
+ * Associates a [user token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/) with the current search.
84
+ */
85
+ userToken?: string;
86
+ /**
87
+ * Incidates whether the search response includes [detailed ranking information](https://www.algolia.com/doc/guides/building-search-ui/going-further/backend-search/in-depth/understanding-the-api-response/#ranking-information).
88
+ */
89
+ getRankingInfo?: boolean;
90
+ /**
91
+ * Enriches the API\'s response with information about how the query was processed.
92
+ */
93
+ explain?: string[];
94
+ /**
95
+ * Whether to take into account an index\'s synonyms for a particular search.
96
+ */
97
+ synonyms?: boolean;
98
+ /**
99
+ * Indicates whether a query ID parameter is included in the search response. This is required for [tracking click and conversion events](https://www.algolia.com/doc/guides/sending-events/concepts/event-types/#events-related-to-algolia-requests).
100
+ */
101
+ clickAnalytics?: boolean;
102
+ /**
103
+ * Indicates whether this query will be included in [analytics](https://www.algolia.com/doc/guides/search-analytics/guides/exclude-queries/).
104
+ */
105
+ analytics?: boolean;
106
+ /**
107
+ * Tags to apply to the query for [segmenting analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
108
+ */
109
+ analyticsTags?: string[];
110
+ /**
111
+ * Whether to include or exclude a query from the processing-time percentile computation.
112
+ */
113
+ percentileComputation?: boolean;
114
+ /**
115
+ * Incidates whether this search will be considered in A/B testing.
116
+ */
117
+ enableABTest?: boolean;
118
+ };
123
119
  //# sourceMappingURL=baseSearchParamsWithoutQuery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"baseSearchParamsWithoutQuery.d.ts","sourceRoot":"","sources":["../../model/baseSearchParamsWithoutQuery.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,oBAAY,4BAA4B,GAAG;IACzC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B,eAAe,CAAC,EAAE,eAAe,CAAC;IAElC,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAElB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAExB;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAEzB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,oBAAoB,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAC;CACpD,CAAC"}
1
+ {"version":3,"file":"baseSearchParamsWithoutQuery.d.ts","sourceRoot":"","sources":["../../model/baseSearchParamsWithoutQuery.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B,eAAe,CAAC,EAAE,eAAe,CAAC;IAElC,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;OAEG;IACH,4BAA4B,CAAC,EAAE,MAAM,EAAE,CAAC;IAExC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAElB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B,eAAe,CAAC,EAAE,eAAe,CAAC;IAElC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAExB;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAEzB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC"}