@punks/backend-entity-manager 0.0.316 → 0.0.317

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.
@@ -19,5 +19,5 @@ export type FacetBuilderInput<TEntity, TEntitySearchParameters, TUserContext> =
19
19
  request: TEntitySearchParameters;
20
20
  context: IAuthenticationContext<TUserContext> | undefined;
21
21
  relations?: FacetRelations;
22
- labelSelector?: string[];
22
+ labelSelector?: string;
23
23
  };
package/dist/index.d.ts CHANGED
@@ -2484,7 +2484,7 @@ type FacetBuilderInput<TEntity, TEntitySearchParameters, TUserContext> = {
2484
2484
  request: TEntitySearchParameters;
2485
2485
  context: IAuthenticationContext<TUserContext> | undefined;
2486
2486
  relations?: FacetRelations;
2487
- labelSelector?: string[];
2487
+ labelSelector?: string;
2488
2488
  };
2489
2489
 
2490
2490
  type ChildrenMap = Record<string, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.316",
3
+ "version": "0.0.317",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",