@open-tender/types 0.0.118 → 0.0.120

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.
@@ -108,6 +108,7 @@ export interface OrderRevenueCenter {
108
108
  inZone?: boolean;
109
109
  priority?: number;
110
110
  images?: OrderItemImages;
111
+ has_order_fulfillment?: boolean;
111
112
  }
112
113
  export interface OrderItemDiscount {
113
114
  discount_id: number;
@@ -15,7 +15,7 @@ export declare type ServiceTypeMap = {
15
15
  [Property in ServiceType]: string;
16
16
  };
17
17
  export declare type GratuityType = 'amount' | 'percent';
18
- export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP';
18
+ export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP' | 'GOOGLE_PAY' | 'APPLE_PAY';
19
19
  export declare type TenderTypeMap = {
20
20
  [Property in TenderType]: string;
21
21
  };
@@ -108,6 +108,7 @@ export interface OrderRevenueCenter {
108
108
  inZone?: boolean;
109
109
  priority?: number;
110
110
  images?: OrderItemImages;
111
+ has_order_fulfillment?: boolean;
111
112
  }
112
113
  export interface OrderItemDiscount {
113
114
  discount_id: number;
@@ -15,7 +15,7 @@ export declare type ServiceTypeMap = {
15
15
  [Property in ServiceType]: string;
16
16
  };
17
17
  export declare type GratuityType = 'amount' | 'percent';
18
- export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP';
18
+ export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP' | 'GOOGLE_PAY' | 'APPLE_PAY';
19
19
  export declare type TenderTypeMap = {
20
20
  [Property in TenderType]: string;
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.118",
3
+ "version": "0.0.120",
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",