@open-tender/types 0.0.131 → 0.0.133

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.
@@ -47,6 +47,7 @@ export interface CartItemGroup {
47
47
  is_size?: boolean;
48
48
  short_name: string;
49
49
  quantity?: number;
50
+ isPizza?: boolean;
50
51
  }
51
52
  export declare type CartItemGroups = Array<Partial<CartItemGroup>>;
52
53
  export interface CartItem {
@@ -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;
@@ -47,6 +47,7 @@ export interface CartItemGroup {
47
47
  is_size?: boolean;
48
48
  short_name: string;
49
49
  quantity?: number;
50
+ isPizza?: boolean;
50
51
  }
51
52
  export declare type CartItemGroups = Array<Partial<CartItemGroup>>;
52
53
  export interface CartItem {
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.131",
3
+ "version": "0.0.133",
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",