@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.41 to 0.12.42
@@ -56,8 +56,5 @@ import { Maybe } from "./types"; | ||
sum_voids: number; | ||
special_pricings: SpecialPricingReportBreakdownDTO[]; | ||
sum_special_pricings: number; | ||
sum_taxes: number; | ||
taxes: TaxReportBreakdownDTO[]; | ||
sum_tips: number; | ||
tips: TipReportBreakdownDTO[]; | ||
sum_gratuity: number; | ||
@@ -72,15 +69,2 @@ sum_tips_and_gratuity: number; | ||
}; | ||
export declare type SpecialPricingReportBreakdownDTO = { | ||
name: string; | ||
total: number; | ||
}; | ||
export declare type TaxReportBreakdownDTO = { | ||
name: string; | ||
percentage: number; | ||
total: number; | ||
}; | ||
export declare type TipReportBreakdownDTO = { | ||
name: string; | ||
total: number; | ||
}; | ||
export declare type SummaryGraphDTO = { | ||
@@ -87,0 +71,0 @@ date: Maybe<string>; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.41", | ||
"version": "0.12.42", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
48695
952