@open-tender/types
Advanced tools
Comparing version 0.0.105 to 0.0.106
@@ -1,2 +0,2 @@ | ||
import { DiscountType, AuthType, OrderType, ServiceType } from '../../global'; | ||
import { DiscountType, AuthType, OrderType, ServiceType, ChannelType } from '../../global'; | ||
import { MenuItems } from '../menu'; | ||
@@ -42,3 +42,4 @@ import { OrderItemImages } from '../order'; | ||
imageUrl?: string; | ||
channel_type?: ChannelType; | ||
} | ||
export declare type Rewards = Array<Reward>; |
@@ -1,2 +0,2 @@ | ||
import { DiscountType, AuthType, OrderType, ServiceType } from '../../global'; | ||
import { DiscountType, AuthType, OrderType, ServiceType, ChannelType } from '../../global'; | ||
import { MenuItems } from '../menu'; | ||
@@ -42,3 +42,4 @@ import { OrderItemImages } from '../order'; | ||
imageUrl?: string; | ||
channel_type?: ChannelType; | ||
} | ||
export declare type Rewards = Array<Reward>; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.105", | ||
"version": "0.0.106", | ||
"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
193028
6760