@constructor-io/constructorio-client-javascript 2.62.0 → 2.62.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.
@@ -31,7 +31,7 @@ export interface IBrowseParameters {
31
31
  hiddenFacets?: string[];
32
32
  variationsMap?: VariationsMap;
33
33
  qsParam?: Record<string, any>;
34
- filterMatchTypes: Record<string, 'all'| 'any' | 'none'>
34
+ filterMatchTypes?: Record<string, 'all'| 'any' | 'none'>
35
35
  }
36
36
 
37
37
  declare class Browse {
@@ -30,7 +30,7 @@ export interface SearchParameters {
30
30
  hiddenFacets?: string[];
31
31
  variationsMap?: VariationsMap;
32
32
  qsParam?: Record<string, any>;
33
- filterMatchTypes: Record<string, 'all'| 'any' | 'none'>
33
+ filterMatchTypes?: Record<string, 'all'| 'any' | 'none'>
34
34
  }
35
35
  declare class Search {
36
36
  constructor(options: ConstructorClientOptions);
package/lib/version.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
- var _default = '2.62.0';
7
+ var _default = '2.62.1';
8
8
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.62.0",
3
+ "version": "2.62.1",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",