@open-tender/types 0.4.173 → 0.4.175

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.
@@ -74,6 +74,7 @@ export interface CheckoutConfigSurcharge extends OrderSurcharge {
74
74
  export declare type CheckoutConfigSurcharges = CheckoutConfigSurcharge[];
75
75
  export interface CheckoutConfig {
76
76
  allow_tax_exempt: boolean;
77
+ allow_tax_exempt_customer?: boolean;
77
78
  discounts: OrderDiscounts;
78
79
  displayed: CheckoutConfigFields;
79
80
  gratuity: CheckoutConfigGratuity;
@@ -133,6 +133,9 @@ export interface RevenueCenter {
133
133
  directions_url: string | null;
134
134
  distance?: number;
135
135
  dynamic_prep_times: DynamicPrepTimes;
136
+ in_delivery_range?: boolean | null;
137
+ travel_distance?: number | null;
138
+ travel_distance_text?: string | null;
136
139
  excluded_times: ExcludedTimes | null;
137
140
  first_times: FirstTimes | null;
138
141
  group_ordering: GroupOrdering;
@@ -74,6 +74,7 @@ export interface CheckoutConfigSurcharge extends OrderSurcharge {
74
74
  export declare type CheckoutConfigSurcharges = CheckoutConfigSurcharge[];
75
75
  export interface CheckoutConfig {
76
76
  allow_tax_exempt: boolean;
77
+ allow_tax_exempt_customer?: boolean;
77
78
  discounts: OrderDiscounts;
78
79
  displayed: CheckoutConfigFields;
79
80
  gratuity: CheckoutConfigGratuity;
@@ -133,6 +133,9 @@ export interface RevenueCenter {
133
133
  directions_url: string | null;
134
134
  distance?: number;
135
135
  dynamic_prep_times: DynamicPrepTimes;
136
+ in_delivery_range?: boolean | null;
137
+ travel_distance?: number | null;
138
+ travel_distance_text?: string | null;
136
139
  excluded_times: ExcludedTimes | null;
137
140
  first_times: FirstTimes | null;
138
141
  group_ordering: GroupOrdering;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.173",
3
+ "version": "0.4.175",
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",