@open-tender/types
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -27,5 +27,5 @@ import { NutritionalInfo } from './menu'; | ||
points: number; | ||
totalPrice: number; | ||
totalPoints: number | null; | ||
totalCals: number | null; | ||
totalPrice?: number; | ||
totalPoints?: number | null; | ||
totalCals?: number | null; | ||
} | ||
@@ -32,0 +32,0 @@ export declare type CartItemOptions = Array<CartItemOption>; |
@@ -51,2 +51,4 @@ import { ISOString, TimezonePython } from '../datetimes'; | ||
notes?: string; | ||
cart_guest_id?: number; | ||
customer_id?: number; | ||
} | ||
@@ -53,0 +55,0 @@ export declare type SimpleCart = Array<SimpleCartItem>; |
@@ -119,2 +119,3 @@ import { DateString, ISOStringOffset, TimezonePython } from '../datetimes'; | ||
temperature: Temperature; | ||
cals?: number; | ||
} | ||
@@ -121,0 +122,0 @@ export declare type OrderCart = Array<OrderItem>; |
@@ -27,5 +27,5 @@ import { NutritionalInfo } from './menu'; | ||
points: number; | ||
totalPrice: number; | ||
totalPoints: number | null; | ||
totalCals: number | null; | ||
totalPrice?: number; | ||
totalPoints?: number | null; | ||
totalCals?: number | null; | ||
} | ||
@@ -32,0 +32,0 @@ export declare type CartItemOptions = Array<CartItemOption>; |
@@ -51,2 +51,4 @@ import { ISOString, TimezonePython } from '../datetimes'; | ||
notes?: string; | ||
cart_guest_id?: number; | ||
customer_id?: number; | ||
} | ||
@@ -53,0 +55,0 @@ export declare type SimpleCart = Array<SimpleCartItem>; |
@@ -119,2 +119,3 @@ import { DateString, ISOStringOffset, TimezonePython } from '../datetimes'; | ||
temperature: Temperature; | ||
cals?: number; | ||
} | ||
@@ -121,0 +122,0 @@ export declare type OrderCart = Array<OrderItem>; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"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
141149
4832