@coveo/platform-client 40.11.0 → 40.11.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.
@@ -15,7 +15,7 @@ export interface CrawlingModuleStatus {
15
15
  * Whether remote log requests are enabled or not.
16
16
  * This enables the client to query logs directly from the platform.
17
17
  */
18
- logRequestEnable: boolean;
18
+ logRequestsEnable: boolean;
19
19
  /**
20
20
  * Frequency at which the setup polls for updates.
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "40.11.0",
3
+ "version": "40.11.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {