@open-tender/types
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -44,2 +44,5 @@ import { NutritionalInfo } from './menu'; | ||
options: CartItemOptions; | ||
inc?: number; | ||
is_size?: boolean; | ||
short_name: string; | ||
} | ||
@@ -53,3 +56,3 @@ export declare type CartItemGroups = Array<Partial<CartItemGroup>>; | ||
cart_guest_id?: number | null; | ||
category: string; | ||
category?: string; | ||
customer_id?: number | null; | ||
@@ -56,0 +59,0 @@ description: string | null; |
@@ -48,3 +48,3 @@ import { ISOStringOffset } from '../datetimes'; | ||
description: string; | ||
groups?: FavoriteItemGroup; | ||
groups?: Array<FavoriteItemGroup>; | ||
id: number; | ||
@@ -51,0 +51,0 @@ images: Array<FavoriteItemImage>; |
@@ -44,2 +44,5 @@ import { NutritionalInfo } from './menu'; | ||
options: CartItemOptions; | ||
inc?: number; | ||
is_size?: boolean; | ||
short_name: string; | ||
} | ||
@@ -53,3 +56,3 @@ export declare type CartItemGroups = Array<Partial<CartItemGroup>>; | ||
cart_guest_id?: number | null; | ||
category: string; | ||
category?: string; | ||
customer_id?: number | null; | ||
@@ -56,0 +59,0 @@ description: string | null; |
@@ -48,3 +48,3 @@ import { ISOStringOffset } from '../datetimes'; | ||
description: string; | ||
groups?: FavoriteItemGroup; | ||
groups?: Array<FavoriteItemGroup>; | ||
id: number; | ||
@@ -51,0 +51,0 @@ images: Array<FavoriteItemImage>; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142213
4866