@open-tender/types 0.2.49 → 0.2.50
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.
|
@@ -2,7 +2,6 @@ import { RequestedAt } from '../datetimes';
|
|
|
2
2
|
import { Decimal, Money, ServiceType, TaxTypeInt, Temperature } from '../global';
|
|
3
3
|
import { Cart, CartErrors } from './cart';
|
|
4
4
|
import { MenuSection } from './config';
|
|
5
|
-
import { Discounts } from './discounts';
|
|
6
5
|
export interface NutritionalInfo {
|
|
7
6
|
calories: number;
|
|
8
7
|
cholesterol: number;
|
|
@@ -152,4 +151,4 @@ export interface MenuCartErrors {
|
|
|
152
151
|
newCart: Cart;
|
|
153
152
|
errors: CartErrors | null;
|
|
154
153
|
}
|
|
155
|
-
export declare type MenuDisplayedSections = Record<MenuSection, MenuItems
|
|
154
|
+
export declare type MenuDisplayedSections = Record<MenuSection, MenuItems>;
|
|
@@ -2,7 +2,6 @@ import { RequestedAt } from '../datetimes';
|
|
|
2
2
|
import { Decimal, Money, ServiceType, TaxTypeInt, Temperature } from '../global';
|
|
3
3
|
import { Cart, CartErrors } from './cart';
|
|
4
4
|
import { MenuSection } from './config';
|
|
5
|
-
import { Discounts } from './discounts';
|
|
6
5
|
export interface NutritionalInfo {
|
|
7
6
|
calories: number;
|
|
8
7
|
cholesterol: number;
|
|
@@ -152,4 +151,4 @@ export interface MenuCartErrors {
|
|
|
152
151
|
newCart: Cart;
|
|
153
152
|
errors: CartErrors | null;
|
|
154
153
|
}
|
|
155
|
-
export declare type MenuDisplayedSections = Record<MenuSection, MenuItems
|
|
154
|
+
export declare type MenuDisplayedSections = Record<MenuSection, MenuItems>;
|
package/package.json
CHANGED
package/dist/.DS_Store
DELETED
|
Binary file
|