@bondsports/types 2.4.45 → 2.4.46

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.
@@ -276,6 +276,7 @@ export interface ICartReservationOptions extends ICreateCartOptions {
276
276
  platform?: PlatformsEnum;
277
277
  reservation?: DraftReservation;
278
278
  targetGlobalPrice?: number;
279
+ skipUpdatePrices?: boolean;
279
280
  updatePrices?: IUpdateCartPrices;
280
281
  }
281
282
  export interface IProductItems {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.45",
3
+ "version": "2.4.46",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {