@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.60 to 0.12.61
@@ -189,2 +189,3 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
CashDiscount = "cash-discount", | ||
ServiceFee = "service-fee", | ||
Gratuity = "gratuity" | ||
@@ -250,3 +251,4 @@ } | ||
CardSurcharge = "card-surcharge", | ||
CashDiscount = "cash-discount" | ||
CashDiscount = "cash-discount", | ||
ServiceFee = "service-fee" | ||
} | ||
@@ -253,0 +255,0 @@ export declare enum OrderFulfillmentTypeDTO { |
@@ -61,2 +61,3 @@ "use strict"; | ||
OrderPaymentPriceComponentTypeDTO["CashDiscount"] = "cash-discount"; | ||
OrderPaymentPriceComponentTypeDTO["ServiceFee"] = "service-fee"; | ||
OrderPaymentPriceComponentTypeDTO["Gratuity"] = "gratuity"; | ||
@@ -85,2 +86,3 @@ })(OrderPaymentPriceComponentTypeDTO = exports.OrderPaymentPriceComponentTypeDTO || (exports.OrderPaymentPriceComponentTypeDTO = {})); | ||
OrderPricingTypeDTO["CashDiscount"] = "cash-discount"; | ||
OrderPricingTypeDTO["ServiceFee"] = "service-fee"; | ||
})(OrderPricingTypeDTO = exports.OrderPricingTypeDTO || (exports.OrderPricingTypeDTO = {})); | ||
@@ -87,0 +89,0 @@ var OrderFulfillmentTypeDTO; |
@@ -107,3 +107,2 @@ import { Maybe } from "./types"; | ||
id: string; | ||
category_id: string; | ||
category_parent_id: Maybe<string>; | ||
@@ -113,4 +112,2 @@ name: Maybe<string>; | ||
account_id: string; | ||
fromTimestamp: Maybe<string>; | ||
toTimestamp: Maybe<string>; | ||
}; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.60", | ||
"version": "0.12.61", | ||
"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
56898
1107