@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.35 to 0.15.36
@@ -19,3 +19,2 @@ export declare type AssignmentDTO = { | ||
allowTableOpenOrders?: boolean; | ||
promptSeating?: boolean; | ||
}; |
@@ -35,3 +35,2 @@ import { Maybe, TimeSpan } from "./utils"; | ||
disableItemNoteMiB?: boolean; | ||
config?: Maybe<CategoryConfigDTO>; | ||
images?: CategoryImageDTO[]; | ||
@@ -47,11 +46,4 @@ optionGroup?: Maybe<CategoryOptionGroupDTO>; | ||
barcode?: string; | ||
pluCode?: string; | ||
tare?: Maybe<number>; | ||
cardProgramId?: string; | ||
}; | ||
export declare type CategoryConfigDTO = { | ||
pos: Record<string, any>; | ||
kiosk: Record<string, any>; | ||
mib: Record<string, any>; | ||
}; | ||
export declare type CategoryReportDTO = { | ||
@@ -58,0 +50,0 @@ id: string; |
@@ -16,3 +16,2 @@ export declare type EmployeeDTO = { | ||
addresses: EmployeeAddressDTO[]; | ||
accessCardKey?: string; | ||
}; | ||
@@ -19,0 +18,0 @@ export declare type EmployeeAddressDTO = { |
@@ -20,8 +20,2 @@ import { TimeAvailabilityInfoDTO } from "./location"; | ||
}; | ||
aggregatorType?: TerminalAggregatorType; | ||
metadata?: { | ||
onlineOrdering?: { | ||
status?: TerminalOnlineOrderingStatus; | ||
}; | ||
}; | ||
}; | ||
@@ -66,9 +60,2 @@ export declare type TerminalPreviewDTO = { | ||
} | ||
export declare enum TerminalOnlineOrderingStatus { | ||
Pending = "pending", | ||
Active = "active", | ||
Paused = "paused", | ||
PausedForPickup = "paused-for-pickup", | ||
PausedForDelivery = "paused-for-delivery" | ||
} | ||
export declare type TerminalAggregatorConfigUberDTO = { | ||
@@ -75,0 +62,0 @@ storeId: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TerminalType = exports.TerminalOnlineOrderingStatus = exports.TerminalAggregatorType = exports.UniqueGeneratorStrategyDTO = void 0; | ||
exports.TerminalType = exports.TerminalAggregatorType = exports.UniqueGeneratorStrategyDTO = void 0; | ||
var UniqueGeneratorStrategyDTO; | ||
@@ -19,10 +19,2 @@ (function (UniqueGeneratorStrategyDTO) { | ||
})(TerminalAggregatorType = exports.TerminalAggregatorType || (exports.TerminalAggregatorType = {})); | ||
var TerminalOnlineOrderingStatus; | ||
(function (TerminalOnlineOrderingStatus) { | ||
TerminalOnlineOrderingStatus["Pending"] = "pending"; | ||
TerminalOnlineOrderingStatus["Active"] = "active"; | ||
TerminalOnlineOrderingStatus["Paused"] = "paused"; | ||
TerminalOnlineOrderingStatus["PausedForPickup"] = "paused-for-pickup"; | ||
TerminalOnlineOrderingStatus["PausedForDelivery"] = "paused-for-delivery"; | ||
})(TerminalOnlineOrderingStatus = exports.TerminalOnlineOrderingStatus || (exports.TerminalOnlineOrderingStatus = {})); | ||
var TerminalType; | ||
@@ -29,0 +21,0 @@ (function (TerminalType) { |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.35", | ||
"version": "0.15.36", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
61984
1327