@coveo/platform-client 37.6.0 → 37.7.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.
@@ -13,6 +13,10 @@ export interface RestMetricsModel {
13
13
  * The display name of the metric
14
14
  */
15
15
  label?: string;
16
+ /**
17
+ * The sfProductId of the metric
18
+ */
19
+ productId?: string;
16
20
  }
17
21
  export interface RestListOfMetricValues {
18
22
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "37.6.0",
3
+ "version": "37.7.0",
4
4
  "description": "",
5
5
  "main": "dist/Entry.js",
6
6
  "types": "dist/definitions/Entry.d.ts",