@bondsports/types 2.2.272 → 2.2.273
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,12 +3,14 @@ import { UserAnswersDto } from '../../dto/application.dto';
|
|
3
3
|
import { PackageV1 } from '../../entity/PackageV1';
|
4
4
|
import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
|
5
5
|
import { Resource } from '../../resources/entities/Resource';
|
6
|
+
import { SportsEnum } from '../../services/enums.service';
|
6
7
|
export declare class TimeOfDayDto {
|
7
8
|
startTime: string;
|
8
9
|
endTime: string;
|
9
10
|
}
|
10
11
|
export declare class CheckFacilityAvailabilityDto {
|
11
12
|
days: string[];
|
13
|
+
sport?: SportsEnum;
|
12
14
|
}
|
13
15
|
export declare class CheckAvailabilityDto extends ByOrganizationIdDto {
|
14
16
|
dates: string[];
|
@@ -19,6 +21,7 @@ export declare class CheckAvailabilityDto extends ByOrganizationIdDto {
|
|
19
21
|
facilityId?: number;
|
20
22
|
spaceId?: number;
|
21
23
|
spaceIds?: number[];
|
24
|
+
sport?: SportsEnum;
|
22
25
|
space?: Resource;
|
23
26
|
timezone?: string;
|
24
27
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"online-rentals.dto.js","sourceRoot":"","sources":["../../../../src/types/online-rentals/types/online-rentals.dto.ts"],"names":[],"mappings":";;;AAAA,mEAA+D;AAG/D,8EAA8E;
|
1
|
+
{"version":3,"file":"online-rentals.dto.js","sourceRoot":"","sources":["../../../../src/types/online-rentals/types/online-rentals.dto.ts"],"names":[],"mappings":";;;AAAA,mEAA+D;AAG/D,8EAA8E;AAI9E,MAAa,YAAY;CAIxB;AAJD,oCAIC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,oBAAqB,SAAQ,sCAAmB;CAsB5D;AAtBD,oDAsBC;AAED,MAAa,8BAA8B;CAI1C;AAJD,wEAIC;AAED,MAAa,2BAA2B;CAIvC;AAJD,kEAIC;AAED,MAAa,iBAAkB,SAAQ,oCAAgB;CAQtD;AARD,8CAQC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,mBAAmB;CAI/B;AAJD,kDAIC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,oBAAoB;CAYhC;AAZD,oDAYC"}
|