@open-tender/types 0.0.71 → 0.0.72
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.
|
@@ -360,6 +360,7 @@ export interface Order {
|
|
|
360
360
|
tickets?: OrderTickets;
|
|
361
361
|
timezone: TimezonePython;
|
|
362
362
|
totals: OrderTotals;
|
|
363
|
+
notes?: string;
|
|
363
364
|
}
|
|
364
365
|
export declare type Orders = Array<Order>;
|
|
365
366
|
export interface OrderKds extends Omit<Order, 'fire_at' | 'tickets' | 'expected_at'> {
|
|
@@ -360,6 +360,7 @@ export interface Order {
|
|
|
360
360
|
tickets?: OrderTickets;
|
|
361
361
|
timezone: TimezonePython;
|
|
362
362
|
totals: OrderTotals;
|
|
363
|
+
notes?: string;
|
|
363
364
|
}
|
|
364
365
|
export declare type Orders = Array<Order>;
|
|
365
366
|
export interface OrderKds extends Omit<Order, 'fire_at' | 'tickets' | 'expected_at'> {
|
package/package.json
CHANGED