@open-tender/types 0.2.29 → 0.2.30

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.
@@ -256,6 +256,8 @@ export interface ConfigContent {
256
256
  loadingMessage: string;
257
257
  mobile: string;
258
258
  soldOutMessage: string;
259
+ videoUrl: string;
260
+ videoUrlMobile: string;
259
261
  };
260
262
  menuSite: ConfigContentField & {
261
263
  background: string;
@@ -277,6 +279,7 @@ export interface ConfigContent {
277
279
  showDescriptionsMobile: boolean;
278
280
  showHero: boolean;
279
281
  videoUrl: string;
282
+ videoUrlMobile: string;
280
283
  };
281
284
  orders: ConfigContentField;
282
285
  profile: ConfigContentField;
@@ -256,6 +256,8 @@ export interface ConfigContent {
256
256
  loadingMessage: string;
257
257
  mobile: string;
258
258
  soldOutMessage: string;
259
+ videoUrl: string;
260
+ videoUrlMobile: string;
259
261
  };
260
262
  menuSite: ConfigContentField & {
261
263
  background: string;
@@ -277,6 +279,7 @@ export interface ConfigContent {
277
279
  showDescriptionsMobile: boolean;
278
280
  showHero: boolean;
279
281
  videoUrl: string;
282
+ videoUrlMobile: string;
280
283
  };
281
284
  orders: ConfigContentField;
282
285
  profile: ConfigContentField;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
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",