@bondsports/types 2.4.62 → 2.4.63

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.
@@ -420,6 +420,7 @@ export interface IValidateEditSlotsOptions {
420
420
  includeEditInfo?: boolean;
421
421
  reservation?: Reservation;
422
422
  updatePrices?: IUpdateCartPrices;
423
+ skipSave?: boolean;
423
424
  }
424
425
  export interface IEditItems {
425
426
  editLineItems?: TReservationItemLineItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.62",
3
+ "version": "2.4.63",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {