@open-tender/types
Advanced tools
Comparing version 0.0.87 to 0.0.88
import { DateString } from '../../datetimes'; | ||
import { Allergens } from '../allergens'; | ||
import { CreditCard } from '../creditCards'; | ||
import { Favorites } from '../favorite'; | ||
@@ -21,2 +22,3 @@ import { CustomerNotificationPrefs } from './communicationPreferences'; | ||
password?: string; | ||
credit_cards?: Array<Partial<CreditCard>>; | ||
} | ||
@@ -23,0 +25,0 @@ export interface CustomerWithRelated extends Customer { |
import { DateString } from '../../datetimes'; | ||
import { Allergens } from '../allergens'; | ||
import { CreditCard } from '../creditCards'; | ||
import { Favorites } from '../favorite'; | ||
@@ -21,2 +22,3 @@ import { CustomerNotificationPrefs } from './communicationPreferences'; | ||
password?: string; | ||
credit_cards?: Array<Partial<CreditCard>>; | ||
} | ||
@@ -23,0 +25,0 @@ export interface CustomerWithRelated extends Customer { |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.87", | ||
"version": "0.0.88", | ||
"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
186049
6518