@open-tender/types
Advanced tools
Comparing version 0.0.70 to 0.0.71
import { DateString, ISOString, ISOStringOffset, RequestedAt, TimezonePython } from '../datetimes'; | ||
import { CardType, ChannelType, Decimal, Money, NegativeMoney, OrderStatus, OrderType, ReceiptType, ServiceType, SurchargeType, Temperature, TenderStatus, TenderType } from '../global'; | ||
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, LoyaltyPoints, RevenueCenterGroupOrdering } from './customer'; | ||
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, FirstTime, LoyaltyPoints, RevenueCenterGroupOrdering, RevenueCenterOrderTimes } from './customer'; | ||
import { PrepStatus, TicketStatus } from './kds'; | ||
@@ -69,2 +69,6 @@ export interface OrderChannel { | ||
}; | ||
first_times?: { | ||
[key in ServiceType]?: FirstTime | null; | ||
}; | ||
order_times?: RevenueCenterOrderTimes; | ||
} | ||
@@ -71,0 +75,0 @@ export interface OrderItemDiscount { |
import { DateString, ISOString, ISOStringOffset, RequestedAt, TimezonePython } from '../datetimes'; | ||
import { CardType, ChannelType, Decimal, Money, NegativeMoney, OrderStatus, OrderType, ReceiptType, ServiceType, SurchargeType, Temperature, TenderStatus, TenderType } from '../global'; | ||
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, LoyaltyPoints, RevenueCenterGroupOrdering } from './customer'; | ||
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, FirstTime, LoyaltyPoints, RevenueCenterGroupOrdering, RevenueCenterOrderTimes } from './customer'; | ||
import { PrepStatus, TicketStatus } from './kds'; | ||
@@ -69,2 +69,6 @@ export interface OrderChannel { | ||
}; | ||
first_times?: { | ||
[key in ServiceType]?: FirstTime | null; | ||
}; | ||
order_times?: RevenueCenterOrderTimes; | ||
} | ||
@@ -71,0 +75,0 @@ export interface OrderItemDiscount { |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.70", | ||
"version": "0.0.71", | ||
"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
184679
6468