@open-tender/types 0.0.132 → 0.0.134

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.
@@ -189,6 +189,8 @@ export interface ConfigContent {
189
189
  subtitle: string;
190
190
  thanx: ConfigContentField;
191
191
  title: string;
192
+ videoUrl: string;
193
+ videoUrlMobile: string;
192
194
  };
193
195
  accountSettings: ConfigContentField;
194
196
  addresses: ConfigContentField;
@@ -280,6 +282,8 @@ export interface ConfigContent {
280
282
  showGuest: boolean;
281
283
  subtitle: string;
282
284
  title: string;
285
+ videoUrl: string;
286
+ videoUrlMobile: string;
283
287
  };
284
288
  home: ConfigContentField & {
285
289
  background: string;
@@ -319,6 +323,7 @@ export interface ConfigContent {
319
323
  showDescriptions: boolean;
320
324
  showDescriptionsMobile: boolean;
321
325
  showHero: boolean;
326
+ videoUrl: string;
322
327
  };
323
328
  orders: ConfigContentField;
324
329
  profile: ConfigContentField;
@@ -189,6 +189,8 @@ export interface ConfigContent {
189
189
  subtitle: string;
190
190
  thanx: ConfigContentField;
191
191
  title: string;
192
+ videoUrl: string;
193
+ videoUrlMobile: string;
192
194
  };
193
195
  accountSettings: ConfigContentField;
194
196
  addresses: ConfigContentField;
@@ -280,6 +282,8 @@ export interface ConfigContent {
280
282
  showGuest: boolean;
281
283
  subtitle: string;
282
284
  title: string;
285
+ videoUrl: string;
286
+ videoUrlMobile: string;
283
287
  };
284
288
  home: ConfigContentField & {
285
289
  background: string;
@@ -319,6 +323,7 @@ export interface ConfigContent {
319
323
  showDescriptions: boolean;
320
324
  showDescriptionsMobile: boolean;
321
325
  showHero: boolean;
326
+ videoUrl: string;
322
327
  };
323
328
  orders: ConfigContentField;
324
329
  profile: ConfigContentField;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.132",
3
+ "version": "0.0.134",
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",