@bondsports/types 2.2.134 → 2.2.135

Sign up to get free protection for your applications and to get access to all the features.
@@ -283,7 +283,6 @@ export interface IProductItems {
283
283
  };
284
284
  }
285
285
  export interface ISaveReservationOptions {
286
- storeGlobalReservation?: boolean;
287
286
  slotType?: SlotTypeEnum;
288
287
  platform?: PlatformsEnum;
289
288
  shiftId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.134",
3
+ "version": "2.2.135",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {