@bondsports/types 2.4.53 → 2.4.54

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.
@@ -154,5 +154,5 @@ export declare class UpdateCartPricesDto implements IUpdateCartPrices {
154
154
  type: UpdatePricesTypeEnum;
155
155
  products?: UpdatePricesByProductsDto;
156
156
  categories?: UpdatePricesByCategoriesDto;
157
- totalPrice?: number;
157
+ subtotal?: number;
158
158
  }
@@ -124,7 +124,7 @@ export interface IUpdateCartCategoriesPrices {
124
124
  export interface IUpdateCartPrices {
125
125
  categories?: IUpdateCartCategoriesPrices;
126
126
  products?: IUpdateCartProductPrices;
127
- totalPrice?: number;
127
+ subtotal?: number;
128
128
  type: UpdatePricesTypeEnum;
129
129
  }
130
130
  export interface ICartTax {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.53",
3
+ "version": "2.4.54",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {