@bondsports/types 2.2.254 → 2.2.255

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {