Skip to content

Commit 463c354

Browse files
chore: generated code for commit 4b557380. [skip ci]
algolia/api-clients-automation@4b55738 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 9b43ab4 commit 463c354

File tree

472 files changed

+1154
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+1154
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

packages/algoliasearch/builds/browser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type {
24
Region as AbtestingRegion,
35
AbtestingClient,

packages/algoliasearch/builds/models.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { Host, Requester } from '@algolia/client-common';
24
import {
35
ErrorBase,

packages/algoliasearch/builds/node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type {
24
Region as AbtestingRegion,
35
AbtestingClient,

packages/algoliasearch/lite/builds/browser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { InitClientOptions } from '@algolia/client-common';
24
import {
35
DEFAULT_CONNECT_TIMEOUT_BROWSER,

packages/algoliasearch/lite/builds/node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { InitClientOptions } from '@algolia/client-common';
24
import {
35
DEFAULT_CONNECT_TIMEOUT_NODE,

packages/algoliasearch/lite/model/acl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type Acl =
24
| 'addObject'
35
| 'analytics'

packages/algoliasearch/lite/model/action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Type of operation.
35
*/

packages/algoliasearch/lite/model/addApiKeyResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type AddApiKeyResponse = {
24
/**
35
* Key string.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type AdvancedSyntaxFeatures = 'exactPhrase' | 'excludeWords';

packages/algoliasearch/lite/model/alternativesAsExact.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type AlternativesAsExact =
24
| 'ignorePlurals'
35
| 'multiWordsSynonym'

packages/algoliasearch/lite/model/anchoring.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Whether the pattern parameter must match the beginning or the end of the query string, or both, or none.
35
*/

packages/algoliasearch/lite/model/apiKey.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { Acl } from './acl';
24

35
/**

packages/algoliasearch/lite/model/aroundRadius.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { AroundRadiusAll } from './aroundRadiusAll';
24

35
/**
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type AroundRadiusAll = 'all';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { BuiltInOperation } from './builtInOperation';
24

35
export type AttributeOrBuiltInOperation = BuiltInOperation | string;

packages/algoliasearch/lite/model/automaticFacetFilter.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Automatic facet Filter.
35
*/

packages/algoliasearch/lite/model/automaticFacetFilters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { AutomaticFacetFilter } from './automaticFacetFilter';
24

35
/**

packages/algoliasearch/lite/model/baseBrowseResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type BaseBrowseResponse = {
24
/**
35
* Cursor indicating the location to resume browsing from. Must match the value returned by the previous call.

packages/algoliasearch/lite/model/baseIndexSettings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type BaseIndexSettings = {
24
/**
35
* Creates replicas, exact copies of an index.

packages/algoliasearch/lite/model/baseSearchParams.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { BaseSearchParamsWithoutQuery } from './baseSearchParamsWithoutQuery';
24
import type { SearchParamsQuery } from './searchParamsQuery';
35

packages/algoliasearch/lite/model/baseSearchParamsWithoutQuery.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { AroundRadius } from './aroundRadius';
24
import type { FacetFilters } from './facetFilters';
35
import type { NumericFilters } from './numericFilters';

packages/algoliasearch/lite/model/baseSearchResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { FacetsStats } from './facetsStats';
24
import type { RenderingContent } from './renderingContent';
35

packages/algoliasearch/lite/model/browseResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { BaseBrowseResponse } from './baseBrowseResponse';
24
import type { BaseSearchResponse } from './baseSearchResponse';
35
import type { SearchHits } from './searchHits';

packages/algoliasearch/lite/model/builtInOperation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { BuiltInOperationType } from './builtInOperationType';
24

35
/**

packages/algoliasearch/lite/model/builtInOperationType.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* The operation to apply on the attribute.
35
*/

packages/algoliasearch/lite/model/clientMethodProps.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { SearchForFacetsOptions } from './searchForFacetsOptions';
24
import type { SearchForHitsOptions } from './searchForHitsOptions';
35
import type { SearchParamsObject } from './searchParamsObject';

packages/algoliasearch/lite/model/condition.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { Anchoring } from './anchoring';
24

35
export type Condition = {

packages/algoliasearch/lite/model/consequence.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { ConsequenceHide } from './consequenceHide';
24
import type { ConsequenceParams } from './consequenceParams';
35
import type { Promote } from './promote';

packages/algoliasearch/lite/model/consequenceHide.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Unique identifier of the object to hide.
35
*/

packages/algoliasearch/lite/model/consequenceParams.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { BaseSearchParamsWithoutQuery } from './baseSearchParamsWithoutQuery';
24
import type { IndexSettingsAsSearchParams } from './indexSettingsAsSearchParams';
35
import type { Params } from './params';

packages/algoliasearch/lite/model/consequenceQuery.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { ConsequenceQueryObject } from './consequenceQueryObject';
24

35
/**

packages/algoliasearch/lite/model/consequenceQueryObject.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { Edit } from './edit';
24

35
export type ConsequenceQueryObject = {

packages/algoliasearch/lite/model/createdAtObject.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type CreatedAtObject = {
24
/**
35
* Date of creation (ISO-8601 format).

packages/algoliasearch/lite/model/dictionaryAction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Actions to perform.
35
*/

packages/algoliasearch/lite/model/dictionaryEntry.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { DictionaryEntryState } from './dictionaryEntryState';
24

35
/**

packages/algoliasearch/lite/model/dictionaryEntryState.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* The state of the dictionary entry.
35
*/

packages/algoliasearch/lite/model/dictionaryLanguage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Custom entries for a dictionary.
35
*/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type DictionaryType = 'compounds' | 'plurals' | 'stopwords';

packages/algoliasearch/lite/model/edit.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { EditType } from './editType';
24

35
export type Edit = {

packages/algoliasearch/lite/model/editType.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Type of edit.
35
*/

packages/algoliasearch/lite/model/errorBase.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Error.
35
*/

packages/algoliasearch/lite/model/exactOnSingleWordQuery.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Controls how the exact ranking criterion is computed when the query contains only one word.
35
*/

packages/algoliasearch/lite/model/facetFilters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { MixedSearchFilters } from './mixedSearchFilters';
24

35
/**

packages/algoliasearch/lite/model/facetOrdering.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { Facets } from './facets';
24
import type { Value } from './value';
35

packages/algoliasearch/lite/model/facets.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* The ordering of facets (widgets).
35
*/

packages/algoliasearch/lite/model/facetsStats.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type FacetsStats = {
24
/**
35
* The minimum value in the result set.

packages/algoliasearch/lite/model/fetchedIndex.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type FetchedIndex = {
24
/**
35
* Index name.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { HighlightResultOption } from './highlightResultOption';
24

35
export type HighlightResult = HighlightResultOption | HighlightResultOption[];

packages/algoliasearch/lite/model/highlightResultOption.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { MatchLevel } from './matchLevel';
24

35
/**

packages/algoliasearch/lite/model/hit.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { HighlightResult } from './highlightResult';
24
import type { RankingInfo } from './rankingInfo';
35
import type { SnippetResult } from './snippetResult';

packages/algoliasearch/lite/model/ignorePlurals.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* 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).
35
*/

packages/algoliasearch/lite/model/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export * from './acl';
24
export * from './action';
35
export * from './addApiKeyResponse';

packages/algoliasearch/lite/model/indexSettings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { BaseIndexSettings } from './baseIndexSettings';
24
import type { IndexSettingsAsSearchParams } from './indexSettingsAsSearchParams';
35

packages/algoliasearch/lite/model/indexSettingsAsSearchParams.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { AdvancedSyntaxFeatures } from './advancedSyntaxFeatures';
24
import type { AlternativesAsExact } from './alternativesAsExact';
35
import type { ExactOnSingleWordQuery } from './exactOnSingleWordQuery';

packages/algoliasearch/lite/model/key.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { ApiKey } from './apiKey';
24
import type { CreatedAtObject } from './createdAtObject';
35

packages/algoliasearch/lite/model/languages.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { DictionaryLanguage } from './dictionaryLanguage';
24

35
/**

packages/algoliasearch/lite/model/listIndicesResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { FetchedIndex } from './fetchedIndex';
24

35
export type ListIndicesResponse = {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type LogType = 'all' | 'build' | 'error' | 'query';

packages/algoliasearch/lite/model/matchLevel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Indicates how well the attribute matched the search query.
35
*/

packages/algoliasearch/lite/model/matchedGeoLocation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type MatchedGeoLocation = {
24
/**
35
* Latitude of the matched location.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
export type MixedSearchFilters = string[] | string;

packages/algoliasearch/lite/model/numericFilters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { MixedSearchFilters } from './mixedSearchFilters';
24

35
/**

packages/algoliasearch/lite/model/operationType.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
/**
24
* Type of operation to perform (move or copy).
35
*/

packages/algoliasearch/lite/model/optionalFilters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
2+
13
import type { MixedSearchFilters } from './mixedSearchFilters';
24

35
/**

0 commit comments

Comments
 (0)