Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@figuredev/business-config-sdk

Package Overview
Dependencies
Maintainers
8
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/business-config-sdk - npm Package Compare versions

Comparing version 0.15.35 to 0.15.36

1

lib/assignments.d.ts

@@ -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) {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc