@punks/backend-entity-manager 0.0.236 → 0.0.237

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.
@@ -17,6 +17,7 @@ export interface ITraverseFilters {
17
17
  export interface ISearchOptions {
18
18
  includeFacets?: boolean;
19
19
  includeChildrenMap?: boolean;
20
+ facetsFilters?: ISearchFilters;
20
21
  }
21
22
  export interface ISearchRequestPaging<TCursor> {
22
23
  cursor?: TCursor;
package/dist/index.d.ts CHANGED
@@ -52,6 +52,7 @@ interface ITraverseFilters {
52
52
  interface ISearchOptions {
53
53
  includeFacets?: boolean;
54
54
  includeChildrenMap?: boolean;
55
+ facetsFilters?: ISearchFilters;
55
56
  }
56
57
  interface ISearchRequestPaging<TCursor> {
57
58
  cursor?: TCursor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.236",
3
+ "version": "0.0.237",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",