@open-tender/types
Advanced tools
Comparing version 0.0.125 to 0.0.126
@@ -160,2 +160,3 @@ import { ISOString, TimezonePython } from '../datetimes'; | ||
address: Address | null; | ||
order_id?: string | number; | ||
cart: Array<OrderItem>; | ||
@@ -162,0 +163,0 @@ config: CheckoutConfig; |
@@ -15,2 +15,4 @@ import { OrderType } from '../../global'; | ||
index?: number; | ||
available?: number; | ||
applied?: number; | ||
} | ||
@@ -17,0 +19,0 @@ export interface LoyaltyRedemption { |
@@ -20,2 +20,3 @@ import { DateString, ISOString, ISOStringOffset, RequestedAt, TimeHuman, TimezonePython } from '../datetimes'; | ||
device_type: string; | ||
is_tax_exempt?: boolean; | ||
} | ||
@@ -22,0 +23,0 @@ export interface OrderDiscount { |
@@ -160,2 +160,3 @@ import { ISOString, TimezonePython } from '../datetimes'; | ||
address: Address | null; | ||
order_id?: string | number; | ||
cart: Array<OrderItem>; | ||
@@ -162,0 +163,0 @@ config: CheckoutConfig; |
@@ -15,2 +15,4 @@ import { OrderType } from '../../global'; | ||
index?: number; | ||
available?: number; | ||
applied?: number; | ||
} | ||
@@ -17,0 +19,0 @@ export interface LoyaltyRedemption { |
@@ -20,2 +20,3 @@ import { DateString, ISOString, ISOStringOffset, RequestedAt, TimeHuman, TimezonePython } from '../datetimes'; | ||
device_type: string; | ||
is_tax_exempt?: boolean; | ||
} | ||
@@ -22,0 +23,0 @@ export interface OrderDiscount { |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.125", | ||
"version": "0.0.126", | ||
"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
194944
6824