Skip to content

Commit 046139b

Browse files
committed
propagate renaming to the specification files
1 parent 3357162 commit 046139b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

specification/_global/search/_types/suggester.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { Dictionary } from '@spec_utils/Dictionary'
3333
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
3434

3535
/**
36-
* @variants external
36+
* @variants typed_keys_quirk
3737
*/
3838
export type Suggest<TDocument> =
3939
| CompletionSuggest<TDocument>

specification/_types/aggregations/Aggregate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
3636
import { Void } from '@spec_utils/VoidValue'
3737

3838
/**
39-
* @variants external
39+
* @variants typed_keys_quirk
4040
* @non_exhaustive
4141
* @ext_doc_id search-aggregations
4242
*/

specification/ml/_types/inference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class LearningToRankConfig {
9191
}
9292

9393
/**
94-
* @variants external
94+
* @variants typed_keys_quirk
9595
*/
9696
export type FeatureExtractor = QueryFeatureExtractor
9797

specification/security/query_api_keys/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class ApiKeyAggregationContainer {
120120
}
121121

122122
/**
123-
* @variants external
123+
* @variants typed_keys_quirk
124124
* @non_exhaustive
125125
*/
126126
export type ApiKeyAggregate =

0 commit comments

Comments
 (0)