@coveo/platform-client 58.10.0 → 58.11.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.
@@ -96,4 +96,8 @@ export interface ModelWithDetails {
96
96
  * Specifies whether the model must be associated with a query pipeline to be effective.
97
97
  */
98
98
  requiresAssociation: boolean;
99
+ /**
100
+ * Indicates if a license is required to create the model.
101
+ */
102
+ isLicensed: boolean;
99
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "58.10.0",
3
+ "version": "58.11.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {