@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 | Discounts>;
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 | Discounts>;
154
+ export declare type MenuDisplayedSections = Record<MenuSection, MenuItems>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.49",
3
+ "version": "0.2.50",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
package/dist/.DS_Store DELETED
Binary file