@bondsports/types 2.2.254 → 2.2.255

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.
@@ -285,6 +285,7 @@ export interface ICartReservationOptions extends ICreateCartOptions {
285
285
  shiftId?: number;
286
286
  reservation?: DraftReservation;
287
287
  updatePrices?: IUpdateCartPrices;
288
+ includeSpaces?: boolean;
288
289
  }
289
290
  export interface IProductItems {
290
291
  [productInfo: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.254",
3
+ "version": "2.2.255",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {