@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 +1 -1
- package/src/types/catalog.d.ts +2 -1
package/package.json
CHANGED
package/src/types/catalog.d.ts
CHANGED
|
@@ -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 {
|