@coveo/platform-client 54.0.0 → 54.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,10 @@ export interface CatalogsListOptions {
19
19
  * List of the unique identifiers of the sources.
20
20
  */
21
21
  sourceIds?: string[];
22
+ /**
23
+ * If true, catalog will be enriched with field suggestions. This requires a call to SearchAPI
24
+ */
25
+ enrichWithFields?: boolean;
22
26
  }
23
27
  export type CatalogConfigurationsListOptions = Omit<CatalogsListOptions, 'filter'>;
24
28
  export interface CatalogFieldsOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "54.0.0",
3
+ "version": "54.1.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {