@coveo/platform-client 68.1.0 → 68.2.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.
@@ -77,6 +77,14 @@ export interface ProjectModel extends BaseProjectModel {
77
77
  * @example: '2023-06-21T14:59:26.850Z'
78
78
  */
79
79
  updatedDate: string;
80
+ /**
81
+ * Controls whether Project-specific edit confirmation prompts are shown for resources associated with this Project
82
+ */
83
+ editNotificationsEnabled?: boolean;
84
+ /**
85
+ * Captures the source or origin of where a Project was created from (e.g., an integration name or system identifier)
86
+ */
87
+ createdFrom?: string;
80
88
  }
81
89
  export interface ListProjectParams extends Paginated {
82
90
  /**
@@ -17,6 +17,10 @@ export interface ResourceModel {
17
17
  * The version of the resource
18
18
  */
19
19
  version?: string;
20
+ /**
21
+ * Any additional information related to the resource
22
+ */
23
+ additionalInfo?: Record<string, unknown>;
20
24
  }
21
25
  export interface ResourceParams extends Paginated {
22
26
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "68.1.0",
3
+ "version": "68.2.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {