@coveo/platform-client 37.0.0 → 37.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.
@@ -6,6 +6,10 @@ export interface ProductListingConfigurationModel {
6
6
  rankingConfigurations: RankingConfiguration[];
7
7
  }
8
8
  export interface RankingConfiguration {
9
+ /**
10
+ * The name of the RankingConfiguration.
11
+ */
12
+ name: string;
9
13
  /**
10
14
  * The list of inclusion filters.
11
15
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ProductListingConfigurationInterfaces.js","sourceRoot":"","sources":["../../../src/resources/Catalogs/ProductListingConfigurationInterfaces.ts"],"names":[],"mappings":";;;AA4BA,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,kCAAe,CAAA;IACf,gCAAa,CAAA;IACb,8BAAW,CAAA;AACf,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
1
+ {"version":3,"file":"ProductListingConfigurationInterfaces.js","sourceRoot":"","sources":["../../../src/resources/Catalogs/ProductListingConfigurationInterfaces.ts"],"names":[],"mappings":";;;AAgCA,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,kCAAe,CAAA;IACf,gCAAa,CAAA;IACb,8BAAW,CAAA;AACf,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "37.0.0",
3
+ "version": "37.1.0",
4
4
  "description": "",
5
5
  "main": "dist/Entry.js",
6
6
  "types": "dist/definitions/Entry.d.ts",