@open-tender/types 0.4.135 → 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.
@@ -104,6 +104,7 @@ export interface ConfigBrand {
104
104
  logo: string;
105
105
  logoLight: string;
106
106
  loyalty: ConfigLoyalty;
107
+ min_mobile_app_version: string;
107
108
  notification_preferences: ConfigNotificationPreferences;
108
109
  olo_id: number;
109
110
  openGraphImage: string | null;
@@ -104,6 +104,7 @@ export interface ConfigBrand {
104
104
  logo: string;
105
105
  logoLight: string;
106
106
  loyalty: ConfigLoyalty;
107
+ min_mobile_app_version: string;
107
108
  notification_preferences: ConfigNotificationPreferences;
108
109
  olo_id: number;
109
110
  openGraphImage: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.135",
3
+ "version": "0.4.136",
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",
@@ -57,4 +57,4 @@
57
57
  "react": "^18.2.0"
58
58
  },
59
59
  "packageManager": "yarn@1.22.22"
60
- }
60
+ }