Skip to content

Commit

Permalink
feat: add new param to bypass field enrichements on list catalogs (#809)
Browse files Browse the repository at this point in the history
[CIUG-771]
  • Loading branch information
mogagnon authored Apr 10, 2024
1 parent 632b940 commit 45406ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/resources/Catalogs/CatalogInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export interface CatalogsListOptions {
* List of the unique identifiers of the sources.
*/
sourceIds?: string[];
/**
* If true, catalog will be enriched with field suggestions. This requires a call to SearchAPI
*/
enrichWithFields?: boolean;
}

export type CatalogConfigurationsListOptions = Omit<CatalogsListOptions, 'filter'>;
Expand Down

0 comments on commit 45406ae

Please sign in to comment.