@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
|
233
|
-
spacesIds
|
234
|
-
instructorsIds
|
235
|
-
includeConflicts
|
236
|
-
startDate
|
237
|
-
endDate
|
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 {
|