@coveo/platform-client 58.15.0 → 58.16.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.
@@ -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.16.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {