@open-tender/types 0.0.69 → 0.0.70

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.
@@ -102,7 +102,7 @@ export interface MenuItem extends Item {
102
102
  sizes: MenuItemSizes | null;
103
103
  upsell_items: number[] | null;
104
104
  use_options_wizard: 1 | 0;
105
- favorite?: Favorite;
105
+ favorite?: Partial<Favorite>;
106
106
  }
107
107
  export declare type MenuItems = Array<MenuItem>;
108
108
  export declare type MenuCategoryAppearance = 'small' | 'medium' | 'large';
@@ -102,7 +102,7 @@ export interface MenuItem extends Item {
102
102
  sizes: MenuItemSizes | null;
103
103
  upsell_items: number[] | null;
104
104
  use_options_wizard: 1 | 0;
105
- favorite?: Favorite;
105
+ favorite?: Partial<Favorite>;
106
106
  }
107
107
  export declare type MenuItems = Array<MenuItem>;
108
108
  export declare type MenuCategoryAppearance = 'small' | 'medium' | 'large';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
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",