@bondsports/types 2.2.247 → 2.2.248

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.
@@ -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": {