@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.77 to 0.12.78
@@ -166,7 +166,7 @@ import { Maybe } from "./types"; | ||
closed: Maybe<string>; | ||
payment_status: OrderPaymentStatus; | ||
payment_status: string; | ||
payment_status_code: Maybe<string>; | ||
payment_types: OrderPaymentType[]; | ||
payment_types: string[]; | ||
status: OrderStatus; | ||
source: OrderSource; | ||
source: string; | ||
tips_amount: Maybe<number>; | ||
@@ -178,5 +178,2 @@ gratuity_amount: Maybe<number>; | ||
}; | ||
export declare type OrderPaymentType = "Card" | "Cash" | "External"; | ||
export declare type OrderPaymentStatus = "Unpaid" | "Paid" | "Refunded"; | ||
export declare type OrderSource = "MIB" | "POS" | "Kiosk"; | ||
export declare enum OrderStatus { | ||
@@ -183,0 +180,0 @@ Created = "created", |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.77", | ||
"version": "0.12.78", | ||
"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
66659
1290