@constructor-io/constructorio-node 4.7.0 → 4.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-node",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "description": "Constructor.io Node.js client",
5
5
  "main": "src/constructorio.js",
6
6
  "types": "src/types/constructorio.d.ts",
@@ -264,7 +264,8 @@ export interface RetrieveSearchabilitiesParameters {
264
264
  }
265
265
 
266
266
  export interface PatchSearchabilitiesParameters {
267
- searchabilities: SearchabilityConfiguration[],
267
+ searchabilities: SearchabilityConfiguration[];
268
+ section?: string;
268
269
  }
269
270
 
270
271
  declare class Catalog {