@open-tender/types 0.2.47 → 0.2.48
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
CHANGED
|
Binary file
|
|
@@ -93,12 +93,12 @@ export interface ConfigContentField {
|
|
|
93
93
|
empty?: string;
|
|
94
94
|
}
|
|
95
95
|
export declare type ConfigOrderTypes = 'CATERING' | 'DELIVERY' | 'DONATIONS' | 'GIFT_CARDS' | 'GROUP' | 'MERCH' | 'OUTPOST' | 'PICKUP' | 'WALKIN';
|
|
96
|
-
declare type GuestSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'DEALS' | 'LOYALTY';
|
|
97
|
-
declare type GuestSections = GuestSection[];
|
|
98
|
-
declare type AccountSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'LOYALTY' | 'REWARDS' | 'DEALS' | 'ORDERS' | 'GROUP_ORDERS';
|
|
99
|
-
declare type AccountSections = AccountSection[];
|
|
100
|
-
declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS' | 'DEALS';
|
|
101
|
-
declare type MenuSections = MenuSection[];
|
|
96
|
+
export declare type GuestSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'DEALS' | 'LOYALTY';
|
|
97
|
+
export declare type GuestSections = GuestSection[];
|
|
98
|
+
export declare type AccountSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'LOYALTY' | 'REWARDS' | 'DEALS' | 'ORDERS' | 'GROUP_ORDERS';
|
|
99
|
+
export declare type AccountSections = AccountSection[];
|
|
100
|
+
export declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS' | 'DEALS';
|
|
101
|
+
export declare type MenuSections = MenuSection[];
|
|
102
102
|
export interface ConfigContent {
|
|
103
103
|
about: {
|
|
104
104
|
background: string;
|
|
@@ -448,4 +448,3 @@ export interface ConfigSettings {
|
|
|
448
448
|
orderTypes: ConfigOrderTypes[];
|
|
449
449
|
recaptcha: ConfigRecaptcha;
|
|
450
450
|
}
|
|
451
|
-
export {};
|
|
@@ -93,12 +93,12 @@ export interface ConfigContentField {
|
|
|
93
93
|
empty?: string;
|
|
94
94
|
}
|
|
95
95
|
export declare type ConfigOrderTypes = 'CATERING' | 'DELIVERY' | 'DONATIONS' | 'GIFT_CARDS' | 'GROUP' | 'MERCH' | 'OUTPOST' | 'PICKUP' | 'WALKIN';
|
|
96
|
-
declare type GuestSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'DEALS' | 'LOYALTY';
|
|
97
|
-
declare type GuestSections = GuestSection[];
|
|
98
|
-
declare type AccountSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'LOYALTY' | 'REWARDS' | 'DEALS' | 'ORDERS' | 'GROUP_ORDERS';
|
|
99
|
-
declare type AccountSections = AccountSection[];
|
|
100
|
-
declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS' | 'DEALS';
|
|
101
|
-
declare type MenuSections = MenuSection[];
|
|
96
|
+
export declare type GuestSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'DEALS' | 'LOYALTY';
|
|
97
|
+
export declare type GuestSections = GuestSection[];
|
|
98
|
+
export declare type AccountSection = 'ANNOUNCEMENTS' | 'HERO' | 'CONTENT' | 'LOYALTY' | 'REWARDS' | 'DEALS' | 'ORDERS' | 'GROUP_ORDERS';
|
|
99
|
+
export declare type AccountSections = AccountSection[];
|
|
100
|
+
export declare type MenuSection = 'FEATURED' | 'FAVORITES' | 'RECENTS' | 'DEALS';
|
|
101
|
+
export declare type MenuSections = MenuSection[];
|
|
102
102
|
export interface ConfigContent {
|
|
103
103
|
about: {
|
|
104
104
|
background: string;
|
|
@@ -448,4 +448,3 @@ export interface ConfigSettings {
|
|
|
448
448
|
orderTypes: ConfigOrderTypes[];
|
|
449
449
|
recaptcha: ConfigRecaptcha;
|
|
450
450
|
}
|
|
451
|
-
export {};
|
package/package.json
CHANGED