@coveo/platform-client 46.2.0 → 46.2.1

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.
@@ -183,6 +183,9 @@ export interface ModelInformationQS {
183
183
  featureSelectLog: FeatureSelectLog;
184
184
  [key: string]: any;
185
185
  }
186
+ export interface ModelInformationPQS extends ModelInformationQS {
187
+ catalogIdOpt: string;
188
+ }
186
189
  export interface MetaInfoSmartSnippets extends MetaInfo {
187
190
  modelId: string;
188
191
  engineName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "46.2.0",
3
+ "version": "46.2.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {