@open-tender/types 0.0.123 → 0.0.125

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.
@@ -1,4 +1,4 @@
1
- import { DiscountType, AuthType, OrderType, ServiceType, ChannelType } from '../../global';
1
+ import { DiscountType, AuthType, OrderType, ServiceType } from '../../global';
2
2
  import { MenuItems } from '../menu';
3
3
  import { OrderItemImages } from '../order';
4
4
  export interface DayPart {
@@ -39,6 +39,6 @@ export interface Reward {
39
39
  ext_id?: string;
40
40
  expiration?: any;
41
41
  imageUrl?: string;
42
- channel_type?: ChannelType;
42
+ channel_type?: string;
43
43
  }
44
44
  export declare type Rewards = Array<Reward>;
@@ -28,5 +28,6 @@ export interface Deal {
28
28
  start_date: string;
29
29
  title: string;
30
30
  revenue_centers?: Array<RevenueCenter>;
31
+ channel_type?: string;
31
32
  }
32
33
  export declare type Deals = Array<Deal>;
@@ -36,4 +36,4 @@ export interface PicklistOption {
36
36
  disabled?: boolean;
37
37
  }
38
38
  export declare type PicklistOptions = PicklistOption[];
39
- export declare type AuthType = 'GUEST' | 'ACCOUNT' | 'VERIFIED' | 'HOME';
39
+ export declare type AuthType = 'GUEST' | 'ACCOUNT' | 'VERIFIED' | 'HOME' | 'MENU' | 'ORDER_TYPE' | 'CATERING';
@@ -1,4 +1,4 @@
1
- import { DiscountType, AuthType, OrderType, ServiceType, ChannelType } from '../../global';
1
+ import { DiscountType, AuthType, OrderType, ServiceType } from '../../global';
2
2
  import { MenuItems } from '../menu';
3
3
  import { OrderItemImages } from '../order';
4
4
  export interface DayPart {
@@ -39,6 +39,6 @@ export interface Reward {
39
39
  ext_id?: string;
40
40
  expiration?: any;
41
41
  imageUrl?: string;
42
- channel_type?: ChannelType;
42
+ channel_type?: string;
43
43
  }
44
44
  export declare type Rewards = Array<Reward>;
@@ -28,5 +28,6 @@ export interface Deal {
28
28
  start_date: string;
29
29
  title: string;
30
30
  revenue_centers?: Array<RevenueCenter>;
31
+ channel_type?: string;
31
32
  }
32
33
  export declare type Deals = Array<Deal>;
@@ -36,4 +36,4 @@ export interface PicklistOption {
36
36
  disabled?: boolean;
37
37
  }
38
38
  export declare type PicklistOptions = PicklistOption[];
39
- export declare type AuthType = 'GUEST' | 'ACCOUNT' | 'VERIFIED' | 'HOME';
39
+ export declare type AuthType = 'GUEST' | 'ACCOUNT' | 'VERIFIED' | 'HOME' | 'MENU' | 'ORDER_TYPE' | 'CATERING';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.123",
3
+ "version": "0.0.125",
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",