Skip to content

Commit

Permalink
chore: generated code for commit 629ef2c8. [skip ci]
Browse files Browse the repository at this point in the history
algolia/api-clients-automation@629ef2c

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Mouaad Aallam <[email protected]>
  • Loading branch information
algolia-bot and aallam committed Oct 9, 2023
1 parent 748c53c commit 4aaecf9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ export type BaseSearchParamsWithoutQuery = {
/**
* 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).
*/
insideBoundingBox?: number[];
insideBoundingBox?: number[][];

/**
* Search inside a [polygon](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filtering-inside-rectangular-or-polygonal-areas) (in geographical coordinates).
*/
insidePolygon?: number[];
insidePolygon?: number[][];

/**
* 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.
Expand Down
4 changes: 2 additions & 2 deletions packages/algoliasearch/lite/model/deleteByParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export type DeleteByParams = {
/**
* 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).
*/
insideBoundingBox?: number[];
insideBoundingBox?: number[][];

/**
* Search inside a [polygon](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filtering-inside-rectangular-or-polygonal-areas) (in geographical coordinates).
*/
insidePolygon?: number[];
insidePolygon?: number[][];
};
4 changes: 2 additions & 2 deletions packages/client-search/model/baseSearchParamsWithoutQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ export type BaseSearchParamsWithoutQuery = {
/**
* 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).
*/
insideBoundingBox?: number[];
insideBoundingBox?: number[][];

/**
* Search inside a [polygon](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filtering-inside-rectangular-or-polygonal-areas) (in geographical coordinates).
*/
insidePolygon?: number[];
insidePolygon?: number[][];

/**
* 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.
Expand Down
4 changes: 2 additions & 2 deletions packages/client-search/model/deleteByParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export type DeleteByParams = {
/**
* 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).
*/
insideBoundingBox?: number[];
insideBoundingBox?: number[][];

/**
* Search inside a [polygon](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filtering-inside-rectangular-or-polygonal-areas) (in geographical coordinates).
*/
insidePolygon?: number[];
insidePolygon?: number[][];
};
4 changes: 2 additions & 2 deletions packages/recommend/model/baseSearchParamsWithoutQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ export type BaseSearchParamsWithoutQuery = {
/**
* 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).
*/
insideBoundingBox?: number[];
insideBoundingBox?: number[][];

/**
* Search inside a [polygon](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/#filtering-inside-rectangular-or-polygonal-areas) (in geographical coordinates).
*/
insidePolygon?: number[];
insidePolygon?: number[][];

/**
* 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.
Expand Down

0 comments on commit 4aaecf9

Please sign in to comment.