@bondsports/types 2.2.208 → 2.2.209

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.
@@ -340,7 +340,7 @@ export interface IGetDraftReservationSlotsOptions extends IPagination, IExtendDr
340
340
  segmentsIds?: string[];
341
341
  slotsIds?: string[];
342
342
  seriesIds?: string[];
343
- includeResources?: boolean;
343
+ excludeProducts?: boolean;
344
344
  }
345
345
  export interface IExtendDraftSlotsOptions {
346
346
  includeResources?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.208",
3
+ "version": "2.2.209",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {