@open-tender/types 0.0.105 → 0.0.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -176,6 +176,7 @@ export interface CustomerRevenueCenter {
176
176
  priority?: number;
177
177
  images?: OrderItemImages;
178
178
  app_image_url?: string;
179
+ hours_desc?: string;
179
180
  }
180
181
  export declare type CustomerRevenueCenters = Array<CustomerRevenueCenter>;
181
182
  export interface AvailableDates {
@@ -1,4 +1,4 @@
1
- import { DiscountType, AuthType, OrderType, ServiceType } from '../../global';
1
+ import { DiscountType, AuthType, OrderType, ServiceType, ChannelType } from '../../global';
2
2
  import { MenuItems } from '../menu';
3
3
  import { OrderItemImages } from '../order';
4
4
  export interface DayPart {
@@ -39,5 +39,6 @@ export interface Reward {
39
39
  ext_id?: string;
40
40
  expiration?: any;
41
41
  imageUrl?: string;
42
+ channel_type?: ChannelType;
42
43
  }
43
44
  export declare type Rewards = Array<Reward>;
@@ -176,6 +176,7 @@ export interface CustomerRevenueCenter {
176
176
  priority?: number;
177
177
  images?: OrderItemImages;
178
178
  app_image_url?: string;
179
+ hours_desc?: string;
179
180
  }
180
181
  export declare type CustomerRevenueCenters = Array<CustomerRevenueCenter>;
181
182
  export interface AvailableDates {
@@ -1,4 +1,4 @@
1
- import { DiscountType, AuthType, OrderType, ServiceType } from '../../global';
1
+ import { DiscountType, AuthType, OrderType, ServiceType, ChannelType } from '../../global';
2
2
  import { MenuItems } from '../menu';
3
3
  import { OrderItemImages } from '../order';
4
4
  export interface DayPart {
@@ -39,5 +39,6 @@ export interface Reward {
39
39
  ext_id?: string;
40
40
  expiration?: any;
41
41
  imageUrl?: string;
42
+ channel_type?: ChannelType;
42
43
  }
43
44
  export declare type Rewards = Array<Reward>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.105",
3
+ "version": "0.0.107",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",