@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.96 to 0.15.97
@@ -50,2 +50,3 @@ import { AccountDTO, PreparedImageUploadDTO } from "./account"; | ||
useInventory?: boolean; | ||
includeSeparators?: boolean; | ||
}; | ||
@@ -52,0 +53,0 @@ export type GetSettingsQueryParams = { |
@@ -10,3 +10,3 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
timeEntries?: TimeEntryDTO[]; | ||
products?: MenuProductDTO[]; | ||
products?: (MenuProductDTO | MenuSeparatorDTO)[]; | ||
}; | ||
@@ -38,2 +38,6 @@ export type TimeEntryDTO = { | ||
}; | ||
export type MenuSeparatorDTO = { | ||
id: string; | ||
name: Maybe<string>; | ||
}; | ||
export type MenuProductImageDTO = { | ||
@@ -40,0 +44,0 @@ id: string; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.96", | ||
"version": "0.15.97", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
96967
2070