@open-tender/types
Advanced tools
Comparing version 0.0.18 to 0.0.19
import { NutritionalInfo } from './menu'; | ||
import { OrderItemImages } from './order'; | ||
export interface GuestItem { | ||
@@ -79,4 +80,8 @@ cart_guest_id?: number | null; | ||
favorite_id?: number; | ||
images?: OrderItemImages; | ||
short_description?: string; | ||
made_for?: string; | ||
signature?: string; | ||
} | ||
export declare type Cart = Array<CartItem>; | ||
export declare type CartCounts = Record<string, number>; |
import { NutritionalInfo } from './menu'; | ||
import { OrderItemImages } from './order'; | ||
export interface GuestItem { | ||
@@ -79,4 +80,8 @@ cart_guest_id?: number | null; | ||
favorite_id?: number; | ||
images?: OrderItemImages; | ||
short_description?: string; | ||
made_for?: string; | ||
signature?: string; | ||
} | ||
export declare type Cart = Array<CartItem>; | ||
export declare type CartCounts = Record<string, number>; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"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
141829
4852