@algolia/recommend 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 (116) 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/alternativesAsExact.d.ts +1 -1
  5. package/dist/model/aroundRadius.d.ts +5 -5
  6. package/dist/model/aroundRadiusAll.d.ts +1 -1
  7. package/dist/model/baseRecommendRequest.d.ts +17 -17
  8. package/dist/model/baseRecommendationRequest.d.ts +8 -8
  9. package/dist/model/baseSearchParams.d.ts +3 -3
  10. package/dist/model/baseSearchParamsWithoutQuery.d.ts +122 -122
  11. package/dist/model/baseSearchResponse.d.ts +101 -101
  12. package/dist/model/baseTrendingRequest.d.ts +12 -12
  13. package/dist/model/clientMethodProps.d.ts +60 -60
  14. package/dist/model/distinct.d.ts +4 -4
  15. package/dist/model/errorBase.d.ts +6 -6
  16. package/dist/model/exactOnSingleWordQuery.d.ts +4 -4
  17. package/dist/model/facetFilters.d.ts +5 -5
  18. package/dist/model/facetOrdering.d.ts +12 -12
  19. package/dist/model/facets.d.ts +9 -9
  20. package/dist/model/facetsStats.d.ts +18 -18
  21. package/dist/model/getRecommendationsParams.d.ts +10 -10
  22. package/dist/model/getRecommendationsResponse.d.ts +4 -4
  23. package/dist/model/highlightResult.d.ts +2 -2
  24. package/dist/model/highlightResultOption.d.ts +19 -19
  25. package/dist/model/ignorePlurals.d.ts +4 -4
  26. package/dist/model/index.d.ts +53 -53
  27. package/dist/model/indexSettingsAsSearchParams.d.ts +156 -156
  28. package/dist/model/matchLevel.d.ts +4 -4
  29. package/dist/model/matchedGeoLocation.d.ts +14 -14
  30. package/dist/model/mixedSearchFilters.d.ts +1 -1
  31. package/dist/model/numericFilters.d.ts +5 -5
  32. package/dist/model/optionalFilters.d.ts +5 -5
  33. package/dist/model/personalization.d.ts +14 -14
  34. package/dist/model/queryType.d.ts +4 -4
  35. package/dist/model/rankingInfo.d.ts +50 -50
  36. package/dist/model/reRankingApplyFilter.d.ts +5 -5
  37. package/dist/model/recommendHit.d.ts +26 -26
  38. package/dist/model/recommendHits.d.ts +4 -4
  39. package/dist/model/recommendationModels.d.ts +4 -4
  40. package/dist/model/recommendationRequest.d.ts +3 -3
  41. package/dist/model/recommendationsRequest.d.ts +3 -3
  42. package/dist/model/recommendationsResponse.d.ts +3 -3
  43. package/dist/model/removeStopWords.d.ts +4 -4
  44. package/dist/model/removeWordsIfNoResults.d.ts +4 -4
  45. package/dist/model/renderingContent.d.ts +7 -7
  46. package/dist/model/searchParamsObject.d.ts +3 -3
  47. package/dist/model/searchParamsQuery.d.ts +6 -6
  48. package/dist/model/snippetResult.d.ts +2 -2
  49. package/dist/model/snippetResultOption.d.ts +11 -11
  50. package/dist/model/sortRemainingBy.d.ts +4 -4
  51. package/dist/model/tagFilters.d.ts +5 -5
  52. package/dist/model/trendingModels.d.ts +4 -4
  53. package/dist/model/trendingRequest.d.ts +3 -3
  54. package/dist/model/typoTolerance.d.ts +5 -5
  55. package/dist/model/typoToleranceEnum.d.ts +1 -1
  56. package/dist/model/value.d.ts +8 -8
  57. package/dist/recommend.cjs.js +235 -235
  58. package/dist/recommend.esm.browser.js +359 -359
  59. package/dist/recommend.esm.node.js +235 -235
  60. package/dist/recommend.umd.js +2 -2
  61. package/dist/src/recommendClient.d.ts +81 -81
  62. package/model/advancedSyntaxFeatures.ts +1 -1
  63. package/model/alternativesAsExact.ts +1 -1
  64. package/model/aroundRadius.ts +1 -1
  65. package/model/aroundRadiusAll.ts +1 -1
  66. package/model/baseRecommendRequest.ts +1 -1
  67. package/model/baseRecommendationRequest.ts +1 -1
  68. package/model/baseSearchParams.ts +1 -1
  69. package/model/baseSearchParamsWithoutQuery.ts +1 -1
  70. package/model/baseSearchResponse.ts +1 -1
  71. package/model/baseTrendingRequest.ts +1 -1
  72. package/model/clientMethodProps.ts +1 -1
  73. package/model/distinct.ts +1 -1
  74. package/model/errorBase.ts +1 -1
  75. package/model/exactOnSingleWordQuery.ts +1 -1
  76. package/model/facetFilters.ts +1 -1
  77. package/model/facetOrdering.ts +1 -1
  78. package/model/facets.ts +1 -1
  79. package/model/facetsStats.ts +1 -1
  80. package/model/getRecommendationsParams.ts +1 -1
  81. package/model/getRecommendationsResponse.ts +1 -1
  82. package/model/highlightResult.ts +1 -1
  83. package/model/highlightResultOption.ts +1 -1
  84. package/model/ignorePlurals.ts +1 -1
  85. package/model/index.ts +1 -1
  86. package/model/indexSettingsAsSearchParams.ts +1 -1
  87. package/model/matchLevel.ts +1 -1
  88. package/model/matchedGeoLocation.ts +1 -1
  89. package/model/mixedSearchFilters.ts +1 -1
  90. package/model/numericFilters.ts +1 -1
  91. package/model/optionalFilters.ts +1 -1
  92. package/model/personalization.ts +1 -1
  93. package/model/queryType.ts +1 -1
  94. package/model/rankingInfo.ts +1 -1
  95. package/model/reRankingApplyFilter.ts +1 -1
  96. package/model/recommendHit.ts +1 -1
  97. package/model/recommendHits.ts +1 -1
  98. package/model/recommendationModels.ts +1 -1
  99. package/model/recommendationRequest.ts +1 -1
  100. package/model/recommendationsRequest.ts +1 -1
  101. package/model/recommendationsResponse.ts +1 -1
  102. package/model/removeStopWords.ts +1 -1
  103. package/model/removeWordsIfNoResults.ts +1 -1
  104. package/model/renderingContent.ts +1 -1
  105. package/model/searchParamsObject.ts +1 -1
  106. package/model/searchParamsQuery.ts +1 -1
  107. package/model/snippetResult.ts +1 -1
  108. package/model/snippetResultOption.ts +1 -1
  109. package/model/sortRemainingBy.ts +1 -1
  110. package/model/tagFilters.ts +1 -1
  111. package/model/trendingModels.ts +1 -1
  112. package/model/trendingRequest.ts +1 -1
  113. package/model/typoTolerance.ts +1 -1
  114. package/model/typoToleranceEnum.ts +1 -1
  115. package/model/value.ts +1 -1
  116. package/package.json +6 -6
@@ -1,82 +1,82 @@
1
- import type { CreateClientOptions, RequestOptions } from '@algolia/client-common';
2
- import type { DelProps, GetProps, PostProps, PutProps } from '../model/clientMethodProps';
3
- import type { GetRecommendationsParams } from '../model/getRecommendationsParams';
4
- import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse';
5
- export declare const apiClientVersion = "5.0.0-alpha.53";
6
- export declare function createRecommendClient({ 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 del - The del object.
32
- * @param del.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
33
- * @param del.parameters - Query parameters to be applied to the current query.
34
- * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
35
- */
36
- del({ path, parameters }: DelProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
37
- /**
38
- * This method allow you to send requests to the Algolia REST API.
39
- *
40
- * @summary Send requests to the Algolia REST API.
41
- * @param get - The get object.
42
- * @param get.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
43
- * @param get.parameters - Query parameters to be applied to the current query.
44
- * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
45
- */
46
- get({ path, parameters }: GetProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
47
- /**
48
- * Returns recommendations or trending results, for a specific model and `objectID`.
49
- *
50
- * @summary Get results.
51
- * @param getRecommendationsParams - The getRecommendationsParams object.
52
- * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
53
- */
54
- getRecommendations(getRecommendationsParams: GetRecommendationsParams, requestOptions?: RequestOptions): Promise<GetRecommendationsResponse>;
55
- /**
56
- * This method allow you to send requests to the Algolia REST API.
57
- *
58
- * @summary Send requests to the Algolia REST API.
59
- * @param post - The post object.
60
- * @param post.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
61
- * @param post.parameters - Query parameters to be applied to the current query.
62
- * @param post.body - The parameters to send with the custom request.
63
- * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
64
- */
65
- post({ path, parameters, body }: PostProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
66
- /**
67
- * This method allow you to send requests to the Algolia REST API.
68
- *
69
- * @summary Send requests to the Algolia REST API.
70
- * @param put - The put object.
71
- * @param put.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
72
- * @param put.parameters - Query parameters to be applied to the current query.
73
- * @param put.body - The parameters to send with the custom request.
74
- * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
75
- */
76
- put({ path, parameters, body }: PutProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
77
- };
78
- /**
79
- * The client type.
80
- */
81
- export type RecommendClient = ReturnType<typeof createRecommendClient>;
1
+ import type { CreateClientOptions, RequestOptions } from '@algolia/client-common';
2
+ import type { DelProps, GetProps, PostProps, PutProps } from '../model/clientMethodProps';
3
+ import type { GetRecommendationsParams } from '../model/getRecommendationsParams';
4
+ import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse';
5
+ export declare const apiClientVersion = "5.0.0-alpha.55";
6
+ export declare function createRecommendClient({ 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 del - The del object.
32
+ * @param del.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
33
+ * @param del.parameters - Query parameters to be applied to the current query.
34
+ * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
35
+ */
36
+ del({ path, parameters }: DelProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
37
+ /**
38
+ * This method allow you to send requests to the Algolia REST API.
39
+ *
40
+ * @summary Send requests to the Algolia REST API.
41
+ * @param get - The get object.
42
+ * @param get.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
43
+ * @param get.parameters - Query parameters to be applied to the current query.
44
+ * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
45
+ */
46
+ get({ path, parameters }: GetProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
47
+ /**
48
+ * Returns recommendations or trending results, for a specific model and `objectID`.
49
+ *
50
+ * @summary Get results.
51
+ * @param getRecommendationsParams - The getRecommendationsParams object.
52
+ * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
53
+ */
54
+ getRecommendations(getRecommendationsParams: GetRecommendationsParams, requestOptions?: RequestOptions): Promise<GetRecommendationsResponse>;
55
+ /**
56
+ * This method allow you to send requests to the Algolia REST API.
57
+ *
58
+ * @summary Send requests to the Algolia REST API.
59
+ * @param post - The post object.
60
+ * @param post.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
61
+ * @param post.parameters - Query parameters to be applied to the current query.
62
+ * @param post.body - The parameters to send with the custom request.
63
+ * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
64
+ */
65
+ post({ path, parameters, body }: PostProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
66
+ /**
67
+ * This method allow you to send requests to the Algolia REST API.
68
+ *
69
+ * @summary Send requests to the Algolia REST API.
70
+ * @param put - The put object.
71
+ * @param put.path - The path of the API endpoint to target, anything after the /1 needs to be specified.
72
+ * @param put.parameters - Query parameters to be applied to the current query.
73
+ * @param put.body - The parameters to send with the custom request.
74
+ * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
75
+ */
76
+ put({ path, parameters, body }: PutProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
77
+ };
78
+ /**
79
+ * The client type.
80
+ */
81
+ export type RecommendClient = ReturnType<typeof createRecommendClient>;
82
82
  //# sourceMappingURL=recommendClient.d.ts.map
@@ -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
  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 { SearchParamsObject } from './searchParamsObject';
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 { RecommendationModels } from './recommendationModels';
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 { TrendingModels } from './trendingModels';
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
  * Properties for the `del` method.
package/model/distinct.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
  * 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
  /**
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';
package/model/facets.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
  * The ordering of facets (widgets).
@@ -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 FacetsStats = {
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 { RecommendationsRequest } from './recommendationsRequest';
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 { RecommendationsResponse } from './recommendationsResponse';
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 { HighlightResultOption } from './highlightResultOption';
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 { MatchLevel } from './matchLevel';
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
  * Treats singular, plurals, and other forms of declensions as matching terms. IgnorePlurals is used in conjunction with the queryLanguages setting. List: language ISO codes for which ignoring plurals should be enabled. This list will override any values that you may have set in queryLanguages. True: enables the ignore plurals functionality, where singulars and plurals are considered equivalent (foot = feet). The languages supported here are either every language (this is the default, see list of languages below), or those set by queryLanguages. False: disables ignore plurals, where singulars and plurals are not considered the same for matching purposes (foot will not find feet).
package/model/index.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
  export * from './advancedSyntaxFeatures';
4
4
  export * from './alternativesAsExact';
@@ -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 { AdvancedSyntaxFeatures } from './advancedSyntaxFeatures';
4
4
  import type { AlternativesAsExact } from './alternativesAsExact';
@@ -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
  * Indicates how well the attribute matched the search query.
@@ -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 MatchedGeoLocation = {
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 MixedSearchFilters = string[] | string;
@@ -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 { 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
  export type Personalization = {
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
  * Controls if and how query words are interpreted as prefixes.
@@ -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 { MatchedGeoLocation } from './matchedGeoLocation';
4
4
  import type { Personalization } from './personalization';
@@ -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 { HighlightResult } from './highlightResult';
4
4
  import type { RankingInfo } from './rankingInfo';
@@ -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 { RecommendHit } from './recommendHit';
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 recommendation model to use.
@@ -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 { BaseRecommendRequest } from './baseRecommendRequest';
4
4
  import type { BaseRecommendationRequest } from './baseRecommendationRequest';
@@ -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 { RecommendationRequest } from './recommendationRequest';
4
4
  import type { TrendingRequest } from './trendingRequest';
@@ -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 { RecommendHits } from './recommendHits';
@@ -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
  * Removes stop (common) words from the query before executing it. RemoveStopWords is used in conjunction with the queryLanguages setting. List: language ISO codes for which ignoring plurals should be enabled. This list will override any values that you may have set in queryLanguages. True: enables the stop word functionality, ensuring that stop words are removed from consideration in a search. The languages supported here are either every language, or those set by queryLanguages. False: disables stop word functionality, allowing stop words to be taken into account in a search.
@@ -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
  * Selects a strategy to remove words from the query when it doesn\'t match any hits.
@@ -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 { FacetOrdering } from './facetOrdering';
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 { BaseSearchParams } from './baseSearchParams';
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
  export type SearchParamsQuery = {
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 { SnippetResultOption } from './snippetResultOption';
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 { MatchLevel } from './matchLevel';
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
  * How to display the remaining items. - `count`: facet count (descending). - `alpha`: alphabetical (ascending). - `hidden`: show only pinned values.
@@ -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
  /**
4
4
  * The trending model to use.
@@ -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 { BaseRecommendRequest } from './baseRecommendRequest';
4
4
  import type { BaseTrendingRequest } from './baseTrendingRequest';
@@ -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 { TypoToleranceEnum } from './typoToleranceEnum';
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 TypoToleranceEnum = 'min' | 'strict';
package/model/value.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
  import type { SortRemainingBy } from './sortRemainingBy';
4
4