@bondsports/types 2.2.118 → 2.2.119

Sign up to get free protection for your applications and to get access to all the features.
@@ -229,12 +229,12 @@ export declare class GetDraftReservationSlotsFiltersDto extends PaginationQuery
229
229
  segmentsIds?: string[];
230
230
  days?: number[];
231
231
  months?: number[];
232
- years: number[];
233
- spacesIds: number[];
234
- instructorsIds: number[];
235
- includeConflicts: boolean;
236
- startDate: Date;
237
- endDate: Date;
232
+ years?: number[];
233
+ spacesIds?: number[];
234
+ instructorsIds?: number[];
235
+ includeConflicts?: boolean;
236
+ startDate?: Date;
237
+ endDate?: Date;
238
238
  includeResources?: boolean;
239
239
  }
240
240
  export declare class ByDraftReservationId extends ByOrganizationIdDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.118",
3
+ "version": "2.2.119",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {