@open-tender/types 0.4.134 → 0.4.136
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.
|
@@ -75,6 +75,7 @@ export interface ConfigBrand {
|
|
|
75
75
|
como_business_id: number | null;
|
|
76
76
|
description: string;
|
|
77
77
|
display_view_only_menu: boolean;
|
|
78
|
+
display_reward_code: boolean;
|
|
78
79
|
email: string;
|
|
79
80
|
favicon: string;
|
|
80
81
|
fulfillment: ConfigFulfillment;
|
|
@@ -103,6 +104,7 @@ export interface ConfigBrand {
|
|
|
103
104
|
logo: string;
|
|
104
105
|
logoLight: string;
|
|
105
106
|
loyalty: ConfigLoyalty;
|
|
107
|
+
min_mobile_app_version: string;
|
|
106
108
|
notification_preferences: ConfigNotificationPreferences;
|
|
107
109
|
olo_id: number;
|
|
108
110
|
openGraphImage: string | null;
|
|
@@ -75,6 +75,7 @@ export interface ConfigBrand {
|
|
|
75
75
|
como_business_id: number | null;
|
|
76
76
|
description: string;
|
|
77
77
|
display_view_only_menu: boolean;
|
|
78
|
+
display_reward_code: boolean;
|
|
78
79
|
email: string;
|
|
79
80
|
favicon: string;
|
|
80
81
|
fulfillment: ConfigFulfillment;
|
|
@@ -103,6 +104,7 @@ export interface ConfigBrand {
|
|
|
103
104
|
logo: string;
|
|
104
105
|
logoLight: string;
|
|
105
106
|
loyalty: ConfigLoyalty;
|
|
107
|
+
min_mobile_app_version: string;
|
|
106
108
|
notification_preferences: ConfigNotificationPreferences;
|
|
107
109
|
olo_id: number;
|
|
108
110
|
openGraphImage: string | null;
|
package/package.json
CHANGED