@open-tender/types 0.4.80 → 0.4.82
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.
|
@@ -352,6 +352,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
|
|
|
352
352
|
made_for?: string | null;
|
|
353
353
|
phone?: string | null;
|
|
354
354
|
prep_type?: PrepType | null;
|
|
355
|
+
notes_internal?: string | null;
|
|
355
356
|
}
|
|
356
357
|
export interface OrderCreateSendReceipt {
|
|
357
358
|
email: string | null;
|
|
@@ -352,6 +352,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
|
|
|
352
352
|
made_for?: string | null;
|
|
353
353
|
phone?: string | null;
|
|
354
354
|
prep_type?: PrepType | null;
|
|
355
|
+
notes_internal?: string | null;
|
|
355
356
|
}
|
|
356
357
|
export interface OrderCreateSendReceipt {
|
|
357
358
|
email: string | null;
|
package/package.json
CHANGED