@coveo/platform-client 54.9.0 → 54.9.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.
@@ -130,9 +130,9 @@ export interface UpdatedProjectResourceAssociationsModel {
130
130
  /**
131
131
  * Project-resource associations to be added
132
132
  */
133
- additions: UpdatedProjectAssociationsModel[];
133
+ additions: UpdatedProjectAssociationsModel;
134
134
  /**
135
135
  * Project-resource associations to be removed
136
136
  */
137
- removals: UpdatedProjectAssociationsModel[];
137
+ removals: UpdatedProjectAssociationsModel;
138
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "54.9.0",
3
+ "version": "54.9.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {