Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove deprecated #1355

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions packages/x-components/src/types/origin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ export type QueryFeature =
| 'customer'
| 'semantics';

// TODO remove in major version. Deprecated value
/**
* @deprecated Use other features instead.
*/
type deprecatedFeatureNames = 'recommendations' | 'next_query_results' | 'semantics';

/**
* The name of the tool that generated the results.
*
Expand All @@ -51,8 +45,7 @@ export type ResultFeature =
| 'next_query_recommendations'
| 'semantic_recommendations'
| 'partial_results'
| 'identifier_result'
| deprecatedFeatureNames;
| 'identifier_result';

/**
* Indicates where the feature is placed.
Expand Down