Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "remult", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "remult core lib", | ||
@@ -5,0 +5,0 @@ "homepage": "https://remult.github.io/", |
@@ -50,3 +50,3 @@ import { Allowed, Context, AllowedForInstance } from "./context"; | ||
fixedFilter?: EntityWhere<entityType>; | ||
customFilterBuilder?: CustomFilterBuilder<entityType, any>; | ||
customFilterBuilder?: () => CustomFilterBuilder<entityType, any>; | ||
/** An order by to be used, in case no order by was specified | ||
@@ -53,0 +53,0 @@ * @example |
@@ -128,3 +128,3 @@ "use strict"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, entity.options.customFilterBuilder.translateFilter(filterFactories, custom, context)]; | ||
case 0: return [4 /*yield*/, entity.options.customFilterBuilder().translateFilter(filterFactories, custom, context)]; | ||
case 1: return [2 /*return*/, _a.sent()]; | ||
@@ -131,0 +131,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
549769