@coveo/platform-client 58.15.0 → 58.17.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.
@@ -119,6 +119,10 @@ export interface ExposureReport {
119
119
  * The reason behind the exposure report for a given API key
120
120
  */
121
121
  reason: string;
122
+ /**
123
+ * A list of reasons behind the exposure report for a given API key
124
+ */
125
+ reasons: string[];
122
126
  /**
123
127
  * The date the key should be deactivated
124
128
  */
@@ -111,4 +111,9 @@ export interface MLModelStatusInfo {
111
111
  * @example 1741726807000
112
112
  */
113
113
  activeModelBuildDate?: number;
114
+ /**
115
+ * The last status of the model.
116
+ * @example `ACTIVE`
117
+ */
118
+ lastBuildStatus?: MLModelStatus;
114
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "58.15.0",
3
+ "version": "58.17.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {