@coveo/platform-client 52.4.0 → 52.5.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.
@@ -11,6 +11,14 @@ export interface CatalogsListOptions {
11
11
  * The number of catalogs to list per page.
12
12
  */
13
13
  pageSize?: number;
14
+ /**
15
+ * List of the unique identifiers of the catalog to show.
16
+ */
17
+ catalogIds?: string[];
18
+ /**
19
+ * List of the unique identifiers of the sources.
20
+ */
21
+ sourceIds?: string[];
14
22
  }
15
23
  export type CatalogConfigurationsListOptions = Omit<CatalogsListOptions, 'filter'>;
16
24
  export interface CatalogFieldsOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "52.4.0",
3
+ "version": "52.5.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {