Skip to content

Commit

Permalink
feat: add new type with deprecated values
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo Cacheda <[email protected]>
  • Loading branch information
herrardo and CachedaCodes authored Oct 30, 2023
1 parent da530d6 commit feae086
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/x-components/src/types/origin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ export type ResultFeature =
| 'semantic_recommendations'
| 'partial_results'
| 'identifier_result'
| 'recommendations' // TODO remove in major version. Deprecated value
| 'next_query_results' // TODO remove in major version. Deprecated value
| 'semantics'; // TODO remove in major version. Deprecated value
| deprecatedFeatureNames

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

0 comments on commit feae086

Please sign in to comment.