@open-tender/types 0.4.63 → 0.4.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -294,6 +294,9 @@ export interface CheckoutTenderPos {
|
|
|
294
294
|
}
|
|
295
295
|
export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
|
|
296
296
|
customer: CustomerIdentify | null;
|
|
297
|
+
made_for?: string | null;
|
|
298
|
+
phone?: string | null;
|
|
299
|
+
prep_type?: PrepType | null;
|
|
297
300
|
}
|
|
298
301
|
export interface OrderCreateSendReceipt {
|
|
299
302
|
email: string | null;
|
|
@@ -294,6 +294,9 @@ export interface CheckoutTenderPos {
|
|
|
294
294
|
}
|
|
295
295
|
export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
|
|
296
296
|
customer: CustomerIdentify | null;
|
|
297
|
+
made_for?: string | null;
|
|
298
|
+
phone?: string | null;
|
|
299
|
+
prep_type?: PrepType | null;
|
|
297
300
|
}
|
|
298
301
|
export interface OrderCreateSendReceipt {
|
|
299
302
|
email: string | null;
|
package/package.json
CHANGED