@open-tender/types 0.3.5 → 0.3.6
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.
|
@@ -94,6 +94,7 @@ export interface ConfigBrand {
|
|
|
94
94
|
has_rewards: boolean;
|
|
95
95
|
has_sms: boolean;
|
|
96
96
|
has_thanx: boolean;
|
|
97
|
+
hide_logo: boolean;
|
|
97
98
|
logo: string;
|
|
98
99
|
logoLight: string;
|
|
99
100
|
loyalty: ConfigLoyalty;
|
|
@@ -284,6 +285,9 @@ export interface ConfigContent {
|
|
|
284
285
|
menu: {
|
|
285
286
|
background: string;
|
|
286
287
|
cartErrors: ConfigContentField;
|
|
288
|
+
displayLogo: boolean;
|
|
289
|
+
displayLogoApp: boolean;
|
|
290
|
+
displayLogoMobile: boolean;
|
|
287
291
|
displayed: MenuSections;
|
|
288
292
|
displayedMobile: MenuSections;
|
|
289
293
|
loadingMessage: string;
|
|
@@ -94,6 +94,7 @@ export interface ConfigBrand {
|
|
|
94
94
|
has_rewards: boolean;
|
|
95
95
|
has_sms: boolean;
|
|
96
96
|
has_thanx: boolean;
|
|
97
|
+
hide_logo: boolean;
|
|
97
98
|
logo: string;
|
|
98
99
|
logoLight: string;
|
|
99
100
|
loyalty: ConfigLoyalty;
|
|
@@ -284,6 +285,9 @@ export interface ConfigContent {
|
|
|
284
285
|
menu: {
|
|
285
286
|
background: string;
|
|
286
287
|
cartErrors: ConfigContentField;
|
|
288
|
+
displayLogo: boolean;
|
|
289
|
+
displayLogoApp: boolean;
|
|
290
|
+
displayLogoMobile: boolean;
|
|
287
291
|
displayed: MenuSections;
|
|
288
292
|
displayedMobile: MenuSections;
|
|
289
293
|
loadingMessage: string;
|
package/package.json
CHANGED