@bondsports/types 2.2.247 → 2.2.248

Sign up to get free protection for your applications and to get access to all the features.
@@ -298,6 +298,7 @@ export interface ISaveReservationOptions {
298
298
  platform?: PlatformsEnum;
299
299
  shiftId?: number;
300
300
  updatePrices?: IUpdateCartPrices;
301
+ draftReservation?: DraftReservation;
301
302
  addToReservationId?: number;
302
303
  }
303
304
  export interface IGetDraftReservationSlotsFilter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.247",
3
+ "version": "2.2.248",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {