@orderingstack/ordering-types 1.8.3 → 1.8.4

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.
@@ -399,6 +399,7 @@ export interface IOrderProduct {
399
399
  img: string;
400
400
  quantity: string;
401
401
  price: string;
402
+ vat: string;
402
403
  extra: Record<string, string>;
403
404
  }
404
405
  export declare enum EOrderLineStatus {
@@ -399,6 +399,7 @@ export interface IOrderProduct {
399
399
  img: string;
400
400
  quantity: string;
401
401
  price: string;
402
+ vat: string;
402
403
  extra: Record<string, string>;
403
404
  }
404
405
  export declare enum EOrderLineStatus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",