@figuredev/business-config-sdk
Advanced tools
Comparing version 0.9.13 to 0.9.14
@@ -32,2 +32,5 @@ import { TimeAvailabilityInfoDTO } from "./location"; | ||
figure?: TerminalAggregatorConfigFigureDTO; | ||
westSideEats?: TerminalAggregatorConfigWestSideEatsDTO; | ||
doordash?: TerminalAggregatorConfigEmailDTO; | ||
grubhub?: TerminalAggregatorConfigEmailDTO; | ||
}; | ||
@@ -41,2 +44,5 @@ export declare type TerminalAggregatorConfigUberDTO = { | ||
}; | ||
export declare type TerminalAggregatorConfigWestSideEatsDTO = { | ||
apiKey: string; | ||
}; | ||
export declare type TerminalAggregatorConfigFigureDTO = { | ||
@@ -43,0 +49,0 @@ storeId: string; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"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
22249
470