@open-tender/types 0.4.98 → 0.4.100
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.
|
@@ -356,6 +356,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
|
|
|
356
356
|
phone?: string | null;
|
|
357
357
|
prep_type?: PrepType | null;
|
|
358
358
|
notes_internal?: string | null;
|
|
359
|
+
device_type?: DeviceType | null;
|
|
359
360
|
}
|
|
360
361
|
export interface OrderCreateSendReceipt {
|
|
361
362
|
email: string | null;
|
|
@@ -356,6 +356,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
|
|
|
356
356
|
phone?: string | null;
|
|
357
357
|
prep_type?: PrepType | null;
|
|
358
358
|
notes_internal?: string | null;
|
|
359
|
+
device_type?: DeviceType | null;
|
|
359
360
|
}
|
|
360
361
|
export interface OrderCreateSendReceipt {
|
|
361
362
|
email: string | null;
|
package/package.json
CHANGED