@open-tender/types
Advanced tools
Comparing version 0.0.114 to 0.0.115
@@ -7,2 +7,3 @@ import { DateString } from '../../datetimes'; | ||
import { CustomerGiftCard, CustomerGiftCards } from './giftCards'; | ||
import { HouseAccounts } from './houseAccounts'; | ||
export interface Customer { | ||
@@ -25,2 +26,3 @@ accepts_marketing?: boolean; | ||
gift_cards?: Array<Partial<CustomerGiftCard>>; | ||
house_accounts?: HouseAccounts; | ||
} | ||
@@ -27,0 +29,0 @@ export interface CustomerWithRelated extends Customer { |
@@ -7,2 +7,3 @@ import { DateString } from '../../datetimes'; | ||
import { CustomerGiftCard, CustomerGiftCards } from './giftCards'; | ||
import { HouseAccounts } from './houseAccounts'; | ||
export interface Customer { | ||
@@ -25,2 +26,3 @@ accepts_marketing?: boolean; | ||
gift_cards?: Array<Partial<CustomerGiftCard>>; | ||
house_accounts?: HouseAccounts; | ||
} | ||
@@ -27,0 +29,0 @@ export interface CustomerWithRelated extends Customer { |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.114", | ||
"version": "0.0.115", | ||
"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
193826
6784