@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.14 to 0.15.15
import { Maybe } from "fgr-lib-business-logic/lib/common/types"; | ||
import { TimeSpan } from "fgr-lib-business-logic/lib/time_model/types"; | ||
import { TimeSpanOld } from "fgr-lib-business-logic/lib/time_model/types"; | ||
export declare type MatchCategoriesRequestItem = { | ||
@@ -181,3 +181,3 @@ id: string; | ||
}; | ||
autoApplyHours?: TimeSpan[]; | ||
autoApplyHours?: TimeSpanOld[]; | ||
isOrderLevel?: boolean; | ||
@@ -184,0 +184,0 @@ isItemLevel?: boolean; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.14", | ||
"version": "0.15.15", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
58874