@open-tender/types 0.0.102 → 0.0.104

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.
@@ -175,6 +175,7 @@ export interface CustomerRevenueCenter {
175
175
  inZone?: boolean;
176
176
  priority?: number;
177
177
  images?: OrderItemImages;
178
+ app_image_url?: string;
178
179
  }
179
180
  export declare type CustomerRevenueCenters = Array<CustomerRevenueCenter>;
180
181
  export interface AvailableDates {
@@ -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';
39
+ export declare type AuthType = 'GUEST' | 'ACCOUNT' | 'VERIFIED' | 'HOME';
@@ -175,6 +175,7 @@ export interface CustomerRevenueCenter {
175
175
  inZone?: boolean;
176
176
  priority?: number;
177
177
  images?: OrderItemImages;
178
+ app_image_url?: string;
178
179
  }
179
180
  export declare type CustomerRevenueCenters = Array<CustomerRevenueCenter>;
180
181
  export interface AvailableDates {
@@ -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';
39
+ export declare type AuthType = 'GUEST' | 'ACCOUNT' | 'VERIFIED' | 'HOME';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
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",