Skip to content

Commit

Permalink
feat(components): remove deprecated origins (#1355)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove deprecated origins from (#1344)
  • Loading branch information
CachedaCodes authored Nov 16, 2023
1 parent 30585f2 commit 3d7c981
Showing 1 changed file with 1 addition and 8 deletions.
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

0 comments on commit 3d7c981

Please sign in to comment.