@open-tender/types 0.4.107 → 0.4.108

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.
@@ -45,6 +45,8 @@ export interface CartItemOption {
45
45
  totalPrice: number | null;
46
46
  itemShape: PizzaShape | null;
47
47
  excludeFromBuilder: boolean;
48
+ list_name: string | null;
49
+ list_id: string | null;
48
50
  }
49
51
  export declare type CartItemOptions = CartItemOption[];
50
52
  export interface CartItemOptionWithGroup extends CartItemOption {
@@ -45,6 +45,8 @@ export interface CartItemOption {
45
45
  totalPrice: number | null;
46
46
  itemShape: PizzaShape | null;
47
47
  excludeFromBuilder: boolean;
48
+ list_name: string | null;
49
+ list_id: string | null;
48
50
  }
49
51
  export declare type CartItemOptions = CartItemOption[];
50
52
  export interface CartItemOptionWithGroup extends CartItemOption {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.107",
3
+ "version": "0.4.108",
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",