Skip to content

Commit 7dc6867

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 68ff7ee4. [skip ci]
algolia/api-clients-automation@68ff7ee Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent c4c7d0e commit 7dc6867

File tree

8 files changed

+46
-38
lines changed

8 files changed

+46
-38
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/lite/model/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export * from './sortRemainingBy';
9696
export * from './source';
9797
export * from './standardEntries';
9898
export * from './synonymHit';
99-
export * from './synonymHitHighlightResult';
10099
export * from './synonymType';
101100
export * from './tagFilters';
102101
export * from './taskStatus';

packages/algoliasearch/lite/model/synonymHit.ts

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

3-
import type { SynonymHitHighlightResult } from './synonymHitHighlightResult';
43
import type { SynonymType } from './synonymType';
54

65
/**
@@ -43,6 +42,4 @@ export type SynonymHit = {
4342
* List of query words that will match the token.
4443
*/
4544
replacements?: string[];
46-
47-
_highlightResult?: SynonymHitHighlightResult;
4845
};

packages/algoliasearch/lite/model/synonymHitHighlightResult.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.
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/client-search/model/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export * from './sortRemainingBy';
138138
export * from './source';
139139
export * from './standardEntries';
140140
export * from './synonymHit';
141-
export * from './synonymHitHighlightResult';
142141
export * from './synonymType';
143142
export * from './tagFilters';
144143
export * from './taskStatus';

packages/client-search/model/synonymHit.ts

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

3-
import type { SynonymHitHighlightResult } from './synonymHitHighlightResult';
43
import type { SynonymType } from './synonymType';
54

65
/**
@@ -43,6 +42,4 @@ export type SynonymHit = {
4342
* List of query words that will match the token.
4443
*/
4544
replacements?: string[];
46-
47-
_highlightResult?: SynonymHitHighlightResult;
4845
};

packages/client-search/model/synonymHitHighlightResult.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)