@bondsports/types 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,6 +59,7 @@ export interface IUserItem {
59
59
  productId: number;
60
60
  product?: Product;
61
61
  quantity?: number;
62
+ totalPrice?: number;
62
63
  }
63
64
  export interface IFindDiscountsOptions {
64
65
  includeGLCodes?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {