@open-tender/types
Advanced tools
Comparing version 0.4.138 to 0.4.139
@@ -25,2 +25,3 @@ import { MenuItemAllergens, MenuItemTags, NutritionalInfo, PizzaShape } from './menu'; | ||
imageUrl: string | null; | ||
appImageUrl?: string | null; | ||
increment: number; | ||
@@ -80,2 +81,3 @@ ingredients: string | null; | ||
imageUrl: string | null; | ||
appImageUrl?: string | null; | ||
included: number; | ||
@@ -82,0 +84,0 @@ isPizza: boolean; |
@@ -25,2 +25,3 @@ import { MenuItemAllergens, MenuItemTags, NutritionalInfo, PizzaShape } from './menu'; | ||
imageUrl: string | null; | ||
appImageUrl?: string | null; | ||
increment: number; | ||
@@ -80,2 +81,3 @@ ingredients: string | null; | ||
imageUrl: string | null; | ||
appImageUrl?: string | null; | ||
included: number; | ||
@@ -82,0 +84,0 @@ isPizza: boolean; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.4.138", | ||
"version": "0.4.139", | ||
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
274249
8940