@open-tender/types 0.2.50 → 0.2.51

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.
package/dist/.DS_Store ADDED
Binary file
@@ -97,7 +97,7 @@ export declare type GuestSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'DEALS
97
97
  export declare type GuestSections = GuestSection[];
98
98
  export declare type AccountSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'LOYALTY' | 'REWARDS' | 'DEALS' | 'ORDERS' | 'GROUP_ORDERS';
99
99
  export declare type AccountSections = AccountSection[];
100
- export declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS' | 'DEALS';
100
+ export declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS';
101
101
  export declare type MenuSections = MenuSection[];
102
102
  export interface ConfigContent {
103
103
  about: {
@@ -97,7 +97,7 @@ export declare type GuestSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'DEALS
97
97
  export declare type GuestSections = GuestSection[];
98
98
  export declare type AccountSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'LOYALTY' | 'REWARDS' | 'DEALS' | 'ORDERS' | 'GROUP_ORDERS';
99
99
  export declare type AccountSections = AccountSection[];
100
- export declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS' | 'DEALS';
100
+ export declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS';
101
101
  export declare type MenuSections = MenuSection[];
102
102
  export interface ConfigContent {
103
103
  about: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
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",