@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.32 to 0.15.33
@@ -19,2 +19,3 @@ export declare type AssignmentDTO = { | ||
allowTableOpenOrders?: boolean; | ||
promptSeating?: boolean; | ||
}; |
@@ -35,2 +35,3 @@ import { Maybe, TimeSpan } from "./utils"; | ||
disableItemNoteMiB?: boolean; | ||
config?: Maybe<CategoryConfigDTO>; | ||
images?: CategoryImageDTO[]; | ||
@@ -46,4 +47,10 @@ optionGroup?: Maybe<CategoryOptionGroupDTO>; | ||
barcode?: string; | ||
pluCode?: string; | ||
cardProgramId?: string; | ||
}; | ||
export declare type CategoryConfigDTO = { | ||
pos: Record<string, any>; | ||
kiosk: Record<string, any>; | ||
mib: Record<string, any>; | ||
}; | ||
export declare type CategoryReportDTO = { | ||
@@ -50,0 +57,0 @@ id: string; |
@@ -16,2 +16,3 @@ export declare type EmployeeDTO = { | ||
addresses: EmployeeAddressDTO[]; | ||
accessCardKey?: string; | ||
}; | ||
@@ -18,0 +19,0 @@ export declare type EmployeeAddressDTO = { |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.32", | ||
"version": "0.15.33", | ||
"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
62239
1336