@open-tender/store 0.5.11 → 0.5.12

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.
package/dist/.DS_Store CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  import { RequestedAt } from '../datetimes';
2
- import { Decimal, Money, ServiceType, TaxTypeInt, Temperature } from '../global';
2
+ import { Decimal, Money, OrderType, ServiceType, TaxTypeInt, Temperature } from '../global';
3
3
  export interface NutritionalInfo {
4
4
  calories: number;
5
5
  cholesterol: number;
@@ -115,6 +115,7 @@ export interface MenuCategory {
115
115
  items: MenuItems;
116
116
  large_image_url: string | null;
117
117
  name: string;
118
+ order_type: OrderType;
118
119
  pos_display_color: string;
119
120
  pos_display_order: number;
120
121
  pos_section_id: number;
@@ -1,5 +1,5 @@
1
1
  import { RequestedAt } from '../datetimes';
2
- import { Decimal, Money, ServiceType, TaxTypeInt, Temperature } from '../global';
2
+ import { Decimal, Money, OrderType, ServiceType, TaxTypeInt, Temperature } from '../global';
3
3
  export interface NutritionalInfo {
4
4
  calories: number;
5
5
  cholesterol: number;
@@ -115,6 +115,7 @@ export interface MenuCategory {
115
115
  items: MenuItems;
116
116
  large_image_url: string | null;
117
117
  name: string;
118
+ order_type: OrderType;
118
119
  pos_display_color: string;
119
120
  pos_display_order: number;
120
121
  pos_section_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",